Completed
Push — master ( 548654...ca6abf )
by Dmytro
24:35
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "4e2aa6f2791d0fb508b9632ebaac79c0",
8
    "packages": [
9
        {
10
            "name": "clue/stream-filter",
11
            "version": "v1.4.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/clue/php-stream-filter.git",
15
                "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
20
                "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^5.0 || ^4.8"
28
            },
29
            "type": "library",
30
            "autoload": {
31
                "psr-4": {
32
                    "Clue\\StreamFilter\\": "src/"
33
                },
34
                "files": [
35
                    "src/functions.php"
36
                ]
37
            },
38
            "notification-url": "https://packagist.org/downloads/",
39
            "license": [
40
                "MIT"
41
            ],
42
            "authors": [
43
                {
44
                    "name": "Christian Lück",
45
                    "email": "[email protected]"
46
                }
47
            ],
48
            "description": "A simple and modern approach to stream filtering in PHP",
49
            "homepage": "https://github.com/clue/php-stream-filter",
50
            "keywords": [
51
                "bucket brigade",
52
                "callback",
53
                "filter",
54
                "php_user_filter",
55
                "stream",
56
                "stream_filter_append",
57
                "stream_filter_register"
58
            ],
59
            "time": "2017-08-18T09:54:01+00:00"
60
        },
61
        {
62
            "name": "composer/ca-bundle",
63
            "version": "1.1.1",
64
            "source": {
65
                "type": "git",
66
                "url": "https://github.com/composer/ca-bundle.git",
67
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
68
            },
69
            "dist": {
70
                "type": "zip",
71
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
72
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
73
                "shasum": ""
74
            },
75
            "require": {
76
                "ext-openssl": "*",
77
                "ext-pcre": "*",
78
                "php": "^5.3.2 || ^7.0"
79
            },
80
            "require-dev": {
81
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
82
                "psr/log": "^1.0",
83
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
84
            },
85
            "type": "library",
86
            "extra": {
87
                "branch-alias": {
88
                    "dev-master": "1.x-dev"
89
                }
90
            },
91
            "autoload": {
92
                "psr-4": {
93
                    "Composer\\CaBundle\\": "src"
94
                }
95
            },
96
            "notification-url": "https://packagist.org/downloads/",
97
            "license": [
98
                "MIT"
99
            ],
100
            "authors": [
101
                {
102
                    "name": "Jordi Boggiano",
103
                    "email": "[email protected]",
104
                    "homepage": "http://seld.be"
105
                }
106
            ],
107
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
108
            "keywords": [
109
                "cabundle",
110
                "cacert",
111
                "certificate",
112
                "ssl",
113
                "tls"
114
            ],
115
            "time": "2018-03-29T19:57:20+00:00"
116
        },
117
        {
118
            "name": "doctrine/annotations",
119
            "version": "v1.6.0",
120
            "source": {
121
                "type": "git",
122
                "url": "https://github.com/doctrine/annotations.git",
123
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
124
            },
125
            "dist": {
126
                "type": "zip",
127
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
128
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
129
                "shasum": ""
130
            },
131
            "require": {
132
                "doctrine/lexer": "1.*",
133
                "php": "^7.1"
134
            },
135
            "require-dev": {
136
                "doctrine/cache": "1.*",
137
                "phpunit/phpunit": "^6.4"
138
            },
139
            "type": "library",
140
            "extra": {
141
                "branch-alias": {
142
                    "dev-master": "1.6.x-dev"
143
                }
144
            },
145
            "autoload": {
146
                "psr-4": {
147
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
148
                }
149
            },
150
            "notification-url": "https://packagist.org/downloads/",
151
            "license": [
152
                "MIT"
153
            ],
154
            "authors": [
155
                {
156
                    "name": "Roman Borschel",
157
                    "email": "[email protected]"
158
                },
159
                {
160
                    "name": "Benjamin Eberlei",
161
                    "email": "[email protected]"
162
                },
163
                {
164
                    "name": "Guilherme Blanco",
165
                    "email": "[email protected]"
166
                },
167
                {
168
                    "name": "Jonathan Wage",
169
                    "email": "[email protected]"
170
                },
171
                {
172
                    "name": "Johannes Schmitt",
173
                    "email": "[email protected]"
174
                }
175
            ],
176
            "description": "Docblock Annotations Parser",
177
            "homepage": "http://www.doctrine-project.org",
178
            "keywords": [
179
                "annotations",
180
                "docblock",
181
                "parser"
182
            ],
183
            "time": "2017-12-06T07:11:42+00:00"
184
        },
185
        {
186
            "name": "doctrine/cache",
187
            "version": "v1.7.1",
188
            "source": {
189
                "type": "git",
190
                "url": "https://github.com/doctrine/cache.git",
191
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
192
            },
193
            "dist": {
194
                "type": "zip",
195
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
196
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
197
                "shasum": ""
198
            },
199
            "require": {
200
                "php": "~7.1"
201
            },
202
            "conflict": {
203
                "doctrine/common": ">2.2,<2.4"
204
            },
205
            "require-dev": {
206
                "alcaeus/mongo-php-adapter": "^1.1",
207
                "mongodb/mongodb": "^1.1",
208
                "phpunit/phpunit": "^5.7",
209
                "predis/predis": "~1.0"
210
            },
211
            "suggest": {
212
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
213
            },
214
            "type": "library",
215
            "extra": {
216
                "branch-alias": {
217
                    "dev-master": "1.7.x-dev"
218
                }
219
            },
220
            "autoload": {
221
                "psr-4": {
222
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
223
                }
224
            },
225
            "notification-url": "https://packagist.org/downloads/",
226
            "license": [
227
                "MIT"
228
            ],
229
            "authors": [
230
                {
231
                    "name": "Roman Borschel",
232
                    "email": "[email protected]"
233
                },
234
                {
235
                    "name": "Benjamin Eberlei",
236
                    "email": "[email protected]"
237
                },
238
                {
239
                    "name": "Guilherme Blanco",
240
                    "email": "[email protected]"
241
                },
242
                {
243
                    "name": "Jonathan Wage",
244
                    "email": "[email protected]"
245
                },
246
                {
247
                    "name": "Johannes Schmitt",
248
                    "email": "[email protected]"
249
                }
250
            ],
251
            "description": "Caching library offering an object-oriented API for many cache backends",
252
            "homepage": "http://www.doctrine-project.org",
253
            "keywords": [
254
                "cache",
255
                "caching"
256
            ],
257
            "time": "2017-08-25T07:02:50+00:00"
258
        },
259
        {
260
            "name": "doctrine/collections",
261
            "version": "v1.5.0",
262
            "source": {
263
                "type": "git",
264
                "url": "https://github.com/doctrine/collections.git",
265
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
266
            },
267
            "dist": {
268
                "type": "zip",
269
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
270
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
271
                "shasum": ""
272
            },
273
            "require": {
274
                "php": "^7.1"
275
            },
276
            "require-dev": {
277
                "doctrine/coding-standard": "~0.1@dev",
278
                "phpunit/phpunit": "^5.7"
279
            },
280
            "type": "library",
281
            "extra": {
282
                "branch-alias": {
283
                    "dev-master": "1.3.x-dev"
284
                }
285
            },
286
            "autoload": {
287
                "psr-0": {
288
                    "Doctrine\\Common\\Collections\\": "lib/"
289
                }
290
            },
291
            "notification-url": "https://packagist.org/downloads/",
292
            "license": [
293
                "MIT"
294
            ],
295
            "authors": [
296
                {
297
                    "name": "Roman Borschel",
298
                    "email": "[email protected]"
299
                },
300
                {
301
                    "name": "Benjamin Eberlei",
302
                    "email": "[email protected]"
303
                },
304
                {
305
                    "name": "Guilherme Blanco",
306
                    "email": "[email protected]"
307
                },
308
                {
309
                    "name": "Jonathan Wage",
310
                    "email": "[email protected]"
311
                },
312
                {
313
                    "name": "Johannes Schmitt",
314
                    "email": "[email protected]"
315
                }
316
            ],
317
            "description": "Collections Abstraction library",
318
            "homepage": "http://www.doctrine-project.org",
319
            "keywords": [
320
                "array",
321
                "collections",
322
                "iterator"
323
            ],
324
            "time": "2017-07-22T10:37:32+00:00"
325
        },
326
        {
327
            "name": "doctrine/common",
328
            "version": "v2.8.1",
329
            "source": {
330
                "type": "git",
331
                "url": "https://github.com/doctrine/common.git",
332
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
333
            },
334
            "dist": {
335
                "type": "zip",
336
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
337
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
338
                "shasum": ""
339
            },
340
            "require": {
341
                "doctrine/annotations": "1.*",
342
                "doctrine/cache": "1.*",
343
                "doctrine/collections": "1.*",
344
                "doctrine/inflector": "1.*",
345
                "doctrine/lexer": "1.*",
346
                "php": "~7.1"
347
            },
348
            "require-dev": {
349
                "phpunit/phpunit": "^5.7"
350
            },
351
            "type": "library",
352
            "extra": {
353
                "branch-alias": {
354
                    "dev-master": "2.8.x-dev"
355
                }
356
            },
357
            "autoload": {
358
                "psr-4": {
359
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
360
                }
361
            },
362
            "notification-url": "https://packagist.org/downloads/",
363
            "license": [
364
                "MIT"
365
            ],
366
            "authors": [
367
                {
368
                    "name": "Roman Borschel",
369
                    "email": "[email protected]"
370
                },
371
                {
372
                    "name": "Benjamin Eberlei",
373
                    "email": "[email protected]"
374
                },
375
                {
376
                    "name": "Guilherme Blanco",
377
                    "email": "[email protected]"
378
                },
379
                {
380
                    "name": "Jonathan Wage",
381
                    "email": "[email protected]"
382
                },
383
                {
384
                    "name": "Johannes Schmitt",
385
                    "email": "[email protected]"
386
                }
387
            ],
388
            "description": "Common Library for Doctrine projects",
389
            "homepage": "http://www.doctrine-project.org",
390
            "keywords": [
391
                "annotations",
392
                "collections",
393
                "eventmanager",
394
                "persistence",
395
                "spl"
396
            ],
397
            "time": "2017-08-31T08:43:38+00:00"
398
        },
399
        {
400
            "name": "doctrine/dbal",
401
            "version": "v2.7.1",
402
            "source": {
403
                "type": "git",
404
                "url": "https://github.com/doctrine/dbal.git",
405
                "reference": "11037b4352c008373561dc6fc836834eed80c3b5"
406
            },
407
            "dist": {
408
                "type": "zip",
409
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5",
410
                "reference": "11037b4352c008373561dc6fc836834eed80c3b5",
411
                "shasum": ""
412
            },
413
            "require": {
414
                "doctrine/common": "^2.7.1",
415
                "ext-pdo": "*",
416
                "php": "^7.1"
417
            },
418
            "require-dev": {
419
                "doctrine/coding-standard": "^4.0",
420
                "phpunit/phpunit": "^7.0",
421
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
422
                "symfony/console": "^2.0.5||^3.0",
423
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
424
            },
425
            "suggest": {
426
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
427
            },
428
            "bin": [
429
                "bin/doctrine-dbal"
430
            ],
431
            "type": "library",
432
            "extra": {
433
                "branch-alias": {
434
                    "dev-master": "2.7.x-dev"
435
                }
436
            },
437
            "autoload": {
438
                "psr-0": {
439
                    "Doctrine\\DBAL\\": "lib/"
440
                }
441
            },
442
            "notification-url": "https://packagist.org/downloads/",
443
            "license": [
444
                "MIT"
445
            ],
446
            "authors": [
447
                {
448
                    "name": "Roman Borschel",
449
                    "email": "[email protected]"
450
                },
451
                {
452
                    "name": "Benjamin Eberlei",
453
                    "email": "[email protected]"
454
                },
455
                {
456
                    "name": "Guilherme Blanco",
457
                    "email": "[email protected]"
458
                },
459
                {
460
                    "name": "Jonathan Wage",
461
                    "email": "[email protected]"
462
                }
463
            ],
464
            "description": "Database Abstraction Layer",
465
            "homepage": "http://www.doctrine-project.org",
466
            "keywords": [
467
                "database",
468
                "dbal",
469
                "persistence",
470
                "queryobject"
471
            ],
472
            "time": "2018-04-07T18:44:18+00:00"
473
        },
474
        {
475
            "name": "doctrine/doctrine-bundle",
476
            "version": "1.9.1",
477
            "source": {
478
                "type": "git",
479
                "url": "https://github.com/doctrine/DoctrineBundle.git",
480
                "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f"
481
            },
482
            "dist": {
483
                "type": "zip",
484
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f",
485
                "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f",
486
                "shasum": ""
487
            },
488
            "require": {
489
                "doctrine/dbal": "^2.5.12",
490
                "doctrine/doctrine-cache-bundle": "~1.2",
491
                "jdorn/sql-formatter": "^1.2.16",
492
                "php": "^5.5.9|^7.0",
493
                "symfony/console": "~2.7|~3.0|~4.0",
494
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
495
                "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
496
                "symfony/framework-bundle": "^2.7.22|~3.0|~4.0"
497
            },
498
            "conflict": {
499
                "symfony/http-foundation": "<2.6"
500
            },
501
            "require-dev": {
502
                "doctrine/orm": "~2.4",
503
                "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
504
                "satooshi/php-coveralls": "^1.0",
505
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
506
                "symfony/property-info": "~2.8|~3.0|~4.0",
507
                "symfony/validator": "~2.7|~3.0|~4.0",
508
                "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
509
                "symfony/yaml": "~2.7|~3.0|~4.0",
510
                "twig/twig": "~1.26|~2.0"
511
            },
512
            "suggest": {
513
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
514
                "symfony/web-profiler-bundle": "To use the data collector."
515
            },
516
            "type": "symfony-bundle",
517
            "extra": {
518
                "branch-alias": {
519
                    "dev-master": "1.8.x-dev"
520
                }
521
            },
522
            "autoload": {
523
                "psr-4": {
524
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
525
                }
526
            },
527
            "notification-url": "https://packagist.org/downloads/",
528
            "license": [
529
                "MIT"
530
            ],
531
            "authors": [
532
                {
533
                    "name": "Symfony Community",
534
                    "homepage": "http://symfony.com/contributors"
535
                },
536
                {
537
                    "name": "Benjamin Eberlei",
538
                    "email": "[email protected]"
539
                },
540
                {
541
                    "name": "Doctrine Project",
542
                    "homepage": "http://www.doctrine-project.org/"
543
                },
544
                {
545
                    "name": "Fabien Potencier",
546
                    "email": "[email protected]"
547
                }
548
            ],
549
            "description": "Symfony DoctrineBundle",
550
            "homepage": "http://www.doctrine-project.org",
551
            "keywords": [
552
                "database",
553
                "dbal",
554
                "orm",
555
                "persistence"
556
            ],
557
            "time": "2018-04-19T14:07:39+00:00"
558
        },
559
        {
560
            "name": "doctrine/doctrine-cache-bundle",
561
            "version": "1.3.3",
562
            "source": {
563
                "type": "git",
564
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
565
                "reference": "4c8e363f96427924e7e519c5b5119b4f54512697"
566
            },
567
            "dist": {
568
                "type": "zip",
569
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/4c8e363f96427924e7e519c5b5119b4f54512697",
570
                "reference": "4c8e363f96427924e7e519c5b5119b4f54512697",
571
                "shasum": ""
572
            },
573
            "require": {
574
                "doctrine/cache": "^1.4.2",
575
                "doctrine/inflector": "~1.0",
576
                "php": ">=5.3.2",
577
                "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
578
            },
579
            "require-dev": {
580
                "instaclick/coding-standard": "~1.1",
581
                "instaclick/object-calisthenics-sniffs": "dev-master",
582
                "instaclick/symfony2-coding-standard": "dev-remaster",
583
                "phpunit/phpunit": "~4|~5",
584
                "predis/predis": "~0.8",
585
                "satooshi/php-coveralls": "^1.0",
586
                "squizlabs/php_codesniffer": "~1.5",
587
                "symfony/console": "~2.7|~3.3|~4.0",
588
                "symfony/finder": "~2.7|~3.3|~4.0",
589
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
590
                "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
591
                "symfony/security-acl": "~2.7|~3.3",
592
                "symfony/validator": "~2.7|~3.3|~4.0",
593
                "symfony/yaml": "~2.7|~3.3|~4.0"
594
            },
595
            "suggest": {
596
                "symfony/security-acl": "For using this bundle to cache ACLs"
597
            },
598
            "type": "symfony-bundle",
599
            "extra": {
600
                "branch-alias": {
601
                    "dev-master": "1.3.x-dev"
602
                }
603
            },
604
            "autoload": {
605
                "psr-4": {
606
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
607
                }
608
            },
609
            "notification-url": "https://packagist.org/downloads/",
610
            "license": [
611
                "MIT"
612
            ],
613
            "authors": [
614
                {
615
                    "name": "Symfony Community",
616
                    "homepage": "http://symfony.com/contributors"
617
                },
618
                {
619
                    "name": "Benjamin Eberlei",
620
                    "email": "[email protected]"
621
                },
622
                {
623
                    "name": "Fabio B. Silva",
624
                    "email": "[email protected]"
625
                },
626
                {
627
                    "name": "Guilherme Blanco",
628
                    "email": "[email protected]"
629
                },
630
                {
631
                    "name": "Doctrine Project",
632
                    "homepage": "http://www.doctrine-project.org/"
633
                },
634
                {
635
                    "name": "Fabien Potencier",
636
                    "email": "[email protected]"
637
                }
638
            ],
639
            "description": "Symfony Bundle for Doctrine Cache",
640
            "homepage": "http://www.doctrine-project.org",
641
            "keywords": [
642
                "cache",
643
                "caching"
644
            ],
645
            "time": "2018-03-27T09:22:12+00:00"
646
        },
647
        {
648
            "name": "doctrine/inflector",
649
            "version": "v1.3.0",
650
            "source": {
651
                "type": "git",
652
                "url": "https://github.com/doctrine/inflector.git",
653
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
654
            },
655
            "dist": {
656
                "type": "zip",
657
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
658
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
659
                "shasum": ""
660
            },
661
            "require": {
662
                "php": "^7.1"
663
            },
664
            "require-dev": {
665
                "phpunit/phpunit": "^6.2"
666
            },
667
            "type": "library",
668
            "extra": {
669
                "branch-alias": {
670
                    "dev-master": "1.3.x-dev"
671
                }
672
            },
673
            "autoload": {
674
                "psr-4": {
675
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
676
                }
677
            },
678
            "notification-url": "https://packagist.org/downloads/",
679
            "license": [
680
                "MIT"
681
            ],
682
            "authors": [
683
                {
684
                    "name": "Roman Borschel",
685
                    "email": "[email protected]"
686
                },
687
                {
688
                    "name": "Benjamin Eberlei",
689
                    "email": "[email protected]"
690
                },
691
                {
692
                    "name": "Guilherme Blanco",
693
                    "email": "[email protected]"
694
                },
695
                {
696
                    "name": "Jonathan Wage",
697
                    "email": "[email protected]"
698
                },
699
                {
700
                    "name": "Johannes Schmitt",
701
                    "email": "[email protected]"
702
                }
703
            ],
704
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
705
            "homepage": "http://www.doctrine-project.org",
706
            "keywords": [
707
                "inflection",
708
                "pluralize",
709
                "singularize",
710
                "string"
711
            ],
712
            "time": "2018-01-09T20:05:19+00:00"
713
        },
714
        {
715
            "name": "doctrine/instantiator",
716
            "version": "1.1.0",
717
            "source": {
718
                "type": "git",
719
                "url": "https://github.com/doctrine/instantiator.git",
720
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
721
            },
722
            "dist": {
723
                "type": "zip",
724
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
725
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
726
                "shasum": ""
727
            },
728
            "require": {
729
                "php": "^7.1"
730
            },
731
            "require-dev": {
732
                "athletic/athletic": "~0.1.8",
733
                "ext-pdo": "*",
734
                "ext-phar": "*",
735
                "phpunit/phpunit": "^6.2.3",
736
                "squizlabs/php_codesniffer": "^3.0.2"
737
            },
738
            "type": "library",
739
            "extra": {
740
                "branch-alias": {
741
                    "dev-master": "1.2.x-dev"
742
                }
743
            },
744
            "autoload": {
745
                "psr-4": {
746
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
747
                }
748
            },
749
            "notification-url": "https://packagist.org/downloads/",
750
            "license": [
751
                "MIT"
752
            ],
753
            "authors": [
754
                {
755
                    "name": "Marco Pivetta",
756
                    "email": "[email protected]",
757
                    "homepage": "http://ocramius.github.com/"
758
                }
759
            ],
760
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
761
            "homepage": "https://github.com/doctrine/instantiator",
762
            "keywords": [
763
                "constructor",
764
                "instantiate"
765
            ],
766
            "time": "2017-07-22T11:58:36+00:00"
767
        },
768
        {
769
            "name": "doctrine/lexer",
770
            "version": "v1.0.1",
771
            "source": {
772
                "type": "git",
773
                "url": "https://github.com/doctrine/lexer.git",
774
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
775
            },
776
            "dist": {
777
                "type": "zip",
778
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
779
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
780
                "shasum": ""
781
            },
782
            "require": {
783
                "php": ">=5.3.2"
784
            },
785
            "type": "library",
786
            "extra": {
787
                "branch-alias": {
788
                    "dev-master": "1.0.x-dev"
789
                }
790
            },
791
            "autoload": {
792
                "psr-0": {
793
                    "Doctrine\\Common\\Lexer\\": "lib/"
794
                }
795
            },
796
            "notification-url": "https://packagist.org/downloads/",
797
            "license": [
798
                "MIT"
799
            ],
800
            "authors": [
801
                {
802
                    "name": "Roman Borschel",
803
                    "email": "[email protected]"
804
                },
805
                {
806
                    "name": "Guilherme Blanco",
807
                    "email": "[email protected]"
808
                },
809
                {
810
                    "name": "Johannes Schmitt",
811
                    "email": "[email protected]"
812
                }
813
            ],
814
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
815
            "homepage": "http://www.doctrine-project.org",
816
            "keywords": [
817
                "lexer",
818
                "parser"
819
            ],
820
            "time": "2014-09-09T13:34:57+00:00"
821
        },
