Completed
Push — feature/serializer-groups ( 8a048b...76292f )
by Narcotic
07:41
created

composer.lock (1 issue)

Severity

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