822
        {
823
            "name": "doctrine/orm",
824
            "version": "v2.6.1",
825
            "source": {
826
                "type": "git",
827
                "url": "https://github.com/doctrine/doctrine2.git",
828
                "reference": "87ee409783a4a322b5597ebaae558661404055a7"
829
            },
830
            "dist": {
831
                "type": "zip",
832
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7",
833
                "reference": "87ee409783a4a322b5597ebaae558661404055a7",
834
                "shasum": ""
835
            },
836
            "require": {
837
                "doctrine/annotations": "~1.5",
838
                "doctrine/cache": "~1.6",
839
                "doctrine/collections": "^1.4",
840
                "doctrine/common": "^2.7.1",
841
                "doctrine/dbal": "^2.6",
842
                "doctrine/instantiator": "~1.1",
843
                "ext-pdo": "*",
844
                "php": "^7.1",
845
                "symfony/console": "~3.0|~4.0"
846
            },
847
            "require-dev": {
848
                "doctrine/coding-standard": "^1.0",
849
                "phpunit/phpunit": "^6.5",
850
                "squizlabs/php_codesniffer": "^3.2",
851
                "symfony/yaml": "~3.4|~4.0"
852
            },
853
            "suggest": {
854
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
855
            },
856
            "bin": [
857
                "bin/doctrine"
858
            ],
859
            "type": "library",
860
            "extra": {
861
                "branch-alias": {
862
                    "dev-master": "2.6.x-dev"
863
                }
864
            },
865
            "autoload": {
866
                "psr-4": {
867
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
868
                }
869
            },
870
            "notification-url": "https://packagist.org/downloads/",
871
            "license": [
872
                "MIT"
873
            ],
874
            "authors": [
875
                {
876
                    "name": "Roman Borschel",
877
                    "email": "[email protected]"
878
                },
879
                {
880
                    "name": "Benjamin Eberlei",
881
                    "email": "[email protected]"
882
                },
883
                {
884
                    "name": "Guilherme Blanco",
885
                    "email": "[email protected]"
886
                },
887
                {
888
                    "name": "Jonathan Wage",
889
                    "email": "[email protected]"
890
                },
891
                {
892
                    "name": "Marco Pivetta",
893
                    "email": "[email protected]"
894
                }
895
            ],
896
            "description": "Object-Relational-Mapper for PHP",
897
            "homepage": "http://www.doctrine-project.org",
898
            "keywords": [
899
                "database",
900
                "orm"
901
            ],
902
            "time": "2018-02-27T07:30:56+00:00"
903
        },
904
        {
905
            "name": "enqueue/amqp-lib",
906
            "version": "0.8.23",
907
            "source": {
908
                "type": "git",
909
                "url": "https://github.com/php-enqueue/amqp-lib.git",
910
                "reference": "02a65b6e73495fa84479724ae2b18b1766ae9d8c"
911
            },
912
            "dist": {
913
                "type": "zip",
914
                "url": "https://api.github.com/repos/php-enqueue/amqp-lib/zipball/02a65b6e73495fa84479724ae2b18b1766ae9d8c",
915
                "reference": "02a65b6e73495fa84479724ae2b18b1766ae9d8c",
916
                "shasum": ""
917
            },
918
            "require": {
919
                "enqueue/amqp-tools": "^0.8.5@dev",
920
                "php": ">=5.6",
921
                "php-amqplib/php-amqplib": "^2.7@dev",
922
                "queue-interop/amqp-interop": "^0.7@dev",
923
                "queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1"
924
            },
925
            "require-dev": {
926
                "enqueue/enqueue": "^0.8@dev",
927
                "enqueue/null": "^0.8@dev",
928
                "enqueue/test": "^0.8@dev",
929
                "phpunit/phpunit": "~5.4.0",
930
                "queue-interop/queue-spec": "^0.5.3@dev",
931
                "symfony/config": "^2.8|^3|^4",
932
                "symfony/dependency-injection": "^2.8|^3|^4"
933
            },
934
            "suggest": {
935
                "enqueue/enqueue": "If you'd like to use advanced features like Client abstract layer or Symfony integration features"
936
            },
937
            "type": "library",
938
            "extra": {
939
                "branch-alias": {
940
                    "dev-master": "0.8.x-dev"
941
                }
942
            },
943
            "autoload": {
944
                "psr-4": {
945
                    "Enqueue\\AmqpLib\\": ""
946
                },
947
                "exclude-from-classmap": [
948
                    "/Tests/"
949
                ]
950
            },
951
            "notification-url": "https://packagist.org/downloads/",
952
            "license": [
953
                "MIT"
954
            ],
955
            "description": "Message Queue Amqp Transport",
956
            "homepage": "https://enqueue.forma-pro.com/",
957
            "keywords": [
958
                "AMQP",
959
                "messaging",
960
                "queue"
961
            ],
962
            "time": "2018-03-06T10:46:03+00:00"
963
        },
964
        {
965
            "name": "enqueue/amqp-tools",
966
            "version": "0.8.23",
967
            "source": {
968
                "type": "git",
969
                "url": "https://github.com/php-enqueue/amqp-tools.git",
970
                "reference": "e401314d9548a7327b78de1bf48af7b3a098a57d"
971
            },
972
            "dist": {
973
                "type": "zip",
974
                "url": "https://api.github.com/repos/php-enqueue/amqp-tools/zipball/e401314d9548a7327b78de1bf48af7b3a098a57d",
975
                "reference": "e401314d9548a7327b78de1bf48af7b3a098a57d",
976
                "shasum": ""
977
            },
978
            "require": {
979
                "php": ">=5.6",
980
                "queue-interop/amqp-interop": "^0.7@dev",
981
                "queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1"
982
            },
983
            "require-dev": {
984
                "enqueue/null": "^0.8@dev",
985
                "enqueue/test": "^0.8@dev",
986
                "phpunit/phpunit": "~5.4.0"
987
            },
988
            "type": "library",
989
            "extra": {
990
                "branch-alias": {
991
                    "dev-master": "0.8.x-dev"
992
                }
993
            },
994
            "autoload": {
995
                "psr-4": {
996
                    "Enqueue\\AmqpTools\\": ""
997
                },
998
                "exclude-from-classmap": [
999
                    "/Tests/"
1000
                ]
1001
            },
1002
            "notification-url": "https://packagist.org/downloads/",
1003
            "license": [
1004
                "MIT"
1005
            ],
1006
            "description": "Message Queue Amqp Tools",
1007
            "homepage": "https://enqueue.forma-pro.com/",
1008
            "keywords": [
1009
                "AMQP",
1010
                "messaging",
1011
                "queue"
1012
            ],
1013
            "time": "2018-03-06T10:46:03+00:00"
1014
        },
1015
        {
1016
            "name": "enqueue/async-event-dispatcher",
1017
            "version": "0.8.24",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/php-enqueue/async-event-dispatcher.git",
1021
                "reference": "36902adf96e01a4db2311fd7896b9e5c96ed29de"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/php-enqueue/async-event-dispatcher/zipball/36902adf96e01a4db2311fd7896b9e5c96ed29de",
1026
                "reference": "36902adf96e01a4db2311fd7896b9e5c96ed29de",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "enqueue/enqueue": "^0.8@dev",
1031
                "php": ">=5.6",
1032
                "symfony/event-dispatcher": "^2.8|^3|^4"
1033
            },
1034
            "require-dev": {
1035
                "enqueue/fs": "^0.8@dev",
1036
                "enqueue/null": "^0.8@dev",
1037
                "enqueue/test": "^0.8@dev",
1038
                "phpunit/phpunit": "~5.5",
1039
                "symfony/config": "^2.8|^3|^4",
1040
                "symfony/dependency-injection": "^2.8|^3|^4",
1041
                "symfony/filesystem": "^2.8|^3|^4",
1042
                "symfony/http-kernel": "^2.8|^3|^4"
1043
            },
1044
            "suggest": {
1045
                "symfony/dependency-injection": "^2.8|^3|^4 If you'd like to use async event dispatcher container extension."
1046
            },
1047
            "type": "library",
1048
            "extra": {
1049
                "branch-alias": {
1050
                    "dev-master": "0.8.x-dev"
1051
                }
1052
            },
1053
            "autoload": {
1054
                "psr-4": {
1055
                    "Enqueue\\AsyncEventDispatcher\\": ""
1056
                },
1057
                "exclude-from-classmap": [
1058
                    "/Tests/"
1059
                ]
1060
            },
1061
            "notification-url": "https://packagist.org/downloads/",
1062
            "license": [
1063
                "MIT"
1064
            ],
1065
            "description": "Symfony async event dispatcher",
1066
            "homepage": "https://enqueue.forma-pro.com/",
1067
            "keywords": [
1068
                "async event",
1069
                "event dispatcher",
1070
                "messaging",
1071
                "queue"
1072
            ],
1073
            "time": "2018-03-23T10:52:55+00:00"
1074
        },
1075
        {
1076
            "name": "enqueue/enqueue",
1077
            "version": "0.8.25",
1078
            "source": {
1079
                "type": "git",
1080
                "url": "https://github.com/php-enqueue/enqueue.git",
1081
                "reference": "cb3afc15bfb63a107858b99295dfd4d4cac033ca"
1082
            },
1083
            "dist": {
1084
                "type": "zip",
1085
                "url": "https://api.github.com/repos/php-enqueue/enqueue/zipball/cb3afc15bfb63a107858b99295dfd4d4cac033ca",
1086
                "reference": "cb3afc15bfb63a107858b99295dfd4d4cac033ca",
1087
                "shasum": ""
1088
            },
1089
            "require": {
1090
                "enqueue/null": "^0.8@dev",
1091
                "php": ">=5.6",
1092
                "psr/log": "^1",
1093
                "queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1",
1094
                "ramsey/uuid": "^2|^3.5"
1095
            },
1096
            "require-dev": {
1097
                "empi89/php-amqp-stubs": "*@dev",
1098
                "enqueue/amqp-bunny": "^0.8@dev",
1099
                "enqueue/amqp-ext": "^0.8@dev",
1100
                "enqueue/amqp-lib": "^0.8@dev",
1101
                "enqueue/dbal": "^0.8@dev",
1102
                "enqueue/fs": "^0.8@dev",
1103
                "enqueue/gearman": "^0.8@dev",
1104
                "enqueue/gps": "^0.8@dev",
1105
                "enqueue/pheanstalk": "^0.8@dev",
1106
                "enqueue/rdkafka": "^0.8@dev",
1107
                "enqueue/redis": "^0.8@dev",
1108
                "enqueue/simple-client": "^0.8@dev",
1109
                "enqueue/sqs": "^0.8@dev",
1110
                "enqueue/stomp": "^0.8@dev",
1111
                "enqueue/test": "^0.8@dev",
1112
                "phpunit/phpunit": "~5.5",
1113
                "symfony/config": "^2.8|^3|^4",
1114
                "symfony/console": "^2.8|^3|^4",
1115
                "symfony/dependency-injection": "^2.8|^3|^4",
1116
                "symfony/event-dispatcher": "^2.8|^3|^4",
1117
                "symfony/http-kernel": "^2.8|^3|^4"
1118
            },
1119
            "suggest": {
1120
                "enqueue/amqp-ext": "AMQP transport (based on php extension)",
1121
                "enqueue/dbal": "Doctrine DBAL transport",
1122
                "enqueue/fs": "Filesystem transport",
1123
                "enqueue/redis": "Redis transport",
1124
                "enqueue/sqs": "Amazon AWS SQS transport",
1125
                "enqueue/stomp": "STOMP transport",
1126
                "symfony/config": "^2.8|^3|^4",
1127
                "symfony/console": "^2.8|^3|^4 If you want to use li commands",
1128
                "symfony/dependency-injection": "^2.8|^3|^4"
1129
            },
1130
            "type": "library",
1131
            "extra": {
1132
                "branch-alias": {
1133
                    "dev-master": "0.8.x-dev"
1134
                }
1135
            },
1136
            "autoload": {
1137
                "psr-4": {
1138
                    "Enqueue\\": ""
1139
                },
1140
                "files": [
1141
                    "functions_include.php"
1142
                ],
1143
                "exclude-from-classmap": [
1144
                    "/Tests/"
1145
                ]
1146
            },
1147
            "notification-url": "https://packagist.org/downloads/",
1148
            "license": [
1149
                "MIT"
1150
            ],
1151
            "description": "Message Queue Library",
1152
            "homepage": "https://enqueue.forma-pro.com/",
1153
            "keywords": [
1154
                "AMQP",
1155
                "messaging",
1156
                "queue",
1157
                "rabbitmq"
1158
            ],
1159
            "time": "2018-04-13T16:52:17+00:00"
1160
        },
1161
        {
1162
            "name": "enqueue/enqueue-bundle",
1163
            "version": "0.8.25",
1164
            "source": {
1165
                "type": "git",
1166
                "url": "https://github.com/php-enqueue/enqueue-bundle.git",
1167
                "reference": "dd43be6872dfd1972e24bed8d126f83549ef8857"
1168
            },
1169
            "dist": {
1170
                "type": "zip",
1171
                "url": "https://api.github.com/repos/php-enqueue/enqueue-bundle/zipball/dd43be6872dfd1972e24bed8d126f83549ef8857",
1172
                "reference": "dd43be6872dfd1972e24bed8d126f83549ef8857",
1173
                "shasum": ""
1174
            },
1175
            "require": {
1176
                "enqueue/async-event-dispatcher": "^0.8@dev",
1177
                "enqueue/enqueue": "^0.8@dev",
1178
                "enqueue/null": "^0.8@dev",
1179
                "php": ">=5.6",
1180
                "symfony/framework-bundle": "^2.8|^3|^4"
1181
            },
1182
            "require-dev": {
1183
                "doctrine/doctrine-bundle": "~1.2",
1184
                "enqueue/amqp-bunny": "^0.8@dev",
1185
                "enqueue/amqp-ext": "^0.8@dev",
1186
                "enqueue/amqp-lib": "^0.8@dev",
1187
                "enqueue/dbal": "^0.8@dev",
1188
                "enqueue/fs": "^0.8@dev",
1189
                "enqueue/gps": "^0.8@dev",
1190
                "enqueue/job-queue": "^0.8@dev",
1191
                "enqueue/redis": "^0.8@dev",
1192
                "enqueue/sqs": "^0.8@dev",
1193
                "enqueue/stomp": "^0.8@dev",
1194
                "enqueue/test": "^0.8@dev",
1195
                "php-amqplib/php-amqplib": "^2.7@dev",
1196
                "phpunit/phpunit": "~5.5",
1197
                "symfony/browser-kit": "^2.8|^3|^4",
1198
                "symfony/expression-language": "^2.8|^3|^4",
1199
                "symfony/monolog-bundle": "^2.8|^3|^4"
1200
            },
1201
            "type": "symfony-bundle",
1202
            "extra": {
1203
                "branch-alias": {
1204
                    "dev-master": "0.8.x-dev"
1205
                }
1206
            },
1207
            "autoload": {
1208
                "psr-4": {
1209
                    "Enqueue\\Bundle\\": ""
1210
                },
1211
                "exclude-from-classmap": [
1212
                    "/Tests/"
1213
                ]
1214
            },
1215
            "notification-url": "https://packagist.org/downloads/",
1216
            "license": [
1217
                "MIT"
1218
            ],
1219
            "description": "Message Queue Bundle",
1220
            "homepage": "https://enqueue.forma-pro.com/",
1221
            "keywords": [
1222
                "AMQP",
1223
                "messaging",
1224
                "queue",
1225
                "rabbitmq"
1226
            ],
1227
            "time": "2018-04-10T14:25:15+00:00"
1228
        },
1229
        {
1230
            "name": "enqueue/null",
1231
            "version": "0.8.24",
1232
            "source": {
1233
                "type": "git",
1234
                "url": "https://github.com/php-enqueue/null.git",
1235
                "reference": "e75270a99e6d65a2b7d739fa6c6131338d85acee"
1236
            },
1237
            "dist": {
1238
                "type": "zip",
1239
                "url": "https://api.github.com/repos/php-enqueue/null/zipball/e75270a99e6d65a2b7d739fa6c6131338d85acee",
1240
                "reference": "e75270a99e6d65a2b7d739fa6c6131338d85acee",
1241
                "shasum": ""
1242
            },
1243
            "require": {
1244
                "php": ">=5.6",
1245
                "queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1"
1246
            },
1247
            "require-dev": {
1248
                "enqueue/enqueue": "^0.8@dev",
1249
                "enqueue/test": "^0.8@dev",
1250
                "phpunit/phpunit": "~5.5",
1251
                "queue-interop/queue-spec": "^0.5.3@dev",
1252
                "symfony/config": "^2.8|^3|^4",
1253
                "symfony/dependency-injection": "^2.8|^3|^4"
1254
            },
1255
            "type": "library",
1256
            "extra": {
1257
                "branch-alias": {
1258
                    "dev-master": "0.8.x-dev"
1259
                }
1260
            },
1261
            "autoload": {
1262
                "psr-4": {
1263
                    "Enqueue\\Null\\": ""
1264
                },
1265
                "exclude-from-classmap": [
1266
                    "/Tests/"
1267
                ]
1268
            },
1269
            "notification-url": "https://packagist.org/downloads/",
1270
            "license": [
1271
                "MIT"
1272
            ],
1273
            "description": "Enqueue Null transport",
1274
            "homepage": "https://enqueue.forma-pro.com/",
1275
            "keywords": [
1276
                "messaging",
1277
                "queue",
1278
                "testing"
1279
            ],
1280
            "time": "2018-03-23T10:52:55+00:00"
1281
        },
1282
        {
1283
            "name": "evenement/evenement",
1284
            "version": "v3.0.1",
1285
            "source": {
1286
                "type": "git",
1287
                "url": "https://github.com/igorw/evenement.git",
1288
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
1289
            },
1290
            "dist": {
1291
                "type": "zip",
1292
                "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
1293
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
1294
                "shasum": ""
1295
            },
1296
            "require": {
1297
                "php": ">=7.0"
1298
            },
1299
            "require-dev": {
1300
                "phpunit/phpunit": "^6.0"
1301
            },
1302
            "type": "library",
1303
            "autoload": {
1304
                "psr-0": {
1305
                    "Evenement": "src"
1306
                }
1307
            },
1308
            "notification-url": "https://packagist.org/downloads/",
1309
            "license": [
1310
                "MIT"
1311
            ],
1312
            "authors": [
1313
                {
1314
                    "name": "Igor Wiedler",
1315
                    "email": "[email protected]"
1316
                }
1317
            ],
1318
            "description": "Événement is a very simple event dispatching library for PHP",
1319
            "keywords": [
1320
                "event-dispatcher",
1321
                "event-emitter"
1322
            ],
1323
            "time": "2017-07-23T21:35:13+00:00"
1324
        },
1325
        {
1326
            "name": "fig/link-util",
1327
            "version": "1.0.0",
1328
            "source": {
1329
                "type": "git",
1330
                "url": "https://github.com/php-fig/link-util.git",
1331
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
1332
            },
1333
            "dist": {
1334
                "type": "zip",
1335
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
1336
                "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
1337
                "shasum": ""
1338
            },
1339
            "require": {
1340
                "php": ">=5.5.0",
1341
                "psr/link": "~1.0@dev"
1342
            },
1343
            "require-dev": {
1344
                "phpunit/phpunit": "^5.1",
1345
                "squizlabs/php_codesniffer": "^2.3.1"
1346
            },
1347
            "type": "library",
1348
            "extra": {
1349
                "branch-alias": {
1350
                    "dev-master": "1.0.x-dev"
1351
                }
1352
            },
1353
            "autoload": {
1354
                "psr-4": {
1355
                    "Fig\\Link\\": "src/"
1356
                }
1357
            },
1358
            "notification-url": "https://packagist.org/downloads/",
1359
            "license": [
1360
                "MIT"
1361
            ],
1362
            "authors": [
1363
                {
1364
                    "name": "PHP-FIG",
1365
                    "homepage": "http://www.php-fig.org/"
1366
                }
1367
            ],
1368
            "description": "Common utility implementations for HTTP links",
1369
            "keywords": [
1370
                "http",
1371
                "http-link",
1372
                "link",
1373
                "psr",
1374
                "psr-13",
1375
                "rest"
1376
            ],
1377
            "time": "2016-10-17T18:31:11+00:00"
1378
        },
1379
        {
1380
            "name": "guzzlehttp/guzzle",
1381
            "version": "6.3.3",
1382
            "source": {
1383
                "type": "git",
1384
                "url": "https://github.com/guzzle/guzzle.git",
1385
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
1386
            },
1387
            "dist": {
1388
                "type": "zip",
1389
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1390
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
1391
                "shasum": ""
1392
            },
1393
            "require": {
1394
                "guzzlehttp/promises": "^1.0",
1395
                "guzzlehttp/psr7": "^1.4",
1396
                "php": ">=5.5"
1397
            },
1398
            "require-dev": {
1399
                "ext-curl": "*",
1400
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1401
                "psr/log": "^1.0"
1402
            },
1403
            "suggest": {
1404
                "psr/log": "Required for using the Log middleware"
1405
            },
1406
            "type": "library",
1407
            "extra": {
1408
                "branch-alias": {
1409
                    "dev-master": "6.3-dev"
1410
                }
1411
            },
1412
            "autoload": {
1413
                "files": [
1414
                    "src/functions_include.php"
1415
                ],
1416
                "psr-4": {
1417
                    "GuzzleHttp\\": "src/"
1418
                }
1419
            },
1420
            "notification-url": "https://packagist.org/downloads/",
1421
            "license": [
1422
                "MIT"
1423
            ],
1424
            "authors": [
1425
                {
1426
                    "name": "Michael Dowling",
1427
                    "email": "[email protected]",
1428
                    "homepage": "https://github.com/mtdowling"
1429
                }
1430
            ],
1431
            "description": "Guzzle is a PHP HTTP client library",
1432
            "homepage": "http://guzzlephp.org/",
1433
            "keywords": [
1434
                "client",
1435
                "curl",
1436
                "framework",
1437
                "http",
1438
                "http client",
1439
                "rest",
1440
                "web service"
1441
            ],
1442
            "time": "2018-04-22T15:46:56+00:00"
1443
        },
1444
        {
1445
            "name": "guzzlehttp/promises",
1446
            "version": "v1.3.1",
1447
            "source": {
1448
                "type": "git",
1449
                "url": "https://github.com/guzzle/promises.git",
1450
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1451
            },
1452
            "dist": {
1453
                "type": "zip",
1454
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1455
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1456
                "shasum": ""
1457
            },
1458
            "require": {
1459
                "php": ">=5.5.0"
1460
            },
1461
            "require-dev": {
1462
                "phpunit/phpunit": "^4.0"
1463
            },
1464
            "type": "library",
1465
            "extra": {
1466
                "branch-alias": {
1467
                    "dev-master": "1.4-dev"
1468
                }
1469
            },
1470
            "autoload": {
1471
                "psr-4": {
1472
                    "GuzzleHttp\\Promise\\": "src/"
1473
                },
1474
                "files": [
1475
                    "src/functions_include.php"
1476
                ]
1477
            },
1478
            "notification-url": "https://packagist.org/downloads/",
1479
            "license": [
1480
                "MIT"
1481
            ],
1482
            "authors": [
1483
                {
1484
                    "name": "Michael Dowling",
1485
                    "email": "[email protected]",
1486
                    "homepage": "https://github.com/mtdowling"
1487
                }
1488
            ],
1489
            "description": "Guzzle promises library",
1490
            "keywords": [
1491
                "promise"
1492
            ],
1493
            "time": "2016-12-20T10:07:11+00:00"
1494
        },
1495
        {
1496
            "name": "guzzlehttp/psr7",
1497
            "version": "1.4.2",
1498
            "source": {
1499
                "type": "git",
1500
                "url": "https://github.com/guzzle/psr7.git",
1501
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1502
            },
1503
            "dist": {
1504
                "type": "zip",
1505
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1506
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1507
                "shasum": ""
1508
            },
1509
            "require": {
1510
                "php": ">=5.4.0",
1511
                "psr/http-message": "~1.0"
1512
            },
1513
            "provide": {
1514
                "psr/http-message-implementation": "1.0"
1515
            },
1516
            "require-dev": {
1517
                "phpunit/phpunit": "~4.0"
1518
            },
1519
            "type": "library",
1520
            "extra": {
1521
                "branch-alias": {
1522
                    "dev-master": "1.4-dev"
1523
                }
1524
            },
1525
            "autoload": {
1526
                "psr-4": {
1527
                    "GuzzleHttp\\Psr7\\": "src/"
1528
                },
1529
                "files": [
1530
                    "src/functions_include.php"
1531
                ]
1532
            },
1533
            "notification-url": "https://packagist.org/downloads/",
1534
            "license": [
1535
                "MIT"
1536
            ],
1537
            "authors": [
1538
                {
1539
                    "name": "Michael Dowling",
1540
                    "email": "[email protected]",
1541
                    "homepage": "https://github.com/mtdowling"
1542
                },
1543
                {
1544
                    "name": "Tobias Schultze",
1545
                    "homepage": "https://github.com/Tobion"
1546
                }
1547
            ],
1548
            "description": "PSR-7 message implementation that also provides common utility methods",
1549
            "keywords": [
1550
                "http",
1551
                "message",
1552
                "request",
1553
                "response",
1554
                "stream",
1555
                "uri",
1556
                "url"
1557
            ],
1558
            "time": "2017-03-20T17:10:46+00:00"
1559
        },
1560
        {
1561
            "name": "http-interop/http-middleware",
1562
            "version": "0.5.0",
1563
            "source": {
1564
                "type": "git",
1565
                "url": "https://github.com/http-interop/http-middleware.git",
1566
                "reference": "b49e1f9f6c584e704317b563302e566b8ce11858"
1567
            },
1568
            "dist": {
1569
                "type": "zip",
1570
                "url": "https://api.github.com/repos/http-interop/http-middleware/zipball/b49e1f9f6c584e704317b563302e566b8ce11858",
1571
                "reference": "b49e1f9f6c584e704317b563302e566b8ce11858",
1572
                "shasum": ""
1573
            },
1574
            "require": {
1575
                "php": ">=5.3.0",
1576
                "psr/http-message": "^1.0"
1577
            },
1578
            "type": "library",
1579
            "extra": {
1580
                "branch-alias": {
1581
                    "dev-master": "1.0.x-dev"
1582
                }
1583
            },
1584
            "autoload": {
1585
                "psr-4": {
1586
                    "Interop\\Http\\Server\\": "src/"
1587
                }
1588
            },
1589
            "notification-url": "https://packagist.org/downloads/",
1590
            "license": [
1591
                "MIT"
1592
            ],
1593
            "authors": [
1594
                {
1595
                    "name": "PHP-FIG",
1596
                    "homepage": "http://www.php-fig.org/"
1597
                }
1598
            ],
1599
            "description": "Common interface for HTTP server-side middleware",
1600
            "keywords": [
1601
                "http",
1602
                "middleware",
1603
                "psr",
1604
                "psr-15",
1605
                "psr-7",
1606
                "request",
1607
                "response"
1608
            ],
1609
            "abandoned": "http-interop/http-server-middleware",
1610
            "time": "2017-09-18T15:27:03+00:00"
1611
        },
1612
        {
1613
            "name": "incenteev/composer-parameter-handler",
1614
            "version": "v2.1.3",
1615
            "source": {
1616
                "type": "git",
1617
                "url": "https://github.com/Incenteev/ParameterHandler.git",
1618
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
1619
            },
1620
            "dist": {
1621
                "type": "zip",
1622
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
1623
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
1624
                "shasum": ""
1625
            },
1626
            "require": {
1627
                "php": ">=5.3.3",
1628
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
1629
            },
1630
            "require-dev": {
1631
                "composer/composer": "^1.0@dev",
1632
                "symfony/filesystem": "^2.3 || ^3 || ^4",
1633
                "symfony/phpunit-bridge": "^4.0"
1634
            },
1635
            "type": "library",
1636
            "extra": {
1637
                "branch-alias": {
1638
                    "dev-master": "2.1.x-dev"
1639
                }
1640
            },
1641
            "autoload": {
1642
                "psr-4": {
1643
                    "Incenteev\\ParameterHandler\\": ""
1644
                }
1645
            },
1646
            "notification-url": "https://packagist.org/downloads/",
1647
            "license": [
1648
                "MIT"
1649
            ],
1650
            "authors": [
1651
                {
1652
                    "name": "Christophe Coevoet",
1653
                    "email": "[email protected]"
1654
                }
1655
            ],
1656
            "description": "Composer script handling your ignored parameter file",
1657
            "homepage": "https://github.com/Incenteev/ParameterHandler",
1658
            "keywords": [
1659
                "parameters management"
1660
            ],
1661
            "time": "2018-02-13T18:05:56+00:00"
1662
        },
1663
        {
1664
            "name": "jdorn/sql-formatter",
1665
            "version": "v1.2.17",
1666
            "source": {
1667
                "type": "git",
1668
                "url": "https://github.com/jdorn/sql-formatter.git",
1669
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1670
            },
1671
            "dist": {
1672
                "type": "zip",
1673
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1674
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1675
                "shasum": ""
1676
            },
1677
            "require": {
1678
                "php": ">=5.2.4"
1679
            },
1680
            "require-dev": {
1681
                "phpunit/phpunit": "3.7.*"
1682
            },
1683
            "type": "library",
1684
            "extra": {
1685
                "branch-alias": {
1686
                    "dev-master": "1.3.x-dev"
1687
                }
1688
            },
1689
            "autoload": {
1690
                "classmap": [
1691
                    "lib"
1692
                ]
1693
            },
1694
            "notification-url": "https://packagist.org/downloads/",
1695
            "license": [
1696
                "MIT"
1697
            ],
1698
            "authors": [
1699
                {
1700
                    "name": "Jeremy Dorn",
1701
                    "email": "[email protected]",
1702
                    "homepage": "http://jeremydorn.com/"
1703
                }
1704
            ],
1705
            "description": "a PHP SQL highlighting library",
1706
            "homepage": "https://github.com/jdorn/sql-formatter/",
1707
            "keywords": [
1708
                "highlight",
1709
                "sql"
1710
            ],
1711
            "time": "2014-01-12T16:20:24+00:00"
1712
        },
1713
        {
1714
            "name": "mkraemer/react-pcntl",
1715
            "version": "v3.0.0",
1716
            "source": {
1717
                "type": "git",
1718
                "url": "https://github.com/mkraemer/react-pcntl.git",
1719
                "reference": "39d6af793c3a61edbde70c130b2b7dca9f316789"
1720
            },
1721
            "dist": {
1722
                "type": "zip",
1723
                "url": "https://api.github.com/repos/mkraemer/react-pcntl/zipball/39d6af793c3a61edbde70c130b2b7dca9f316789",
1724
                "reference": "39d6af793c3a61edbde70c130b2b7dca9f316789",
1725
                "shasum": ""
1726
            },
1727
            "require": {
1728
                "evenement/evenement": "^3.0 || ^2.0",
1729
                "ext-pcntl": "*",
1730
                "php": ">=5.4",
1731
                "react/event-loop": "0.4.*"
1732
            },
1733
            "require-dev": {
1734
                "phpunit/phpunit": "^4.8",
1735
                "satooshi/php-coveralls": "^1.0"
1736
            },
1737
            "type": "library",
1738
            "autoload": {
1739
                "psr-0": {
1740
                    "MKraemer": "src/"
1741
                }
1742
            },
1743
            "notification-url": "https://packagist.org/downloads/",
1744
            "license": [
1745
                "MIT"
1746
            ],
1747
            "authors": [
1748
                {
1749
                    "name": "Marius Krämer",
1750
                    "email": "[email protected]"
1751
                }
1752
            ],
1753
            "description": "PCNTL bindings for ReactPHP",
1754
            "keywords": [
1755
                "pcntl",
1756
                "react"
1757
            ],
1758
            "time": "2017-07-24T19:56:32+00:00"
1759
        },
1760
        {
1761
            "name": "monolog/monolog",
1762
            "version": "1.23.0",
1763
            "source": {
1764
                "type": "git",
1765
                "url": "https://github.com/Seldaek/monolog.git",
1766
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1767
            },
1768
            "dist": {
1769
                "type": "zip",
1770
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1771
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1772
                "shasum": ""
1773
            },
1774
            "require": {
1775
                "php": ">=5.3.0",
1776
                "psr/log": "~1.0"
1777
            },
1778
            "provide": {
1779
                "psr/log-implementation": "1.0.0"
1780
            },
1781
            "require-dev": {
1782
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1783
                "doctrine/couchdb": "~1.0@dev",
1784
                "graylog2/gelf-php": "~1.0",
1785
                "jakub-onderka/php-parallel-lint": "0.9",
1786
                "php-amqplib/php-amqplib": "~2.4",
1787
                "php-console/php-console": "^3.1.3",
1788
                "phpunit/phpunit": "~4.5",
1789
                "phpunit/phpunit-mock-objects": "2.3.0",
1790
                "ruflin/elastica": ">=0.90 <3.0",
1791
                "sentry/sentry": "^0.13",
1792
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1793
            },
1794
            "suggest": {
1795
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1796
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1797
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1798
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1799
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1800
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1801
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1802
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1803
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1804
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1805
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1806
            },
1807
            "type": "library",
1808
            "extra": {
1809
                "branch-alias": {
1810
                    "dev-master": "2.0.x-dev"
1811
                }
1812
            },
1813
            "autoload": {
1814
                "psr-4": {
1815
                    "Monolog\\": "src/Monolog"
1816
                }
1817
            },
1818
            "notification-url": "https://packagist.org/downloads/",
1819
            "license": [
1820
                "MIT"
1821
            ],
1822
            "authors": [
1823
                {
1824
                    "name": "Jordi Boggiano",
1825
                    "email": "[email protected]",
1826
                    "homepage": "http://seld.be"
1827
                }
1828
            ],
1829
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1830
            "homepage": "http://github.com/Seldaek/monolog",
1831
            "keywords": [
1832
                "log",
1833
                "logging",
1834
                "psr-3"
1835
            ],
1836
            "time": "2017-06-19T01:22:40+00:00"
1837
        },
1838
        {
1839
            "name": "nelmio/cors-bundle",
1840
            "version": "1.5.4",
1841
            "source": {
1842
                "type": "git",
1843
                "url": "https://github.com/nelmio/NelmioCorsBundle.git",
1844
                "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254"
1845
            },
1846
            "dist": {
1847
                "type": "zip",
1848
                "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
1849
                "reference": "548dc8ebd3984acd2f6d8787ab1dac2e9aa14254",
1850
                "shasum": ""
1851
            },
1852
            "require": {
1853
                "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
1854
            },
1855
            "require-dev": {
1856
                "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
1857
                "mockery/mockery": "^0.9 || ^1.0",
1858
                "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
1859
            },
1860
            "type": "symfony-bundle",
1861
            "extra": {
1862
                "branch-alias": {
1863
                    "dev-master": "1.5.x-dev"
1864
                }
1865
            },
1866
            "autoload": {
1867
                "psr-4": {
1868
                    "Nelmio\\CorsBundle\\": ""
1869
                },
1870
                "exclude-from-classmap": [
1871
                    "/Tests/"
1872
                ]
1873
            },
1874
            "notification-url": "https://packagist.org/downloads/",
1875
            "license": [
1876
                "MIT"
1877
            ],
1878
            "authors": [
1879
                {
1880
                    "name": "Nelmio",
1881
                    "homepage": "http://nelm.io"
1882
                },
1883
                {
1884
                    "name": "Symfony Community",
1885
                    "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
1886
                }
1887
            ],
1888
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
1889
            "keywords": [
1890
                "api",
1891
                "cors",
1892
                "crossdomain"
1893
            ],
1894
            "time": "2017-12-11T18:41:54+00:00"
1895
        },
1896
        {
1897
            "name": "paragonie/random_compat",
1898
            "version": "v2.0.12",
1899
            "source": {
1900
                "type": "git",
1901
                "url": "https://github.com/paragonie/random_compat.git",
1902
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
1903
            },
1904
            "dist": {
1905
                "type": "zip",
1906
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1907
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1908
                "shasum": ""
1909
            },
1910
            "require": {
1911
                "php": ">=5.2.0"
1912
            },
1913
            "require-dev": {
1914
                "phpunit/phpunit": "4.*|5.*"
1915
            },
1916
            "suggest": {
1917
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1918
            },
1919
            "type": "library",
1920
            "autoload": {
1921
                "files": [
1922
                    "lib/random.php"
1923
                ]
1924
            },
1925
            "notification-url": "https://packagist.org/downloads/",
1926
            "license": [
1927
                "MIT"
1928
            ],
1929
            "authors": [
1930
                {
1931
                    "name": "Paragon Initiative Enterprises",
1932
                    "email": "[email protected]",
1933
                    "homepage": "https://paragonie.com"
1934
                }
1935
            ],
1936
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1937
            "keywords": [
1938
                "csprng",
1939
                "pseudorandom",
1940
                "random"
1941
            ],
1942
            "time": "2018-04-04T21:24:14+00:00"
1943
        },
1944
        {
1945
            "name": "php-amqplib/php-amqplib",
1946
            "version": "v2.7.2",
1947
            "source": {
1948
                "type": "git",
1949
                "url": "https://github.com/php-amqplib/php-amqplib.git",
1950
                "reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b"
1951
            },
1952
            "dist": {
1953
                "type": "zip",
1954
                "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/dfd3694a86f1a7394d3693485259d4074a6ec79b",
1955
                "reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b",
1956
                "shasum": ""
1957
            },
1958
            "require": {
1959
                "ext-bcmath": "*",
1960
                "ext-mbstring": "*",
1961
                "php": ">=5.3.0"
1962
            },
1963
            "replace": {
1964
                "videlalvaro/php-amqplib": "self.version"
1965
            },
1966
            "require-dev": {
1967
                "phpdocumentor/phpdocumentor": "^2.9",
1968
                "phpunit/phpunit": "^4.8",
1969
                "scrutinizer/ocular": "^1.1",
1970
                "squizlabs/php_codesniffer": "^2.5"
1971
            },
1972
            "suggest": {
1973
                "ext-sockets": "Use AMQPSocketConnection"
1974
            },
1975
            "type": "library",
1976
            "extra": {
1977
                "branch-alias": {
1978
                    "dev-master": "2.7-dev"
1979
                }
1980
            },
1981
            "autoload": {
1982
                "psr-4": {
1983
                    "PhpAmqpLib\\": "PhpAmqpLib/"
1984
                }
1985
            },
1986
            "notification-url": "https://packagist.org/downloads/",
1987
            "license": [
1988
                "LGPL-2.1-or-later"
1989
            ],
1990
            "authors": [
1991
                {
1992
                    "name": "Alvaro Videla",
1993
                    "role": "Original Maintainer"
1994
                },
1995
                {
1996
                    "name": "John Kelly",
1997
                    "email": "[email protected]",
1998
                    "role": "Maintainer"
1999
                },
2000
                {
2001
                    "name": "Raúl Araya",
2002
                    "email": "[email protected]",
2003
                    "role": "Maintainer"
2004
                }
2005
            ],
2006
            "description": "Formerly videlalvaro/php-amqplib.  This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
2007
            "homepage": "https://github.com/php-amqplib/php-amqplib/",
2008
            "keywords": [
2009
                "message",
2010
                "queue",
2011
                "rabbitmq"
2012
            ],
2013
            "time": "2018-02-11T19:28:00+00:00"
2014
        },
2015
        {
2016
            "name": "php-http/curl-client",
2017
            "version": "v1.7.1",
2018
            "source": {
2019
                "type": "git",
2020
                "url": "https://github.com/php-http/curl-client.git",
2021
                "reference": "6341a93d00e5d953fc868a3928b5167e6513f2b6"
2022
            },
2023
            "dist": {
2024
                "type": "zip",
2025
                "url": "https://api.github.com/repos/php-http/curl-client/zipball/6341a93d00e5d953fc868a3928b5167e6513f2b6",
2026
                "reference": "6341a93d00e5d953fc868a3928b5167e6513f2b6",
2027
                "shasum": ""
2028
            },
2029
            "require": {
2030
                "ext-curl": "*",
2031
                "php": "^5.5 || ^7.0",
2032
                "php-http/discovery": "^1.0",
2033
                "php-http/httplug": "^1.0",
2034
                "php-http/message": "^1.2",
2035
                "php-http/message-factory": "^1.0.2"
2036
            },
2037
            "provide": {
2038
                "php-http/async-client-implementation": "1.0",
2039
                "php-http/client-implementation": "1.0"
2040
            },
2041
            "require-dev": {
2042
                "guzzlehttp/psr7": "^1.0",
2043
                "php-http/client-integration-tests": "^0.6",
2044
                "phpunit/phpunit": "^4.8.27",
2045
                "zendframework/zend-diactoros": "^1.0"
2046
            },
2047
            "type": "library",
2048
            "autoload": {
2049
                "psr-4": {
2050
                    "Http\\Client\\Curl\\": "src/"
2051
                }
2052
            },
2053
            "notification-url": "https://packagist.org/downloads/",
2054
            "license": [
2055
                "MIT"
2056
            ],
2057
            "authors": [
2058
                {
2059
                    "name": "Михаил Красильников",
2060
                    "email": "[email protected]"
2061
                }
2062
            ],
2063
            "description": "cURL client for PHP-HTTP",
2064
            "homepage": "http://php-http.org",
2065
            "keywords": [
2066
                "curl",
2067
                "http"
2068
            ],
2069
            "time": "2018-03-26T19:21:48+00:00"
2070
        },
2071
        {
2072
            "name": "php-http/discovery",
2073
            "version": "1.4.0",
2074
            "source": {
2075
                "type": "git",
2076
                "url": "https://github.com/php-http/discovery.git",
2077
                "reference": "9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33"
2078
            },
2079
            "dist": {
2080
                "type": "zip",
2081
                "url": "https://api.github.com/repos/php-http/discovery/zipball/9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33",
2082
                "reference": "9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33",
2083
                "shasum": ""
2084
            },
2085
            "require": {
2086
                "php": "^5.5 || ^7.0"
2087
            },
2088
            "require-dev": {
2089
                "henrikbjorn/phpspec-code-coverage": "^2.0.2",
2090
                "php-http/httplug": "^1.0",
2091
                "php-http/message-factory": "^1.0",
2092
                "phpspec/phpspec": "^2.4",
2093
                "puli/composer-plugin": "1.0.0-beta10"
2094
            },
2095
            "suggest": {
2096
                "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
2097
                "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
2098
            },
2099
            "type": "library",
2100
            "extra": {
2101
                "branch-alias": {
2102
                    "dev-master": "1.3-dev"
2103
                }
2104
            },
2105
            "autoload": {
2106
                "psr-4": {
2107
                    "Http\\Discovery\\": "src/"
2108
                }
2109
            },
2110
            "notification-url": "https://packagist.org/downloads/",
2111
            "license": [
2112
                "MIT"
2113
            ],
2114
            "authors": [
2115
                {
2116
                    "name": "Márk Sági-Kazár",
2117
                    "email": "[email protected]"
2118
                }
2119
            ],
2120
            "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
2121
            "homepage": "http://php-http.org",
2122
            "keywords": [
2123
                "adapter",
2124
                "client",
2125
                "discovery",
2126
                "factory",
2127
                "http",
2128
                "message",
2129
                "psr7"
2130
            ],
2131
            "time": "2018-02-06T10:55:24+00:00"
2132
        },
2133
        {
2134
            "name": "php-http/guzzle6-adapter",
2135
            "version": "v1.1.1",
2136
            "source": {
2137
                "type": "git",
2138
                "url": "https://github.com/php-http/guzzle6-adapter.git",
2139
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
2140
            },
2141
            "dist": {
2142
                "type": "zip",
2143
                "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
2144
                "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
2145
                "shasum": ""
2146
            },
2147
            "require": {
2148
                "guzzlehttp/guzzle": "^6.0",
2149
                "php": ">=5.5.0",
2150
                "php-http/httplug": "^1.0"
2151
            },
2152
            "provide": {
2153
                "php-http/async-client-implementation": "1.0",
2154
                "php-http/client-implementation": "1.0"
2155
            },
2156
            "require-dev": {
2157
                "ext-curl": "*",
2158
                "php-http/adapter-integration-tests": "^0.4"
2159
            },
2160
            "type": "library",
2161
            "extra": {
2162
                "branch-alias": {
2163
                    "dev-master": "1.2-dev"
2164
                }
2165
            },
2166
            "autoload": {
2167
                "psr-4": {
2168
                    "Http\\Adapter\\Guzzle6\\": "src/"
2169
                }
2170
            },
2171
            "notification-url": "https://packagist.org/downloads/",
2172
            "license": [
2173
                "MIT"
2174
            ],
2175
            "authors": [
2176
                {
2177
                    "name": "Márk Sági-Kazár",
2178
                    "email": "[email protected]"
2179
                },
2180
                {
2181
                    "name": "David de Boer",
2182
                    "email": "[email protected]"
2183
                }
2184
            ],
2185
            "description": "Guzzle 6 HTTP Adapter",
2186
            "homepage": "http://httplug.io",
2187
            "keywords": [
2188
                "Guzzle",
2189
                "http"
2190
            ],
2191
            "time": "2016-05-10T06:13:32+00:00"
2192
        },
2193
        {
2194
            "name": "php-http/httplug",
2195
            "version": "v1.1.0",
2196
            "source": {
2197
                "type": "git",
2198
                "url": "https://github.com/php-http/httplug.git",
2199
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
2200
            },
2201
            "dist": {
2202
                "type": "zip",
2203
                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
2204
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
2205
                "shasum": ""
2206
            },
2207
            "require": {
2208
                "php": ">=5.4",
2209
                "php-http/promise": "^1.0",
2210
                "psr/http-message": "^1.0"
2211
            },
2212
            "require-dev": {
2213
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2214
                "phpspec/phpspec": "^2.4"
2215
            },
2216
            "type": "library",
2217
            "extra": {
2218
                "branch-alias": {
2219
                    "dev-master": "1.1-dev"
2220
                }
2221
            },
2222
            "autoload": {
2223
                "psr-4": {
2224
                    "Http\\Client\\": "src/"
2225
                }
2226
            },
2227
            "notification-url": "https://packagist.org/downloads/",
2228
            "license": [
2229
                "MIT"
2230
            ],
2231
            "authors": [
2232
                {
2233
                    "name": "Eric GELOEN",
2234
                    "email": "[email protected]"
2235
                },
2236
                {
2237
                    "name": "Márk Sági-Kazár",
2238
                    "email": "[email protected]"
2239
                }
2240
            ],
2241
            "description": "HTTPlug, the HTTP client abstraction for PHP",
2242
            "homepage": "http://httplug.io",
2243
            "keywords": [
2244
                "client",
2245
                "http"
2246
            ],
2247
            "time": "2016-08-31T08:30:17+00:00"
2248
        },
2249
        {
2250
            "name": "php-http/message",
2251
            "version": "1.6.0",
2252
            "source": {
2253
                "type": "git",
2254
                "url": "https://github.com/php-http/message.git",
2255
                "reference": "2edd63bae5f52f79363c5f18904b05ce3a4b7253"
2256
            },
2257
            "dist": {
2258
                "type": "zip",
2259
                "url": "https://api.github.com/repos/php-http/message/zipball/2edd63bae5f52f79363c5f18904b05ce3a4b7253",
2260
                "reference": "2edd63bae5f52f79363c5f18904b05ce3a4b7253",
2261
                "shasum": ""
2262
            },
2263
            "require": {
2264
                "clue/stream-filter": "^1.3",
2265
                "php": ">=5.4",
2266
                "php-http/message-factory": "^1.0.2",
2267
                "psr/http-message": "^1.0"
2268
            },
2269
            "provide": {
2270
                "php-http/message-factory-implementation": "1.0"
2271
            },
2272
            "require-dev": {
2273
                "akeneo/phpspec-skip-example-extension": "^1.0",
2274
                "coduo/phpspec-data-provider-extension": "^1.0",
2275
                "ext-zlib": "*",
2276
                "guzzlehttp/psr7": "^1.0",
2277
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2278
                "phpspec/phpspec": "^2.4",
2279
                "slim/slim": "^3.0",
2280
                "zendframework/zend-diactoros": "^1.0"
2281
            },
2282
            "suggest": {
2283
                "ext-zlib": "Used with compressor/decompressor streams",
2284
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
2285
                "slim/slim": "Used with Slim Framework PSR-7 implementation",
2286
                "zendframework/zend-diactoros": "Used with Diactoros Factories"
2287
            },
2288
            "type": "library",
2289
            "extra": {
2290
                "branch-alias": {
2291
                    "dev-master": "1.6-dev"
2292
                }
2293
            },
2294
            "autoload": {
2295
                "psr-4": {
2296
                    "Http\\Message\\": "src/"
2297
                },
2298
                "files": [
2299
                    "src/filters.php"
2300
                ]
2301
            },
2302
            "notification-url": "https://packagist.org/downloads/",
2303
            "license": [
2304
                "MIT"
2305
            ],
2306
            "authors": [
2307
                {
2308
                    "name": "Márk Sági-Kazár",
2309
                    "email": "[email protected]"
2310
                }
2311
            ],
2312
            "description": "HTTP Message related tools",
2313
            "homepage": "http://php-http.org",
2314
            "keywords": [
2315
                "http",
2316
                "message",
2317
                "psr-7"
2318
            ],
2319
            "time": "2017-07-05T06:40:53+00:00"
2320
        },
2321
        {
2322
            "name": "php-http/message-factory",
2323
            "version": "v1.0.2",
2324
            "source": {
2325
                "type": "git",
2326
                "url": "https://github.com/php-http/message-factory.git",
2327
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
2328
            },
2329
            "dist": {
2330
                "type": "zip",
2331
                "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
2332
                "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
2333
                "shasum": ""
2334
            },
2335
            "require": {
2336
                "php": ">=5.4",
2337
                "psr/http-message": "^1.0"
2338
            },
2339
            "type": "library",
2340
            "extra": {
2341
                "branch-alias": {
2342
                    "dev-master": "1.0-dev"
2343
                }
2344
            },
2345
            "autoload": {
2346
                "psr-4": {
2347
                    "Http\\Message\\": "src/"
2348
                }
2349
            },
2350
            "notification-url": "https://packagist.org/downloads/",
2351
            "license": [
2352
                "MIT"
2353
            ],
2354
            "authors": [
2355
                {
2356
                    "name": "Márk Sági-Kazár",
2357
                    "email": "[email protected]"
2358
                }
2359
            ],
2360
            "description": "Factory interfaces for PSR-7 HTTP Message",
2361
            "homepage": "http://php-http.org",
2362
            "keywords": [
2363
                "factory",
2364
                "http",
2365
                "message",
2366
                "stream",
2367
                "uri"
2368
            ],
2369
            "time": "2015-12-19T14:08:53+00:00"
2370
        },
2371
        {
2372
            "name": "php-http/promise",
2373
            "version": "v1.0.0",
2374
            "source": {
2375
                "type": "git",
2376
                "url": "https://github.com/php-http/promise.git",
2377
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
2378
            },
2379
            "dist": {
2380
                "type": "zip",
2381
                "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
2382
                "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
2383
                "shasum": ""
2384
            },
2385
            "require-dev": {
2386
                "henrikbjorn/phpspec-code-coverage": "^1.0",
2387
                "phpspec/phpspec": "^2.4"
2388
            },
2389
            "type": "library",
2390
            "extra": {
2391
                "branch-alias": {
2392
                    "dev-master": "1.1-dev"
2393
                }
2394
            },
2395
            "autoload": {
2396
                "psr-4": {
2397
                    "Http\\Promise\\": "src/"
2398
                }
2399
            },
2400
            "notification-url": "https://packagist.org/downloads/",
2401
            "license": [
2402
                "MIT"
2403
            ],
2404
            "authors": [
2405
                {
2406
                    "name": "Márk Sági-Kazár",
2407
                    "email": "[email protected]"
2408
                },
2409
                {
2410
                    "name": "Joel Wurtz",
2411
                    "email": "[email protected]"
2412
                }
2413
            ],
2414
            "description": "Promise used for asynchronous HTTP requests",
2415
            "homepage": "http://httplug.io",
2416
            "keywords": [
2417
                "promise"
2418
            ],
2419
            "time": "2016-01-26T13:27:02+00:00"
2420
        },
2421
        {
2422
            "name": "php-pm/httpkernel-adapter",
2423
            "version": "1.0.2",
2424
            "source": {
2425
                "type": "git",
2426
                "url": "https://github.com/php-pm/php-pm-httpkernel.git",
2427
                "reference": "a790198165cda3550e52327409758c5d2b6127a5"
2428
            },
2429
            "dist": {
2430
                "type": "zip",
2431
                "url": "https://api.github.com/repos/php-pm/php-pm-httpkernel/zipball/a790198165cda3550e52327409758c5d2b6127a5",
2432
                "reference": "a790198165cda3550e52327409758c5d2b6127a5",
2433
                "shasum": ""
2434
            },
2435
            "require": {
2436
                "php-pm/php-pm": "^1.0",
2437
                "ringcentral/psr7": "^1.2",
2438
                "symfony/http-foundation": "^2.6|^3.0",
2439
                "symfony/http-kernel": "^2.6|^3.0"
2440
            },
2441
            "type": "library",
2442
            "autoload": {
2443
                "psr-4": {
2444
                    "PHPPM\\": ""
2445
                }
2446
            },
2447
            "notification-url": "https://packagist.org/downloads/",
2448
            "license": [
2449
                "MIT"
2450
            ],
2451
            "time": "2018-02-10T00:04:43+00:00"
2452
        },
2453
        {
2454
            "name": "php-pm/php-pm",
2455
            "version": "1.0.2",
2456
            "source": {
2457
                "type": "git",
2458
                "url": "https://github.com/php-pm/php-pm.git",
2459
                "reference": "004210d3e6d13415be27a94e37a86e6f75cca761"
2460
            },
2461
            "dist": {
2462
                "type": "zip",
2463
                "url": "https://api.github.com/repos/php-pm/php-pm/zipball/004210d3e6d13415be27a94e37a86e6f75cca761",
2464
                "reference": "004210d3e6d13415be27a94e37a86e6f75cca761",
2465
                "shasum": ""
2466
            },
2467
            "require": {
2468
                "ext-pcntl": "*",
2469
                "http-interop/http-middleware": "^0.5",
2470
                "mkraemer/react-pcntl": "^2.0|^3.0",
2471
                "monolog/monolog": "^1.3",
2472
                "paragonie/random_compat": "^2.0",
2473
                "php": ">=5.6.0",
2474
                "react/child-process": "^0.5",
2475
                "react/event-loop": "^0.4",
2476
                "react/http": "^0.8",
2477
                "react/socket": "^0.8.6",
2478
                "react/stream": "^0.7.1",
2479
                "ringcentral/psr7": "^1.2",
2480
                "symfony/console": "^2.6|^3.0|^4.0",
2481
                "symfony/debug": "^2.6|^3.0|^4.0",
2482
                "symfony/process": "^2.6|^3.0|^4.0"
2483
            },
2484
            "require-dev": {
2485
                "mockery/mockery": "^1.0",
2486
                "phpunit/phpunit": "^5.7"
2487
            },
2488
            "suggest": {
2489
                "php-pm/httpkernel-adapter": "HttpKernel adapter for Symfony and Laravel frameworks"
2490
            },
2491
            "bin": [
2492
                "bin/ppm"
2493
            ],
2494
            "type": "library",
2495
            "autoload": {
2496
                "psr-4": {
2497
                    "PHPPM\\": "src",
2498
                    "PHPPM\\Tests\\": "tests"
2499
                },
2500
                "files": [
2501
                    "src/functions.php"
2502
                ]
2503
            },
2504
            "notification-url": "https://packagist.org/downloads/",
2505
            "license": [
2506
                "MIT"
2507
            ],
2508
            "description": "PHP-PM is a process manager, supercharger and load balancer for PHP applications.",
2509
            "time": "2018-04-14T12:47:49+00:00"
2510
        },
2511
        {
2512
            "name": "psr/cache",
2513
            "version": "1.0.1",
2514
            "source": {
2515
                "type": "git",
2516
                "url": "https://github.com/php-fig/cache.git",
2517
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2518
            },
2519
            "dist": {
2520
                "type": "zip",
2521
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2522
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2523
                "shasum": ""
2524
            },
2525
            "require": {
2526
                "php": ">=5.3.0"
2527
            },
2528
            "type": "library",
2529
            "extra": {
2530
                "branch-alias": {
2531
                    "dev-master": "1.0.x-dev"
2532
                }
2533
            },
2534
            "autoload": {
2535
                "psr-4": {
2536
                    "Psr\\Cache\\": "src/"
2537
                }
2538
            },
2539
            "notification-url": "https://packagist.org/downloads/",
2540
            "license": [
2541
                "MIT"
2542
            ],
2543
            "authors": [
2544
                {
2545
                    "name": "PHP-FIG",
2546
                    "homepage": "http://www.php-fig.org/"
2547
                }
2548
            ],
2549
            "description": "Common interface for caching libraries",
2550
            "keywords": [
2551
                "cache",
2552
                "psr",
2553
                "psr-6"
2554
            ],
2555
            "time": "2016-08-06T20:24:11+00:00"
2556
        },
2557
        {
2558
            "name": "psr/container",
2559
            "version": "1.0.0",
2560
            "source": {
2561
                "type": "git",
2562
                "url": "https://github.com/php-fig/container.git",
2563
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2564
            },
2565
            "dist": {
2566
                "type": "zip",
2567
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2568
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2569
                "shasum": ""
2570
            },
2571
            "require": {
2572
                "php": ">=5.3.0"
2573
            },
2574
            "type": "library",
2575
            "extra": {
2576
                "branch-alias": {
2577
                    "dev-master": "1.0.x-dev"
2578
                }
2579
            },
2580
            "autoload": {
2581
                "psr-4": {
2582
                    "Psr\\Container\\": "src/"
2583
                }
2584
            },
2585
            "notification-url": "https://packagist.org/downloads/",
2586
            "license": [
2587
                "MIT"
2588
            ],
2589
            "authors": [
2590
                {
2591
                    "name": "PHP-FIG",
2592
                    "homepage": "http://www.php-fig.org/"
2593
                }
2594
            ],
2595
            "description": "Common Container Interface (PHP FIG PSR-11)",
2596
            "homepage": "https://github.com/php-fig/container",
2597
            "keywords": [
2598
                "PSR-11",
2599
                "container",
2600
                "container-interface",
2601
                "container-interop",
2602
                "psr"
2603
            ],
2604
            "time": "2017-02-14T16:28:37+00:00"
2605
        },
2606
        {
2607
            "name": "psr/http-message",
2608
            "version": "1.0.1",
2609
            "source": {
2610
                "type": "git",
2611
                "url": "https://github.com/php-fig/http-message.git",
2612
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2613
            },
2614
            "dist": {
2615
                "type": "zip",
2616
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2617
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2618
                "shasum": ""
2619
            },
2620
            "require": {
2621
                "php": ">=5.3.0"
2622
            },
2623
            "type": "library",
2624
            "extra": {
2625
                "branch-alias": {
2626
                    "dev-master": "1.0.x-dev"
2627
                }
2628
            },
2629
            "autoload": {
2630
                "psr-4": {
2631
                    "Psr\\Http\\Message\\": "src/"
2632
                }
2633
            },
2634
            "notification-url": "https://packagist.org/downloads/",
2635
            "license": [
2636
                "MIT"
2637
            ],
2638
            "authors": [
2639
                {
2640
                    "name": "PHP-FIG",
2641
                    "homepage": "http://www.php-fig.org/"
2642
                }
2643
            ],
2644
            "description": "Common interface for HTTP messages",
2645
            "homepage": "https://github.com/php-fig/http-message",
2646
            "keywords": [
2647
                "http",
2648
                "http-message",
2649
                "psr",
2650
                "psr-7",
2651
                "request",
2652
                "response"
2653
            ],
2654
            "time": "2016-08-06T14:39:51+00:00"
2655
        },
2656
        {
2657
            "name": "psr/link",
2658
            "version": "1.0.0",
2659
            "source": {
2660
                "type": "git",
2661
                "url": "https://github.com/php-fig/link.git",
2662
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
2663
            },
2664
            "dist": {
2665
                "type": "zip",
2666
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
2667
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
2668
                "shasum": ""
2669
            },
2670
            "require": {
2671
                "php": ">=5.3.0"
2672
            },
2673
            "type": "library",
2674
            "extra": {
2675
                "branch-alias": {
2676
                    "dev-master": "1.0.x-dev"
2677
                }
2678
            },
2679
            "autoload": {
2680
                "psr-4": {
2681
                    "Psr\\Link\\": "src/"
2682
                }
2683
            },
2684
            "notification-url": "https://packagist.org/downloads/",
2685
            "license": [
2686
                "MIT"
2687
            ],
2688
            "authors": [
2689
                {
2690
                    "name": "PHP-FIG",
2691
                    "homepage": "http://www.php-fig.org/"
2692
                }
2693
            ],
2694
            "description": "Common interfaces for HTTP links",
2695
            "keywords": [
2696
                "http",
2697
                "http-link",
2698
                "link",
2699
                "psr",
2700
                "psr-13",
2701
                "rest"
2702
            ],
2703
            "time": "2016-10-28T16:06:13+00:00"
2704
        },
2705
        {
2706
            "name": "psr/log",
2707
            "version": "1.0.2",
2708
            "source": {
2709
                "type": "git",
2710
                "url": "https://github.com/php-fig/log.git",
2711
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2712
            },
2713
            "dist": {
2714
                "type": "zip",
2715
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2716
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2717
                "shasum": ""
2718
            },
2719
            "require": {
2720
                "php": ">=5.3.0"
2721
            },
2722
            "type": "library",
2723
            "extra": {
2724
                "branch-alias": {
2725
                    "dev-master": "1.0.x-dev"
2726
                }
2727
            },
2728
            "autoload": {
2729
                "psr-4": {
2730
                    "Psr\\Log\\": "Psr/Log/"
2731
                }
2732
            },
2733
            "notification-url": "https://packagist.org/downloads/",
2734
            "license": [
2735
                "MIT"
2736
            ],
2737
            "authors": [
2738
                {
2739
                    "name": "PHP-FIG",
2740
                    "homepage": "http://www.php-fig.org/"
2741
                }
2742
            ],
2743
            "description": "Common interface for logging libraries",
2744
            "homepage": "https://github.com/php-fig/log",
2745
            "keywords": [
2746
                "log",
2747
                "psr",
2748
                "psr-3"
2749
            ],
2750
            "time": "2016-10-10T12:19:37+00:00"
2751
        },
2752
        {
2753
            "name": "psr/simple-cache",
2754
            "version": "1.0.1",
2755
            "source": {
2756
                "type": "git",
2757
                "url": "https://github.com/php-fig/simple-cache.git",
2758
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2759
            },
2760
            "dist": {
2761
                "type": "zip",
2762
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2763
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2764
                "shasum": ""
2765
            },
2766
            "require": {
2767
                "php": ">=5.3.0"
2768
            },
2769
            "type": "library",
2770
            "extra": {
2771
                "branch-alias": {
2772
                    "dev-master": "1.0.x-dev"
2773
                }
2774
            },
2775
            "autoload": {
2776
                "psr-4": {
2777
                    "Psr\\SimpleCache\\": "src/"
2778
                }
2779
            },
2780
            "notification-url": "https://packagist.org/downloads/",
2781
            "license": [
2782
                "MIT"
2783
            ],
2784
            "authors": [
2785
                {
2786
                    "name": "PHP-FIG",
2787
                    "homepage": "http://www.php-fig.org/"
2788
                }
2789
            ],
2790
            "description": "Common interfaces for simple caching",
2791
            "keywords": [
2792
                "cache",
2793
                "caching",
2794
                "psr",
2795
                "psr-16",
2796
                "simple-cache"
2797
            ],
2798
            "time": "2017-10-23T01:57:42+00:00"
2799
        },
2800
        {
2801
            "name": "queue-interop/amqp-interop",
2802
            "version": "0.7.3",
2803
            "source": {
2804
                "type": "git",
2805
                "url": "https://github.com/queue-interop/amqp-interop.git",
2806
                "reference": "1a437a8efd7a6835198b0d16031d3ed38dbceeab"
2807
            },
2808
            "dist": {
2809
                "type": "zip",
2810
                "url": "https://api.github.com/repos/queue-interop/amqp-interop/zipball/1a437a8efd7a6835198b0d16031d3ed38dbceeab",
2811
                "reference": "1a437a8efd7a6835198b0d16031d3ed38dbceeab",
2812
                "shasum": ""
2813
            },
2814
            "require": {
2815
                "php": ">=5.5",
2816
                "queue-interop/queue-interop": "^0.6@dev|^1.0.0-alpha1"
2817
            },
2818
            "require-dev": {
2819
                "phpunit/phpunit": "~5.4.0"
2820
            },
2821
            "type": "library",
2822
            "extra": {
2823
                "branch-alias": {
2824
                    "dev-master": "0.7.x-dev"
2825
                }
2826
            },
2827
            "autoload": {
2828
                "psr-4": {
2829
                    "Interop\\Amqp\\": "src/"
2830
                }
2831
            },
2832
            "notification-url": "https://packagist.org/downloads/",
2833
            "license": [
2834
                "MIT"
2835
            ],
2836
            "time": "2018-03-06T10:44:28+00:00"
2837
        },
2838
        {
2839
            "name": "queue-interop/queue-interop",
2840
            "version": "0.6.1",
2841
            "source": {
2842
                "type": "git",
2843
                "url": "https://github.com/queue-interop/queue-interop.git",
2844
                "reference": "38579005c0492c0275bbae31170edf30a7e740fa"
2845
            },
2846
            "dist": {
2847
                "type": "zip",
2848
                "url": "https://api.github.com/repos/queue-interop/queue-interop/zipball/38579005c0492c0275bbae31170edf30a7e740fa",
2849
                "reference": "38579005c0492c0275bbae31170edf30a7e740fa",
2850
                "shasum": ""
2851
            },
2852
            "require": {
2853
                "php": ">=5.5"
2854
            },
2855
            "type": "library",
2856
            "extra": {
2857
                "branch-alias": {
2858
                    "dev-master": "0.6.x-dev"
2859
                }
2860
            },
2861
            "autoload": {
2862
                "psr-4": {
2863
                    "Interop\\Queue\\": "src/"
2864
                }
2865
            },
2866
            "notification-url": "https://packagist.org/downloads/",
2867
            "license": [
2868
                "MIT"
2869
            ],
2870
            "description": "Promoting the interoperability of MQs objects. Based on Java JMS",
2871
            "homepage": "https://github.com/queue-interop/queue-interop",
2872
            "keywords": [
2873
                "MQ",
2874
                "jms",
2875
                "message queue",
2876
                "messaging",
2877
                "queue"
2878
            ],
2879
            "time": "2017-08-10T11:24:15+00:00"
2880
        },
2881
        {
2882
            "name": "ramsey/uuid",
2883
            "version": "3.7.3",
2884
            "source": {
2885
                "type": "git",
2886
                "url": "https://github.com/ramsey/uuid.git",
2887
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
2888
            },
2889
            "dist": {
2890
                "type": "zip",
2891
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
2892
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
2893
                "shasum": ""
2894
            },
2895
            "require": {
2896
                "paragonie/random_compat": "^1.0|^2.0",
2897
                "php": "^5.4 || ^7.0"
2898
            },
2899
            "replace": {
2900
                "rhumsaa/uuid": "self.version"
2901
            },
2902
            "require-dev": {
2903
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
2904
                "doctrine/annotations": "~1.2.0",
2905
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
2906
                "ircmaxell/random-lib": "^1.1",
2907
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2908
                "mockery/mockery": "^0.9.9",
2909
                "moontoast/math": "^1.1",
2910
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
2911
                "phpunit/phpunit": "^4.7|^5.0",
2912
                "squizlabs/php_codesniffer": "^2.3"
2913
            },
2914
            "suggest": {
2915
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2916
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2917
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2918
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2919
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2920
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2921
            },
2922
            "type": "library",
2923
            "extra": {
2924
                "branch-alias": {
2925
                    "dev-master": "3.x-dev"
2926
                }
2927
            },
2928
            "autoload": {
2929
                "psr-4": {
2930
                    "Ramsey\\Uuid\\": "src/"
2931
                }
2932
            },
2933
            "notification-url": "https://packagist.org/downloads/",
2934
            "license": [
2935
                "MIT"
2936
            ],
2937
            "authors": [
2938
                {
2939
                    "name": "Marijn Huizendveld",
2940
                    "email": "[email protected]"
2941
                },
2942
                {
2943
                    "name": "Thibaud Fabre",
2944
                    "email": "[email protected]"
2945
                },
2946
                {
2947
                    "name": "Ben Ramsey",
2948
                    "email": "[email protected]",
2949
                    "homepage": "https://benramsey.com"
2950
                }
2951
            ],
2952
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2953
            "homepage": "https://github.com/ramsey/uuid",
2954
            "keywords": [
2955
                "guid",
2956
                "identifier",
2957
                "uuid"
2958
            ],
2959
            "time": "2018-01-20T00:28:24+00:00"
2960
        },
2961
        {
2962
            "name": "react/cache",
2963
            "version": "v0.4.2",
2964
            "source": {
2965
                "type": "git",
2966
                "url": "https://github.com/reactphp/cache.git",
2967
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8"
2968
            },
2969
            "dist": {
2970
                "type": "zip",
2971
                "url": "https://api.github.com/repos/reactphp/cache/zipball/75494f26b4ef089db9bf8c90b63c296246e099e8",
2972
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8",
2973
                "shasum": ""
2974
            },
2975
            "require": {
2976
                "php": ">=5.3.0",
2977
                "react/promise": "~2.0|~1.1"
2978
            },
2979
            "require-dev": {
2980
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
2981
            },
2982
            "type": "library",
2983
            "autoload": {
2984
                "psr-4": {
2985
                    "React\\Cache\\": "src/"
2986
                }
2987
            },
2988
            "notification-url": "https://packagist.org/downloads/",
2989
            "license": [
2990
                "MIT"
2991
            ],
2992
            "description": "Async, Promise-based cache interface for ReactPHP",
2993
            "keywords": [
2994
                "cache",
2995
                "caching",
2996
                "promise",
2997
                "reactphp"
2998
            ],
2999
            "time": "2017-12-20T16:47:13+00:00"
3000
        },
3001
        {
3002
            "name": "react/child-process",
3003
            "version": "v0.5.2",
3004
            "source": {
3005
                "type": "git",
3006
                "url": "https://github.com/reactphp/child-process.git",
3007
                "reference": "aae49d7f1340bafb695b9af3ce4421ea41a39620"
3008
            },
3009
            "dist": {
3010
                "type": "zip",
3011
                "url": "https://api.github.com/repos/reactphp/child-process/zipball/aae49d7f1340bafb695b9af3ce4421ea41a39620",
3012
                "reference": "aae49d7f1340bafb695b9af3ce4421ea41a39620",
3013
                "shasum": ""
3014
            },
3015
            "require": {
3016
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
3017
                "php": ">=5.3.0",
3018
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
3019
                "react/stream": "^1.0 || ^0.7.6"
3020
            },
3021
            "require-dev": {
3022
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
3023
                "sebastian/environment": "^3.0 || ^2.0 || ^1.0"
3024
            },
3025
            "type": "library",
3026
            "autoload": {
3027
                "psr-4": {
3028
                    "React\\ChildProcess\\": "src"
3029
                }
3030
            },
3031
            "notification-url": "https://packagist.org/downloads/",
3032
            "license": [
3033
                "MIT"
3034
            ],
3035
            "description": "Event-driven library for executing child processes with ReactPHP.",
3036
            "keywords": [
3037
                "event-driven",
3038
                "process",
3039
                "reactphp"
3040
            ],
3041
            "time": "2018-01-18T14:53:06+00:00"
3042
        },
3043
        {
3044
            "name": "react/dns",
3045
            "version": "v0.4.13",
3046
            "source": {
3047
                "type": "git",
3048
                "url": "https://github.com/reactphp/dns.git",
3049
                "reference": "7d1e08c300fd7de600810883386ee5e2a64898f4"
3050
            },
3051
            "dist": {
3052
                "type": "zip",
3053
                "url": "https://api.github.com/repos/reactphp/dns/zipball/7d1e08c300fd7de600810883386ee5e2a64898f4",
3054
                "reference": "7d1e08c300fd7de600810883386ee5e2a64898f4",
3055
                "shasum": ""
3056
            },
3057
            "require": {
3058
                "php": ">=5.3.0",
3059
                "react/cache": "~0.4.0|~0.3.0",
3060
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
3061
                "react/promise": "^2.1 || ^1.2.1",
3062
                "react/promise-timer": "^1.2",
3063
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
3064
            },
3065
            "require-dev": {
3066
                "clue/block-react": "^1.2",
3067
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
3068
            },
3069
            "type": "library",
3070
            "autoload": {
3071
                "psr-4": {
3072
                    "React\\Dns\\": "src"
3073
                }
3074
            },
3075
            "notification-url": "https://packagist.org/downloads/",
3076
            "license": [
3077
                "MIT"
3078
            ],
3079
            "description": "Async DNS resolver for ReactPHP",
3080
            "keywords": [
3081
                "async",
3082
                "dns",
3083
                "dns-resolver",
3084
                "reactphp"
3085
            ],
3086
            "time": "2018-02-27T12:51:22+00:00"
3087
        },
3088
        {
3089
            "name": "react/event-loop",
3090
            "version": "v0.4.3",
3091
            "source": {
3092
                "type": "git",
3093
                "url": "https://github.com/reactphp/event-loop.git",
3094
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
3095
            },
3096
            "dist": {
3097
                "type": "zip",
3098
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
3099
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
3100
                "shasum": ""
3101
            },
3102
            "require": {
3103
                "php": ">=5.4.0"
3104
            },
3105
            "require-dev": {
3106
                "phpunit/phpunit": "~4.8"
3107
            },
3108
            "suggest": {
3109
                "ext-event": "~1.0",
3110
                "ext-libev": "*",
3111
                "ext-libevent": ">=0.1.0"
3112
            },
3113
            "type": "library",
3114
            "autoload": {
3115
                "psr-4": {
3116
                    "React\\EventLoop\\": "src"
3117
                }
3118
            },
3119
            "notification-url": "https://packagist.org/downloads/",
3120
            "license": [
3121
                "MIT"
3122
            ],
3123
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
3124
            "keywords": [
3125
                "asynchronous",
3126
                "event-loop"
3127
            ],
3128
            "time": "2017-04-27T10:56:23+00:00"
3129
        },
3130
        {
3131
            "name": "react/http",
3132
            "version": "v0.8.3",
3133
            "source": {
3134
                "type": "git",
3135
                "url": "https://github.com/reactphp/http.git",
3136
                "reference": "f8bcdab2dc0ecd94f35ff9657a263028b96f0c46"
3137
            },
3138
            "dist": {
3139
                "type": "zip",
3140
                "url": "https://api.github.com/repos/reactphp/http/zipball/f8bcdab2dc0ecd94f35ff9657a263028b96f0c46",
3141
                "reference": "f8bcdab2dc0ecd94f35ff9657a263028b96f0c46",
3142
                "shasum": ""
3143
            },
3144
            "require": {
3145
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
3146
                "php": ">=5.3.0",
3147
                "react/promise": "^2.3 || ^1.2.1",
3148
                "react/promise-stream": "^1.1",
3149
                "react/socket": "^1.0 || ^0.8.3",
3150
                "react/stream": "^1.0 || ^0.7.1",
3151
                "ringcentral/psr7": "^1.2"
3152
            },
3153
            "require-dev": {
3154
                "clue/block-react": "^1.1",
3155
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
3156
            },
3157
            "type": "library",
3158
            "autoload": {
3159
                "psr-4": {
3160
                    "React\\Http\\": "src"
3161
                }
3162
            },
3163
            "notification-url": "https://packagist.org/downloads/",
3164
            "license": [
3165
                "MIT"
3166
            ],
3167
            "description": "Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP",
3168
            "keywords": [
3169
                "event-driven",
3170
                "http",
3171
                "https",
3172
                "reactphp",
3173
                "server",
3174
                "streaming"
3175
            ],
3176
            "time": "2018-04-11T15:03:27+00:00"
3177
        },
3178
        {
3179
            "name": "react/promise",
3180
            "version": "v2.5.1",
3181
            "source": {
3182
                "type": "git",
3183
                "url": "https://github.com/reactphp/promise.git",
3184
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
3185
            },
3186
            "dist": {
3187
                "type": "zip",
3188
                "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
3189
                "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
3190
                "shasum": ""
3191
            },
3192
            "require": {
3193
                "php": ">=5.4.0"
3194
            },
3195
            "require-dev": {
3196
                "phpunit/phpunit": "~4.8"
3197
            },
3198
            "type": "library",
3199
            "autoload": {
3200
                "psr-4": {
3201
                    "React\\Promise\\": "src/"
3202
                },
3203
                "files": [
3204
                    "src/functions_include.php"
3205
                ]
3206
            },
3207
            "notification-url": "https://packagist.org/downloads/",
3208
            "license": [
3209
                "MIT"
3210
            ],
3211
            "authors": [
3212
                {
3213
                    "name": "Jan Sorgalla",
3214
                    "email": "[email protected]"
3215
                }
3216
            ],
3217
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
3218
            "keywords": [
3219
                "promise",
3220
                "promises"
3221
            ],
3222
            "time": "2017-03-25T12:08:31+00:00"
3223
        },
3224
        {
3225
            "name": "react/promise-stream",
3226
            "version": "v1.1.1",
3227
            "source": {
3228
                "type": "git",
3229
                "url": "https://github.com/reactphp/promise-stream.git",
3230
                "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9"
3231
            },
3232
            "dist": {
3233
                "type": "zip",
3234
                "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/00e269d611e9c9a29356aef64c07f7e513e73dc9",
3235
                "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9",
3236
                "shasum": ""
3237
            },
3238
            "require": {
3239
                "php": ">=5.3",
3240
                "react/promise": "^2.1 || ^1.2",
3241
                "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3"
3242
            },
3243
            "require-dev": {
3244
                "clue/block-react": "^1.0",
3245
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
3246
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
3247
                "react/promise-timer": "^1.0"
3248
            },
3249
            "type": "library",
3250
            "autoload": {
3251
                "psr-4": {
3252
                    "React\\Promise\\Stream\\": "src/"
3253
                },
3254
                "files": [
3255
                    "src/functions_include.php"
3256
                ]
3257
            },
3258
            "notification-url": "https://packagist.org/downloads/",
3259
            "license": [
3260
                "MIT"
3261
            ],
3262
            "authors": [
3263
                {
3264
                    "name": "Christian Lück",
3265
                    "email": "[email protected]"
3266
                }
3267
            ],
3268
            "description": "The missing link between Promise-land and Stream-land for ReactPHP",
3269
            "homepage": "https://github.com/reactphp/promise-stream",
3270
            "keywords": [
3271
                "Buffer",
3272
                "async",
3273
                "promise",
3274
                "reactphp",
3275
                "stream",
3276
                "unwrap"
3277
            ],
3278
            "time": "2017-12-22T12:02:05+00:00"
3279
        },
3280
        {
3281
            "name": "react/promise-timer",
3282
            "version": "v1.3.0",
3283
            "source": {
3284
                "type": "git",
3285
                "url": "https://github.com/reactphp/promise-timer.git",
3286
                "reference": "604513e33feb96ffb0dfb3d25233d3f9f0dce356"
3287
            },
3288
            "dist": {
3289
                "type": "zip",
3290
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/604513e33feb96ffb0dfb3d25233d3f9f0dce356",
3291
                "reference": "604513e33feb96ffb0dfb3d25233d3f9f0dce356",
3292
                "shasum": ""
3293
            },
3294
            "require": {
3295
                "php": ">=5.3",
3296
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
3297
                "react/promise": "~2.1|~1.2"
3298
            },
3299
            "require-dev": {
3300
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
3301
            },
3302
            "type": "library",
3303
            "autoload": {
3304
                "psr-4": {
3305
                    "React\\Promise\\Timer\\": "src/"
3306
                },
3307
                "files": [
3308
                    "src/functions.php"
3309
                ]
3310
            },
3311
            "notification-url": "https://packagist.org/downloads/",
3312
            "license": [
3313
                "MIT"
3314
            ],
3315
            "authors": [
3316
                {
3317
                    "name": "Christian Lück",
3318
                    "email": "[email protected]"
3319
                }
3320
            ],
3321
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
3322
            "homepage": "https://github.com/react/promise-timer",
3323
            "keywords": [
3324
                "async",
3325
                "event-loop",
3326
                "promise",
3327
                "reactphp",
3328
                "timeout",
3329
                "timer"
3330
            ],
3331
            "time": "2018-04-24T14:19:26+00:00"
3332
        },
3333
        {
3334
            "name": "react/socket",
3335
            "version": "v0.8.11",
3336
            "source": {
3337
                "type": "git",
3338
                "url": "https://github.com/reactphp/socket.git",
3339
                "reference": "94e98bb4def7054454784b330e44f73b7f6c160f"
3340
            },
3341
            "dist": {
3342
                "type": "zip",
3343
                "url": "https://api.github.com/repos/reactphp/socket/zipball/94e98bb4def7054454784b330e44f73b7f6c160f",
3344
                "reference": "94e98bb4def7054454784b330e44f73b7f6c160f",
3345
                "shasum": ""
3346
            },
3347
            "require": {
3348
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
3349
                "php": ">=5.3.0",
3350
                "react/dns": "^0.4.13",
3351
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
3352
                "react/promise": "^2.1 || ^1.2",
3353
                "react/promise-timer": "~1.0",
3354
                "react/stream": "^1.0 || ^0.7.1"
3355
            },
3356
            "require-dev": {
3357
                "clue/block-react": "^1.2",
3358
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
3359
            },
3360
            "type": "library",
3361
            "autoload": {
3362
                "psr-4": {
3363
                    "React\\Socket\\": "src"
3364
                }
3365
            },
3366
            "notification-url": "https://packagist.org/downloads/",
3367
            "license": [
3368
                "MIT"
3369
            ],
3370
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
3371
            "keywords": [
3372
                "Connection",
3373
                "Socket",
3374
                "async",
3375
                "reactphp",
3376
                "stream"
3377
            ],
3378
            "time": "2018-04-24T14:07:53+00:00"
3379
        },
3380
        {
3381
            "name": "react/stream",
3382
            "version": "v0.7.7",
3383
            "source": {
3384
                "type": "git",
3385
                "url": "https://github.com/reactphp/stream.git",
3386
                "reference": "10100896018fd847a257cd81143b8e1b7be08e40"
3387
            },
3388
            "dist": {
3389
                "type": "zip",
3390
                "url": "https://api.github.com/repos/reactphp/stream/zipball/10100896018fd847a257cd81143b8e1b7be08e40",
3391
                "reference": "10100896018fd847a257cd81143b8e1b7be08e40",
3392
                "shasum": ""
3393
            },
3394
            "require": {
3395
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
3396
                "php": ">=5.3.8",
3397
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
3398
            },
3399
            "require-dev": {
3400
                "clue/stream-filter": "~1.2",
3401
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
3402
            },
3403
            "type": "library",
3404
            "autoload": {
3405
                "psr-4": {
3406
                    "React\\Stream\\": "src"
3407
                }
3408
            },
3409
            "notification-url": "https://packagist.org/downloads/",
3410
            "license": [
3411
                "MIT"
3412
            ],
3413
            "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
3414
            "keywords": [
3415
                "event-driven",
3416
                "io",
3417
                "non-blocking",
3418
                "pipe",
3419
                "reactphp",
3420
                "readable",
3421
                "stream",
3422
                "writable"
3423
            ],
3424
            "time": "2018-01-19T15:04:38+00:00"
3425
        },
3426
        {
3427
            "name": "ringcentral/psr7",
3428
            "version": "1.2.2",
3429
            "source": {
3430
                "type": "git",
3431
                "url": "https://github.com/ringcentral/psr7.git",
3432
                "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c"
3433
            },
3434
            "dist": {
3435
                "type": "zip",
3436
                "url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
3437
                "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
3438
                "shasum": ""
3439
            },
3440
            "require": {
3441
                "php": ">=5.3",
3442
                "psr/http-message": "~1.0"
3443
            },
3444
            "provide": {
3445
                "psr/http-message-implementation": "1.0"
3446
            },
3447
            "require-dev": {
3448
                "phpunit/phpunit": "~4.0"
3449
            },
3450
            "type": "library",
3451
            "extra": {
3452
                "branch-alias": {
3453
                    "dev-master": "1.0-dev"
3454
                }
3455
            },
3456
            "autoload": {
3457
                "psr-4": {
3458
                    "RingCentral\\Psr7\\": "src/"
3459
                },
3460
                "files": [
3461
                    "src/functions_include.php"
3462
                ]
3463
            },
3464
            "notification-url": "https://packagist.org/downloads/",
3465
            "license": [
3466
                "MIT"
3467
            ],
3468
            "authors": [
3469
                {
3470
                    "name": "Michael Dowling",
3471
                    "email": "[email protected]",
3472
                    "homepage": "https://github.com/mtdowling"
3473
                }
3474
            ],
3475
            "description": "PSR-7 message implementation",
3476
            "keywords": [
3477
                "http",
3478
                "message",
3479
                "stream",
3480
                "uri"
3481
            ],
3482
            "time": "2018-01-15T21:00:49+00:00"
3483
        },
3484
        {
3485
            "name": "sensio/distribution-bundle",
3486
            "version": "v5.0.21",
3487
            "source": {
3488
                "type": "git",
3489
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
3490
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
3491
            },
3492
            "dist": {
3493
                "type": "zip",
3494
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
3495
                "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
3496
                "shasum": ""
3497
            },
3498
            "require": {
3499
                "php": ">=5.3.9",
3500
                "sensiolabs/security-checker": "~3.0|~4.0",
3501
                "symfony/class-loader": "~2.3|~3.0",
3502
                "symfony/config": "~2.3|~3.0",
3503
                "symfony/dependency-injection": "~2.3|~3.0",
3504
                "symfony/filesystem": "~2.3|~3.0",
3505
                "symfony/http-kernel": "~2.3|~3.0",
3506
                "symfony/process": "~2.3|~3.0"
3507
            },
3508
            "type": "symfony-bundle",
3509
            "extra": {
3510
                "branch-alias": {
3511
                    "dev-master": "5.0.x-dev"
3512
                }
3513
            },
3514
            "autoload": {
3515
                "psr-4": {
3516
                    "Sensio\\Bundle\\DistributionBundle\\": ""
3517
                }
3518
            },
3519
            "notification-url": "https://packagist.org/downloads/",
3520
            "license": [
3521
                "MIT"
3522
            ],
3523
            "authors": [
3524
                {
3525
                    "name": "Fabien Potencier",
3526
                    "email": "[email protected]"
3527
                }
3528
            ],
3529
            "description": "Base bundle for Symfony Distributions",
3530
            "keywords": [
3531
                "configuration",
3532
                "distribution"
3533
            ],
3534
            "time": "2017-08-25T16:55:44+00:00"
3535
        },
3536
        {
3537
            "name": "sensio/framework-extra-bundle",
3538
            "version": "v3.0.29",
3539
            "source": {
3540
                "type": "git",
3541
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
3542
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
3543
            },
3544
            "dist": {
3545
                "type": "zip",
3546
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
3547
                "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
3548
                "shasum": ""
3549
            },
3550
            "require": {
3551
                "doctrine/common": "~2.2",
3552
                "symfony/dependency-injection": "~2.3|~3.0",
3553
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
3554
            },
3555
            "require-dev": {
3556
                "doctrine/doctrine-bundle": "~1.5",
3557
                "doctrine/orm": "~2.4,>=2.4.5",
3558
                "symfony/asset": "~2.7|~3.0|~4.0",
3559
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
3560
                "symfony/dom-crawler": "~2.3|~3.0|~4.0",
3561
                "symfony/expression-language": "~2.4|~3.0|~4.0",
3562
                "symfony/finder": "~2.3|~3.0|~4.0",
3563
                "symfony/phpunit-bridge": "~3.2|~4.0",
3564
                "symfony/psr-http-message-bridge": "^0.3|^1.0",
3565
                "symfony/security-bundle": "~2.4|~3.0|~4.0",
3566
                "symfony/templating": "~2.3|~3.0|~4.0",
3567
                "symfony/translation": "~2.3|~3.0|~4.0",
3568
                "symfony/twig-bundle": "~2.3|~3.0|~4.0",
3569
                "symfony/yaml": "~2.3|~3.0|~4.0",
3570
                "twig/twig": "~1.12|~2.0",
3571
                "zendframework/zend-diactoros": "^1.3"
3572
            },
3573
            "suggest": {
3574
                "symfony/expression-language": "",
3575
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
3576
                "symfony/security-bundle": ""
3577
            },
3578
            "type": "symfony-bundle",
3579
            "extra": {
3580
                "branch-alias": {
3581
                    "dev-master": "3.0.x-dev"
3582
                }
3583
            },
3584
            "autoload": {
3585
                "psr-4": {
3586
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
3587
                }
3588
            },
3589
            "notification-url": "https://packagist.org/downloads/",
3590
            "license": [
3591
                "MIT"
3592
            ],
3593
            "authors": [
3594
                {
3595
                    "name": "Fabien Potencier",
3596
                    "email": "[email protected]"
3597
                }
3598
            ],
3599
            "description": "This bundle provides a way to configure your controllers with annotations",
3600
            "keywords": [
3601
                "annotations",
3602
                "controllers"
3603
            ],
3604
            "time": "2017-12-14T19:03:23+00:00"
3605
        },
3606
        {
3607
            "name": "sensiolabs/security-checker",
3608
            "version": "v4.1.8",
3609
            "source": {
3610
                "type": "git",
3611
                "url": "https://github.com/sensiolabs/security-checker.git",
3612
                "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142"
3613
            },
3614
            "dist": {
3615
                "type": "zip",
3616
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/dc270d5fec418cc6ac983671dba5d80ffaffb142",
3617
                "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142",
3618
                "shasum": ""
3619
            },
3620
            "require": {
3621
                "composer/ca-bundle": "^1.0",
3622
                "symfony/console": "~2.7|~3.0|~4.0"
3623
            },
3624
            "bin": [
3625
                "security-checker"
3626
            ],
3627
            "type": "library",
3628
            "extra": {
3629
                "branch-alias": {
3630
                    "dev-master": "4.1-dev"
3631
                }
3632
            },
3633
            "autoload": {
3634
                "psr-0": {
3635
                    "SensioLabs\\Security": ""
3636
                }
3637
            },
3638
            "notification-url": "https://packagist.org/downloads/",
3639
            "license": [
3640
                "MIT"
3641
            ],
3642
            "authors": [
3643
                {
3644
                    "name": "Fabien Potencier",
3645
                    "email": "[email protected]"
3646
                }
3647
            ],
3648
            "description": "A security checker for your composer.lock",
3649
            "time": "2018-02-28T22:10:01+00:00"
3650
        },
3651
        {
3652
            "name": "symfony/monolog-bundle",
3653
            "version": "v3.2.0",
3654
            "source": {
3655
                "type": "git",
3656
                "url": "https://github.com/symfony/monolog-bundle.git",
3657
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd"
3658
            },
3659
            "dist": {
3660
                "type": "zip",
3661
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd",
3662
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd",
3663
                "shasum": ""
3664
            },
3665
            "require": {
3666
                "monolog/monolog": "~1.22",
3667
                "php": ">=5.3.2",
3668
                "symfony/config": "~2.7|~3.0|~4.0",
3669
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
3670
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
3671
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
3672
            },
3673
            "require-dev": {
3674
                "symfony/console": "~2.3|~3.0|~4.0",
3675
                "symfony/phpunit-bridge": "^3.3|^4.0",
3676
                "symfony/yaml": "~2.3|~3.0|~4.0"
3677
            },
3678
            "type": "symfony-bundle",
3679
            "extra": {
3680
                "branch-alias": {
3681
                    "dev-master": "3.x-dev"
3682
                }
3683
            },
3684
            "autoload": {
3685
                "psr-4": {
3686
                    "Symfony\\Bundle\\MonologBundle\\": ""
3687
                },
3688
                "exclude-from-classmap": [
3689
                    "/Tests/"
3690
                ]
3691
            },
3692
            "notification-url": "https://packagist.org/downloads/",
3693
            "license": [
3694
                "MIT"
3695
            ],
3696
            "authors": [
3697
                {
3698
                    "name": "Symfony Community",
3699
                    "homepage": "http://symfony.com/contributors"
3700
                },
3701
                {
3702
                    "name": "Fabien Potencier",
3703
                    "email": "[email protected]"
3704
                }
3705
            ],
3706
            "description": "Symfony MonologBundle",
3707
            "homepage": "http://symfony.com",
3708
            "keywords": [
3709
                "log",
3710
                "logging"
3711
            ],
3712
            "time": "2018-03-05T14:51:36+00:00"
3713
        },
3714
        {
3715
            "name": "symfony/polyfill-apcu",
3716
            "version": "v1.7.0",
3717
            "source": {
3718
                "type": "git",
3719
                "url": "https://github.com/symfony/polyfill-apcu.git",
3720
                "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00"
3721
            },
3722
            "dist": {
3723
                "type": "zip",
3724
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/e8ae2136ddb53dea314df56fcd88e318ab936c00",
3725
                "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00",
3726
                "shasum": ""
3727
            },
3728
            "require": {
3729
                "php": ">=5.3.3"
3730
            },
3731
            "type": "library",
3732
            "extra": {
3733
                "branch-alias": {
3734
                    "dev-master": "1.7-dev"
3735
                }
3736
            },
3737
            "autoload": {
3738
                "psr-4": {
3739
                    "Symfony\\Polyfill\\Apcu\\": ""
3740
                },
3741
                "files": [
3742
                    "bootstrap.php"
3743
                ]
3744
            },
3745
            "notification-url": "https://packagist.org/downloads/",
3746
            "license": [
3747
                "MIT"
3748
            ],
3749
            "authors": [
3750
                {
3751
                    "name": "Nicolas Grekas",
3752
                    "email": "[email protected]"
3753
                },
3754
                {
3755
                    "name": "Symfony Community",
3756
                    "homepage": "https://symfony.com/contributors"
3757
                }
3758
            ],
3759
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
3760
            "homepage": "https://symfony.com",
3761
            "keywords": [
3762
                "apcu",
3763
                "compatibility",
3764
                "polyfill",
3765
                "portable",
3766
                "shim"
3767
            ],
3768
            "time": "2018-01-30T19:27:44+00:00"
3769
        },
3770
        {
3771
            "name": "symfony/polyfill-intl-icu",
3772
            "version": "v1.7.0",
3773
            "source": {
3774
                "type": "git",
3775
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
3776
                "reference": "254919c03761d46c29291616576ed003f10e91c1"
3777
            },
3778
            "dist": {
3779
                "type": "zip",
3780
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/254919c03761d46c29291616576ed003f10e91c1",
3781
                "reference": "254919c03761d46c29291616576ed003f10e91c1",
3782
                "shasum": ""
3783
            },
3784
            "require": {
3785
                "php": ">=5.3.3",
3786
                "symfony/intl": "~2.3|~3.0|~4.0"
3787
            },
3788
            "suggest": {
3789
                "ext-intl": "For best performance"
3790
            },
3791
            "type": "library",
3792
            "extra": {
3793
                "branch-alias": {
3794
                    "dev-master": "1.7-dev"
3795
                }
3796
            },
3797
            "autoload": {
3798
                "files": [
3799
                    "bootstrap.php"
3800
                ]
3801
            },
3802
            "notification-url": "https://packagist.org/downloads/",
3803
            "license": [
3804
                "MIT"
3805
            ],
3806
            "authors": [
3807
                {
3808
                    "name": "Nicolas Grekas",
3809
                    "email": "[email protected]"
3810
                },
3811
                {
3812
                    "name": "Symfony Community",
3813
                    "homepage": "https://symfony.com/contributors"
3814
                }
3815
            ],
3816
            "description": "Symfony polyfill for intl's ICU-related data and classes",
3817
            "homepage": "https://symfony.com",
3818
            "keywords": [
3819
                "compatibility",
3820
                "icu",
3821
                "intl",
3822
                "polyfill",
3823
                "portable",
3824
                "shim"
3825
            ],
3826
            "time": "2018-01-30T19:27:44+00:00"
3827
        },
3828
        {
3829
            "name": "symfony/polyfill-mbstring",
3830
            "version": "v1.7.0",
3831
            "source": {
3832
                "type": "git",
3833
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3834
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
3835
            },
3836
            "dist": {
3837
                "type": "zip",
3838
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
3839
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
3840
                "shasum": ""
3841
            },
3842
            "require": {
3843
                "php": ">=5.3.3"
3844
            },
3845
            "suggest": {
3846
                "ext-mbstring": "For best performance"
3847
            },
3848
            "type": "library",
3849
            "extra": {
3850
                "branch-alias": {
3851
                    "dev-master": "1.7-dev"
3852
                }
3853
            },
3854
            "autoload": {
3855
                "psr-4": {
3856
                    "Symfony\\Polyfill\\Mbstring\\": ""
3857
                },
3858
                "files": [
3859
                    "bootstrap.php"
3860
                ]
3861
            },
3862
            "notification-url": "https://packagist.org/downloads/",
3863
            "license": [
3864
                "MIT"
3865
            ],
3866
            "authors": [
3867
                {
3868
                    "name": "Nicolas Grekas",
3869
                    "email": "[email protected]"
3870
                },
3871
                {
3872
                    "name": "Symfony Community",
3873
                    "homepage": "https://symfony.com/contributors"
3874
                }
3875
            ],
3876
            "description": "Symfony polyfill for the Mbstring extension",
3877
            "homepage": "https://symfony.com",
3878
            "keywords": [
3879
                "compatibility",
3880
                "mbstring",
3881
                "polyfill",
3882
                "portable",
3883
                "shim"
3884
            ],
3885
            "time": "2018-01-30T19:27:44+00:00"
3886
        },
3887
        {
3888
            "name": "symfony/polyfill-php56",
3889
            "version": "v1.7.0",
3890
            "source": {
3891
                "type": "git",
3892
                "url": "https://github.com/symfony/polyfill-php56.git",
3893
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8"
3894
            },
3895
            "dist": {
3896
                "type": "zip",
3897
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8",
3898
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8",
3899
                "shasum": ""
3900
            },
3901
            "require": {
3902
                "php": ">=5.3.3",
3903
                "symfony/polyfill-util": "~1.0"
3904
            },
3905
            "type": "library",
3906
            "extra": {
3907
                "branch-alias": {
3908
                    "dev-master": "1.7-dev"
3909
                }
3910
            },
3911
            "autoload": {
3912
                "psr-4": {
3913
                    "Symfony\\Polyfill\\Php56\\": ""
3914
                },
3915
                "files": [
3916
                    "bootstrap.php"
3917
                ]
3918
            },
3919
            "notification-url": "https://packagist.org/downloads/",
3920
            "license": [
3921
                "MIT"
3922
            ],
3923
            "authors": [
3924
                {
3925
                    "name": "Nicolas Grekas",
3926
                    "email": "[email protected]"
3927
                },
3928
                {
3929
                    "name": "Symfony Community",
3930
                    "homepage": "https://symfony.com/contributors"
3931
                }
3932
            ],
3933
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3934
            "homepage": "https://symfony.com",
3935
            "keywords": [
3936
                "compatibility",
3937
                "polyfill",
3938
                "portable",
3939
                "shim"
3940
            ],
3941
            "time": "2018-01-30T19:27:44+00:00"
3942
        },
3943
        {
3944
            "name": "symfony/polyfill-php70",
3945
            "version": "v1.7.0",
3946
            "source": {
3947
                "type": "git",
3948
                "url": "https://github.com/symfony/polyfill-php70.git",
3949
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
3950
            },
3951
            "dist": {
3952
                "type": "zip",
3953
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
3954
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
3955
                "shasum": ""
3956
            },
3957
            "require": {
3958
                "paragonie/random_compat": "~1.0|~2.0",
3959
                "php": ">=5.3.3"
3960
            },
3961
            "type": "library",
3962
            "extra": {
3963
                "branch-alias": {
3964
                    "dev-master": "1.7-dev"
3965
                }
3966
            },
3967
            "autoload": {
3968
                "psr-4": {
3969
                    "Symfony\\Polyfill\\Php70\\": ""
3970
                },
3971
                "files": [
3972
                    "bootstrap.php"
3973
                ],
3974
                "classmap": [
3975
                    "Resources/stubs"
3976
                ]
3977
            },
3978
            "notification-url": "https://packagist.org/downloads/",
3979
            "license": [
3980
                "MIT"
3981
            ],
3982
            "authors": [
3983
                {
3984
                    "name": "Nicolas Grekas",
3985
                    "email": "[email protected]"
3986
                },
3987
                {
3988
                    "name": "Symfony Community",
3989
                    "homepage": "https://symfony.com/contributors"
3990
                }
3991
            ],
3992
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3993
            "homepage": "https://symfony.com",
3994
            "keywords": [
3995
                "compatibility",
3996
                "polyfill",
3997
                "portable",
3998
                "shim"
3999
            ],
4000
            "time": "2018-01-30T19:27:44+00:00"
4001
        },
4002
        {
4003
            "name": "symfony/polyfill-util",
4004
            "version": "v1.7.0",
4005
            "source": {
4006
                "type": "git",
4007
                "url": "https://github.com/symfony/polyfill-util.git",
4008
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563"
4009
            },
4010
            "dist": {
4011
                "type": "zip",
4012
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563",
4013
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563",
4014
                "shasum": ""
4015
            },
4016
            "require": {
4017
                "php": ">=5.3.3"
4018
            },
4019
            "type": "library",
4020
            "extra": {
4021
                "branch-alias": {
4022
                    "dev-master": "1.7-dev"
4023
                }
4024
            },
4025
            "autoload": {
4026
                "psr-4": {
4027
                    "Symfony\\Polyfill\\Util\\": ""
4028
                }
4029
            },
4030
            "notification-url": "https://packagist.org/downloads/",
4031
            "license": [
4032
                "MIT"
4033
            ],
4034
            "authors": [
4035
                {
4036
                    "name": "Nicolas Grekas",
4037
                    "email": "[email protected]"
4038
                },
4039
                {
4040
                    "name": "Symfony Community",
4041
                    "homepage": "https://symfony.com/contributors"
4042
                }
4043
            ],
4044
            "description": "Symfony utilities for portability of PHP codes",
4045
            "homepage": "https://symfony.com",
4046
            "keywords": [
4047
                "compat",
4048
                "compatibility",
4049
                "polyfill",
4050
                "shim"
4051
            ],
4052
            "time": "2018-01-31T18:08:44+00:00"
4053
        },
4054
        {
4055
            "name": "symfony/symfony",
0 ignored issues
show
4056
            "version": "v3.4.8",
4057
            "source": {
4058
                "type": "git",
4059
                "url": "https://github.com/symfony/symfony.git",
4060
                "reference": "5304a36c5efbb01af7efe2bb5b1953dbaeebc293"
4061
            },
4062
            "dist": {
4063
                "type": "zip",
4064
                "url": "https://api.github.com/repos/symfony/symfony/zipball/5304a36c5efbb01af7efe2bb5b1953dbaeebc293",
4065
                "reference": "5304a36c5efbb01af7efe2bb5b1953dbaeebc293",
4066
                "shasum": ""
4067
            },
4068
            "require": {
4069
                "doctrine/common": "~2.4",
4070
                "ext-xml": "*",
4071
                "fig/link-util": "^1.0",
4072
                "php": "^5.5.9|>=7.0.8",
4073
                "psr/cache": "~1.0",
4074
                "psr/container": "^1.0",
4075
                "psr/link": "^1.0",
4076
                "psr/log": "~1.0",
4077
                "psr/simple-cache": "^1.0",
4078
                "symfony/polyfill-apcu": "~1.1",
4079
                "symfony/polyfill-intl-icu": "~1.0",
4080
                "symfony/polyfill-mbstring": "~1.0",
4081
                "symfony/polyfill-php56": "~1.0",
4082
                "symfony/polyfill-php70": "~1.6",
4083
                "twig/twig": "^1.35|^2.4.4"
4084
            },
4085
            "conflict": {
4086
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
4087
                "phpdocumentor/type-resolver": "<0.2.1",
4088
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4089
            },
4090
            "provide": {
4091
                "psr/cache-implementation": "1.0",
4092
                "psr/container-implementation": "1.0",
4093
                "psr/log-implementation": "1.0",
4094
                "psr/simple-cache-implementation": "1.0"
4095
            },
4096
            "replace": {
4097
                "symfony/asset": "self.version",
4098
                "symfony/browser-kit": "self.version",
4099
                "symfony/cache": "self.version",
4100
                "symfony/class-loader": "self.version",
4101
                "symfony/config": "self.version",
4102
                "symfony/console": "self.version",
4103
                "symfony/css-selector": "self.version",
4104
                "symfony/debug": "self.version",
4105
                "symfony/debug-bundle": "self.version",
4106
                "symfony/dependency-injection": "self.version",
4107
                "symfony/doctrine-bridge": "self.version",
4108
                "symfony/dom-crawler": "self.version",
4109
                "symfony/dotenv": "self.version",
4110
                "symfony/event-dispatcher": "self.version",
4111
                "symfony/expression-language": "self.version",
4112
                "symfony/filesystem": "self.version",
4113
                "symfony/finder": "self.version",
4114
                "symfony/form": "self.version",
4115
                "symfony/framework-bundle": "self.version",
4116
                "symfony/http-foundation": "self.version",
4117
                "symfony/http-kernel": "self.version",
4118
                "symfony/inflector": "self.version",
4119
                "symfony/intl": "self.version",
4120
                "symfony/ldap": "self.version",
4121
                "symfony/lock": "self.version",
4122
                "symfony/monolog-bridge": "self.version",
4123
                "symfony/options-resolver": "self.version",
4124
                "symfony/process": "self.version",
4125
                "symfony/property-access": "self.version",
4126
                "symfony/property-info": "self.version",
4127
                "symfony/proxy-manager-bridge": "self.version",
4128
                "symfony/routing": "self.version",
4129
                "symfony/security": "self.version",
4130
                "symfony/security-bundle": "self.version",
4131
                "symfony/security-core": "self.version",
4132
                "symfony/security-csrf": "self.version",
4133
                "symfony/security-guard": "self.version",
4134
                "symfony/security-http": "self.version",
4135
                "symfony/serializer": "self.version",
4136
                "symfony/stopwatch": "self.version",
4137
                "symfony/templating": "self.version",
4138
                "symfony/translation": "self.version",
4139
                "symfony/twig-bridge": "self.version",
4140
                "symfony/twig-bundle": "self.version",
4141
                "symfony/validator": "self.version",
4142
                "symfony/var-dumper": "self.version",
4143
                "symfony/web-link": "self.version",
4144
                "symfony/web-profiler-bundle": "self.version",
4145
                "symfony/web-server-bundle": "self.version",
4146
                "symfony/workflow": "self.version",
4147
                "symfony/yaml": "self.version"
4148
            },
4149
            "require-dev": {
4150
                "cache/integration-tests": "dev-master",
4151
                "doctrine/annotations": "~1.0",
4152
                "doctrine/cache": "~1.6",
4153
                "doctrine/data-fixtures": "1.0.*",
4154
                "doctrine/dbal": "~2.4",
4155
                "doctrine/doctrine-bundle": "~1.4",
4156
                "doctrine/orm": "~2.4,>=2.4.5",
4157
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
4158
                "monolog/monolog": "~1.11",
4159
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
4160
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
4161
                "predis/predis": "~1.0",
4162
                "symfony/phpunit-bridge": "~3.4|~4.0",
4163
                "symfony/security-acl": "~2.8|~3.0"
4164
            },
4165
            "type": "library",
4166
            "extra": {
4167
                "branch-alias": {
4168
                    "dev-master": "3.4-dev"
4169
                }
4170
            },
4171
            "autoload": {
4172
                "psr-4": {
4173
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
4174
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
4175
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
4176
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
4177
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
4178
                    "Symfony\\Component\\": "src/Symfony/Component/"
4179
                },
4180
                "classmap": [
4181
                    "src/Symfony/Component/Intl/Resources/stubs"
4182
                ],
4183
                "exclude-from-classmap": [
4184
                    "**/Tests/"
4185
                ]
4186
            },
4187
            "notification-url": "https://packagist.org/downloads/",
4188
            "license": [
4189
                "MIT"
4190
            ],
4191
            "authors": [
4192
                {
4193
                    "name": "Fabien Potencier",
4194
                    "email": "[email protected]"
4195
                },
4196
                {
4197
                    "name": "Symfony Community",
4198
                    "homepage": "https://symfony.com/contributors"
4199
                }
4200
            ],
4201
            "description": "The Symfony PHP framework",
4202
            "homepage": "https://symfony.com",
4203
            "keywords": [
4204
                "framework"
4205
            ],
4206
            "time": "2018-04-06T15:20:04+00:00"
4207
        },
4208
        {
4209
            "name": "twig/twig",
4210
            "version": "v2.4.8",
4211
            "source": {
4212
                "type": "git",
4213
                "url": "https://github.com/twigphp/Twig.git",
4214
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d"
4215
            },
4216
            "dist": {
4217
                "type": "zip",
4218
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d",
4219
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d",
4220
                "shasum": ""
4221
            },
4222
            "require": {
4223
                "php": "^7.0",
4224
                "symfony/polyfill-mbstring": "~1.0"
4225
            },
4226
            "require-dev": {
4227
                "psr/container": "^1.0",
4228
                "symfony/debug": "^2.7",
4229
                "symfony/phpunit-bridge": "^3.3"
4230
            },
4231
            "type": "library",
4232
            "extra": {
4233
                "branch-alias": {
4234
                    "dev-master": "2.4-dev"
4235
                }
4236
            },
4237
            "autoload": {
4238
                "psr-0": {
4239
                    "Twig_": "lib/"
4240
                },
4241
                "psr-4": {
4242
                    "Twig\\": "src/"
4243
                }
4244
            },
4245
            "notification-url": "https://packagist.org/downloads/",
4246
            "license": [
4247
                "BSD-3-Clause"
4248
            ],
4249
            "authors": [
4250
                {
4251
                    "name": "Fabien Potencier",
4252
                    "email": "[email protected]",
4253
                    "homepage": "http://fabien.potencier.org",
4254
                    "role": "Lead Developer"
4255
                },
4256
                {
4257
                    "name": "Armin Ronacher",
4258
                    "email": "[email protected]",
4259
                    "role": "Project Founder"
4260
                },
4261
                {
4262
                    "name": "Twig Team",
4263
                    "homepage": "http://twig.sensiolabs.org/contributors",
4264
                    "role": "Contributors"
4265
                }
4266
            ],
4267
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4268
            "homepage": "http://twig.sensiolabs.org",
4269
            "keywords": [
4270
                "templating"
4271
            ],
4272
            "time": "2018-04-02T09:24:19+00:00"
4273
        }
4274
    ],
4275
    "packages-dev": [
4276
        {
4277
            "name": "myclabs/deep-copy",
4278
            "version": "1.7.0",
4279
            "source": {
4280
                "type": "git",
4281
                "url": "https://github.com/myclabs/DeepCopy.git",
4282
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
4283
            },
4284
            "dist": {
4285
                "type": "zip",
4286
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4287
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4288
                "shasum": ""
4289
            },
4290
            "require": {
4291
                "php": "^5.6 || ^7.0"
4292
            },
4293
            "require-dev": {
4294
                "doctrine/collections": "^1.0",
4295
                "doctrine/common": "^2.6",
4296
                "phpunit/phpunit": "^4.1"
4297
            },
4298
            "type": "library",
4299
            "autoload": {
4300
                "psr-4": {
4301
                    "DeepCopy\\": "src/DeepCopy/"
4302
                },
4303
                "files": [
4304
                    "src/DeepCopy/deep_copy.php"
4305
                ]
4306
            },
4307
            "notification-url": "https://packagist.org/downloads/",
4308
            "license": [
4309
                "MIT"
4310
            ],
4311
            "description": "Create deep copies (clones) of your objects",
4312
            "keywords": [
4313
                "clone",
4314
                "copy",
4315
                "duplicate",
4316
                "object",
4317
                "object graph"
4318
            ],
4319
            "time": "2017-10-19T19:58:43+00:00"
4320
        },
4321
        {
4322
            "name": "phar-io/manifest",
4323
            "version": "1.0.1",
4324
            "source": {
4325
                "type": "git",
4326
                "url": "https://github.com/phar-io/manifest.git",
4327
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
4328
            },
4329
            "dist": {
4330
                "type": "zip",
4331
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
4332
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
4333
                "shasum": ""
4334
            },
4335
            "require": {
4336
                "ext-dom": "*",
4337
                "ext-phar": "*",
4338
                "phar-io/version": "^1.0.1",
4339
                "php": "^5.6 || ^7.0"
4340
            },
4341
            "type": "library",
4342
            "extra": {
4343
                "branch-alias": {
4344
                    "dev-master": "1.0.x-dev"
4345
                }
4346
            },
4347
            "autoload": {
4348
                "classmap": [
4349
                    "src/"
4350
                ]
4351
            },
4352
            "notification-url": "https://packagist.org/downloads/",
4353
            "license": [
4354
                "BSD-3-Clause"
4355
            ],
4356
            "authors": [
4357
                {
4358
                    "name": "Arne Blankerts",
4359
                    "email": "[email protected]",
4360
                    "role": "Developer"
4361
                },
4362
                {
4363
                    "name": "Sebastian Heuer",
4364
                    "email": "[email protected]",
4365
                    "role": "Developer"
4366
                },
4367
                {
4368
                    "name": "Sebastian Bergmann",
4369
                    "email": "[email protected]",
4370
                    "role": "Developer"
4371
                }
4372
            ],
4373
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4374
            "time": "2017-03-05T18:14:27+00:00"
4375
        },
4376
        {
4377
            "name": "phar-io/version",
4378
            "version": "1.0.1",
4379
            "source": {
4380
                "type": "git",
4381
                "url": "https://github.com/phar-io/version.git",
4382
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
4383
            },
4384
            "dist": {
4385
                "type": "zip",
4386
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
4387
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
4388
                "shasum": ""
4389
            },
4390
            "require": {
4391
                "php": "^5.6 || ^7.0"
4392
            },
4393
            "type": "library",
4394
            "autoload": {
4395
                "classmap": [
4396
                    "src/"
4397
                ]
4398
            },
4399
            "notification-url": "https://packagist.org/downloads/",
4400
            "license": [
4401
                "BSD-3-Clause"
4402
            ],
4403
            "authors": [
4404
                {
4405
                    "name": "Arne Blankerts",
4406
                    "email": "[email protected]",
4407
                    "role": "Developer"
4408
                },
4409
                {
4410
                    "name": "Sebastian Heuer",
4411
                    "email": "[email protected]",
4412
                    "role": "Developer"
4413
                },
4414
                {
4415
                    "name": "Sebastian Bergmann",
4416
                    "email": "[email protected]",
4417
                    "role": "Developer"
4418
                }
4419
            ],
4420
            "description": "Library for handling version information and constraints",
4421
            "time": "2017-03-05T17:38:23+00:00"
4422
        },
4423
        {
4424
            "name": "phpdocumentor/reflection-common",
4425
            "version": "1.0.1",
4426
            "source": {
4427
                "type": "git",
4428
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4429
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4430
            },
4431
            "dist": {
4432
                "type": "zip",
4433
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4434
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4435
                "shasum": ""
4436
            },
4437
            "require": {
4438
                "php": ">=5.5"
4439
            },
4440
            "require-dev": {
4441
                "phpunit/phpunit": "^4.6"
4442
            },
4443
            "type": "library",
4444
            "extra": {
4445
                "branch-alias": {
4446
                    "dev-master": "1.0.x-dev"
4447
                }
4448
            },
4449
            "autoload": {
4450
                "psr-4": {
4451
                    "phpDocumentor\\Reflection\\": [
4452
                        "src"
4453
                    ]
4454
                }
4455
            },
4456
            "notification-url": "https://packagist.org/downloads/",
4457
            "license": [
4458
                "MIT"
4459
            ],
4460
            "authors": [
4461
                {
4462
                    "name": "Jaap van Otterdijk",
4463
                    "email": "[email protected]"
4464
                }
4465
            ],
4466
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4467
            "homepage": "http://www.phpdoc.org",
4468
            "keywords": [
4469
                "FQSEN",
4470
                "phpDocumentor",
4471
                "phpdoc",
4472
                "reflection",
4473
                "static analysis"
4474
            ],
4475
            "time": "2017-09-11T18:02:19+00:00"
4476
        },
4477
        {
4478
            "name": "phpdocumentor/reflection-docblock",
4479
            "version": "4.3.0",
4480
            "source": {
4481
                "type": "git",
4482
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4483
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4484
            },
4485
            "dist": {
4486
                "type": "zip",
4487
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4488
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4489
                "shasum": ""
4490
            },
4491
            "require": {
4492
                "php": "^7.0",
4493
                "phpdocumentor/reflection-common": "^1.0.0",
4494
                "phpdocumentor/type-resolver": "^0.4.0",
4495
                "webmozart/assert": "^1.0"
4496
            },
4497
            "require-dev": {
4498
                "doctrine/instantiator": "~1.0.5",
4499
                "mockery/mockery": "^1.0",
4500
                "phpunit/phpunit": "^6.4"
4501
            },
4502
            "type": "library",
4503
            "extra": {
4504
                "branch-alias": {
4505
                    "dev-master": "4.x-dev"
4506
                }
4507
            },
4508
            "autoload": {
4509
                "psr-4": {
4510
                    "phpDocumentor\\Reflection\\": [
4511
                        "src/"
4512
                    ]
4513
                }
4514
            },
4515
            "notification-url": "https://packagist.org/downloads/",
4516
            "license": [
4517
                "MIT"
4518
            ],
4519
            "authors": [
4520
                {
4521
                    "name": "Mike van Riel",
4522
                    "email": "[email protected]"
4523
                }
4524
            ],
4525
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4526
            "time": "2017-11-30T07:14:17+00:00"
4527
        },
4528
        {
4529
            "name": "phpdocumentor/type-resolver",
4530
            "version": "0.4.0",
4531
            "source": {
4532
                "type": "git",
4533
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4534
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4535
            },
4536
            "dist": {
4537
                "type": "zip",
4538
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4539
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4540
                "shasum": ""
4541
            },
4542
            "require": {
4543
                "php": "^5.5 || ^7.0",
4544
                "phpdocumentor/reflection-common": "^1.0"
4545
            },
4546
            "require-dev": {
4547
                "mockery/mockery": "^0.9.4",
4548
                "phpunit/phpunit": "^5.2||^4.8.24"
4549
            },
4550
            "type": "library",
4551
            "extra": {
4552
                "branch-alias": {
4553
                    "dev-master": "1.0.x-dev"
4554
                }
4555
            },
4556
            "autoload": {
4557
                "psr-4": {
4558
                    "phpDocumentor\\Reflection\\": [
4559
                        "src/"
4560
                    ]
4561
                }
4562
            },
4563
            "notification-url": "https://packagist.org/downloads/",
4564
            "license": [
4565
                "MIT"
4566
            ],
4567
            "authors": [
4568
                {
4569
                    "name": "Mike van Riel",
4570
                    "email": "[email protected]"
4571
                }
4572
            ],
4573
            "time": "2017-07-14T14:27:02+00:00"
4574
        },
4575
        {
4576
            "name": "phpspec/prophecy",
4577
            "version": "1.7.6",
4578
            "source": {
4579
                "type": "git",
4580
                "url": "https://github.com/phpspec/prophecy.git",
4581
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
4582
            },
4583
            "dist": {
4584
                "type": "zip",
4585
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4586
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4587
                "shasum": ""
4588
            },
4589
            "require": {
4590
                "doctrine/instantiator": "^1.0.2",
4591
                "php": "^5.3|^7.0",
4592
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4593
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4594
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4595
            },
4596
            "require-dev": {
4597
                "phpspec/phpspec": "^2.5|^3.2",
4598
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4599
            },
4600
            "type": "library",
4601
            "extra": {
4602
                "branch-alias": {
4603
                    "dev-master": "1.7.x-dev"
4604
                }
4605
            },
4606
            "autoload": {
4607
                "psr-0": {
4608
                    "Prophecy\\": "src/"
4609
                }
4610
            },
4611
            "notification-url": "https://packagist.org/downloads/",
4612
            "license": [
4613
                "MIT"
4614
            ],
4615
            "authors": [
4616
                {
4617
                    "name": "Konstantin Kudryashov",
4618
                    "email": "[email protected]",
4619
                    "homepage": "http://everzet.com"
4620
                },
4621
                {
4622
                    "name": "Marcello Duarte",
4623
                    "email": "[email protected]"
4624
                }
4625
            ],
4626
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4627
            "homepage": "https://github.com/phpspec/prophecy",
4628
            "keywords": [
4629
                "Double",
4630
                "Dummy",
4631
                "fake",
4632
                "mock",
4633
                "spy",
4634
                "stub"
4635
            ],
4636
            "time": "2018-04-18T13:57:24+00:00"
4637
        },
4638
        {
4639
            "name": "phpunit/php-code-coverage",
4640
            "version": "5.3.2",
4641
            "source": {
4642
                "type": "git",
4643
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4644
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
4645
            },
4646
            "dist": {
4647
                "type": "zip",
4648
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
4649
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
4650
                "shasum": ""
4651
            },
4652
            "require": {
4653
                "ext-dom": "*",
4654
                "ext-xmlwriter": "*",
4655
                "php": "^7.0",
4656
                "phpunit/php-file-iterator": "^1.4.2",
4657
                "phpunit/php-text-template": "^1.2.1",
4658
                "phpunit/php-token-stream": "^2.0.1",
4659
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4660
                "sebastian/environment": "^3.0",
4661
                "sebastian/version": "^2.0.1",
4662
                "theseer/tokenizer": "^1.1"
4663
            },
4664
            "require-dev": {
4665
                "phpunit/phpunit": "^6.0"
4666
            },
4667
            "suggest": {
4668
                "ext-xdebug": "^2.5.5"
4669
            },
4670
            "type": "library",
4671
            "extra": {
4672
                "branch-alias": {
4673
                    "dev-master": "5.3.x-dev"
4674
                }
4675
            },
4676
            "autoload": {
4677
                "classmap": [
4678
                    "src/"
4679
                ]
4680
            },
4681
            "notification-url": "https://packagist.org/downloads/",
4682
            "license": [
4683
                "BSD-3-Clause"
4684
            ],
4685
            "authors": [
4686
                {
4687
                    "name": "Sebastian Bergmann",
4688
                    "email": "[email protected]",
4689
                    "role": "lead"
4690
                }
4691
            ],
4692
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4693
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4694
            "keywords": [
4695
                "coverage",
4696
                "testing",
4697
                "xunit"
4698
            ],
4699
            "time": "2018-04-06T15:36:58+00:00"
4700
        },
4701
        {
4702
            "name": "phpunit/php-file-iterator",
4703
            "version": "1.4.5",
4704
            "source": {
4705
                "type": "git",
4706
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4707
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4708
            },
4709
            "dist": {
4710
                "type": "zip",
4711
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4712
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4713
                "shasum": ""
4714
            },
4715
            "require": {
4716
                "php": ">=5.3.3"
4717
            },
4718
            "type": "library",
4719
            "extra": {
4720
                "branch-alias": {
4721
                    "dev-master": "1.4.x-dev"
4722
                }
4723
            },
4724
            "autoload": {
4725
                "classmap": [
4726
                    "src/"
4727
                ]
4728
            },
4729
            "notification-url": "https://packagist.org/downloads/",
4730
            "license": [
4731
                "BSD-3-Clause"
4732
            ],
4733
            "authors": [
4734
                {
4735
                    "name": "Sebastian Bergmann",
4736
                    "email": "[email protected]",
4737
                    "role": "lead"
4738
                }
4739
            ],
4740
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4741
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4742
            "keywords": [
4743
                "filesystem",
4744
                "iterator"
4745
            ],
4746
            "time": "2017-11-27T13:52:08+00:00"
4747
        },
4748
        {
4749
            "name": "phpunit/php-text-template",
4750
            "version": "1.2.1",
4751
            "source": {
4752
                "type": "git",
4753
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4754
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4755
            },
4756
            "dist": {
4757
                "type": "zip",
4758
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4759
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4760
                "shasum": ""
4761
            },
4762
            "require": {
4763
                "php": ">=5.3.3"
4764
            },
4765
            "type": "library",
4766
            "autoload": {
4767
                "classmap": [
4768
                    "src/"
4769
                ]
4770
            },
4771
            "notification-url": "https://packagist.org/downloads/",
4772
            "license": [
4773
                "BSD-3-Clause"
4774
            ],
4775
            "authors": [
4776
                {
4777
                    "name": "Sebastian Bergmann",
4778
                    "email": "[email protected]",
4779
                    "role": "lead"
4780
                }
4781
            ],
4782
            "description": "Simple template engine.",
4783
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4784
            "keywords": [
4785
                "template"
4786
            ],
4787
            "time": "2015-06-21T13:50:34+00:00"
4788
        },
4789
        {
4790
            "name": "phpunit/php-timer",
4791
            "version": "1.0.9",
4792
            "source": {
4793
                "type": "git",
4794
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4795
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4796
            },
4797
            "dist": {
4798
                "type": "zip",
4799
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4800
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4801
                "shasum": ""
4802
            },
4803
            "require": {
4804
                "php": "^5.3.3 || ^7.0"
4805
            },
4806
            "require-dev": {
4807
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4808
            },
4809
            "type": "library",
4810
            "extra": {
4811
                "branch-alias": {
4812
                    "dev-master": "1.0-dev"
4813
                }
4814
            },
4815
            "autoload": {
4816
                "classmap": [
4817
                    "src/"
4818
                ]
4819
            },
4820
            "notification-url": "https://packagist.org/downloads/",
4821
            "license": [
4822
                "BSD-3-Clause"
4823
            ],
4824
            "authors": [
4825
                {
4826
                    "name": "Sebastian Bergmann",
4827
                    "email": "[email protected]",
4828
                    "role": "lead"
4829
                }
4830
            ],
4831
            "description": "Utility class for timing",
4832
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4833
            "keywords": [
4834
                "timer"
4835
            ],
4836
            "time": "2017-02-26T11:10:40+00:00"
4837
        },
4838
        {
4839
            "name": "phpunit/php-token-stream",
4840
            "version": "2.0.2",
4841
            "source": {
4842
                "type": "git",
4843
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4844
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
4845
            },
4846
            "dist": {
4847
                "type": "zip",
4848
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
4849
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
4850
                "shasum": ""
4851
            },
4852
            "require": {
4853
                "ext-tokenizer": "*",
4854
                "php": "^7.0"
4855
            },
4856
            "require-dev": {
4857
                "phpunit/phpunit": "^6.2.4"
4858
            },
4859
            "type": "library",
4860
            "extra": {
4861
                "branch-alias": {
4862
                    "dev-master": "2.0-dev"
4863
                }
4864
            },
4865
            "autoload": {
4866
                "classmap": [
4867
                    "src/"
4868
                ]
4869
            },
4870
            "notification-url": "https://packagist.org/downloads/",
4871
            "license": [
4872
                "BSD-3-Clause"
4873
            ],
4874
            "authors": [
4875
                {
4876
                    "name": "Sebastian Bergmann",
4877
                    "email": "[email protected]"
4878
                }
4879
            ],
4880
            "description": "Wrapper around PHP's tokenizer extension.",
4881
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4882
            "keywords": [
4883
                "tokenizer"
4884
            ],
4885
            "time": "2017-11-27T05:48:46+00:00"
4886
        },
4887
        {
4888
            "name": "phpunit/phpunit",
4889
            "version": "6.5.8",
4890
            "source": {
4891
                "type": "git",
4892
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4893
                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
4894
            },
4895
            "dist": {
4896
                "type": "zip",
4897
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
4898
                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
4899
                "shasum": ""
4900
            },
4901
            "require": {
4902
                "ext-dom": "*",
4903
                "ext-json": "*",
4904
                "ext-libxml": "*",
4905
                "ext-mbstring": "*",
4906
                "ext-xml": "*",
4907
                "myclabs/deep-copy": "^1.6.1",
4908
                "phar-io/manifest": "^1.0.1",
4909
                "phar-io/version": "^1.0",
4910
                "php": "^7.0",
4911
                "phpspec/prophecy": "^1.7",
4912
                "phpunit/php-code-coverage": "^5.3",
4913
                "phpunit/php-file-iterator": "^1.4.3",
4914
                "phpunit/php-text-template": "^1.2.1",
4915
                "phpunit/php-timer": "^1.0.9",
4916
                "phpunit/phpunit-mock-objects": "^5.0.5",
4917
                "sebastian/comparator": "^2.1",
4918
                "sebastian/diff": "^2.0",
4919
                "sebastian/environment": "^3.1",
4920
                "sebastian/exporter": "^3.1",
4921
                "sebastian/global-state": "^2.0",
4922
                "sebastian/object-enumerator": "^3.0.3",
4923
                "sebastian/resource-operations": "^1.0",
4924
                "sebastian/version": "^2.0.1"
4925
            },
4926
            "conflict": {
4927
                "phpdocumentor/reflection-docblock": "3.0.2",
4928
                "phpunit/dbunit": "<3.0"
4929
            },
4930
            "require-dev": {
4931
                "ext-pdo": "*"
4932
            },
4933
            "suggest": {
4934
                "ext-xdebug": "*",
4935
                "phpunit/php-invoker": "^1.1"
4936
            },
4937
            "bin": [
4938
                "phpunit"
4939
            ],
4940
            "type": "library",
4941
            "extra": {
4942
                "branch-alias": {
4943
                    "dev-master": "6.5.x-dev"
4944
                }
4945
            },
4946
            "autoload": {
4947
                "classmap": [
4948
                    "src/"
4949
                ]
4950
            },
4951
            "notification-url": "https://packagist.org/downloads/",
4952
            "license": [
4953
                "BSD-3-Clause"
4954
            ],
4955
            "authors": [
4956
                {
4957
                    "name": "Sebastian Bergmann",
4958
                    "email": "[email protected]",
4959
                    "role": "lead"
4960
                }
4961
            ],
4962
            "description": "The PHP Unit Testing framework.",
4963
            "homepage": "https://phpunit.de/",
4964
            "keywords": [
4965
                "phpunit",
4966
                "testing",
4967
                "xunit"
4968
            ],
4969
            "time": "2018-04-10T11:38:34+00:00"
4970
        },
4971
        {
4972
            "name": "phpunit/phpunit-mock-objects",
4973
            "version": "5.0.6",
4974
            "source": {
4975
                "type": "git",
4976
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4977
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
4978
            },
4979
            "dist": {
4980
                "type": "zip",
4981
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
4982
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
4983
                "shasum": ""
4984
            },
4985
            "require": {
4986
                "doctrine/instantiator": "^1.0.5",
4987
                "php": "^7.0",
4988
                "phpunit/php-text-template": "^1.2.1",
4989
                "sebastian/exporter": "^3.1"
4990
            },
4991
            "conflict": {
4992
                "phpunit/phpunit": "<6.0"
4993
            },
4994
            "require-dev": {
4995
                "phpunit/phpunit": "^6.5"
4996
            },
4997
            "suggest": {
4998
                "ext-soap": "*"
4999
            },
5000
            "type": "library",
5001
            "extra": {
5002
                "branch-alias": {
5003
                    "dev-master": "5.0.x-dev"
5004
                }
5005
            },
5006
            "autoload": {
5007
                "classmap": [
5008
                    "src/"
5009
                ]
5010
            },
5011
            "notification-url": "https://packagist.org/downloads/",
5012
            "license": [
5013
                "BSD-3-Clause"
5014
            ],
5015
            "authors": [
5016
                {
5017
                    "name": "Sebastian Bergmann",
5018
                    "email": "[email protected]",
5019
                    "role": "lead"
5020
                }
5021
            ],
5022
            "description": "Mock Object library for PHPUnit",
5023
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5024
            "keywords": [
5025
                "mock",
5026
                "xunit"
5027
            ],
5028
            "time": "2018-01-06T05:45:45+00:00"
5029
        },
5030
        {
5031
            "name": "sebastian/code-unit-reverse-lookup",
5032
            "version": "1.0.1",
5033
            "source": {
5034
                "type": "git",
5035
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5036
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5037
            },
5038
            "dist": {
5039
                "type": "zip",
5040
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5041
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5042
                "shasum": ""
5043
            },
5044
            "require": {
5045
                "php": "^5.6 || ^7.0"
5046
            },
5047
            "require-dev": {
5048
                "phpunit/phpunit": "^5.7 || ^6.0"
5049
            },
5050
            "type": "library",
5051
            "extra": {
5052
                "branch-alias": {
5053
                    "dev-master": "1.0.x-dev"
5054
                }
5055
            },
5056
            "autoload": {
5057
                "classmap": [
5058
                    "src/"
5059
                ]
5060
            },
5061
            "notification-url": "https://packagist.org/downloads/",
5062
            "license": [
5063
                "BSD-3-Clause"
5064
            ],
5065
            "authors": [
5066
                {
5067
                    "name": "Sebastian Bergmann",
5068
                    "email": "[email protected]"
5069
                }
5070
            ],
5071
            "description": "Looks up which function or method a line of code belongs to",
5072
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5073
            "time": "2017-03-04T06:30:41+00:00"
5074
        },
5075
        {
5076
            "name": "sebastian/comparator",
5077
            "version": "2.1.3",
5078
            "source": {
5079
                "type": "git",
5080
                "url": "https://github.com/sebastianbergmann/comparator.git",
5081
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
5082
            },
5083
            "dist": {
5084
                "type": "zip",
5085
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
5086
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
5087
                "shasum": ""
5088
            },
5089
            "require": {
5090
                "php": "^7.0",
5091
                "sebastian/diff": "^2.0 || ^3.0",
5092
                "sebastian/exporter": "^3.1"
5093
            },
5094
            "require-dev": {
5095
                "phpunit/phpunit": "^6.4"
5096
            },
5097
            "type": "library",
5098
            "extra": {
5099
                "branch-alias": {
5100
                    "dev-master": "2.1.x-dev"
5101
                }
5102
            },
5103
            "autoload": {
5104
                "classmap": [
5105
                    "src/"
5106
                ]
5107
            },
5108
            "notification-url": "https://packagist.org/downloads/",
5109
            "license": [
5110
                "BSD-3-Clause"
5111
            ],
5112
            "authors": [
5113
                {
5114
                    "name": "Jeff Welch",
5115
                    "email": "[email protected]"
5116
                },
5117
                {
5118
                    "name": "Volker Dusch",
5119
                    "email": "[email protected]"
5120
                },
5121
                {
5122
                    "name": "Bernhard Schussek",
5123
                    "email": "[email protected]"
5124
                },
5125
                {
5126
                    "name": "Sebastian Bergmann",
5127
                    "email": "[email protected]"
5128
                }
5129
            ],
5130
            "description": "Provides the functionality to compare PHP values for equality",
5131
            "homepage": "https://github.com/sebastianbergmann/comparator",
5132
            "keywords": [
5133
                "comparator",
5134
                "compare",
5135
                "equality"
5136
            ],
5137
            "time": "2018-02-01T13:46:46+00:00"
5138
        },
5139
        {
5140
            "name": "sebastian/diff",
5141
            "version": "2.0.1",
5142
            "source": {
5143
                "type": "git",
5144
                "url": "https://github.com/sebastianbergmann/diff.git",
5145
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
5146
            },
5147
            "dist": {
5148
                "type": "zip",
5149
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
5150
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
5151
                "shasum": ""
5152
            },
5153
            "require": {
5154
                "php": "^7.0"
5155
            },
5156
            "require-dev": {
5157
                "phpunit/phpunit": "^6.2"
5158
            },
5159
            "type": "library",
5160
            "extra": {
5161
                "branch-alias": {
5162
                    "dev-master": "2.0-dev"
5163
                }
5164
            },
5165
            "autoload": {
5166
                "classmap": [
5167
                    "src/"
5168
                ]
5169
            },
5170
            "notification-url": "https://packagist.org/downloads/",
5171
            "license": [
5172
                "BSD-3-Clause"
5173
            ],
5174
            "authors": [
5175
                {
5176
                    "name": "Kore Nordmann",
5177
                    "email": "[email protected]"
5178
                },
5179
                {
5180
                    "name": "Sebastian Bergmann",
5181
                    "email": "[email protected]"
5182
                }
5183
            ],
5184
            "description": "Diff implementation",
5185
            "homepage": "https://github.com/sebastianbergmann/diff",
5186
            "keywords": [
5187
                "diff"
5188
            ],
5189
            "time": "2017-08-03T08:09:46+00:00"
5190
        },
5191
        {
5192
            "name": "sebastian/environment",
5193
            "version": "3.1.0",
5194
            "source": {
5195
                "type": "git",
5196
                "url": "https://github.com/sebastianbergmann/environment.git",
5197
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
5198
            },
5199
            "dist": {
5200
                "type": "zip",
5201
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5202
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5203
                "shasum": ""
5204
            },
5205
            "require": {
5206
                "php": "^7.0"
5207
            },
5208
            "require-dev": {
5209
                "phpunit/phpunit": "^6.1"
5210
            },
5211
            "type": "library",
5212
            "extra": {
5213
                "branch-alias": {
5214
                    "dev-master": "3.1.x-dev"
5215
                }
5216
            },
5217
            "autoload": {
5218
                "classmap": [
5219
                    "src/"
5220
                ]
5221
            },
5222
            "notification-url": "https://packagist.org/downloads/",
5223
            "license": [
5224
                "BSD-3-Clause"
5225
            ],
5226
            "authors": [
5227
                {
5228
                    "name": "Sebastian Bergmann",
5229
                    "email": "[email protected]"
5230
                }
5231
            ],
5232
            "description": "Provides functionality to handle HHVM/PHP environments",
5233
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5234
            "keywords": [
5235
                "Xdebug",
5236
                "environment",
5237
                "hhvm"
5238
            ],
5239
            "time": "2017-07-01T08:51:00+00:00"
5240
        },
5241
        {
5242
            "name": "sebastian/exporter",
5243
            "version": "3.1.0",
5244
            "source": {
5245
                "type": "git",
5246
                "url": "https://github.com/sebastianbergmann/exporter.git",
5247
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5248
            },
5249
            "dist": {
5250
                "type": "zip",
5251
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5252
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5253
                "shasum": ""
5254
            },
5255
            "require": {
5256
                "php": "^7.0",
5257
                "sebastian/recursion-context": "^3.0"
5258
            },
5259
            "require-dev": {
5260
                "ext-mbstring": "*",
5261
                "phpunit/phpunit": "^6.0"
5262
            },
5263
            "type": "library",
5264
            "extra": {
5265
                "branch-alias": {
5266
                    "dev-master": "3.1.x-dev"
5267
                }
5268
            },
5269
            "autoload": {
5270
                "classmap": [
5271
                    "src/"
5272
                ]
5273
            },
5274
            "notification-url": "https://packagist.org/downloads/",
5275
            "license": [
5276
                "BSD-3-Clause"
5277
            ],
5278
            "authors": [
5279
                {
5280
                    "name": "Jeff Welch",
5281
                    "email": "[email protected]"
5282
                },
5283
                {
5284
                    "name": "Volker Dusch",
5285
                    "email": "[email protected]"
5286
                },
5287
                {
5288
                    "name": "Bernhard Schussek",
5289
                    "email": "[email protected]"
5290
                },
5291
                {
5292
                    "name": "Sebastian Bergmann",
5293
                    "email": "[email protected]"
5294
                },
5295
                {
5296
                    "name": "Adam Harvey",
5297
                    "email": "[email protected]"
5298
                }
5299
            ],
5300
            "description": "Provides the functionality to export PHP variables for visualization",
5301
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5302
            "keywords": [
5303
                "export",
5304
                "exporter"
5305
            ],
5306
            "time": "2017-04-03T13:19:02+00:00"
5307
        },
5308
        {
5309
            "name": "sebastian/global-state",
5310
            "version": "2.0.0",
5311
            "source": {
5312
                "type": "git",
5313
                "url": "https://github.com/sebastianbergmann/global-state.git",
5314
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5315
            },
5316
            "dist": {
5317
                "type": "zip",
5318
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5319
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5320
                "shasum": ""
5321
            },
5322
            "require": {
5323
                "php": "^7.0"
5324
            },
5325
            "require-dev": {
5326
                "phpunit/phpunit": "^6.0"
5327
            },
5328
            "suggest": {
5329
                "ext-uopz": "*"
5330
            },
5331
            "type": "library",
5332
            "extra": {
5333
                "branch-alias": {
5334
                    "dev-master": "2.0-dev"
5335
                }
5336
            },
5337
            "autoload": {
5338
                "classmap": [
5339
                    "src/"
5340
                ]
5341
            },
5342
            "notification-url": "https://packagist.org/downloads/",
5343
            "license": [
5344
                "BSD-3-Clause"
5345
            ],
5346
            "authors": [
5347
                {
5348
                    "name": "Sebastian Bergmann",
5349
                    "email": "[email protected]"
5350
                }
5351
            ],
5352
            "description": "Snapshotting of global state",
5353
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5354
            "keywords": [
5355
                "global state"
5356
            ],
5357
            "time": "2017-04-27T15:39:26+00:00"
5358
        },
5359
        {
5360
            "name": "sebastian/object-enumerator",
5361
            "version": "3.0.3",
5362
            "source": {
5363
                "type": "git",
5364
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5365
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5366
            },
5367
            "dist": {
5368
                "type": "zip",
5369
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5370
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5371
                "shasum": ""
5372
            },
5373
            "require": {
5374
                "php": "^7.0",
5375
                "sebastian/object-reflector": "^1.1.1",
5376
                "sebastian/recursion-context": "^3.0"
5377
            },
5378
            "require-dev": {
5379
                "phpunit/phpunit": "^6.0"
5380
            },
5381
            "type": "library",
5382
            "extra": {
5383
                "branch-alias": {
5384
                    "dev-master": "3.0.x-dev"
5385
                }
5386
            },
5387
            "autoload": {
5388
                "classmap": [
5389
                    "src/"
5390
                ]
5391
            },
5392
            "notification-url": "https://packagist.org/downloads/",
5393
            "license": [
5394
                "BSD-3-Clause"
5395
            ],
5396
            "authors": [
5397
                {
5398
                    "name": "Sebastian Bergmann",
5399
                    "email": "[email protected]"
5400
                }
5401
            ],
5402
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5403
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5404
            "time": "2017-08-03T12:35:26+00:00"
5405
        },
5406
        {
5407
            "name": "sebastian/object-reflector",
5408
            "version": "1.1.1",
5409
            "source": {
5410
                "type": "git",
5411
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5412
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5413
            },
5414
            "dist": {
5415
                "type": "zip",
5416
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5417
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5418
                "shasum": ""
5419
            },
5420
            "require": {
5421
                "php": "^7.0"
5422
            },
5423
            "require-dev": {
5424
                "phpunit/phpunit": "^6.0"
5425
            },
5426
            "type": "library",
5427
            "extra": {
5428
                "branch-alias": {
5429
                    "dev-master": "1.1-dev"
5430
                }
5431
            },
5432
            "autoload": {
5433
                "classmap": [
5434
                    "src/"
5435
                ]
5436
            },
5437
            "notification-url": "https://packagist.org/downloads/",
5438
            "license": [
5439
                "BSD-3-Clause"
5440
            ],
5441
            "authors": [
5442
                {
5443
                    "name": "Sebastian Bergmann",
5444
                    "email": "[email protected]"
5445
                }
5446
            ],
5447
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5448
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5449
            "time": "2017-03-29T09:07:27+00:00"
5450
        },
5451
        {
5452
            "name": "sebastian/recursion-context",
5453
            "version": "3.0.0",
5454
            "source": {
5455
                "type": "git",
5456
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5457
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5458
            },
5459
            "dist": {
5460
                "type": "zip",
5461
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5462
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5463
                "shasum": ""
5464
            },
5465
            "require": {
5466
                "php": "^7.0"
5467
            },
5468
            "require-dev": {
5469
                "phpunit/phpunit": "^6.0"
5470
            },
5471
            "type": "library",
5472
            "extra": {
5473
                "branch-alias": {
5474
                    "dev-master": "3.0.x-dev"
5475
                }
5476
            },
5477
            "autoload": {
5478
                "classmap": [
5479
                    "src/"
5480
                ]
5481
            },
5482
            "notification-url": "https://packagist.org/downloads/",
5483
            "license": [
5484
                "BSD-3-Clause"
5485
            ],
5486
            "authors": [
5487
                {
5488
                    "name": "Jeff Welch",
5489
                    "email": "[email protected]"
5490
                },
5491
                {
5492
                    "name": "Sebastian Bergmann",
5493
                    "email": "[email protected]"
5494
                },
5495
                {
5496
                    "name": "Adam Harvey",
5497
                    "email": "[email protected]"
5498
                }
5499
            ],
5500
            "description": "Provides functionality to recursively process PHP variables",
5501
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5502
            "time": "2017-03-03T06:23:57+00:00"
5503
        },
5504
        {
5505
            "name": "sebastian/resource-operations",
5506
            "version": "1.0.0",
5507
            "source": {
5508
                "type": "git",
5509
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5510
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5511
            },
5512
            "dist": {
5513
                "type": "zip",
5514
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5515
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5516
                "shasum": ""
5517
            },
5518
            "require": {
5519
                "php": ">=5.6.0"
5520
            },
5521
            "type": "library",
5522
            "extra": {
5523
                "branch-alias": {
5524
                    "dev-master": "1.0.x-dev"
5525
                }
5526
            },
5527
            "autoload": {
5528
                "classmap": [
5529
                    "src/"
5530
                ]
5531
            },
5532
            "notification-url": "https://packagist.org/downloads/",
5533
            "license": [
5534
                "BSD-3-Clause"
5535
            ],
5536
            "authors": [
5537
                {
5538
                    "name": "Sebastian Bergmann",
5539
                    "email": "[email protected]"
5540
                }
5541
            ],
5542
            "description": "Provides a list of PHP built-in functions that operate on resources",
5543
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5544
            "time": "2015-07-28T20:34:47+00:00"
5545
        },
5546
        {
5547
            "name": "sebastian/version",
5548
            "version": "2.0.1",
5549
            "source": {
5550
                "type": "git",
5551
                "url": "https://github.com/sebastianbergmann/version.git",
5552
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5553
            },
5554
            "dist": {
5555
                "type": "zip",
5556
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5557
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5558
                "shasum": ""
5559
            },
5560
            "require": {
5561
                "php": ">=5.6"
5562
            },
5563
            "type": "library",
5564
            "extra": {
5565
                "branch-alias": {
5566
                    "dev-master": "2.0.x-dev"
5567
                }
5568
            },
5569
            "autoload": {
5570
                "classmap": [
5571
                    "src/"
5572
                ]
5573
            },
5574
            "notification-url": "https://packagist.org/downloads/",
5575
            "license": [
5576
                "BSD-3-Clause"
5577
            ],
5578
            "authors": [
5579
                {
5580
                    "name": "Sebastian Bergmann",
5581
                    "email": "[email protected]",
5582
                    "role": "lead"
5583
                }
5584
            ],
5585
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5586
            "homepage": "https://github.com/sebastianbergmann/version",
5587
            "time": "2016-10-03T07:35:21+00:00"
5588
        },
5589
        {
5590
            "name": "symfony/phpunit-bridge",
5591
            "version": "v3.4.8",
5592
            "source": {
5593
                "type": "git",
5594
                "url": "https://github.com/symfony/phpunit-bridge.git",
5595
                "reference": "48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e"
5596
            },
5597
            "dist": {
5598
                "type": "zip",
5599
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e",
5600
                "reference": "48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e",
5601
                "shasum": ""
5602
            },
5603
            "require": {
5604
                "php": ">=5.3.3"
5605
            },
5606
            "conflict": {
5607
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5608
            },
5609
            "suggest": {
5610
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
5611
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5612
            },
5613
            "bin": [
5614
                "bin/simple-phpunit"
5615
            ],
5616
            "type": "symfony-bridge",
5617
            "extra": {
5618
                "branch-alias": {
5619
                    "dev-master": "3.4-dev"
5620
                },
5621
                "thanks": {
5622
                    "name": "phpunit/phpunit",
5623
                    "url": "https://github.com/sebastianbergmann/phpunit"
5624
                }
5625
            },
5626
            "autoload": {
5627
                "files": [
5628
                    "bootstrap.php"
5629
                ],
5630
                "psr-4": {
5631
                    "Symfony\\Bridge\\PhpUnit\\": ""
5632
                },
5633
                "exclude-from-classmap": [
5634
                    "/Tests/"
5635
                ]
5636
            },
5637
            "notification-url": "https://packagist.org/downloads/",
5638
            "license": [
5639
                "MIT"
5640
            ],
5641
            "authors": [
5642
                {
5643
                    "name": "Nicolas Grekas",
5644
                    "email": "[email protected]"
5645
                },
5646
                {
5647
                    "name": "Symfony Community",
5648
                    "homepage": "https://symfony.com/contributors"
5649
                }
5650
            ],
5651
            "description": "Symfony PHPUnit Bridge",
5652
            "homepage": "https://symfony.com",
5653
            "time": "2018-04-04T15:02:59+00:00"
5654
        },
5655
        {
5656
            "name": "theseer/tokenizer",
5657
            "version": "1.1.0",
5658
            "source": {
5659
                "type": "git",
5660
                "url": "https://github.com/theseer/tokenizer.git",
5661
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5662
            },
5663
            "dist": {
5664
                "type": "zip",
5665
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5666
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5667
                "shasum": ""
5668
            },
5669
            "require": {
5670
                "ext-dom": "*",
5671
                "ext-tokenizer": "*",
5672
                "ext-xmlwriter": "*",
5673
                "php": "^7.0"
5674
            },
5675
            "type": "library",
5676
            "autoload": {
5677
                "classmap": [
5678
                    "src/"
5679
                ]
5680
            },
5681
            "notification-url": "https://packagist.org/downloads/",
5682
            "license": [
5683
                "BSD-3-Clause"
5684
            ],
5685
            "authors": [
5686
                {
5687
                    "name": "Arne Blankerts",
5688
                    "email": "[email protected]",
5689
                    "role": "Developer"
5690
                }
5691
            ],
5692
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5693
            "time": "2017-04-07T12:08:54+00:00"
5694
        },
5695
        {
5696
            "name": "webmozart/assert",
5697
            "version": "1.3.0",
5698
            "source": {
5699
                "type": "git",
5700
                "url": "https://github.com/webmozart/assert.git",
5701
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5702
            },
5703
            "dist": {
5704
                "type": "zip",
5705
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5706
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5707
                "shasum": ""
5708
            },
5709
            "require": {
5710
                "php": "^5.3.3 || ^7.0"
5711
            },
5712
            "require-dev": {
5713
                "phpunit/phpunit": "^4.6",
5714
                "sebastian/version": "^1.0.1"
5715
            },
5716
            "type": "library",
5717
            "extra": {
5718
                "branch-alias": {
5719
                    "dev-master": "1.3-dev"
5720
                }
5721
            },
5722
            "autoload": {
5723
                "psr-4": {
5724
                    "Webmozart\\Assert\\": "src/"
5725
                }
5726
            },
5727
            "notification-url": "https://packagist.org/downloads/",
5728
            "license": [
5729
                "MIT"
5730
            ],
5731
            "authors": [
5732
                {
5733
                    "name": "Bernhard Schussek",
5734
                    "email": "[email protected]"
5735
                }
5736
            ],
5737
            "description": "Assertions to validate method input/output with nice error messages.",
5738
            "keywords": [
5739
                "assert",
5740
                "check",
5741
                "validate"
5742
            ],
5743
            "time": "2018-01-29T19:49:41+00:00"
5744
        }
5745
    ],
5746
    "aliases": [],
5747
    "minimum-stability": "stable",
5748
    "stability-flags": [],
5749
    "prefer-stable": false,
5750
    "prefer-lowest": false,
5751
    "platform": {
5752
        "php": ">=7.1"
5753
    },
5754
    "platform-dev": []
5755
}
5756