Failed Conditions
Push — experimental/3.1 ( 55215d...1dcbb5 )
by Kiyotaka
254:24 queued 243:17
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "3b433883fa3fdb4a10749df61d1af931",
8
    "packages": [
9
        {
10
            "name": "composer/ca-bundle",
11
            "version": "1.0.7",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/composer/ca-bundle.git",
15
                "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
20
                "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-openssl": "*",
25
                "ext-pcre": "*",
26
                "php": "^5.3.2 || ^7.0"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^4.5",
30
                "psr/log": "^1.0",
31
                "symfony/process": "^2.5 || ^3.0"
32
            },
33
            "suggest": {
34
                "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+"
35
            },
36
            "type": "library",
37
            "extra": {
38
                "branch-alias": {
39
                    "dev-master": "1.x-dev"
40
                }
41
            },
42
            "autoload": {
43
                "psr-4": {
44
                    "Composer\\CaBundle\\": "src"
45
                }
46
            },
47
            "notification-url": "https://packagist.org/downloads/",
48
            "license": [
49
                "MIT"
50
            ],
51
            "authors": [
52
                {
53
                    "name": "Jordi Boggiano",
54
                    "email": "[email protected]",
55
                    "homepage": "http://seld.be"
56
                }
57
            ],
58
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
59
            "keywords": [
60
                "cabundle",
61
                "cacert",
62
                "certificate",
63
                "ssl",
64
                "tls"
65
            ],
66
            "time": "2017-03-06T11:59:08+00:00"
67
        },
68
        {
69
            "name": "dflydev/doctrine-orm-service-provider",
70
            "version": "v2.0.1",
71
            "source": {
72
                "type": "git",
73
                "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider.git",
74
                "reference": "84b3f4887a999cbd017010f758122d8409cccac0"
75
            },
76
            "dist": {
77
                "type": "zip",
78
                "url": "https://api.github.com/repos/dflydev/dflydev-doctrine-orm-service-provider/zipball/84b3f4887a999cbd017010f758122d8409cccac0",
79
                "reference": "84b3f4887a999cbd017010f758122d8409cccac0",
80
                "shasum": ""
81
            },
82
            "require": {
83
                "doctrine/orm": "~2.3",
84
                "php": ">=5.3.3",
85
                "pimple/pimple": ">=2.1,<4"
86
            },
87
            "type": "library",
88
            "extra": {
89
                "branch-alias": {
90
                    "dev-master": "2.0.x-dev"
91
                }
92
            },
93
            "autoload": {
94
                "psr-4": {
95
                    "Dflydev\\Provider\\DoctrineOrm\\": "src/Dflydev/Provider/DoctrineOrm"
96
                }
97
            },
98
            "notification-url": "https://packagist.org/downloads/",
99
            "license": [
100
                "MIT"
101
            ],
102
            "authors": [
103
                {
104
                    "name": "Dragonfly Development Inc.",
105
                    "email": "[email protected]",
106
                    "homepage": "http://dflydev.com"
107
                },
108
                {
109
                    "name": "Beau Simensen",
110
                    "email": "[email protected]",
111
                    "homepage": "http://beausimensen.com"
112
                }
113
            ],
114
            "description": "Doctrine ORM Service Provider",
115
            "homepage": "http://dflydev.com/projects/doctrine-orm-service-provider/",
116
            "keywords": [
117
                "cilex",
118
                "doctrine",
119
                "orm",
120
                "pimple",
121
                "silex"
122
            ],
123
            "time": "2015-09-07T12:14:46+00:00"
124
        },
125
        {
126
            "name": "doctrine/annotations",
127
            "version": "v1.2.7",
128
            "source": {
129
                "type": "git",
130
                "url": "https://github.com/doctrine/annotations.git",
131
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
132
            },
133
            "dist": {
134
                "type": "zip",
135
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
136
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
137
                "shasum": ""
138
            },
139
            "require": {
140
                "doctrine/lexer": "1.*",
141
                "php": ">=5.3.2"
142
            },
143
            "require-dev": {
144
                "doctrine/cache": "1.*",
145
                "phpunit/phpunit": "4.*"
146
            },
147
            "type": "library",
148
            "extra": {
149
                "branch-alias": {
150
                    "dev-master": "1.3.x-dev"
151
                }
152
            },
153
            "autoload": {
154
                "psr-0": {
155
                    "Doctrine\\Common\\Annotations\\": "lib/"
156
                }
157
            },
158
            "notification-url": "https://packagist.org/downloads/",
159
            "license": [
160
                "MIT"
161
            ],
162
            "authors": [
163
                {
164
                    "name": "Roman Borschel",
165
                    "email": "[email protected]"
166
                },
167
                {
168
                    "name": "Benjamin Eberlei",
169
                    "email": "[email protected]"
170
                },
171
                {
172
                    "name": "Guilherme Blanco",
173
                    "email": "[email protected]"
174
                },
175
                {
176
                    "name": "Jonathan Wage",
177
                    "email": "[email protected]"
178
                },
179
                {
180
                    "name": "Johannes Schmitt",
181
                    "email": "[email protected]"
182
                }
183
            ],
184
            "description": "Docblock Annotations Parser",
185
            "homepage": "http://www.doctrine-project.org",
186
            "keywords": [
187
                "annotations",
188
                "docblock",
189
                "parser"
190
            ],
191
            "time": "2015-08-31T12:32:49+00:00"
192
        },
193
        {
194
            "name": "doctrine/cache",
195
            "version": "v1.6.1",
196
            "source": {
197
                "type": "git",
198
                "url": "https://github.com/doctrine/cache.git",
199
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
200
            },
201
            "dist": {
202
                "type": "zip",
203
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
204
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
205
                "shasum": ""
206
            },
207
            "require": {
208
                "php": "~5.5|~7.0"
209
            },
210
            "conflict": {
211
                "doctrine/common": ">2.2,<2.4"
212
            },
213
            "require-dev": {
214
                "phpunit/phpunit": "~4.8|~5.0",
215
                "predis/predis": "~1.0",
216
                "satooshi/php-coveralls": "~0.6"
217
            },
218
            "type": "library",
219
            "extra": {
220
                "branch-alias": {
221
                    "dev-master": "1.6.x-dev"
222
                }
223
            },
224
            "autoload": {
225
                "psr-4": {
226
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
227
                }
228
            },
229
            "notification-url": "https://packagist.org/downloads/",
230
            "license": [
231
                "MIT"
232
            ],
233
            "authors": [
234
                {
235
                    "name": "Roman Borschel",
236
                    "email": "[email protected]"
237
                },
238
                {
239
                    "name": "Benjamin Eberlei",
240
                    "email": "[email protected]"
241
                },
242
                {
243
                    "name": "Guilherme Blanco",
244
                    "email": "[email protected]"
245
                },
246
                {
247
                    "name": "Jonathan Wage",
248
                    "email": "[email protected]"
249
                },
250
                {
251
                    "name": "Johannes Schmitt",
252
                    "email": "[email protected]"
253
                }
254
            ],
255
            "description": "Caching library offering an object-oriented API for many cache backends",
256
            "homepage": "http://www.doctrine-project.org",
257
            "keywords": [
258
                "cache",
259
                "caching"
260
            ],
261
            "time": "2016-10-29T11:16:17+00:00"
262
        },
263
        {
264
            "name": "doctrine/collections",
265
            "version": "v1.3.0",
266
            "source": {
267
                "type": "git",
268
                "url": "https://github.com/doctrine/collections.git",
269
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
270
            },
271
            "dist": {
272
                "type": "zip",
273
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
274
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
275
                "shasum": ""
276
            },
277
            "require": {
278
                "php": ">=5.3.2"
279
            },
280
            "require-dev": {
281
                "phpunit/phpunit": "~4.0"
282
            },
283
            "type": "library",
284
            "extra": {
285
                "branch-alias": {
286
                    "dev-master": "1.2.x-dev"
287
                }
288
            },
289
            "autoload": {
290
                "psr-0": {
291
                    "Doctrine\\Common\\Collections\\": "lib/"
292
                }
293
            },
294
            "notification-url": "https://packagist.org/downloads/",
295
            "license": [
296
                "MIT"
297
            ],
298
            "authors": [
299
                {
300
                    "name": "Roman Borschel",
301
                    "email": "[email protected]"
302
                },
303
                {
304
                    "name": "Benjamin Eberlei",
305
                    "email": "[email protected]"
306
                },
307
                {
308
                    "name": "Guilherme Blanco",
309
                    "email": "[email protected]"
310
                },
311
                {
312
                    "name": "Jonathan Wage",
313
                    "email": "[email protected]"
314
                },
315
                {
316
                    "name": "Johannes Schmitt",
317
                    "email": "[email protected]"
318
                }
319
            ],
320
            "description": "Collections Abstraction library",
321
            "homepage": "http://www.doctrine-project.org",
322
            "keywords": [
323
                "array",
324
                "collections",
325
                "iterator"
326
            ],
327
            "time": "2015-04-14T22:21:58+00:00"
328
        },
329
        {
330
            "name": "doctrine/common",
331
            "version": "v2.6.2",
332
            "source": {
333
                "type": "git",
334
                "url": "https://github.com/doctrine/common.git",
335
                "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3"
336
            },
337
            "dist": {
338
                "type": "zip",
339
                "url": "https://api.github.com/repos/doctrine/common/zipball/7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
340
                "reference": "7bce00698899aa2c06fe7365c76e4d78ddb15fa3",
341
                "shasum": ""
342
            },
343
            "require": {
344
                "doctrine/annotations": "1.*",
345
                "doctrine/cache": "1.*",
346
                "doctrine/collections": "1.*",
347
                "doctrine/inflector": "1.*",
348
                "doctrine/lexer": "1.*",
349
                "php": "~5.5|~7.0"
350
            },
351
            "require-dev": {
352
                "phpunit/phpunit": "~4.8|~5.0"
353
            },
354
            "type": "library",
355
            "extra": {
356
                "branch-alias": {
357
                    "dev-master": "2.7.x-dev"
358
                }
359
            },
360
            "autoload": {
361
                "psr-4": {
362
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
363
                }
364
            },
365
            "notification-url": "https://packagist.org/downloads/",
366
            "license": [
367
                "MIT"
368
            ],
369
            "authors": [
370
                {
371
                    "name": "Roman Borschel",
372
                    "email": "[email protected]"
373
                },
374
                {
375
                    "name": "Benjamin Eberlei",
376
                    "email": "[email protected]"
377
                },
378
                {
379
                    "name": "Guilherme Blanco",
380
                    "email": "[email protected]"
381
                },
382
                {
383
                    "name": "Jonathan Wage",
384
                    "email": "[email protected]"
385
                },
386
                {
387
                    "name": "Johannes Schmitt",
388
                    "email": "[email protected]"
389
                }
390
            ],
391
            "description": "Common Library for Doctrine projects",
392
            "homepage": "http://www.doctrine-project.org",
393
            "keywords": [
394
                "annotations",
395
                "collections",
396
                "eventmanager",
397
                "persistence",
398
                "spl"
399
            ],
400
            "time": "2016-11-30T16:50:46+00:00"
401
        },
402
        {
403
            "name": "doctrine/data-fixtures",
404
            "version": "v1.1.1",
405
            "source": {
406
                "type": "git",
407
                "url": "https://github.com/doctrine/data-fixtures.git",
408
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
409
            },
410
            "dist": {
411
                "type": "zip",
412
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
413
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
414
                "shasum": ""
415
            },
416
            "require": {
417
                "doctrine/common": "~2.2",
418
                "php": ">=5.3.2"
419
            },
420
            "conflict": {
421
                "doctrine/orm": "< 2.4"
422
            },
423
            "require-dev": {
424
                "doctrine/orm": "~2.4"
425
            },
426
            "suggest": {
427
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
428
                "doctrine/orm": "For loading ORM fixtures",
429
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
430
            },
431
            "type": "library",
432
            "extra": {
433
                "branch-alias": {
434
                    "dev-master": "1.1.x-dev"
435
                }
436
            },
437
            "autoload": {
438
                "psr-0": {
439
                    "Doctrine\\Common\\DataFixtures": "lib/"
440
                }
441
            },
442
            "notification-url": "https://packagist.org/downloads/",
443
            "license": [
444
                "MIT"
445
            ],
446
            "authors": [
447
                {
448
                    "name": "Jonathan Wage",
449
                    "email": "[email protected]"
450
                }
451
            ],
452
            "description": "Data Fixtures for all Doctrine Object Managers",
453
            "homepage": "http://www.doctrine-project.org",
454
            "keywords": [
455
                "database"
456
            ],
457
            "time": "2015-03-30T12:14:13+00:00"
458
        },
459
        {
460
            "name": "doctrine/dbal",
461
            "version": "v2.5.12",
462
            "source": {
463
                "type": "git",
464
                "url": "https://github.com/doctrine/dbal.git",
465
                "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44"
466
            },
467
            "dist": {
468
                "type": "zip",
469
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44",
470
                "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44",
471
                "shasum": ""
472
            },
473
            "require": {
474
                "doctrine/common": ">=2.4,<2.8-dev",
475
                "php": ">=5.3.2"
476
            },
477
            "require-dev": {
478
                "phpunit/phpunit": "4.*",
479
                "symfony/console": "2.*||^3.0"
480
            },
481
            "suggest": {
482
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
483
            },
484
            "bin": [
485
                "bin/doctrine-dbal"
486
            ],
487
            "type": "library",
488
            "extra": {
489
                "branch-alias": {
490
                    "dev-master": "2.5.x-dev"
491
                }
492
            },
493
            "autoload": {
494
                "psr-0": {
495
                    "Doctrine\\DBAL\\": "lib/"
496
                }
497
            },
498
            "notification-url": "https://packagist.org/downloads/",
499
            "license": [
500
                "MIT"
501
            ],
502
            "authors": [
503
                {
504
                    "name": "Roman Borschel",
505
                    "email": "[email protected]"
506
                },
507
                {
508
                    "name": "Benjamin Eberlei",
509
                    "email": "[email protected]"
510
                },
511
                {
512
                    "name": "Guilherme Blanco",
513
                    "email": "[email protected]"
514
                },
515
                {
516
                    "name": "Jonathan Wage",
517
                    "email": "[email protected]"
518
                }
519
            ],
520
            "description": "Database Abstraction Layer",
521
            "homepage": "http://www.doctrine-project.org",
522
            "keywords": [
523
                "database",
524
                "dbal",
525
                "persistence",
526
                "queryobject"
527
            ],
528
            "time": "2017-02-08T12:53:47+00:00"
529
        },
530
        {
531
            "name": "doctrine/inflector",
532
            "version": "v1.1.0",
533
            "source": {
534
                "type": "git",
535
                "url": "https://github.com/doctrine/inflector.git",
536
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
537
            },
538
            "dist": {
539
                "type": "zip",
540
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
541
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
542
                "shasum": ""
543
            },
544
            "require": {
545
                "php": ">=5.3.2"
546
            },
547
            "require-dev": {
548
                "phpunit/phpunit": "4.*"
549
            },
550
            "type": "library",
551
            "extra": {
552
                "branch-alias": {
553
                    "dev-master": "1.1.x-dev"
554
                }
555
            },
556
            "autoload": {
557
                "psr-0": {
558
                    "Doctrine\\Common\\Inflector\\": "lib/"
559
                }
560
            },
561
            "notification-url": "https://packagist.org/downloads/",
562
            "license": [
563
                "MIT"
564
            ],
565
            "authors": [
566
                {
567
                    "name": "Roman Borschel",
568
                    "email": "[email protected]"
569
                },
570
                {
571
                    "name": "Benjamin Eberlei",
572
                    "email": "[email protected]"
573
                },
574
                {
575
                    "name": "Guilherme Blanco",
576
                    "email": "[email protected]"
577
                },
578
                {
579
                    "name": "Jonathan Wage",
580
                    "email": "[email protected]"
581
                },
582
                {
583
                    "name": "Johannes Schmitt",
584
                    "email": "[email protected]"
585
                }
586
            ],
587
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
588
            "homepage": "http://www.doctrine-project.org",
589
            "keywords": [
590
                "inflection",
591
                "pluralize",
592
                "singularize",
593
                "string"
594
            ],
595
            "time": "2015-11-06T14:35:42+00:00"
596
        },
597
        {
598
            "name": "doctrine/instantiator",
599
            "version": "1.0.5",
600
            "source": {
601
                "type": "git",
602
                "url": "https://github.com/doctrine/instantiator.git",
603
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
604
            },
605
            "dist": {
606
                "type": "zip",
607
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
608
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
609
                "shasum": ""
610
            },
611
            "require": {
612
                "php": ">=5.3,<8.0-DEV"
613
            },
614
            "require-dev": {
615
                "athletic/athletic": "~0.1.8",
616
                "ext-pdo": "*",
617
                "ext-phar": "*",
618
                "phpunit/phpunit": "~4.0",
619
                "squizlabs/php_codesniffer": "~2.0"
620
            },
621
            "type": "library",
622
            "extra": {
623
                "branch-alias": {
624
                    "dev-master": "1.0.x-dev"
625
                }
626
            },
627
            "autoload": {
628
                "psr-4": {
629
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
630
                }
631
            },
632
            "notification-url": "https://packagist.org/downloads/",
633
            "license": [
634
                "MIT"
635
            ],
636
            "authors": [
637
                {
638
                    "name": "Marco Pivetta",
639
                    "email": "[email protected]",
640
                    "homepage": "http://ocramius.github.com/"
641
                }
642
            ],
643
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
644
            "homepage": "https://github.com/doctrine/instantiator",
645
            "keywords": [
646
                "constructor",
647
                "instantiate"
648
            ],
649
            "time": "2015-06-14T21:17:01+00:00"
650
        },
651
        {
652
            "name": "doctrine/lexer",
653
            "version": "v1.0.1",
654
            "source": {
655
                "type": "git",
656
                "url": "https://github.com/doctrine/lexer.git",
657
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
658
            },
659
            "dist": {
660
                "type": "zip",
661
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
662
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
663
                "shasum": ""
664
            },
665
            "require": {
666
                "php": ">=5.3.2"
667
            },
668
            "type": "library",
669
            "extra": {
670
                "branch-alias": {
671
                    "dev-master": "1.0.x-dev"
672
                }
673
            },
674
            "autoload": {
675
                "psr-0": {
676
                    "Doctrine\\Common\\Lexer\\": "lib/"
677
                }
678
            },
679
            "notification-url": "https://packagist.org/downloads/",
680
            "license": [
681
                "MIT"
682
            ],
683
            "authors": [
684
                {
685
                    "name": "Roman Borschel",
686
                    "email": "[email protected]"
687
                },
688
                {
689
                    "name": "Guilherme Blanco",
690
                    "email": "[email protected]"
691
                },
692
                {
693
                    "name": "Johannes Schmitt",
694
                    "email": "[email protected]"
695
                }
696
            ],
697
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
698
            "homepage": "http://www.doctrine-project.org",
699
            "keywords": [
700
                "lexer",
701
                "parser"
702
            ],
703
            "time": "2014-09-09T13:34:57+00:00"
704
        },
705
        {
706
            "name": "doctrine/migrations",
707
            "version": "v1.5.0",
708
            "source": {
709
                "type": "git",
710
                "url": "https://github.com/doctrine/migrations.git",
711
                "reference": "c81147c0f2938a6566594455367e095150547f72"
712
            },
713
            "dist": {
714
                "type": "zip",
715
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/c81147c0f2938a6566594455367e095150547f72",
716
                "reference": "c81147c0f2938a6566594455367e095150547f72",
717
                "shasum": ""
718
            },
719
            "require": {
720
                "doctrine/dbal": "~2.2",
721
                "ocramius/proxy-manager": "^1.0|^2.0",
722
                "php": "^5.5|^7.0",
723
                "symfony/console": "~2.3|~3.0",
724
                "symfony/yaml": "~2.3|~3.0"
725
            },
726
            "require-dev": {
727
                "doctrine/coding-standard": "dev-master",
728
                "doctrine/orm": "2.*",
729
                "jdorn/sql-formatter": "~1.1",
730
                "johnkary/phpunit-speedtrap": "~1.0@dev",
731
                "mikey179/vfsstream": "^1.6",
732
                "mockery/mockery": "^0.9.4",
733
                "phpunit/phpunit": "~4.7",
734
                "satooshi/php-coveralls": "^1.0"
735
            },
736
            "suggest": {
737
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
738
            },
739
            "bin": [
740
                "bin/doctrine-migrations"
741
            ],
742
            "type": "library",
743
            "extra": {
744
                "branch-alias": {
745
                    "dev-master": "v1.6.x-dev"
746
                }
747
            },
748
            "autoload": {
749
                "psr-4": {
750
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations"
751
                }
752
            },
753
            "notification-url": "https://packagist.org/downloads/",
754
            "license": [
755
                "LGPL-2.1"
756
            ],
757
            "authors": [
758
                {
759
                    "name": "Benjamin Eberlei",
760
                    "email": "[email protected]"
761
                },
762
                {
763
                    "name": "Jonathan Wage",
764
                    "email": "[email protected]"
765
                },
766
                {
767
                    "name": "Michael Simonson",
768
                    "email": "[email protected]"
769
                }
770
            ],
771
            "description": "Database Schema migrations using Doctrine DBAL",
772
            "homepage": "http://www.doctrine-project.org",
773
            "keywords": [
774
                "database",
775
                "migrations"
776
            ],
777
            "time": "2016-12-25T22:54:00+00:00"
778
        },
779
        {
780
            "name": "doctrine/orm",
781
            "version": "v2.5.6",
782
            "source": {
783
                "type": "git",
784
                "url": "https://github.com/doctrine/doctrine2.git",
785
                "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b"
786
            },
787
            "dist": {
788
                "type": "zip",
789
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b",
790
                "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b",
791
                "shasum": ""
792
            },
793
            "require": {
794
                "doctrine/cache": "~1.4",
795
                "doctrine/collections": "~1.2",
796
                "doctrine/common": ">=2.5-dev,<2.8-dev",
797
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
798
                "doctrine/instantiator": "~1.0.1",
799
                "ext-pdo": "*",
800
                "php": ">=5.4",
801
                "symfony/console": "~2.5|~3.0"
802
            },
803
            "require-dev": {
804
                "phpunit/phpunit": "~4.0",
805
                "symfony/yaml": "~2.3|~3.0"
806
            },
807
            "suggest": {
808
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
809
            },
810
            "bin": [
811
                "bin/doctrine",
812
                "bin/doctrine.php"
813
            ],
814
            "type": "library",
815
            "extra": {
816
                "branch-alias": {
817
                    "dev-master": "2.6.x-dev"
818
                }
819
            },
820
            "autoload": {
821
                "psr-0": {
822
                    "Doctrine\\ORM\\": "lib/"
823
                }
824
            },
825
            "notification-url": "https://packagist.org/downloads/",
826
            "license": [
827
                "MIT"
828
            ],
829
            "authors": [
830
                {
831
                    "name": "Roman Borschel",
832
                    "email": "[email protected]"
833
                },
834
                {
835
                    "name": "Benjamin Eberlei",
836
                    "email": "[email protected]"
837
                },
838
                {
839
                    "name": "Guilherme Blanco",
840
                    "email": "[email protected]"
841
                },
842
                {
843
                    "name": "Jonathan Wage",
844
                    "email": "[email protected]"
845
                }
846
            ],
847
            "description": "Object-Relational-Mapper for PHP",
848
            "homepage": "http://www.doctrine-project.org",
849
            "keywords": [
850
                "database",
851
                "orm"
852
            ],
853
            "time": "2016-12-18T15:42:34+00:00"
854
        },
855
        {
856
            "name": "egulias/email-validator",
857
            "version": "1.2.14",
858
            "source": {
859
                "type": "git",
860
                "url": "https://github.com/egulias/EmailValidator.git",
861
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
862
            },
863
            "dist": {
864
                "type": "zip",
865
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
866
                "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
867
                "shasum": ""
868
            },
869
            "require": {
870
                "doctrine/lexer": "^1.0.1",
871
                "php": ">= 5.3.3"
872
            },
873
            "require-dev": {
874
                "phpunit/phpunit": "^4.8.24"
875
            },
876
            "type": "library",
877
            "extra": {
878
                "branch-alias": {
879
                    "dev-master": "2.0.x-dev"
880
                }
881
            },
882
            "autoload": {
883
                "psr-0": {
884
                    "Egulias\\": "src/"
885
                }
886
            },
887
            "notification-url": "https://packagist.org/downloads/",
888
            "license": [
889
                "MIT"
890
            ],
891
            "authors": [
892
                {
893
                    "name": "Eduardo Gulias Davis"
894
                }
895
            ],
896
            "description": "A library for validating emails",
897
            "homepage": "https://github.com/egulias/EmailValidator",
898
            "keywords": [
899
                "email",
900
                "emailvalidation",
901
                "emailvalidator",
902
                "validation",
903
                "validator"
904
            ],
905
            "time": "2017-02-03T22:48:59+00:00"
906
        },
907
        {
908
            "name": "guzzlehttp/guzzle",
909
            "version": "6.3.0",
910
            "source": {
911
                "type": "git",
912
                "url": "https://github.com/guzzle/guzzle.git",
913
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
914
            },
915
            "dist": {
916
                "type": "zip",
917
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
918
                "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
919
                "shasum": ""
920
            },
921
            "require": {
922
                "guzzlehttp/promises": "^1.0",
923
                "guzzlehttp/psr7": "^1.4",
924
                "php": ">=5.5"
925
            },
926
            "require-dev": {
927
                "ext-curl": "*",
928
                "phpunit/phpunit": "^4.0 || ^5.0",
929
                "psr/log": "^1.0"
930
            },
931
            "suggest": {
932
                "psr/log": "Required for using the Log middleware"
933
            },
934
            "type": "library",
935
            "extra": {
936
                "branch-alias": {
937
                    "dev-master": "6.2-dev"
938
                }
939
            },
940
            "autoload": {
941
                "files": [
942
                    "src/functions_include.php"
943
                ],
944
                "psr-4": {
945
                    "GuzzleHttp\\": "src/"
946
                }
947
            },
948
            "notification-url": "https://packagist.org/downloads/",
949
            "license": [
950
                "MIT"
951
            ],
952
            "authors": [
953
                {
954
                    "name": "Michael Dowling",
955
                    "email": "[email protected]",
956
                    "homepage": "https://github.com/mtdowling"
957
                }
958
            ],
959
            "description": "Guzzle is a PHP HTTP client library",
960
            "homepage": "http://guzzlephp.org/",
961
            "keywords": [
962
                "client",
963
                "curl",
964
                "framework",
965
                "http",
966
                "http client",
967
                "rest",
968
                "web service"
969
            ],
970
            "time": "2017-06-22T18:50:49+00:00"
971
        },
972
        {
973
            "name": "guzzlehttp/promises",
974
            "version": "v1.3.1",
975
            "source": {
976
                "type": "git",
977
                "url": "https://github.com/guzzle/promises.git",
978
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
979
            },
980
            "dist": {
981
                "type": "zip",
982
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
983
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
984
                "shasum": ""
985
            },
986
            "require": {
987
                "php": ">=5.5.0"
988
            },
989
            "require-dev": {
990
                "phpunit/phpunit": "^4.0"
991
            },
992
            "type": "library",
993
            "extra": {
994
                "branch-alias": {
995
                    "dev-master": "1.4-dev"
996
                }
997
            },
998
            "autoload": {
999
                "psr-4": {
1000
                    "GuzzleHttp\\Promise\\": "src/"
1001
                },
1002
                "files": [
1003
                    "src/functions_include.php"
1004
                ]
1005
            },
1006
            "notification-url": "https://packagist.org/downloads/",
1007
            "license": [
1008
                "MIT"
1009
            ],
1010
            "authors": [
1011
                {
1012
                    "name": "Michael Dowling",
1013
                    "email": "[email protected]",
1014
                    "homepage": "https://github.com/mtdowling"
1015
                }
1016
            ],
1017
            "description": "Guzzle promises library",
1018
            "keywords": [
1019
                "promise"
1020
            ],
1021
            "time": "2016-12-20T10:07:11+00:00"
1022
        },
1023
        {
1024
            "name": "guzzlehttp/psr7",
1025
            "version": "1.4.2",
1026
            "source": {
1027
                "type": "git",
1028
                "url": "https://github.com/guzzle/psr7.git",
1029
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1030
            },
1031
            "dist": {
1032
                "type": "zip",
1033
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1034
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1035
                "shasum": ""
1036
            },
1037
            "require": {
1038
                "php": ">=5.4.0",
1039
                "psr/http-message": "~1.0"
1040
            },
1041
            "provide": {
1042
                "psr/http-message-implementation": "1.0"
1043
            },
1044
            "require-dev": {
1045
                "phpunit/phpunit": "~4.0"
1046
            },
1047
            "type": "library",
1048
            "extra": {
1049
                "branch-alias": {
1050
                    "dev-master": "1.4-dev"
1051
                }
1052
            },
1053
            "autoload": {
1054
                "psr-4": {
1055
                    "GuzzleHttp\\Psr7\\": "src/"
1056
                },
1057
                "files": [
1058
                    "src/functions_include.php"
1059
                ]
1060
            },
1061
            "notification-url": "https://packagist.org/downloads/",
1062
            "license": [
1063
                "MIT"
1064
            ],
1065
            "authors": [
1066
                {
1067
                    "name": "Michael Dowling",
1068
                    "email": "[email protected]",
1069
                    "homepage": "https://github.com/mtdowling"
1070
                },
1071
                {
1072
                    "name": "Tobias Schultze",
1073
                    "homepage": "https://github.com/Tobion"
1074
                }
1075
            ],
1076
            "description": "PSR-7 message implementation that also provides common utility methods",
1077
            "keywords": [
1078
                "http",
1079
                "message",
1080
                "request",
1081
                "response",
1082
                "stream",
1083
                "uri",
1084
                "url"
1085
            ],
1086
            "time": "2017-03-20T17:10:46+00:00"
1087
        },
1088
        {
1089
            "name": "hirak/prestissimo",
1090
            "version": "0.3.7",
1091
            "source": {
1092
                "type": "git",
1093
                "url": "https://github.com/hirak/prestissimo.git",
1094
                "reference": "45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496"
1095
            },
1096
            "dist": {
1097
                "type": "zip",
1098
                "url": "https://api.github.com/repos/hirak/prestissimo/zipball/45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496",
1099
                "reference": "45fcc8a65fb06b29cc5cdd1b0bae7a690aa09496",
1100
                "shasum": ""
1101
            },
1102
            "require": {
1103
                "composer-plugin-api": "^1.0.0",
1104
                "ext-curl": "*",
1105
                "php": "^5.3.2 || ^7.0"
1106
            },
1107
            "require-dev": {
1108
                "composer/composer": "1.0.0",
1109
                "phpunit/phpunit": "^4.8",
1110
                "squizlabs/php_codesniffer": "^2.5"
1111
            },
1112
            "type": "composer-plugin",
1113
            "extra": {
1114
                "class": "Hirak\\Prestissimo\\Plugin"
1115
            },
1116
            "autoload": {
1117
                "psr-4": {
1118
                    "Hirak\\Prestissimo\\": "src/"
1119
                }
1120
            },
1121
            "notification-url": "https://packagist.org/downloads/",
1122
            "license": [
1123
                "MIT"
1124
            ],
1125
            "authors": [
1126
                {
1127
                    "name": "Hiraku NAKANO",
1128
                    "email": "[email protected]"
1129
                }
1130
            ],
1131
            "description": "composer parallel install plugin",
1132
            "keywords": [
1133
                "install",
1134
                "parallel",
1135
                "speedup"
1136
            ],
1137
            "time": "2017-05-27T04:45:45+00:00"
1138
        },
1139
        {
1140
            "name": "jdorn/sql-formatter",
1141
            "version": "v1.2.17",
1142
            "source": {
1143
                "type": "git",
1144
                "url": "https://github.com/jdorn/sql-formatter.git",
1145
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1146
            },
1147
            "dist": {
1148
                "type": "zip",
1149
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1150
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1151
                "shasum": ""
1152
            },
1153
            "require": {
1154
                "php": ">=5.2.4"
1155
            },
1156
            "require-dev": {
1157
                "phpunit/phpunit": "3.7.*"
1158
            },
1159
            "type": "library",
1160
            "extra": {
1161
                "branch-alias": {
1162
                    "dev-master": "1.3.x-dev"
1163
                }
1164
            },
1165
            "autoload": {
1166
                "classmap": [
1167
                    "lib"
1168
                ]
1169
            },
1170
            "notification-url": "https://packagist.org/downloads/",
1171
            "license": [
1172
                "MIT"
1173
            ],
1174
            "authors": [
1175
                {
1176
                    "name": "Jeremy Dorn",
1177
                    "email": "[email protected]",
1178
                    "homepage": "http://jeremydorn.com/"
1179
                }
1180
            ],
1181
            "description": "a PHP SQL highlighting library",
1182
            "homepage": "https://github.com/jdorn/sql-formatter/",
1183
            "keywords": [
1184
                "highlight",
1185
                "sql"
1186
            ],
1187
            "time": "2014-01-12T16:20:24+00:00"
1188
        },
1189
        {
1190
            "name": "knplabs/console-service-provider",
1191
            "version": "2.0",
1192
            "source": {
1193
                "type": "git",
1194
                "url": "https://github.com/KnpLabs/ConsoleServiceProvider.git",
1195
                "reference": "ac3498030bb54ec1d7e79043fe984fc3aeb48bfb"
1196
            },
1197
            "dist": {
1198
                "type": "zip",
1199
                "url": "https://api.github.com/repos/KnpLabs/ConsoleServiceProvider/zipball/ac3498030bb54ec1d7e79043fe984fc3aeb48bfb",
1200
                "reference": "ac3498030bb54ec1d7e79043fe984fc3aeb48bfb",
1201
                "shasum": ""
1202
            },
1203
            "require": {
1204
                "php": ">=5.3.2",
1205
                "symfony/console": "~2.3|~3.0"
1206
            },
1207
            "type": "library",
1208
            "autoload": {
1209
                "psr-0": {
1210
                    "Knp\\": ""
1211
                }
1212
            },
1213
            "notification-url": "https://packagist.org/downloads/",
1214
            "license": [
1215
                "MIT"
1216
            ],
1217
            "authors": [
1218
                {
1219
                    "name": "Knplabs",
1220
                    "homepage": "http://knplabs.com"
1221
                }
1222
            ],
1223
            "description": "console service provider for Silex",
1224
            "homepage": "http://knplabs.com",
1225
            "keywords": [
1226
                "console",
1227
                "silex"
1228
            ],
1229
            "time": "2016-06-01T05:51:46+00:00"
1230
        },
1231
        {
1232
            "name": "knplabs/knp-components",
1233
            "version": "1.3.4",
1234
            "source": {
1235
                "type": "git",
1236
                "url": "https://github.com/KnpLabs/knp-components.git",
1237
                "reference": "f98bcc6d348fbe863a224b468e11fb5e91e28f2a"
1238
            },
1239
            "dist": {
1240
                "type": "zip",
1241
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/f98bcc6d348fbe863a224b468e11fb5e91e28f2a",
1242
                "reference": "f98bcc6d348fbe863a224b468e11fb5e91e28f2a",
1243
                "shasum": ""
1244
            },
1245
            "require": {
1246
                "php": ">=5.3.2"
1247
            },
1248
            "require-dev": {
1249
                "doctrine/mongodb-odm": "~1.0@beta",
1250
                "doctrine/orm": "~2.4",
1251
                "doctrine/phpcr-odm": "~1.2",
1252
                "jackalope/jackalope-doctrine-dbal": "~1.2",
1253
                "phpunit/phpunit": "~4.2",
1254
                "ruflin/elastica": "~1.0",
1255
                "symfony/event-dispatcher": "~2.5"
1256
            },
1257
            "suggest": {
1258
                "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
1259
                "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
1260
                "doctrine/orm": "to allow usage pagination with Doctrine ORM",
1261
                "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
1262
                "propel/propel1": "to allow usage pagination with Propel ORM",
1263
                "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
1264
                "solarium/solarium": "to allow usage pagination with Solarium Client"
1265
            },
1266
            "type": "library",
1267
            "extra": {
1268
                "branch-alias": {
1269
                    "dev-master": "1.3.x-dev"
1270
                }
1271
            },
1272
            "autoload": {
1273
                "psr-0": {
1274
                    "Knp\\Component": "src"
1275
                }
1276
            },
1277
            "notification-url": "https://packagist.org/downloads/",
1278
            "license": [
1279
                "MIT"
1280
            ],
1281
            "authors": [
1282
                {
1283
                    "name": "KnpLabs Team",
1284
                    "homepage": "http://knplabs.com"
1285
                },
1286
                {
1287
                    "name": "Symfony Community",
1288
                    "homepage": "http://github.com/KnpLabs/knp-components/contributors"
1289
                }
1290
            ],
1291
            "description": "Knplabs component library",
1292
            "homepage": "http://github.com/KnpLabs/knp-components",
1293
            "keywords": [
1294
                "components",
1295
                "knp",
1296
                "knplabs",
1297
                "pager",
1298
                "paginator"
1299
            ],
1300
            "time": "2016-12-06T18:10:24+00:00"
1301
        },
1302
        {
1303
            "name": "mobiledetect/mobiledetectlib",
1304
            "version": "2.8.25",
1305
            "source": {
1306
                "type": "git",
1307
                "url": "https://github.com/serbanghita/Mobile-Detect.git",
1308
                "reference": "f0896b5c7274d1450023b0b376240be902c3251c"
1309
            },
1310
            "dist": {
1311
                "type": "zip",
1312
                "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/f0896b5c7274d1450023b0b376240be902c3251c",
1313
                "reference": "f0896b5c7274d1450023b0b376240be902c3251c",
1314
                "shasum": ""
1315
            },
1316
            "require": {
1317
                "php": ">=5.0.0"
1318
            },
1319
            "require-dev": {
1320
                "phpunit/phpunit": "*"
1321
            },
1322
            "type": "library",
1323
            "autoload": {
1324
                "classmap": [
1325
                    "Mobile_Detect.php"
1326
                ],
1327
                "psr-0": {
1328
                    "Detection": "namespaced/"
1329
                }
1330
            },
1331
            "notification-url": "https://packagist.org/downloads/",
1332
            "license": [
1333
                "MIT"
1334
            ],
1335
            "authors": [
1336
                {
1337
                    "name": "Serban Ghita",
1338
                    "email": "[email protected]",
1339
                    "homepage": "http://mobiledetect.net",
1340
                    "role": "Developer"
1341
                }
1342
            ],
1343
            "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
1344
            "homepage": "https://github.com/serbanghita/Mobile-Detect",
1345
            "keywords": [
1346
                "detect mobile devices",
1347
                "mobile",
1348
                "mobile detect",
1349
                "mobile detector",
1350
                "php mobile detect"
1351
            ],
1352
            "time": "2017-03-29T13:59:30+00:00"
1353
        },
1354
        {
1355
            "name": "monolog/monolog",
1356
            "version": "1.23.0",
1357
            "source": {
1358
                "type": "git",
1359
                "url": "https://github.com/Seldaek/monolog.git",
1360
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1361
            },
1362
            "dist": {
1363
                "type": "zip",
1364
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1365
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1366
                "shasum": ""
1367
            },
1368
            "require": {
1369
                "php": ">=5.3.0",
1370
                "psr/log": "~1.0"
1371
            },
1372
            "provide": {
1373
                "psr/log-implementation": "1.0.0"
1374
            },
1375
            "require-dev": {
1376
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1377
                "doctrine/couchdb": "~1.0@dev",
1378
                "graylog2/gelf-php": "~1.0",
1379
                "jakub-onderka/php-parallel-lint": "0.9",
1380
                "php-amqplib/php-amqplib": "~2.4",
1381
                "php-console/php-console": "^3.1.3",
1382
                "phpunit/phpunit": "~4.5",
1383
                "phpunit/phpunit-mock-objects": "2.3.0",
1384
                "ruflin/elastica": ">=0.90 <3.0",
1385
                "sentry/sentry": "^0.13",
1386
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1387
            },
1388
            "suggest": {
1389
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1390
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1391
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1392
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1393
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1394
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1395
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1396
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1397
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1398
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1399
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1400
            },
1401
            "type": "library",
1402
            "extra": {
1403
                "branch-alias": {
1404
                    "dev-master": "2.0.x-dev"
1405
                }
1406
            },
1407
            "autoload": {
1408
                "psr-4": {
1409
                    "Monolog\\": "src/Monolog"
1410
                }
1411
            },
1412
            "notification-url": "https://packagist.org/downloads/",
1413
            "license": [
1414
                "MIT"
1415
            ],
1416
            "authors": [
1417
                {
1418
                    "name": "Jordi Boggiano",
1419
                    "email": "[email protected]",
1420
                    "homepage": "http://seld.be"
1421
                }
1422
            ],
1423
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1424
            "homepage": "http://github.com/Seldaek/monolog",
1425
            "keywords": [
1426
                "log",
1427
                "logging",
1428
                "psr-3"
1429
            ],
1430
            "time": "2017-06-19T01:22:40+00:00"
1431
        },
1432
        {
1433
            "name": "nesbot/carbon",
1434
            "version": "1.22.1",
1435
            "source": {
1436
                "type": "git",
1437
                "url": "https://github.com/briannesbitt/Carbon.git",
1438
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
1439
            },
1440
            "dist": {
1441
                "type": "zip",
1442
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
1443
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
1444
                "shasum": ""
1445
            },
1446
            "require": {
1447
                "php": ">=5.3.0",
1448
                "symfony/translation": "~2.6 || ~3.0"
1449
            },
1450
            "require-dev": {
1451
                "friendsofphp/php-cs-fixer": "~2",
1452
                "phpunit/phpunit": "~4.0 || ~5.0"
1453
            },
1454
            "type": "library",
1455
            "extra": {
1456
                "branch-alias": {
1457
                    "dev-master": "1.23-dev"
1458
                }
1459
            },
1460
            "autoload": {
1461
                "psr-4": {
1462
                    "Carbon\\": "src/Carbon/"
1463
                }
1464
            },
1465
            "notification-url": "https://packagist.org/downloads/",
1466
            "license": [
1467
                "MIT"
1468
            ],
1469
            "authors": [
1470
                {
1471
                    "name": "Brian Nesbitt",
1472
                    "email": "[email protected]",
1473
                    "homepage": "http://nesbot.com"
1474
                }
1475
            ],
1476
            "description": "A simple API extension for DateTime.",
1477
            "homepage": "http://carbon.nesbot.com",
1478
            "keywords": [
1479
                "date",
1480
                "datetime",
1481
                "time"
1482
            ],
1483
            "time": "2017-01-16T07:55:07+00:00"
1484
        },
1485
        {
1486
            "name": "ocramius/proxy-manager",
1487
            "version": "1.0.2",
1488
            "source": {
1489
                "type": "git",
1490
                "url": "https://github.com/Ocramius/ProxyManager.git",
1491
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
1492
            },
1493
            "dist": {
1494
                "type": "zip",
1495
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
1496
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
1497
                "shasum": ""
1498
            },
1499
            "require": {
1500
                "php": ">=5.3.3",
1501
                "zendframework/zend-code": ">2.2.5,<3.0"
1502
            },
1503
            "require-dev": {
1504
                "ext-phar": "*",
1505
                "phpunit/phpunit": "~4.0",
1506
                "squizlabs/php_codesniffer": "1.5.*"
1507
            },
1508
            "suggest": {
1509
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
1510
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
1511
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
1512
                "zendframework/zend-stdlib": "To use the hydrator proxy",
1513
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
1514
            },
1515
            "type": "library",
1516
            "extra": {
1517
                "branch-alias": {
1518
                    "dev-master": "2.0.x-dev"
1519
                }
1520
            },
1521
            "autoload": {
1522
                "psr-0": {
1523
                    "ProxyManager\\": "src"
1524
                }
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "MIT"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "Marco Pivetta",
1533
                    "email": "[email protected]",
1534
                    "homepage": "http://ocramius.github.com/"
1535
                }
1536
            ],
1537
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1538
            "homepage": "https://github.com/Ocramius/ProxyManager",
1539
            "keywords": [
1540
                "aop",
1541
                "lazy loading",
1542
                "proxy",
1543
                "proxy pattern",
1544
                "service proxies"
1545
            ],
1546
            "time": "2015-08-09T04:28:19+00:00"
1547
        },
1548
        {
1549
            "name": "paragonie/random_compat",
1550
            "version": "v2.0.10",
1551
            "source": {
1552
                "type": "git",
1553
                "url": "https://github.com/paragonie/random_compat.git",
1554
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
1555
            },
1556
            "dist": {
1557
                "type": "zip",
1558
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1559
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
1560
                "shasum": ""
1561
            },
1562
            "require": {
1563
                "php": ">=5.2.0"
1564
            },
1565
            "require-dev": {
1566
                "phpunit/phpunit": "4.*|5.*"
1567
            },
1568
            "suggest": {
1569
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1570
            },
1571
            "type": "library",
1572
            "autoload": {
1573
                "files": [
1574
                    "lib/random.php"
1575
                ]
1576
            },
1577
            "notification-url": "https://packagist.org/downloads/",
1578
            "license": [
1579
                "MIT"
1580
            ],
1581
            "authors": [
1582
                {
1583
                    "name": "Paragon Initiative Enterprises",
1584
                    "email": "[email protected]",
1585
                    "homepage": "https://paragonie.com"
1586
                }
1587
            ],
1588
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1589
            "keywords": [
1590
                "csprng",
1591
                "pseudorandom",
1592
                "random"
1593
            ],
1594
            "time": "2017-03-13T16:27:32+00:00"
1595
        },
1596
        {
1597
            "name": "pimple/pimple",
1598
            "version": "v3.1.0",
1599
            "source": {
1600
                "type": "git",
1601
                "url": "https://github.com/silexphp/Pimple.git",
1602
                "reference": "279b56046fb368deacf77e2f8f3bdcea45cc367a"
1603
            },
1604
            "dist": {
1605
                "type": "zip",
1606
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/279b56046fb368deacf77e2f8f3bdcea45cc367a",
1607
                "reference": "279b56046fb368deacf77e2f8f3bdcea45cc367a",
1608
                "shasum": ""
1609
            },
1610
            "require": {
1611
                "php": ">=5.3.0",
1612
                "psr/container": "^1.0"
1613
            },
1614
            "require-dev": {
1615
                "symfony/phpunit-bridge": "^3.2"
1616
            },
1617
            "type": "library",
1618
            "extra": {
1619
                "branch-alias": {
1620
                    "dev-master": "3.1.x-dev"
1621
                }
1622
            },
1623
            "autoload": {
1624
                "psr-0": {
1625
                    "Pimple": "src/"
1626
                }
1627
            },
1628
            "notification-url": "https://packagist.org/downloads/",
1629
            "license": [
1630
                "MIT"
1631
            ],
1632
            "authors": [
1633
                {
1634
                    "name": "Fabien Potencier",
1635
                    "email": "[email protected]"
1636
                }
1637
            ],
1638
            "description": "Pimple, a simple Dependency Injection Container",
1639
            "homepage": "http://pimple.sensiolabs.org",
1640
            "keywords": [
1641
                "container",
1642
                "dependency injection"
1643
            ],
1644
            "time": "2017-07-03T14:06:46+00:00"
1645
        },
1646
        {
1647
            "name": "psr/cache",
1648
            "version": "1.0.1",
1649
            "source": {
1650
                "type": "git",
1651
                "url": "https://github.com/php-fig/cache.git",
1652
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1653
            },
1654
            "dist": {
1655
                "type": "zip",
1656
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1657
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1658
                "shasum": ""
1659
            },
1660
            "require": {
1661
                "php": ">=5.3.0"
1662
            },
1663
            "type": "library",
1664
            "extra": {
1665
                "branch-alias": {
1666
                    "dev-master": "1.0.x-dev"
1667
                }
1668
            },
1669
            "autoload": {
1670
                "psr-4": {
1671
                    "Psr\\Cache\\": "src/"
1672
                }
1673
            },
1674
            "notification-url": "https://packagist.org/downloads/",
1675
            "license": [
1676
                "MIT"
1677
            ],
1678
            "authors": [
1679
                {
1680
                    "name": "PHP-FIG",
1681
                    "homepage": "http://www.php-fig.org/"
1682
                }
1683
            ],
1684
            "description": "Common interface for caching libraries",
1685
            "keywords": [
1686
                "cache",
1687
                "psr",
1688
                "psr-6"
1689
            ],
1690
            "time": "2016-08-06T20:24:11+00:00"
1691
        },
1692
        {
1693
            "name": "psr/container",
1694
            "version": "1.0.0",
1695
            "source": {
1696
                "type": "git",
1697
                "url": "https://github.com/php-fig/container.git",
1698
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1699
            },
1700
            "dist": {
1701
                "type": "zip",
1702
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1703
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1704
                "shasum": ""
1705
            },
1706
            "require": {
1707
                "php": ">=5.3.0"
1708
            },
1709
            "type": "library",
1710
            "extra": {
1711
                "branch-alias": {
1712
                    "dev-master": "1.0.x-dev"
1713
                }
1714
            },
1715
            "autoload": {
1716
                "psr-4": {
1717
                    "Psr\\Container\\": "src/"
1718
                }
1719
            },
1720
            "notification-url": "https://packagist.org/downloads/",
1721
            "license": [
1722
                "MIT"
1723
            ],
1724
            "authors": [
1725
                {
1726
                    "name": "PHP-FIG",
1727
                    "homepage": "http://www.php-fig.org/"
1728
                }
1729
            ],
1730
            "description": "Common Container Interface (PHP FIG PSR-11)",
1731
            "homepage": "https://github.com/php-fig/container",
1732
            "keywords": [
1733
                "PSR-11",
1734
                "container",
1735
                "container-interface",
1736
                "container-interop",
1737
                "psr"
1738
            ],
1739
            "time": "2017-02-14T16:28:37+00:00"
1740
        },
1741
        {
1742
            "name": "psr/http-message",
1743
            "version": "1.0.1",
1744
            "source": {
1745
                "type": "git",
1746
                "url": "https://github.com/php-fig/http-message.git",
1747
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1748
            },
1749
            "dist": {
1750
                "type": "zip",
1751
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1752
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1753
                "shasum": ""
1754
            },
1755
            "require": {
1756
                "php": ">=5.3.0"
1757
            },
1758
            "type": "library",
1759
            "extra": {
1760
                "branch-alias": {
1761
                    "dev-master": "1.0.x-dev"
1762
                }
1763
            },
1764
            "autoload": {
1765
                "psr-4": {
1766
                    "Psr\\Http\\Message\\": "src/"
1767
                }
1768
            },
1769
            "notification-url": "https://packagist.org/downloads/",
1770
            "license": [
1771
                "MIT"
1772
            ],
1773
            "authors": [
1774
                {
1775
                    "name": "PHP-FIG",
1776
                    "homepage": "http://www.php-fig.org/"
1777
                }
1778
            ],
1779
            "description": "Common interface for HTTP messages",
1780
            "homepage": "https://github.com/php-fig/http-message",
1781
            "keywords": [
1782
                "http",
1783
                "http-message",
1784
                "psr",
1785
                "psr-7",
1786
                "request",
1787
                "response"
1788
            ],
1789
            "time": "2016-08-06T14:39:51+00:00"
1790
        },
1791
        {
1792
            "name": "psr/log",
1793
            "version": "1.0.2",
1794
            "source": {
1795
                "type": "git",
1796
                "url": "https://github.com/php-fig/log.git",
1797
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1798
            },
1799
            "dist": {
1800
                "type": "zip",
1801
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1802
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1803
                "shasum": ""
1804
            },
1805
            "require": {
1806
                "php": ">=5.3.0"
1807
            },
1808
            "type": "library",
1809
            "extra": {
1810
                "branch-alias": {
1811
                    "dev-master": "1.0.x-dev"
1812
                }
1813
            },
1814
            "autoload": {
1815
                "psr-4": {
1816
                    "Psr\\Log\\": "Psr/Log/"
1817
                }
1818
            },
1819
            "notification-url": "https://packagist.org/downloads/",
1820
            "license": [
1821
                "MIT"
1822
            ],
1823
            "authors": [
1824
                {
1825
                    "name": "PHP-FIG",
1826
                    "homepage": "http://www.php-fig.org/"
1827
                }
1828
            ],
1829
            "description": "Common interface for logging libraries",
1830
            "homepage": "https://github.com/php-fig/log",
1831
            "keywords": [
1832
                "log",
1833
                "psr",
1834
                "psr-3"
1835
            ],
1836
            "time": "2016-10-10T12:19:37+00:00"
1837
        },
1838
        {
1839
            "name": "psr/simple-cache",
1840
            "version": "1.0.0",
1841
            "source": {
1842
                "type": "git",
1843
                "url": "https://github.com/php-fig/simple-cache.git",
1844
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
1845
            },
1846
            "dist": {
1847
                "type": "zip",
1848
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
1849
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
1850
                "shasum": ""
1851
            },
1852
            "require": {
1853
                "php": ">=5.3.0"
1854
            },
1855
            "type": "library",
1856
            "extra": {
1857
                "branch-alias": {
1858
                    "dev-master": "1.0.x-dev"
1859
                }
1860
            },
1861
            "autoload": {
1862
                "psr-4": {
1863
                    "Psr\\SimpleCache\\": "src/"
1864
                }
1865
            },
1866
            "notification-url": "https://packagist.org/downloads/",
1867
            "license": [
1868
                "MIT"
1869
            ],
1870
            "authors": [
1871
                {
1872
                    "name": "PHP-FIG",
1873
                    "homepage": "http://www.php-fig.org/"
1874
                }
1875
            ],
1876
            "description": "Common interfaces for simple caching",
1877
            "keywords": [
1878
                "cache",
1879
                "caching",
1880
                "psr",
1881
                "psr-16",
1882
                "simple-cache"
1883
            ],
1884
            "time": "2017-01-02T13:31:39+00:00"
1885
        },
1886
        {
1887
            "name": "saxulum/saxulum-doctrine-orm-manager-registry-provider",
1888
            "version": "3.1.0",
1889
            "source": {
1890
                "type": "git",
1891
                "url": "https://github.com/saxulum/saxulum-doctrine-orm-manager-registry-provider.git",
1892
                "reference": "c54136b67c70a9e8ab732e6455536588303b4a1b"
1893
            },
1894
            "dist": {
1895
                "type": "zip",
1896
                "url": "https://api.github.com/repos/saxulum/saxulum-doctrine-orm-manager-registry-provider/zipball/c54136b67c70a9e8ab732e6455536588303b4a1b",
1897
                "reference": "c54136b67c70a9e8ab732e6455536588303b4a1b",
1898
                "shasum": ""
1899
            },
1900
            "require": {
1901
                "dflydev/doctrine-orm-service-provider": "~2.0",
1902
                "php": ">=5.3.3,<8.0",
1903
                "pimple/pimple": ">=2.1,<4"
1904
            },
1905
            "require-dev": {
1906
                "phpunit/phpunit": "~4.1",
1907
                "saxulum/saxulum-console": "~3.1",
1908
                "saxulum/saxulum-doctrine-orm-commands": "~1.2",
1909
                "silex/api": "2.0.*@dev",
1910
                "silex/providers": "2.0.*@dev",
1911
                "symfony/doctrine-bridge": "~2.3|~3.0",
1912
                "symfony/form": "~2.3|~3.0",
1913
                "symfony/validator": "~2.3|~3.0"
1914
            },
1915
            "suggest": {
1916
                "saxulum/saxulum-console": "~3.1",
1917
                "saxulum/saxulum-doctrine-orm-commands": "~1.2",
1918
                "symfony/doctrine-bridge": "~2.3|~3.0",
1919
                "symfony/form": "~2.3|~3.0",
1920
                "symfony/validator": "~2.3|~3.0"
1921
            },
1922
            "type": "library",
1923
            "autoload": {
1924
                "psr-4": {
1925
                    "Saxulum\\DoctrineOrmManagerRegistry\\": "src/"
1926
                }
1927
            },
1928
            "notification-url": "https://packagist.org/downloads/",
1929
            "license": [
1930
                "MIT"
1931
            ],
1932
            "authors": [
1933
                {
1934
                    "name": "Dominik Zogg",
1935
                    "email": "[email protected]"
1936
                }
1937
            ],
1938
            "description": "Saxulum Doctrine ORM Manager Registry Provider",
1939
            "keywords": [
1940
                "doctrine",
1941
                "managerregistry",
1942
                "orm",
1943
                "pimple",
1944
                "silex"
1945
            ],
1946
            "time": "2016-05-09T06:24:24+00:00"
1947
        },
1948
        {
1949
            "name": "saxulum/saxulum-validator-provider",
1950
            "version": "2.1.1",
1951
            "source": {
1952
                "type": "git",
1953
                "url": "https://github.com/saxulum/saxulum-validator-provider.git",
1954
                "reference": "32f6ce87a05ccdfd12f6381365b89aa2612ece48"
1955
            },
1956
            "dist": {
1957
                "type": "zip",
1958
                "url": "https://api.github.com/repos/saxulum/saxulum-validator-provider/zipball/32f6ce87a05ccdfd12f6381365b89aa2612ece48",
1959
                "reference": "32f6ce87a05ccdfd12f6381365b89aa2612ece48",
1960
                "shasum": ""
1961
            },
1962
            "require": {
1963
                "doctrine/annotations": "~1.0",
1964
                "php": ">=5.5.9,<8.0",
1965
                "pimple/pimple": ">=2.1,<4",
1966
                "symfony/validator": "~2.3|~3.0"
1967
            },
1968
            "require-dev": {
1969
                "phpunit/phpunit": "~4.0",
1970
                "silex/api": "~2.0@dev",
1971
                "silex/providers": "~2.0@dev",
1972
                "symfony/config": "~2.3|~3.0",
1973
                "symfony/yaml": "~2.3|~3.0"
1974
            },
1975
            "type": "library",
1976
            "autoload": {
1977
                "psr-4": {
1978
                    "Saxulum\\Validator\\": "src/"
1979
                }
1980
            },
1981
            "notification-url": "https://packagist.org/downloads/",
1982
            "license": [
1983
                "MIT"
1984
            ],
1985
            "authors": [
1986
                {
1987
                    "name": "Dominik Zogg",
1988
                    "email": "[email protected]"
1989
                }
1990
            ],
1991
            "description": "Saxulum Validator Provider (yaml)",
1992
            "keywords": [
1993
                "cilex",
1994
                "pimple",
1995
                "saxulum",
1996
                "silex",
1997
                "validator"
1998
            ],
1999
            "time": "2015-12-19T17:34:02+00:00"
2000
        },
2001
        {
2002
            "name": "saxulum/saxulum-webprofiler-provider",
2003
            "version": "2.0.0",
2004
            "source": {
2005
                "type": "git",
2006
                "url": "https://github.com/saxulum/saxulum-webprofiler-provider.git",
2007
                "reference": "613d817f4d8bc90a32673fe8813fb0b58bbea3bc"
2008
            },
2009
            "dist": {
2010
                "type": "zip",
2011
                "url": "https://api.github.com/repos/saxulum/saxulum-webprofiler-provider/zipball/613d817f4d8bc90a32673fe8813fb0b58bbea3bc",
2012
                "reference": "613d817f4d8bc90a32673fe8813fb0b58bbea3bc",
2013
                "shasum": ""
2014
            },
2015
            "require": {
2016
                "jdorn/sql-formatter": "~1.1",
2017
                "php": ">=5.5.9,<8.0",
2018
                "psr/log": "1.0.*",
2019
                "silex/silex": "~2.0",
2020
                "silex/web-profiler": "~2.0"
2021
            },
2022
            "require-dev": {
2023
                "phpunit/phpunit": "~4.0",
2024
                "saxulum/saxulum-doctrine-mongodb-odm-manager-registry-provider": "~2.0",
2025
                "saxulum/saxulum-doctrine-orm-manager-registry-provider": "~3.0"
2026
            },
2027
            "type": "library",
2028
            "extra": {
2029
                "branch-alias": {
2030
                    "dev-master": "2.0-dev"
2031
                }
2032
            },
2033
            "autoload": {
2034
                "psr-4": {
2035
                    "Saxulum\\SaxulumWebProfiler\\": "src"
2036
                }
2037
            },
2038
            "notification-url": "https://packagist.org/downloads/",
2039
            "license": [
2040
                "MIT"
2041
            ],
2042
            "authors": [
2043
                {
2044
                    "name": "Dominik Zogg",
2045
                    "email": "[email protected]"
2046
                }
2047
            ],
2048
            "description": "A extended webprofiler for saxulum (silex)",
2049
            "keywords": [
2050
                "saxulum",
2051
                "silex",
2052
                "webprofiler"
2053
            ],
2054
            "time": "2016-07-14T06:35:03+00:00"
2055
        },
2056
        {
2057
            "name": "sensio/framework-extra-bundle",
2058
            "version": "v3.0.26",
2059
            "source": {
2060
                "type": "git",
2061
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2062
                "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059"
2063
            },
2064
            "dist": {
2065
                "type": "zip",
2066
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6d6cbe971554f0a2cc84965850481eb04a2a0059",
2067
                "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059",
2068
                "shasum": ""
2069
            },
2070
            "require": {
2071
                "doctrine/common": "~2.2",
2072
                "symfony/dependency-injection": "~2.3|~3.0",
2073
                "symfony/framework-bundle": "~2.3|~3.0"
2074
            },
2075
            "require-dev": {
2076
                "doctrine/doctrine-bundle": "~1.5",
2077
                "doctrine/orm": "~2.4,>=2.4.5",
2078
                "symfony/asset": "~2.7|~3.0",
2079
                "symfony/browser-kit": "~2.3|~3.0",
2080
                "symfony/dom-crawler": "~2.3|~3.0",
2081
                "symfony/expression-language": "~2.4|~3.0",
2082
                "symfony/finder": "~2.3|~3.0",
2083
                "symfony/phpunit-bridge": "~3.2",
2084
                "symfony/psr-http-message-bridge": "^0.3",
2085
                "symfony/security-bundle": "~2.4|~3.0",
2086
                "symfony/templating": "~2.3|~3.0",
2087
                "symfony/translation": "~2.3|~3.0",
2088
                "symfony/twig-bundle": "~2.3|~3.0",
2089
                "symfony/yaml": "~2.3|~3.0",
2090
                "twig/twig": "~1.12|~2.0",
2091
                "zendframework/zend-diactoros": "^1.3"
2092
            },
2093
            "suggest": {
2094
                "symfony/expression-language": "",
2095
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2096
                "symfony/security-bundle": ""
2097
            },
2098
            "type": "symfony-bundle",
2099
            "extra": {
2100
                "branch-alias": {
2101
                    "dev-master": "3.0.x-dev"
2102
                }
2103
            },
2104
            "autoload": {
2105
                "psr-4": {
2106
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2107
                }
2108
            },
2109
            "notification-url": "https://packagist.org/downloads/",
2110
            "license": [
2111
                "MIT"
2112
            ],
2113
            "authors": [
2114
                {
2115
                    "name": "Fabien Potencier",
2116
                    "email": "[email protected]"
2117
                }
2118
            ],
2119
            "description": "This bundle provides a way to configure your controllers with annotations",
2120
            "keywords": [
2121
                "annotations",
2122
                "controllers"
2123
            ],
2124
            "time": "2017-05-11T17:01:57+00:00"
2125
        },
2126
        {
2127
            "name": "sergiors/annotations-service-provider",
2128
            "version": "dev-master",
2129
            "source": {
2130
                "type": "git",
2131
                "url": "https://github.com/sergiors/annotations-service-provider.git",
2132
                "reference": "550e22a0c834442f964c158d4cb46a10f5a4e6e5"
2133
            },
2134
            "dist": {
2135
                "type": "zip",
2136
                "url": "https://api.github.com/repos/sergiors/annotations-service-provider/zipball/550e22a0c834442f964c158d4cb46a10f5a4e6e5",
2137
                "reference": "550e22a0c834442f964c158d4cb46a10f5a4e6e5",
2138
                "shasum": ""
2139
            },
2140
            "require": {
2141
                "doctrine/annotations": "~1.2",
2142
                "pimple/pimple": "^3.0",
2143
                "sergiors/doctrine-cache-service-provider": "^2"
2144
            },
2145
            "require-dev": {
2146
                "pdepend/pdepend": "~2.0",
2147
                "phing/phing": "~2.10",
2148
                "phploc/phploc": "~2.1",
2149
                "phpmd/phpmd": "~2.2",
2150
                "phpunit/phpunit": "~4.8",
2151
                "sebastian/phpcpd": "~2.0",
2152
                "squizlabs/php_codesniffer": "~2.1"
2153
            },
2154
            "type": "library",
2155
            "autoload": {
2156
                "psr-4": {
2157
                    "Sergiors\\Silex\\": "src"
2158
                }
2159
            },
2160
            "notification-url": "https://packagist.org/downloads/",
2161
            "license": [
2162
                "MIT"
2163
            ],
2164
            "authors": [
2165
                {
2166
                    "name": "Sérgio Rafael Siqueira",
2167
                    "email": "[email protected]"
2168
                }
2169
            ],
2170
            "description": "Doctrine Annotations for Silex",
2171
            "time": "2017-02-13 15:44:29"
2172
        },
2173
        {
2174
            "name": "sergiors/doctrine-cache-service-provider",
2175
            "version": "2.0.2",
2176
            "source": {
2177
                "type": "git",
2178
                "url": "https://github.com/sergiors/doctrine-cache-service-provider.git",
2179
                "reference": "ef591601ec23182c7e5634804a479a466ee59990"
2180
            },
2181
            "dist": {
2182
                "type": "zip",
2183
                "url": "https://api.github.com/repos/sergiors/doctrine-cache-service-provider/zipball/ef591601ec23182c7e5634804a479a466ee59990",
2184
                "reference": "ef591601ec23182c7e5634804a479a466ee59990",
2185
                "shasum": ""
2186
            },
2187
            "require": {
2188
                "doctrine/cache": "~1.4",
2189
                "php": ">=5.5",
2190
                "pimple/pimple": "^3.0"
2191
            },
2192
            "require-dev": {
2193
                "pdepend/pdepend": "~2.0",
2194
                "phing/phing": "~2.10",
2195
                "phploc/phploc": "~2.1",
2196
                "phpmd/phpmd": "~2.2",
2197
                "phpunit/phpunit": "~4.8",
2198
                "sebastian/phpcpd": "~2.0",
2199
                "squizlabs/php_codesniffer": "~2.1"
2200
            },
2201
            "type": "library",
2202
            "autoload": {
2203
                "psr-4": {
2204
                    "Sergiors\\Silex\\": "src"
2205
                }
2206
            },
2207
            "notification-url": "https://packagist.org/downloads/",
2208
            "license": [
2209
                "MIT"
2210
            ],
2211
            "authors": [
2212
                {
2213
                    "name": "Sérgio Rafael Siqueira",
2214
                    "email": "[email protected]"
2215
                }
2216
            ],
2217
            "description": "Doctrine Cache for Pimple",
2218
            "time": "2017-02-04T11:55:17+00:00"
2219
        },
2220
        {
2221
            "name": "sergiors/routing-service-provider",
2222
            "version": "dev-master",
2223
            "source": {
2224
                "type": "git",
2225
                "url": "https://github.com/sergiors/routing-service-provider.git",
2226
                "reference": "35f5cf95619b3a6beae586168304ccfcca66cb23"
2227
            },
2228
            "dist": {
2229
                "type": "zip",
2230
                "url": "https://api.github.com/repos/sergiors/routing-service-provider/zipball/35f5cf95619b3a6beae586168304ccfcca66cb23",
2231
                "reference": "35f5cf95619b3a6beae586168304ccfcca66cb23",
2232
                "shasum": ""
2233
            },
2234
            "require": {
2235
                "silex/silex": "^2",
2236
                "symfony/config": "^2.8|^3.0",
2237
                "symfony/routing": "^2.8|^3.0"
2238
            },
2239
            "require-dev": {
2240
                "pdepend/pdepend": "~2.0",
2241
                "phing/phing": "~2.10",
2242
                "phploc/phploc": "~2.1",
2243
                "phpmd/phpmd": "~2.2",
2244
                "phpunit/phpunit": "~4.8",
2245
                "sebastian/phpcpd": "~2.0",
2246
                "squizlabs/php_codesniffer": "~2.1",
2247
                "symfony/dependency-injection": "^2.8|^3.0",
2248
                "symfony/yaml": "^2.8|^3.0"
2249
            },
2250
            "suggest": {
2251
                "symfony/dependency-injection": "",
2252
                "symfony/yaml": "For using the YAML loader"
2253
            },
2254
            "type": "library",
2255
            "autoload": {
2256
                "psr-4": {
2257
                    "Sergiors\\Silex\\": "src"
2258
                }
2259
            },
2260
            "notification-url": "https://packagist.org/downloads/",
2261
            "license": [
2262
                "MIT"
2263
            ],
2264
            "authors": [
2265
                {
2266
                    "name": "Sérgio Rafael Siqueira",
2267
                    "email": "[email protected]"
2268
                }
2269
            ],
2270
            "description": "Import your routes from YAML, PHP files or Directory.",
2271
            "time": "2017-05-31 15:01:21"
2272
        },
2273
        {
2274
            "name": "sergiors/sensio-framework-extra-service-provider",
2275
            "version": "dev-master",
2276
            "source": {
2277
                "type": "git",
2278
                "url": "https://github.com/sergiors/sensio-framework-extra-service-provider.git",
2279
                "reference": "89f572212cb76dad40283d59edb3373fbe6ac55e"
2280
            },
2281
            "dist": {
2282
                "type": "zip",
2283
                "url": "https://api.github.com/repos/sergiors/sensio-framework-extra-service-provider/zipball/89f572212cb76dad40283d59edb3373fbe6ac55e",
2284
                "reference": "89f572212cb76dad40283d59edb3373fbe6ac55e",
2285
                "shasum": ""
2286
            },
2287
            "require": {
2288
                "php": ">=5.5",
2289
                "sensio/framework-extra-bundle": "^3.0",
2290
                "sergiors/annotations-service-provider": "dev-master",
2291
                "sergiors/routing-service-provider": "dev-master",
2292
                "sergiors/templating-service-provider": "^2",
2293
                "silex/silex": "^2",
2294
                "symfony/expression-language": "^2.8|^3.0"
2295
            },
2296
            "require-dev": {
2297
                "pdepend/pdepend": "~2.0",
2298
                "phing/phing": "~2.10",
2299
                "phploc/phploc": "~2.1",
2300
                "phpmd/phpmd": "~2.2",
2301
                "phpunit/phpunit": "~4.8",
2302
                "sebastian/phpcpd": "~2.0",
2303
                "squizlabs/php_codesniffer": "~2.1",
2304
                "symfony/psr-http-message-bridge": "^0.2.0",
2305
                "symfony/security": "^2.8|^3.0",
2306
                "zendframework/zend-diactoros": "^1.3"
2307
            },
2308
            "suggest": {
2309
                "sergiors/doctrine-manager-registry-service-provider": ""
2310
            },
2311
            "type": "library",
2312
            "autoload": {
2313
                "psr-4": {
2314
                    "Sergiors\\Silex\\": "src"
2315
                }
2316
            },
2317
            "notification-url": "https://packagist.org/downloads/",
2318
            "license": [
2319
                "MIT"
2320
            ],
2321
            "authors": [
2322
                {
2323
                    "name": "Sérgio Rafael Siqueira",
2324
                    "email": "[email protected]"
2325
                }
2326
            ],
2327
            "description": "SensioFrameworkExtraBundle for Silex",
2328
            "time": "2016-12-05 06:41:02"
2329
        },
2330
        {
2331
            "name": "sergiors/templating-service-provider",
2332
            "version": "2.0.1",
2333
            "source": {
2334
                "type": "git",
2335
                "url": "https://github.com/sergiors/templating-service-provider.git",
2336
                "reference": "e633840abdce35cc96b50a44e8f87eebe9e4022f"
2337
            },
2338
            "dist": {
2339
                "type": "zip",
2340
                "url": "https://api.github.com/repos/sergiors/templating-service-provider/zipball/e633840abdce35cc96b50a44e8f87eebe9e4022f",
2341
                "reference": "e633840abdce35cc96b50a44e8f87eebe9e4022f",
2342
                "shasum": ""
2343
            },
2344
            "require": {
2345
                "php": ">=5.5",
2346
                "silex/silex": "^2",
2347
                "symfony/templating": "~2.7|~3.0"
2348
            },
2349
            "require-dev": {
2350
                "pdepend/pdepend": "~2.0",
2351
                "phing/phing": "~2.10",
2352
                "phploc/phploc": "~2.1",
2353
                "phpmd/phpmd": "~2.2",
2354
                "phpunit/phpunit": "~4.8",
2355
                "sebastian/phpcpd": "~2.0",
2356
                "squizlabs/php_codesniffer": "~2.1",
2357
                "symfony/twig-bridge": "~2.7|~3.0",
2358
                "twig/twig": "~1.22"
2359
            },
2360
            "suggest": {
2361
                "symfony/twig-bridge": "For using the Twig",
2362
                "twig/twig": "For using the Twig"
2363
            },
2364
            "type": "library",
2365
            "autoload": {
2366
                "psr-4": {
2367
                    "Sergiors\\Silex\\": "src"
2368
                }
2369
            },
2370
            "notification-url": "https://packagist.org/downloads/",
2371
            "license": [
2372
                "MIT"
2373
            ],
2374
            "authors": [
2375
                {
2376
                    "name": "Sérgio Rafael Siqueira",
2377
                    "email": "[email protected]"
2378
                }
2379
            ],
2380
            "description": "Template engine implementation using PHP or Twig for Silex",
2381
            "time": "2016-07-29T20:42:18+00:00"
2382
        },
2383
        {
2384
            "name": "silex/silex",
2385
            "version": "v2.1.0",
2386
            "source": {
2387
                "type": "git",
2388
                "url": "https://github.com/silexphp/Silex.git",
2389
                "reference": "d5a9d9af14a1424ddecc3da481769cf64e7d3b34"
2390
            },
2391
            "dist": {
2392
                "type": "zip",
2393
                "url": "https://api.github.com/repos/silexphp/Silex/zipball/d5a9d9af14a1424ddecc3da481769cf64e7d3b34",
2394
                "reference": "d5a9d9af14a1424ddecc3da481769cf64e7d3b34",
2395
                "shasum": ""
2396
            },
2397
            "require": {
2398
                "php": ">=5.5.9",
2399
                "pimple/pimple": "~3.0",
2400
                "symfony/event-dispatcher": "~2.8|^3.0",
2401
                "symfony/http-foundation": "~2.8|^3.0",
2402
                "symfony/http-kernel": "~2.8|^3.0",
2403
                "symfony/routing": "~2.8|^3.0"
2404
            },
2405
            "replace": {
2406
                "silex/api": "self.version",
2407
                "silex/providers": "self.version"
2408
            },
2409
            "require-dev": {
2410
                "doctrine/dbal": "~2.2",
2411
                "monolog/monolog": "^1.4.1",
2412
                "swiftmailer/swiftmailer": "~5",
2413
                "symfony/asset": "~2.8|^3.0",
2414
                "symfony/browser-kit": "~2.8|^3.0",
2415
                "symfony/config": "~2.8|^3.0",
2416
                "symfony/css-selector": "~2.8|^3.0",
2417
                "symfony/debug": "~2.8|^3.0",
2418
                "symfony/doctrine-bridge": "~2.8|^3.0",
2419
                "symfony/dom-crawler": "~2.8|^3.0",
2420
                "symfony/expression-language": "~2.8|^3.0",
2421
                "symfony/finder": "~2.8|^3.0",
2422
                "symfony/form": "~2.8|^3.0",
2423
                "symfony/intl": "~2.8|^3.0",
2424
                "symfony/monolog-bridge": "~2.8|^3.0",
2425
                "symfony/options-resolver": "~2.8|^3.0",
2426
                "symfony/phpunit-bridge": "^3.2",
2427
                "symfony/process": "~2.8|^3.0",
2428
                "symfony/security": "~2.8|^3.0",
2429
                "symfony/serializer": "~2.8|^3.0",
2430
                "symfony/translation": "~2.8|^3.0",
2431
                "symfony/twig-bridge": "~2.8|^3.0",
2432
                "symfony/validator": "~2.8|^3.0",
2433
                "symfony/var-dumper": "~2.8|^3.0",
2434
                "symfony/web-link": "^3.3",
2435
                "twig/twig": "~1.28|~2.0"
2436
            },
2437
            "type": "library",
2438
            "extra": {
2439
                "branch-alias": {
2440
                    "dev-master": "2.1.x-dev"
2441
                }
2442
            },
2443
            "autoload": {
2444
                "psr-4": {
2445
                    "Silex\\": "src/Silex"
2446
                }
2447
            },
2448
            "notification-url": "https://packagist.org/downloads/",
2449
            "license": [
2450
                "MIT"
2451
            ],
2452
            "authors": [
2453
                {
2454
                    "name": "Fabien Potencier",
2455
                    "email": "[email protected]"
2456
                },
2457
                {
2458
                    "name": "Igor Wiedler",
2459
                    "email": "[email protected]"
2460
                }
2461
            ],
2462
            "description": "The PHP micro-framework based on the Symfony Components",
2463
            "homepage": "http://silex.sensiolabs.org",
2464
            "keywords": [
2465
                "microframework"
2466
            ],
2467
            "time": "2017-05-03T15:21:42+00:00"
2468
        },
2469
        {
2470
            "name": "silex/web-profiler",
2471
            "version": "v2.0.9",
2472
            "source": {
2473
                "type": "git",
2474
                "url": "https://github.com/silexphp/Silex-WebProfiler.git",
2475
                "reference": "cd76e55490d556a81378b8230e28f55536811418"
2476
            },
2477
            "dist": {
2478
                "type": "zip",
2479
                "url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/cd76e55490d556a81378b8230e28f55536811418",
2480
                "reference": "cd76e55490d556a81378b8230e28f55536811418",
2481
                "shasum": ""
2482
            },
2483
            "require": {
2484
                "silex/silex": "^2.0",
2485
                "symfony/stopwatch": "^2.8|^3.0",
2486
                "symfony/twig-bridge": "^2.8|^3.0",
2487
                "symfony/web-profiler-bundle": "^2.8|^3.0"
2488
            },
2489
            "conflict": {
2490
                "symfony/web-profiler-bundle": "3.1.0"
2491
            },
2492
            "require-dev": {
2493
                "symfony/browser-kit": "^2.8|^3.0",
2494
                "symfony/css-selector": "^2.8|^3.0",
2495
                "symfony/debug-bundle": "^2.8|^3.0",
2496
                "symfony/phpunit-bridge": "~3.2",
2497
                "symfony/security": "^2.8|^3.0",
2498
                "symfony/security-bundle": "^2.8|^3.0",
2499
                "symfony/translation": "^2.8|^3.0"
2500
            },
2501
            "type": "library",
2502
            "extra": {
2503
                "branch-alias": {
2504
                    "dev-master": "2.0.x-dev"
2505
                }
2506
            },
2507
            "autoload": {
2508
                "psr-4": {
2509
                    "Silex\\Provider\\": ""
2510
                }
2511
            },
2512
            "notification-url": "https://packagist.org/downloads/",
2513
            "license": [
2514
                "MIT"
2515
            ],
2516
            "authors": [
2517
                {
2518
                    "name": "Fabien Potencier",
2519
                    "email": "[email protected]"
2520
                }
2521
            ],
2522
            "description": "A WebProfiler for Silex",
2523
            "homepage": "http://silex.sensiolabs.org/",
2524
            "time": "2017-04-23T23:11:39+00:00"
2525
        },
2526
        {
2527
            "name": "swiftmailer/swiftmailer",
2528
            "version": "v5.4.8",
2529
            "source": {
2530
                "type": "git",
2531
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2532
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
2533
            },
2534
            "dist": {
2535
                "type": "zip",
2536
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
2537
                "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
2538
                "shasum": ""
2539
            },
2540
            "require": {
2541
                "php": ">=5.3.3"
2542
            },
2543
            "require-dev": {
2544
                "mockery/mockery": "~0.9.1",
2545
                "symfony/phpunit-bridge": "~3.2"
2546
            },
2547
            "type": "library",
2548
            "extra": {
2549
                "branch-alias": {
2550
                    "dev-master": "5.4-dev"
2551
                }
2552
            },
2553
            "autoload": {
2554
                "files": [
2555
                    "lib/swift_required.php"
2556
                ]
2557
            },
2558
            "notification-url": "https://packagist.org/downloads/",
2559
            "license": [
2560
                "MIT"
2561
            ],
2562
            "authors": [
2563
                {
2564
                    "name": "Chris Corbyn"
2565
                },
2566
                {
2567
                    "name": "Fabien Potencier",
2568
                    "email": "[email protected]"
2569
                }
2570
            ],
2571
            "description": "Swiftmailer, free feature-rich PHP mailer",
2572
            "homepage": "http://swiftmailer.org",
2573
            "keywords": [
2574
                "email",
2575
                "mail",
2576
                "mailer"
2577
            ],
2578
            "time": "2017-05-01T15:54:03+00:00"
2579
        },
2580
        {
2581
            "name": "symfony/cache",
2582
            "version": "v3.3.4",
2583
            "source": {
2584
                "type": "git",
2585
                "url": "https://github.com/symfony/cache.git",
2586
                "reference": "2a2dc6e1e5b66c96df1be20c1d25e209b74d6619"
2587
            },
2588
            "dist": {
2589
                "type": "zip",
2590
                "url": "https://api.github.com/repos/symfony/cache/zipball/2a2dc6e1e5b66c96df1be20c1d25e209b74d6619",
2591
                "reference": "2a2dc6e1e5b66c96df1be20c1d25e209b74d6619",
2592
                "shasum": ""
2593
            },
2594
            "require": {
2595
                "php": ">=5.5.9",
2596
                "psr/cache": "~1.0",
2597
                "psr/log": "~1.0",
2598
                "psr/simple-cache": "^1.0"
2599
            },
2600
            "conflict": {
2601
                "symfony/var-dumper": "<3.3"
2602
            },
2603
            "provide": {
2604
                "psr/cache-implementation": "1.0",
2605
                "psr/simple-cache-implementation": "1.0"
2606
            },
2607
            "require-dev": {
2608
                "cache/integration-tests": "dev-master",
2609
                "doctrine/cache": "~1.6",
2610
                "doctrine/dbal": "~2.4",
2611
                "predis/predis": "~1.0"
2612
            },
2613
            "suggest": {
2614
                "symfony/polyfill-apcu": "For using ApcuAdapter on HHVM"
2615
            },
2616
            "type": "library",
2617
            "extra": {
2618
                "branch-alias": {
2619
                    "dev-master": "3.3-dev"
2620
                }
2621
            },
2622
            "autoload": {
2623
                "psr-4": {
2624
                    "Symfony\\Component\\Cache\\": ""
2625
                },
2626
                "exclude-from-classmap": [
2627
                    "/Tests/"
2628
                ]
2629
            },
2630
            "notification-url": "https://packagist.org/downloads/",
2631
            "license": [
2632
                "MIT"
2633
            ],
2634
            "authors": [
2635
                {
2636
                    "name": "Nicolas Grekas",
2637
                    "email": "[email protected]"
2638
                },
2639
                {
2640
                    "name": "Symfony Community",
2641
                    "homepage": "https://symfony.com/contributors"
2642
                }
2643
            ],
2644
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2645
            "homepage": "https://symfony.com",
2646
            "keywords": [
2647
                "caching",
2648
                "psr6"
2649
            ],
2650
            "time": "2017-07-05T06:39:29+00:00"
2651
        },
2652
        {
2653
            "name": "symfony/class-loader",
2654
            "version": "v3.3.4",
2655
            "source": {
2656
                "type": "git",
2657
                "url": "https://github.com/symfony/class-loader.git",
2658
                "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f"
2659
            },
2660
            "dist": {
2661
                "type": "zip",
2662
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/386a294d621576302e7cc36965d6ed53b8c73c4f",
2663
                "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f",
2664
                "shasum": ""
2665
            },
2666
            "require": {
2667
                "php": ">=5.5.9"
2668
            },
2669
            "require-dev": {
2670
                "symfony/finder": "~2.8|~3.0",
2671
                "symfony/polyfill-apcu": "~1.1"
2672
            },
2673
            "suggest": {
2674
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
2675
            },
2676
            "type": "library",
2677
            "extra": {
2678
                "branch-alias": {
2679
                    "dev-master": "3.3-dev"
2680
                }
2681
            },
2682
            "autoload": {
2683
                "psr-4": {
2684
                    "Symfony\\Component\\ClassLoader\\": ""
2685
                },
2686
                "exclude-from-classmap": [
2687
                    "/Tests/"
2688
                ]
2689
            },
2690
            "notification-url": "https://packagist.org/downloads/",
2691
            "license": [
2692
                "MIT"
2693
            ],
2694
            "authors": [
2695
                {
2696
                    "name": "Fabien Potencier",
2697
                    "email": "[email protected]"
2698
                },
2699
                {
2700
                    "name": "Symfony Community",
2701
                    "homepage": "https://symfony.com/contributors"
2702
                }
2703
            ],
2704
            "description": "Symfony ClassLoader Component",
2705
            "homepage": "https://symfony.com",
2706
            "time": "2017-06-02T09:51:43+00:00"
2707
        },
2708
        {
2709
            "name": "symfony/config",
2710
            "version": "v3.3.4",
2711
            "source": {
2712
                "type": "git",
2713
                "url": "https://github.com/symfony/config.git",
2714
                "reference": "a094618deb9a3fe1c3cf500a796e167d0495a274"
2715
            },
2716
            "dist": {
2717
                "type": "zip",
2718
                "url": "https://api.github.com/repos/symfony/config/zipball/a094618deb9a3fe1c3cf500a796e167d0495a274",
2719
                "reference": "a094618deb9a3fe1c3cf500a796e167d0495a274",
2720
                "shasum": ""
2721
            },
2722
            "require": {
2723
                "php": ">=5.5.9",
2724
                "symfony/filesystem": "~2.8|~3.0"
2725
            },
2726
            "conflict": {
2727
                "symfony/dependency-injection": "<3.3",
2728
                "symfony/finder": "<3.3"
2729
            },
2730
            "require-dev": {
2731
                "symfony/dependency-injection": "~3.3",
2732
                "symfony/finder": "~3.3",
2733
                "symfony/yaml": "~3.0"
2734
            },
2735
            "suggest": {
2736
                "symfony/yaml": "To use the yaml reference dumper"
2737
            },
2738
            "type": "library",
2739
            "extra": {
2740
                "branch-alias": {
2741
                    "dev-master": "3.3-dev"
2742
                }
2743
            },
2744
            "autoload": {
2745
                "psr-4": {
2746
                    "Symfony\\Component\\Config\\": ""
2747
                },
2748
                "exclude-from-classmap": [
2749
                    "/Tests/"
2750
                ]
2751
            },
2752
            "notification-url": "https://packagist.org/downloads/",
2753
            "license": [
2754
                "MIT"
2755
            ],
2756
            "authors": [
2757
                {
2758
                    "name": "Fabien Potencier",
2759
                    "email": "[email protected]"
2760
                },
2761
                {
2762
                    "name": "Symfony Community",
2763
                    "homepage": "https://symfony.com/contributors"
2764
                }
2765
            ],
2766
            "description": "Symfony Config Component",
2767
            "homepage": "https://symfony.com",
2768
            "time": "2017-06-16T12:40:34+00:00"
2769
        },
2770
        {
2771
            "name": "symfony/console",
2772
            "version": "v3.3.4",
2773
            "source": {
2774
                "type": "git",
2775
                "url": "https://github.com/symfony/console.git",
2776
                "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546"
2777
            },
2778
            "dist": {
2779
                "type": "zip",
2780
                "url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546",
2781
                "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546",
2782
                "shasum": ""
2783
            },
2784
            "require": {
2785
                "php": ">=5.5.9",
2786
                "symfony/debug": "~2.8|~3.0",
2787
                "symfony/polyfill-mbstring": "~1.0"
2788
            },
2789
            "conflict": {
2790
                "symfony/dependency-injection": "<3.3"
2791
            },
2792
            "require-dev": {
2793
                "psr/log": "~1.0",
2794
                "symfony/config": "~3.3",
2795
                "symfony/dependency-injection": "~3.3",
2796
                "symfony/event-dispatcher": "~2.8|~3.0",
2797
                "symfony/filesystem": "~2.8|~3.0",
2798
                "symfony/http-kernel": "~2.8|~3.0",
2799
                "symfony/process": "~2.8|~3.0"
2800
            },
2801
            "suggest": {
2802
                "psr/log": "For using the console logger",
2803
                "symfony/event-dispatcher": "",
2804
                "symfony/filesystem": "",
2805
                "symfony/process": ""
2806
            },
2807
            "type": "library",
2808
            "extra": {
2809
                "branch-alias": {
2810
                    "dev-master": "3.3-dev"
2811
                }
2812
            },
2813
            "autoload": {
2814
                "psr-4": {
2815
                    "Symfony\\Component\\Console\\": ""
2816
                },
2817
                "exclude-from-classmap": [
2818
                    "/Tests/"
2819
                ]
2820
            },
2821
            "notification-url": "https://packagist.org/downloads/",
2822
            "license": [
2823
                "MIT"
2824
            ],
2825
            "authors": [
2826
                {
2827
                    "name": "Fabien Potencier",
2828
                    "email": "[email protected]"
2829
                },
2830
                {
2831
                    "name": "Symfony Community",
2832
                    "homepage": "https://symfony.com/contributors"
2833
                }
2834
            ],
2835
            "description": "Symfony Console Component",
2836
            "homepage": "https://symfony.com",
2837
            "time": "2017-07-03T13:19:36+00:00"
2838
        },
2839
        {
2840
            "name": "symfony/css-selector",
2841
            "version": "v3.3.4",
2842
            "source": {
2843
                "type": "git",
2844
                "url": "https://github.com/symfony/css-selector.git",
2845
                "reference": "4d882dced7b995d5274293039370148e291808f2"
2846
            },
2847
            "dist": {
2848
                "type": "zip",
2849
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
2850
                "reference": "4d882dced7b995d5274293039370148e291808f2",
2851
                "shasum": ""
2852
            },
2853
            "require": {
2854
                "php": ">=5.5.9"
2855
            },
2856
            "type": "library",
2857
            "extra": {
2858
                "branch-alias": {
2859
                    "dev-master": "3.3-dev"
2860
                }
2861
            },
2862
            "autoload": {
2863
                "psr-4": {
2864
                    "Symfony\\Component\\CssSelector\\": ""
2865
                },
2866
                "exclude-from-classmap": [
2867
                    "/Tests/"
2868
                ]
2869
            },
2870
            "notification-url": "https://packagist.org/downloads/",
2871
            "license": [
2872
                "MIT"
2873
            ],
2874
            "authors": [
2875
                {
2876
                    "name": "Jean-François Simon",
2877
                    "email": "[email protected]"
2878
                },
2879
                {
2880
                    "name": "Fabien Potencier",
2881
                    "email": "[email protected]"
2882
                },
2883
                {
2884
                    "name": "Symfony Community",
2885
                    "homepage": "https://symfony.com/contributors"
2886
                }
2887
            ],
2888
            "description": "Symfony CssSelector Component",
2889
            "homepage": "https://symfony.com",
2890
            "time": "2017-05-01T15:01:29+00:00"
2891
        },
2892
        {
2893
            "name": "symfony/debug",
2894
            "version": "v3.3.4",
2895
            "source": {
2896
                "type": "git",
2897
                "url": "https://github.com/symfony/debug.git",
2898
                "reference": "63b85a968486d95ff9542228dc2e4247f16f9743"
2899
            },
2900
            "dist": {
2901
                "type": "zip",
2902
                "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",
2903
                "reference": "63b85a968486d95ff9542228dc2e4247f16f9743",
2904
                "shasum": ""
2905
            },
2906
            "require": {
2907
                "php": ">=5.5.9",
2908
                "psr/log": "~1.0"
2909
            },
2910
            "conflict": {
2911
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2912
            },
2913
            "require-dev": {
2914
                "symfony/http-kernel": "~2.8|~3.0"
2915
            },
2916
            "type": "library",
2917
            "extra": {
2918
                "branch-alias": {
2919
                    "dev-master": "3.3-dev"
2920
                }
2921
            },
2922
            "autoload": {
2923
                "psr-4": {
2924
                    "Symfony\\Component\\Debug\\": ""
2925
                },
2926
                "exclude-from-classmap": [
2927
                    "/Tests/"
2928
                ]
2929
            },
2930
            "notification-url": "https://packagist.org/downloads/",
2931
            "license": [
2932
                "MIT"
2933
            ],
2934
            "authors": [
2935
                {
2936
                    "name": "Fabien Potencier",
2937
                    "email": "[email protected]"
2938
                },
2939
                {
2940
                    "name": "Symfony Community",
2941
                    "homepage": "https://symfony.com/contributors"
2942
                }
2943
            ],
2944
            "description": "Symfony Debug Component",
2945
            "homepage": "https://symfony.com",
2946
            "time": "2017-07-05T13:02:37+00:00"
2947
        },
2948
        {
2949
            "name": "symfony/debug-bundle",
2950
            "version": "v3.3.4",
2951
            "source": {
2952
                "type": "git",
2953
                "url": "https://github.com/symfony/debug-bundle.git",
2954
                "reference": "a34404e77094a1f7811fb446b59329f0a43dfe55"
2955
            },
2956
            "dist": {
2957
                "type": "zip",
2958
                "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/a34404e77094a1f7811fb446b59329f0a43dfe55",
2959
                "reference": "a34404e77094a1f7811fb446b59329f0a43dfe55",
2960
                "shasum": ""
2961
            },
2962
            "require": {
2963
                "php": ">=5.5.9",
2964
                "symfony/http-kernel": "~2.8|~3.0",
2965
                "symfony/twig-bridge": "~2.8|~3.0",
2966
                "symfony/var-dumper": "~2.8|~3.0"
2967
            },
2968
            "require-dev": {
2969
                "symfony/config": "~3.3",
2970
                "symfony/dependency-injection": "~3.3",
2971
                "symfony/web-profiler-bundle": "~2.8|~3.0"
2972
            },
2973
            "suggest": {
2974
                "symfony/config": "For service container configuration",
2975
                "symfony/dependency-injection": "For using as a service from the container"
2976
            },
2977
            "type": "symfony-bundle",
2978
            "extra": {
2979
                "branch-alias": {
2980
                    "dev-master": "3.3-dev"
2981
                }
2982
            },
2983
            "autoload": {
2984
                "psr-4": {
2985
                    "Symfony\\Bundle\\DebugBundle\\": ""
2986
                },
2987
                "exclude-from-classmap": [
2988
                    "/Tests/"
2989
                ]
2990
            },
2991
            "notification-url": "https://packagist.org/downloads/",
2992
            "license": [
2993
                "MIT"
2994
            ],
2995
            "authors": [
2996
                {
2997
                    "name": "Fabien Potencier",
2998
                    "email": "[email protected]"
2999
                },
3000
                {
3001
                    "name": "Symfony Community",
3002
                    "homepage": "https://symfony.com/contributors"
3003
                }
3004
            ],
3005
            "description": "Symfony DebugBundle",
3006
            "homepage": "https://symfony.com",
3007
            "time": "2017-05-03T17:24:51+00:00"
3008
        },
3009
        {
3010
            "name": "symfony/dependency-injection",
3011
            "version": "v3.3.4",
3012
            "source": {
3013
                "type": "git",
3014
                "url": "https://github.com/symfony/dependency-injection.git",
3015
                "reference": "986a633c92220ecb22ad06820a1df126c7a4f9eb"
3016
            },
3017
            "dist": {
3018
                "type": "zip",
3019
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/986a633c92220ecb22ad06820a1df126c7a4f9eb",
3020
                "reference": "986a633c92220ecb22ad06820a1df126c7a4f9eb",
3021
                "shasum": ""
3022
            },
3023
            "require": {
3024
                "php": ">=5.5.9",
3025
                "psr/container": "^1.0"
3026
            },
3027
            "conflict": {
3028
                "symfony/config": "<3.3.1",
3029
                "symfony/finder": "<3.3",
3030
                "symfony/yaml": "<3.3"
3031
            },
3032
            "provide": {
3033
                "psr/container-implementation": "1.0"
3034
            },
3035
            "require-dev": {
3036
                "symfony/config": "~3.3",
3037
                "symfony/expression-language": "~2.8|~3.0",
3038
                "symfony/yaml": "~3.3"
3039
            },
3040
            "suggest": {
3041
                "symfony/config": "",
3042
                "symfony/expression-language": "For using expressions in service container configuration",
3043
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
3044
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3045
                "symfony/yaml": ""
3046
            },
3047
            "type": "library",
3048
            "extra": {
3049
                "branch-alias": {
3050
                    "dev-master": "3.3-dev"
3051
                }
3052
            },
3053
            "autoload": {
3054
                "psr-4": {
3055
                    "Symfony\\Component\\DependencyInjection\\": ""
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": "Fabien Potencier",
3068
                    "email": "[email protected]"
3069
                },
3070
                {
3071
                    "name": "Symfony Community",
3072
                    "homepage": "https://symfony.com/contributors"
3073
                }
3074
            ],
3075
            "description": "Symfony DependencyInjection Component",
3076
            "homepage": "https://symfony.com",
3077
            "time": "2017-06-20T14:01:46+00:00"
3078
        },
3079
        {
3080
            "name": "symfony/doctrine-bridge",
3081
            "version": "v3.3.4",
3082
            "source": {
3083
                "type": "git",
3084
                "url": "https://github.com/symfony/doctrine-bridge.git",
3085
                "reference": "ab8a5845aeed2f4b34c50e042689add199ab3917"
3086
            },
3087
            "dist": {
3088
                "type": "zip",
3089
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/ab8a5845aeed2f4b34c50e042689add199ab3917",
3090
                "reference": "ab8a5845aeed2f4b34c50e042689add199ab3917",
3091
                "shasum": ""
3092
            },
3093
            "require": {
3094
                "doctrine/common": "~2.4",
3095
                "php": ">=5.5.9",
3096
                "symfony/polyfill-mbstring": "~1.0"
3097
            },
3098
            "conflict": {
3099
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
3100
                "symfony/dependency-injection": "<3.3"
3101
            },
3102
            "require-dev": {
3103
                "doctrine/data-fixtures": "1.0.*",
3104
                "doctrine/dbal": "~2.4",
3105
                "doctrine/orm": "^2.4.5",
3106
                "symfony/dependency-injection": "~3.3",
3107
                "symfony/expression-language": "~2.8|~3.0",
3108
                "symfony/form": "^3.2.5",
3109
                "symfony/http-kernel": "~2.8|~3.0",
3110
                "symfony/property-access": "~2.8|~3.0",
3111
                "symfony/property-info": "~2.8|3.0",
3112
                "symfony/proxy-manager-bridge": "~2.8|~3.0",
3113
                "symfony/security": "~2.8|~3.0",
3114
                "symfony/stopwatch": "~2.8|~3.0",
3115
                "symfony/translation": "~2.8|~3.0",
3116
                "symfony/validator": "^2.8.18|^3.2.5"
3117
            },
3118
            "suggest": {
3119
                "doctrine/data-fixtures": "",
3120
                "doctrine/dbal": "",
3121
                "doctrine/orm": "",
3122
                "symfony/form": "",
3123
                "symfony/property-info": "",
3124
                "symfony/validator": ""
3125
            },
3126
            "type": "symfony-bridge",
3127
            "extra": {
3128
                "branch-alias": {
3129
                    "dev-master": "3.3-dev"
3130
                }
3131
            },
3132
            "autoload": {
3133
                "psr-4": {
3134
                    "Symfony\\Bridge\\Doctrine\\": ""
3135
                },
3136
                "exclude-from-classmap": [
3137
                    "/Tests/"
3138
                ]
3139
            },
3140
            "notification-url": "https://packagist.org/downloads/",
3141
            "license": [
3142
                "MIT"
3143
            ],
3144
            "authors": [
3145
                {
3146
                    "name": "Fabien Potencier",
3147
                    "email": "[email protected]"
3148
                },
3149
                {
3150
                    "name": "Symfony Community",
3151
                    "homepage": "https://symfony.com/contributors"
3152
                }
3153
            ],
3154
            "description": "Symfony Doctrine Bridge",
3155
            "homepage": "https://symfony.com",
3156
            "time": "2017-07-04T12:04:47+00:00"
3157
        },
3158
        {
3159
            "name": "symfony/dom-crawler",
3160
            "version": "v3.3.4",
3161
            "source": {
3162
                "type": "git",
3163
                "url": "https://github.com/symfony/dom-crawler.git",
3164
                "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1"
3165
            },
3166
            "dist": {
3167
                "type": "zip",
3168
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
3169
                "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
3170
                "shasum": ""
3171
            },
3172
            "require": {
3173
                "php": ">=5.5.9",
3174
                "symfony/polyfill-mbstring": "~1.0"
3175
            },
3176
            "require-dev": {
3177
                "symfony/css-selector": "~2.8|~3.0"
3178
            },
3179
            "suggest": {
3180
                "symfony/css-selector": ""
3181
            },
3182
            "type": "library",
3183
            "extra": {
3184
                "branch-alias": {
3185
                    "dev-master": "3.3-dev"
3186
                }
3187
            },
3188
            "autoload": {
3189
                "psr-4": {
3190
                    "Symfony\\Component\\DomCrawler\\": ""
3191
                },
3192
                "exclude-from-classmap": [
3193
                    "/Tests/"
3194
                ]
3195
            },
3196
            "notification-url": "https://packagist.org/downloads/",
3197
            "license": [
3198
                "MIT"
3199
            ],
3200
            "authors": [
3201
                {
3202
                    "name": "Fabien Potencier",
3203
                    "email": "[email protected]"
3204
                },
3205
                {
3206
                    "name": "Symfony Community",
3207
                    "homepage": "https://symfony.com/contributors"
3208
                }
3209
            ],
3210
            "description": "Symfony DomCrawler Component",
3211
            "homepage": "https://symfony.com",
3212
            "time": "2017-05-25T23:10:31+00:00"
3213
        },
3214
        {
3215
            "name": "symfony/dotenv",
3216
            "version": "v3.3.4",
3217
            "source": {
3218
                "type": "git",
3219
                "url": "https://github.com/symfony/dotenv.git",
3220
                "reference": "f6e82cd0386f303f78aaa58a40a41b247927dfae"
3221
            },
3222
            "dist": {
3223
                "type": "zip",
3224
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/f6e82cd0386f303f78aaa58a40a41b247927dfae",
3225
                "reference": "f6e82cd0386f303f78aaa58a40a41b247927dfae",
3226
                "shasum": ""
3227
            },
3228
            "require": {
3229
                "php": ">=5.5.9"
3230
            },
3231
            "require-dev": {
3232
                "symfony/process": "^3.2"
3233
            },
3234
            "type": "library",
3235
            "extra": {
3236
                "branch-alias": {
3237
                    "dev-master": "3.3-dev"
3238
                }
3239
            },
3240
            "autoload": {
3241
                "psr-4": {
3242
                    "Symfony\\Component\\Dotenv\\": ""
3243
                },
3244
                "exclude-from-classmap": [
3245
                    "/Tests/"
3246
                ]
3247
            },
3248
            "notification-url": "https://packagist.org/downloads/",
3249
            "license": [
3250
                "MIT"
3251
            ],
3252
            "authors": [
3253
                {
3254
                    "name": "Fabien Potencier",
3255
                    "email": "[email protected]"
3256
                },
3257
                {
3258
                    "name": "Symfony Community",
3259
                    "homepage": "https://symfony.com/contributors"
3260
                }
3261
            ],
3262
            "description": "Registers environment variables from a .env file",
3263
            "homepage": "https://symfony.com",
3264
            "keywords": [
3265
                "dotenv",
3266
                "env",
3267
                "environment"
3268
            ],
3269
            "time": "2017-07-03T07:16:11+00:00"
3270
        },
3271
        {
3272
            "name": "symfony/event-dispatcher",
3273
            "version": "v3.3.4",
3274
            "source": {
3275
                "type": "git",
3276
                "url": "https://github.com/symfony/event-dispatcher.git",
3277
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
3278
            },
3279
            "dist": {
3280
                "type": "zip",
3281
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
3282
                "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
3283
                "shasum": ""
3284
            },
3285
            "require": {
3286
                "php": ">=5.5.9"
3287
            },
3288
            "conflict": {
3289
                "symfony/dependency-injection": "<3.3"
3290
            },
3291
            "require-dev": {
3292
                "psr/log": "~1.0",
3293
                "symfony/config": "~2.8|~3.0",
3294
                "symfony/dependency-injection": "~3.3",
3295
                "symfony/expression-language": "~2.8|~3.0",
3296
                "symfony/stopwatch": "~2.8|~3.0"
3297
            },
3298
            "suggest": {
3299
                "symfony/dependency-injection": "",
3300
                "symfony/http-kernel": ""
3301
            },
3302
            "type": "library",
3303
            "extra": {
3304
                "branch-alias": {
3305
                    "dev-master": "3.3-dev"
3306
                }
3307
            },
3308
            "autoload": {
3309
                "psr-4": {
3310
                    "Symfony\\Component\\EventDispatcher\\": ""
3311
                },
3312
                "exclude-from-classmap": [
3313
                    "/Tests/"
3314
                ]
3315
            },
3316
            "notification-url": "https://packagist.org/downloads/",
3317
            "license": [
3318
                "MIT"
3319
            ],
3320
            "authors": [
3321
                {
3322
                    "name": "Fabien Potencier",
3323
                    "email": "[email protected]"
3324
                },
3325
                {
3326
                    "name": "Symfony Community",
3327
                    "homepage": "https://symfony.com/contributors"
3328
                }
3329
            ],
3330
            "description": "Symfony EventDispatcher Component",
3331
            "homepage": "https://symfony.com",
3332
            "time": "2017-06-09T14:53:08+00:00"
3333
        },
3334
        {
3335
            "name": "symfony/expression-language",
3336
            "version": "v3.3.4",
3337
            "source": {
3338
                "type": "git",
3339
                "url": "https://github.com/symfony/expression-language.git",
3340
                "reference": "48abe52c5b80babe29e956d900b7ab06faf50eef"
3341
            },
3342
            "dist": {
3343
                "type": "zip",
3344
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/48abe52c5b80babe29e956d900b7ab06faf50eef",
3345
                "reference": "48abe52c5b80babe29e956d900b7ab06faf50eef",
3346
                "shasum": ""
3347
            },
3348
            "require": {
3349
                "php": ">=5.5.9",
3350
                "symfony/cache": "~3.1"
3351
            },
3352
            "type": "library",
3353
            "extra": {
3354
                "branch-alias": {
3355
                    "dev-master": "3.3-dev"
3356
                }
3357
            },
3358
            "autoload": {
3359
                "psr-4": {
3360
                    "Symfony\\Component\\ExpressionLanguage\\": ""
3361
                },
3362
                "exclude-from-classmap": [
3363
                    "/Tests/"
3364
                ]
3365
            },
3366
            "notification-url": "https://packagist.org/downloads/",
3367
            "license": [
3368
                "MIT"
3369
            ],
3370
            "authors": [
3371
                {
3372
                    "name": "Fabien Potencier",
3373
                    "email": "[email protected]"
3374
                },
3375
                {
3376
                    "name": "Symfony Community",
3377
                    "homepage": "https://symfony.com/contributors"
3378
                }
3379
            ],
3380
            "description": "Symfony ExpressionLanguage Component",
3381
            "homepage": "https://symfony.com",
3382
            "time": "2017-05-01T15:01:29+00:00"
3383
        },
3384
        {
3385
            "name": "symfony/filesystem",
3386
            "version": "v3.3.4",
3387
            "source": {
3388
                "type": "git",
3389
                "url": "https://github.com/symfony/filesystem.git",
3390
                "reference": "311fa718389efbd8b627c272b9324a62437018cc"
3391
            },
3392
            "dist": {
3393
                "type": "zip",
3394
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc",
3395
                "reference": "311fa718389efbd8b627c272b9324a62437018cc",
3396
                "shasum": ""
3397
            },
3398
            "require": {
3399
                "php": ">=5.5.9"
3400
            },
3401
            "type": "library",
3402
            "extra": {
3403
                "branch-alias": {
3404
                    "dev-master": "3.3-dev"
3405
                }
3406
            },
3407
            "autoload": {
3408
                "psr-4": {
3409
                    "Symfony\\Component\\Filesystem\\": ""
3410
                },
3411
                "exclude-from-classmap": [
3412
                    "/Tests/"
3413
                ]
3414
            },
3415
            "notification-url": "https://packagist.org/downloads/",
3416
            "license": [
3417
                "MIT"
3418
            ],
3419
            "authors": [
3420
                {
3421
                    "name": "Fabien Potencier",
3422
                    "email": "[email protected]"
3423
                },
3424
                {
3425
                    "name": "Symfony Community",
3426
                    "homepage": "https://symfony.com/contributors"
3427
                }
3428
            ],
3429
            "description": "Symfony Filesystem Component",
3430
            "homepage": "https://symfony.com",
3431
            "time": "2017-06-24T09:29:48+00:00"
3432
        },
3433
        {
3434
            "name": "symfony/finder",
3435
            "version": "v3.3.4",
3436
            "source": {
3437
                "type": "git",
3438
                "url": "https://github.com/symfony/finder.git",
3439
                "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
3440
            },
3441
            "dist": {
3442
                "type": "zip",
3443
                "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
3444
                "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
3445
                "shasum": ""
3446
            },
3447
            "require": {
3448
                "php": ">=5.5.9"
3449
            },
3450
            "type": "library",
3451
            "extra": {
3452
                "branch-alias": {
3453
                    "dev-master": "3.3-dev"
3454
                }
3455
            },
3456
            "autoload": {
3457
                "psr-4": {
3458
                    "Symfony\\Component\\Finder\\": ""
3459
                },
3460
                "exclude-from-classmap": [
3461
                    "/Tests/"
3462
                ]
3463
            },
3464
            "notification-url": "https://packagist.org/downloads/",
3465
            "license": [
3466
                "MIT"
3467
            ],
3468
            "authors": [
3469
                {
3470
                    "name": "Fabien Potencier",
3471
                    "email": "[email protected]"
3472
                },
3473
                {
3474
                    "name": "Symfony Community",
3475
                    "homepage": "https://symfony.com/contributors"
3476
                }
3477
            ],
3478
            "description": "Symfony Finder Component",
3479
            "homepage": "https://symfony.com",
3480
            "time": "2017-06-01T21:01:25+00:00"
3481
        },
3482
        {
3483
            "name": "symfony/form",
3484
            "version": "v3.3.4",
3485
            "source": {
3486
                "type": "git",
3487
                "url": "https://github.com/symfony/form.git",
3488
                "reference": "7c728458818dd00024f1900716166a4b6fa6c5fa"
3489
            },
3490
            "dist": {
3491
                "type": "zip",
3492
                "url": "https://api.github.com/repos/symfony/form/zipball/7c728458818dd00024f1900716166a4b6fa6c5fa",
3493
                "reference": "7c728458818dd00024f1900716166a4b6fa6c5fa",
3494
                "shasum": ""
3495
            },
3496
            "require": {
3497
                "php": ">=5.5.9",
3498
                "symfony/event-dispatcher": "~2.8|~3.0",
3499
                "symfony/intl": "^2.8.18|^3.2.5",
3500
                "symfony/options-resolver": "~2.8|~3.0",
3501
                "symfony/polyfill-mbstring": "~1.0",
3502
                "symfony/property-access": "~2.8|~3.0"
3503
            },
3504
            "conflict": {
3505
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
3506
                "symfony/dependency-injection": "<3.3",
3507
                "symfony/doctrine-bridge": "<2.7",
3508
                "symfony/framework-bundle": "<2.7",
3509
                "symfony/twig-bridge": "<2.7",
3510
                "symfony/var-dumper": "<3.3"
3511
            },
3512
            "require-dev": {
3513
                "doctrine/collections": "~1.0",
3514
                "symfony/config": "~2.7|~3.0",
3515
                "symfony/dependency-injection": "~3.3",
3516
                "symfony/http-foundation": "~2.8|~3.0",
3517
                "symfony/http-kernel": "~2.8|~3.0",
3518
                "symfony/security-csrf": "~2.8|~3.0",
3519
                "symfony/translation": "~2.8|~3.0",
3520
                "symfony/validator": "^2.8.18|^3.2.5",
3521
                "symfony/var-dumper": "~3.3"
3522
            },
3523
            "suggest": {
3524
                "symfony/framework-bundle": "For templating with PHP.",
3525
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
3526
                "symfony/twig-bridge": "For templating with Twig.",
3527
                "symfony/validator": "For form validation."
3528
            },
3529
            "type": "library",
3530
            "extra": {
3531
                "branch-alias": {
3532
                    "dev-master": "3.3-dev"
3533
                }
3534
            },
3535
            "autoload": {
3536
                "psr-4": {
3537
                    "Symfony\\Component\\Form\\": ""
3538
                },
3539
                "exclude-from-classmap": [
3540
                    "/Tests/"
3541
                ]
3542
            },
3543
            "notification-url": "https://packagist.org/downloads/",
3544
            "license": [
3545
                "MIT"
3546
            ],
3547
            "authors": [
3548
                {
3549
                    "name": "Fabien Potencier",
3550
                    "email": "[email protected]"
3551
                },
3552
                {
3553
                    "name": "Symfony Community",
3554
                    "homepage": "https://symfony.com/contributors"
3555
                }
3556
            ],
3557
            "description": "Symfony Form Component",
3558
            "homepage": "https://symfony.com",
3559
            "time": "2017-06-24T09:29:48+00:00"
3560
        },
3561
        {
3562
            "name": "symfony/framework-bundle",
3563
            "version": "v3.3.4",
3564
            "source": {
3565
                "type": "git",
3566
                "url": "https://github.com/symfony/framework-bundle.git",
3567
                "reference": "f08666157fa741e72607af2f2585ea25161b2ade"
3568
            },
3569
            "dist": {
3570
                "type": "zip",
3571
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f08666157fa741e72607af2f2585ea25161b2ade",
3572
                "reference": "f08666157fa741e72607af2f2585ea25161b2ade",
3573
                "shasum": ""
3574
            },
3575
            "require": {
3576
                "doctrine/cache": "~1.0",
3577
                "ext-xml": "*",
3578
                "php": ">=5.5.9",
3579
                "symfony/cache": "~3.3",
3580
                "symfony/class-loader": "~3.2",
3581
                "symfony/config": "~3.3",
3582
                "symfony/dependency-injection": "~3.3",
3583
                "symfony/event-dispatcher": "^3.3.1",
3584
                "symfony/filesystem": "~2.8|~3.0",
3585
                "symfony/finder": "~2.8|~3.0",
3586
                "symfony/http-foundation": "~3.3",
3587
                "symfony/http-kernel": "~3.3",
3588
                "symfony/polyfill-mbstring": "~1.0",
3589
                "symfony/routing": "~3.3",
3590
                "symfony/stopwatch": "~2.8|~3.0"
3591
            },
3592
            "conflict": {
3593
                "phpdocumentor/reflection-docblock": "<3.0",
3594
                "phpdocumentor/type-resolver": "<0.2.0",
3595
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
3596
                "symfony/asset": "<3.3",
3597
                "symfony/console": "<3.3",
3598
                "symfony/form": "<3.3",
3599
                "symfony/property-info": "<3.3",
3600
                "symfony/serializer": "<3.3",
3601
                "symfony/translation": "<3.2",
3602
                "symfony/validator": "<3.3",
3603
                "symfony/workflow": "<3.3"
3604
            },
3605
            "require-dev": {
3606
                "doctrine/annotations": "~1.0",
3607
                "fig/link-util": "^1.0",
3608
                "phpdocumentor/reflection-docblock": "^3.0",
3609
                "sensio/framework-extra-bundle": "^3.0.2",
3610
                "symfony/asset": "~3.3",
3611
                "symfony/browser-kit": "~2.8|~3.0",
3612
                "symfony/console": "~3.3",
3613
                "symfony/css-selector": "~2.8|~3.0",
3614
                "symfony/dom-crawler": "~2.8|~3.0",
3615
                "symfony/expression-language": "~2.8|~3.0",
3616
                "symfony/form": "~3.3",
3617
                "symfony/polyfill-intl-icu": "~1.0",
3618
                "symfony/process": "~2.8|~3.0",
3619
                "symfony/property-info": "~3.3",
3620
                "symfony/security": "~2.8|~3.0",
3621
                "symfony/security-core": "~3.2",
3622
                "symfony/security-csrf": "~2.8|~3.0",
3623
                "symfony/serializer": "~3.3",
3624
                "symfony/templating": "~2.8|~3.0",
3625
                "symfony/translation": "~3.2",
3626
                "symfony/validator": "~3.3",
3627
                "symfony/web-link": "~3.3",
3628
                "symfony/workflow": "~3.3",
3629
                "symfony/yaml": "~3.2",
3630
                "twig/twig": "~1.34|~2.4"
3631
            },
3632
            "suggest": {
3633
                "ext-apcu": "For best performance of the system caches",
3634
                "symfony/console": "For using the console commands",
3635
                "symfony/form": "For using forms",
3636
                "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands",
3637
                "symfony/property-info": "For using the property_info service",
3638
                "symfony/serializer": "For using the serializer service",
3639
                "symfony/validator": "For using validation",
3640
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
3641
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
3642
            },
3643
            "type": "symfony-bundle",
3644
            "extra": {
3645
                "branch-alias": {
3646
                    "dev-master": "3.3-dev"
3647
                }
3648
            },
3649
            "autoload": {
3650
                "psr-4": {
3651
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
3652
                },
3653
                "exclude-from-classmap": [
3654
                    "/Tests/"
3655
                ]
3656
            },
3657
            "notification-url": "https://packagist.org/downloads/",
3658
            "license": [
3659
                "MIT"
3660
            ],
3661
            "authors": [
3662
                {
3663
                    "name": "Fabien Potencier",
3664
                    "email": "[email protected]"
3665
                },
3666
                {
3667
                    "name": "Symfony Community",
3668
                    "homepage": "https://symfony.com/contributors"
3669
                }
3670
            ],
3671
            "description": "Symfony FrameworkBundle",
3672
            "homepage": "https://symfony.com",
3673
            "time": "2017-07-05T06:39:29+00:00"
3674
        },
3675
        {
3676
            "name": "symfony/http-foundation",
3677
            "version": "v3.3.4",
3678
            "source": {
3679
                "type": "git",
3680
                "url": "https://github.com/symfony/http-foundation.git",
3681
                "reference": "f347a5f561b03db95ed666959db42bbbf429b7e5"
3682
            },
3683
            "dist": {
3684
                "type": "zip",
3685
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f347a5f561b03db95ed666959db42bbbf429b7e5",
3686
                "reference": "f347a5f561b03db95ed666959db42bbbf429b7e5",
3687
                "shasum": ""
3688
            },
3689
            "require": {
3690
                "php": ">=5.5.9",
3691
                "symfony/polyfill-mbstring": "~1.1"
3692
            },
3693
            "require-dev": {
3694
                "symfony/expression-language": "~2.8|~3.0"
3695
            },
3696
            "type": "library",
3697
            "extra": {
3698
                "branch-alias": {
3699
                    "dev-master": "3.3-dev"
3700
                }
3701
            },
3702
            "autoload": {
3703
                "psr-4": {
3704
                    "Symfony\\Component\\HttpFoundation\\": ""
3705
                },
3706
                "exclude-from-classmap": [
3707
                    "/Tests/"
3708
                ]
3709
            },
3710
            "notification-url": "https://packagist.org/downloads/",
3711
            "license": [
3712
                "MIT"
3713
            ],
3714
            "authors": [
3715
                {
3716
                    "name": "Fabien Potencier",
3717
                    "email": "[email protected]"
3718
                },
3719
                {
3720
                    "name": "Symfony Community",
3721
                    "homepage": "https://symfony.com/contributors"
3722
                }
3723
            ],
3724
            "description": "Symfony HttpFoundation Component",
3725
            "homepage": "https://symfony.com",
3726
            "time": "2017-06-24T09:29:48+00:00"
3727
        },
3728
        {
3729
            "name": "symfony/http-kernel",
3730
            "version": "v3.3.4",
3731
            "source": {
3732
                "type": "git",
3733
                "url": "https://github.com/symfony/http-kernel.git",
3734
                "reference": "33f87c957122cfbd9d90de48698ee074b71106ea"
3735
            },
3736
            "dist": {
3737
                "type": "zip",
3738
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/33f87c957122cfbd9d90de48698ee074b71106ea",
3739
                "reference": "33f87c957122cfbd9d90de48698ee074b71106ea",
3740
                "shasum": ""
3741
            },
3742
            "require": {
3743
                "php": ">=5.5.9",
3744
                "psr/log": "~1.0",
3745
                "symfony/debug": "~2.8|~3.0",
3746
                "symfony/event-dispatcher": "~2.8|~3.0",
3747
                "symfony/http-foundation": "~3.3"
3748
            },
3749
            "conflict": {
3750
                "symfony/config": "<2.8",
3751
                "symfony/dependency-injection": "<3.3",
3752
                "symfony/var-dumper": "<3.3",
3753
                "twig/twig": "<1.34|<2.4,>=2"
3754
            },
3755
            "require-dev": {
3756
                "psr/cache": "~1.0",
3757
                "symfony/browser-kit": "~2.8|~3.0",
3758
                "symfony/class-loader": "~2.8|~3.0",
3759
                "symfony/config": "~2.8|~3.0",
3760
                "symfony/console": "~2.8|~3.0",
3761
                "symfony/css-selector": "~2.8|~3.0",
3762
                "symfony/dependency-injection": "~3.3",
3763
                "symfony/dom-crawler": "~2.8|~3.0",
3764
                "symfony/expression-language": "~2.8|~3.0",
3765
                "symfony/finder": "~2.8|~3.0",
3766
                "symfony/process": "~2.8|~3.0",
3767
                "symfony/routing": "~2.8|~3.0",
3768
                "symfony/stopwatch": "~2.8|~3.0",
3769
                "symfony/templating": "~2.8|~3.0",
3770
                "symfony/translation": "~2.8|~3.0",
3771
                "symfony/var-dumper": "~3.3"
3772
            },
3773
            "suggest": {
3774
                "symfony/browser-kit": "",
3775
                "symfony/class-loader": "",
3776
                "symfony/config": "",
3777
                "symfony/console": "",
3778
                "symfony/dependency-injection": "",
3779
                "symfony/finder": "",
3780
                "symfony/var-dumper": ""
3781
            },
3782
            "type": "library",
3783
            "extra": {
3784
                "branch-alias": {
3785
                    "dev-master": "3.3-dev"
3786
                }
3787
            },
3788
            "autoload": {
3789
                "psr-4": {
3790
                    "Symfony\\Component\\HttpKernel\\": ""
3791
                },
3792
                "exclude-from-classmap": [
3793
                    "/Tests/"
3794
                ]
3795
            },
3796
            "notification-url": "https://packagist.org/downloads/",
3797
            "license": [
3798
                "MIT"
3799
            ],
3800
            "authors": [
3801
                {
3802
                    "name": "Fabien Potencier",
3803
                    "email": "[email protected]"
3804
                },
3805
                {
3806
                    "name": "Symfony Community",
3807
                    "homepage": "https://symfony.com/contributors"
3808
                }
3809
            ],
3810
            "description": "Symfony HttpKernel Component",
3811
            "homepage": "https://symfony.com",
3812
            "time": "2017-07-05T13:28:15+00:00"
3813
        },
3814
        {
3815
            "name": "symfony/inflector",
3816
            "version": "v3.3.4",
3817
            "source": {
3818
                "type": "git",
3819
                "url": "https://github.com/symfony/inflector.git",
3820
                "reference": "aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb"
3821
            },
3822
            "dist": {
3823
                "type": "zip",
3824
                "url": "https://api.github.com/repos/symfony/inflector/zipball/aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb",
3825
                "reference": "aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb",
3826
                "shasum": ""
3827
            },
3828
            "require": {
3829
                "php": ">=5.5.9"
3830
            },
3831
            "type": "library",
3832
            "extra": {
3833
                "branch-alias": {
3834
                    "dev-master": "3.3-dev"
3835
                }
3836
            },
3837
            "autoload": {
3838
                "psr-4": {
3839
                    "Symfony\\Component\\Inflector\\": ""
3840
                },
3841
                "exclude-from-classmap": [
3842
                    "/Tests/"
3843
                ]
3844
            },
3845
            "notification-url": "https://packagist.org/downloads/",
3846
            "license": [
3847
                "MIT"
3848
            ],
3849
            "authors": [
3850
                {
3851
                    "name": "Bernhard Schussek",
3852
                    "email": "[email protected]"
3853
                },
3854
                {
3855
                    "name": "Symfony Community",
3856
                    "homepage": "https://symfony.com/contributors"
3857
                }
3858
            ],
3859
            "description": "Symfony Inflector Component",
3860
            "homepage": "https://symfony.com",
3861
            "keywords": [
3862
                "inflection",
3863
                "pluralize",
3864
                "singularize",
3865
                "string",
3866
                "symfony",
3867
                "words"
3868
            ],
3869
            "time": "2017-04-12T14:14:56+00:00"
3870
        },
3871
        {
3872
            "name": "symfony/intl",
3873
            "version": "v3.3.4",
3874
            "source": {
3875
                "type": "git",
3876
                "url": "https://github.com/symfony/intl.git",
3877
                "reference": "a310b29a794578f544305f4f48e3f6c7981b606c"
3878
            },
3879
            "dist": {
3880
                "type": "zip",
3881
                "url": "https://api.github.com/repos/symfony/intl/zipball/a310b29a794578f544305f4f48e3f6c7981b606c",
3882
                "reference": "a310b29a794578f544305f4f48e3f6c7981b606c",
3883
                "shasum": ""
3884
            },
3885
            "require": {
3886
                "php": ">=5.5.9",
3887
                "symfony/polyfill-intl-icu": "~1.0"
3888
            },
3889
            "require-dev": {
3890
                "symfony/filesystem": "~2.8|~3.0"
3891
            },
3892
            "suggest": {
3893
                "ext-intl": "to use the component with locales other than \"en\""
3894
            },
3895
            "type": "library",
3896
            "extra": {
3897
                "branch-alias": {
3898
                    "dev-master": "3.3-dev"
3899
                }
3900
            },
3901
            "autoload": {
3902
                "psr-4": {
3903
                    "Symfony\\Component\\Intl\\": ""
3904
                },
3905
                "classmap": [
3906
                    "Resources/stubs"
3907
                ],
3908
                "exclude-from-classmap": [
3909
                    "/Tests/"
3910
                ]
3911
            },
3912
            "notification-url": "https://packagist.org/downloads/",
3913
            "license": [
3914
                "MIT"
3915
            ],
3916
            "authors": [
3917
                {
3918
                    "name": "Bernhard Schussek",
3919
                    "email": "[email protected]"
3920
                },
3921
                {
3922
                    "name": "Eriksen Costa",
3923
                    "email": "[email protected]"
3924
                },
3925
                {
3926
                    "name": "Igor Wiedler",
3927
                    "email": "[email protected]"
3928
                },
3929
                {
3930
                    "name": "Symfony Community",
3931
                    "homepage": "https://symfony.com/contributors"
3932
                }
3933
            ],
3934
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
3935
            "homepage": "https://symfony.com",
3936
            "keywords": [
3937
                "i18n",
3938
                "icu",
3939
                "internationalization",
3940
                "intl",
3941
                "l10n",
3942
                "localization"
3943
            ],
3944
            "time": "2017-06-01T21:01:25+00:00"
3945
        },
3946
        {
3947
            "name": "symfony/monolog-bridge",
3948
            "version": "v3.3.4",
3949
            "source": {
3950
                "type": "git",
3951
                "url": "https://github.com/symfony/monolog-bridge.git",
3952
                "reference": "b2e5cf7959432161c2816a20508f384200c995a3"
3953
            },
3954
            "dist": {
3955
                "type": "zip",
3956
                "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/b2e5cf7959432161c2816a20508f384200c995a3",
3957
                "reference": "b2e5cf7959432161c2816a20508f384200c995a3",
3958
                "shasum": ""
3959
            },
3960
            "require": {
3961
                "monolog/monolog": "~1.19",
3962
                "php": ">=5.5.9",
3963
                "symfony/http-kernel": "~2.8|~3.0"
3964
            },
3965
            "conflict": {
3966
                "symfony/http-foundation": "<3.3"
3967
            },
3968
            "require-dev": {
3969
                "symfony/console": "~2.8|~3.0",
3970
                "symfony/event-dispatcher": "~2.8|~3.0",
3971
                "symfony/var-dumper": "~3.3"
3972
            },
3973
            "suggest": {
3974
                "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
3975
                "symfony/event-dispatcher": "Needed when using log messages in console commands.",
3976
                "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel."
3977
            },
3978
            "type": "symfony-bridge",
3979
            "extra": {
3980
                "branch-alias": {
3981
                    "dev-master": "3.3-dev"
3982
                }
3983
            },
3984
            "autoload": {
3985
                "psr-4": {
3986
                    "Symfony\\Bridge\\Monolog\\": ""
3987
                },
3988
                "exclude-from-classmap": [
3989
                    "/Tests/"
3990
                ]
3991
            },
3992
            "notification-url": "https://packagist.org/downloads/",
3993
            "license": [
3994
                "MIT"
3995
            ],
3996
            "authors": [
3997
                {
3998
                    "name": "Fabien Potencier",
3999
                    "email": "[email protected]"
4000
                },
4001
                {
4002
                    "name": "Symfony Community",
4003
                    "homepage": "https://symfony.com/contributors"
4004
                }
4005
            ],
4006
            "description": "Symfony Monolog Bridge",
4007
            "homepage": "https://symfony.com",
4008
            "time": "2017-06-06T15:10:52+00:00"
4009
        },
4010
        {
4011
            "name": "symfony/options-resolver",
4012
            "version": "v3.3.4",
4013
            "source": {
4014
                "type": "git",
4015
                "url": "https://github.com/symfony/options-resolver.git",
4016
                "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0"
4017
            },
4018
            "dist": {
4019
                "type": "zip",
4020
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ff48982d295bcac1fd861f934f041ebc73ae40f0",
4021
                "reference": "ff48982d295bcac1fd861f934f041ebc73ae40f0",
4022
                "shasum": ""
4023
            },
4024
            "require": {
4025
                "php": ">=5.5.9"
4026
            },
4027
            "type": "library",
4028
            "extra": {
4029
                "branch-alias": {
4030
                    "dev-master": "3.3-dev"
4031
                }
4032
            },
4033
            "autoload": {
4034
                "psr-4": {
4035
                    "Symfony\\Component\\OptionsResolver\\": ""
4036
                },
4037
                "exclude-from-classmap": [
4038
                    "/Tests/"
4039
                ]
4040
            },
4041
            "notification-url": "https://packagist.org/downloads/",
4042
            "license": [
4043
                "MIT"
4044
            ],
4045
            "authors": [
4046
                {
4047
                    "name": "Fabien Potencier",
4048
                    "email": "[email protected]"
4049
                },
4050
                {
4051
                    "name": "Symfony Community",
4052
                    "homepage": "https://symfony.com/contributors"
4053
                }
4054
            ],
4055
            "description": "Symfony OptionsResolver Component",
4056
            "homepage": "https://symfony.com",
4057
            "keywords": [
4058
                "config",
4059
                "configuration",
4060
                "options"
4061
            ],
4062
            "time": "2017-04-12T14:14:56+00:00"
4063
        },
4064
        {
4065
            "name": "symfony/polyfill-intl-icu",
4066
            "version": "v1.4.0",
4067
            "source": {
4068
                "type": "git",
4069
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
4070
                "reference": "3191cbe0ce64987bd382daf6724af31c53daae01"
4071
            },
4072
            "dist": {
4073
                "type": "zip",
4074
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/3191cbe0ce64987bd382daf6724af31c53daae01",
4075
                "reference": "3191cbe0ce64987bd382daf6724af31c53daae01",
4076
                "shasum": ""
4077
            },
4078
            "require": {
4079
                "php": ">=5.3.3",
4080
                "symfony/intl": "~2.3|~3.0|~4.0"
4081
            },
4082
            "suggest": {
4083
                "ext-intl": "For best performance"
4084
            },
4085
            "type": "library",
4086
            "extra": {
4087
                "branch-alias": {
4088
                    "dev-master": "1.4-dev"
4089
                }
4090
            },
4091
            "autoload": {
4092
                "files": [
4093
                    "bootstrap.php"
4094
                ]
4095
            },
4096
            "notification-url": "https://packagist.org/downloads/",
4097
            "license": [
4098
                "MIT"
4099
            ],
4100
            "authors": [
4101
                {
4102
                    "name": "Nicolas Grekas",
4103
                    "email": "[email protected]"
4104
                },
4105
                {
4106
                    "name": "Symfony Community",
4107
                    "homepage": "https://symfony.com/contributors"
4108
                }
4109
            ],
4110
            "description": "Symfony polyfill for intl's ICU-related data and classes",
4111
            "homepage": "https://symfony.com",
4112
            "keywords": [
4113
                "compatibility",
4114
                "icu",
4115
                "intl",
4116
                "polyfill",
4117
                "portable",
4118
                "shim"
4119
            ],
4120
            "time": "2017-06-09T08:25:21+00:00"
4121
        },
4122
        {
4123
            "name": "symfony/polyfill-mbstring",
4124
            "version": "v1.4.0",
4125
            "source": {
4126
                "type": "git",
4127
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4128
                "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
4129
            },
4130
            "dist": {
4131
                "type": "zip",
4132
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
4133
                "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
4134
                "shasum": ""
4135
            },
4136
            "require": {
4137
                "php": ">=5.3.3"
4138
            },
4139
            "suggest": {
4140
                "ext-mbstring": "For best performance"
4141
            },
4142
            "type": "library",
4143
            "extra": {
4144
                "branch-alias": {
4145
                    "dev-master": "1.4-dev"
4146
                }
4147
            },
4148
            "autoload": {
4149
                "psr-4": {
4150
                    "Symfony\\Polyfill\\Mbstring\\": ""
4151
                },
4152
                "files": [
4153
                    "bootstrap.php"
4154
                ]
4155
            },
4156
            "notification-url": "https://packagist.org/downloads/",
4157
            "license": [
4158
                "MIT"
4159
            ],
4160
            "authors": [
4161
                {
4162
                    "name": "Nicolas Grekas",
4163
                    "email": "[email protected]"
4164
                },
4165
                {
4166
                    "name": "Symfony Community",
4167
                    "homepage": "https://symfony.com/contributors"
4168
                }
4169
            ],
4170
            "description": "Symfony polyfill for the Mbstring extension",
4171
            "homepage": "https://symfony.com",
4172
            "keywords": [
4173
                "compatibility",
4174
                "mbstring",
4175
                "polyfill",
4176
                "portable",
4177
                "shim"
4178
            ],
4179
            "time": "2017-06-09T14:24:12+00:00"
4180
        },
4181
        {
4182
            "name": "symfony/polyfill-php56",
4183
            "version": "v1.4.0",
4184
            "source": {
4185
                "type": "git",
4186
                "url": "https://github.com/symfony/polyfill-php56.git",
4187
                "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929"
4188
            },
4189
            "dist": {
4190
                "type": "zip",
4191
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/bc0b7d6cb36b10cfabb170a3e359944a95174929",
4192
                "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929",
4193
                "shasum": ""
4194
            },
4195
            "require": {
4196
                "php": ">=5.3.3",
4197
                "symfony/polyfill-util": "~1.0"
4198
            },
4199
            "type": "library",
4200
            "extra": {
4201
                "branch-alias": {
4202
                    "dev-master": "1.4-dev"
4203
                }
4204
            },
4205
            "autoload": {
4206
                "psr-4": {
4207
                    "Symfony\\Polyfill\\Php56\\": ""
4208
                },
4209
                "files": [
4210
                    "bootstrap.php"
4211
                ]
4212
            },
4213
            "notification-url": "https://packagist.org/downloads/",
4214
            "license": [
4215
                "MIT"
4216
            ],
4217
            "authors": [
4218
                {
4219
                    "name": "Nicolas Grekas",
4220
                    "email": "[email protected]"
4221
                },
4222
                {
4223
                    "name": "Symfony Community",
4224
                    "homepage": "https://symfony.com/contributors"
4225
                }
4226
            ],
4227
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4228
            "homepage": "https://symfony.com",
4229
            "keywords": [
4230
                "compatibility",
4231
                "polyfill",
4232
                "portable",
4233
                "shim"
4234
            ],
4235
            "time": "2017-06-09T08:25:21+00:00"
4236
        },
4237
        {
4238
            "name": "symfony/polyfill-php70",
4239
            "version": "v1.4.0",
4240
            "source": {
4241
                "type": "git",
4242
                "url": "https://github.com/symfony/polyfill-php70.git",
4243
                "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874"
4244
            },
4245
            "dist": {
4246
                "type": "zip",
4247
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874",
4248
                "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874",
4249
                "shasum": ""
4250
            },
4251
            "require": {
4252
                "paragonie/random_compat": "~1.0|~2.0",
4253
                "php": ">=5.3.3"
4254
            },
4255
            "type": "library",
4256
            "extra": {
4257
                "branch-alias": {
4258
                    "dev-master": "1.4-dev"
4259
                }
4260
            },
4261
            "autoload": {
4262
                "psr-4": {
4263
                    "Symfony\\Polyfill\\Php70\\": ""
4264
                },
4265
                "files": [
4266
                    "bootstrap.php"
4267
                ],
4268
                "classmap": [
4269
                    "Resources/stubs"
4270
                ]
4271
            },
4272
            "notification-url": "https://packagist.org/downloads/",
4273
            "license": [
4274
                "MIT"
4275
            ],
4276
            "authors": [
4277
                {
4278
                    "name": "Nicolas Grekas",
4279
                    "email": "[email protected]"
4280
                },
4281
                {
4282
                    "name": "Symfony Community",
4283
                    "homepage": "https://symfony.com/contributors"
4284
                }
4285
            ],
4286
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4287
            "homepage": "https://symfony.com",
4288
            "keywords": [
4289
                "compatibility",
4290
                "polyfill",
4291
                "portable",
4292
                "shim"
4293
            ],
4294
            "time": "2017-06-09T14:24:12+00:00"
4295
        },
4296
        {
4297
            "name": "symfony/polyfill-util",
4298
            "version": "v1.4.0",
4299
            "source": {
4300
                "type": "git",
4301
                "url": "https://github.com/symfony/polyfill-util.git",
4302
                "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d"
4303
            },
4304
            "dist": {
4305
                "type": "zip",
4306
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ebccbde4aad410f6438d86d7d261c6b4d2b9a51d",
4307
                "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d",
4308
                "shasum": ""
4309
            },
4310
            "require": {
4311
                "php": ">=5.3.3"
4312
            },
4313
            "type": "library",
4314
            "extra": {
4315
                "branch-alias": {
4316
                    "dev-master": "1.4-dev"
4317
                }
4318
            },
4319
            "autoload": {
4320
                "psr-4": {
4321
                    "Symfony\\Polyfill\\Util\\": ""
4322
                }
4323
            },
4324
            "notification-url": "https://packagist.org/downloads/",
4325
            "license": [
4326
                "MIT"
4327
            ],
4328
            "authors": [
4329
                {
4330
                    "name": "Nicolas Grekas",
4331
                    "email": "[email protected]"
4332
                },
4333
                {
4334
                    "name": "Symfony Community",
4335
                    "homepage": "https://symfony.com/contributors"
4336
                }
4337
            ],
4338
            "description": "Symfony utilities for portability of PHP codes",
4339
            "homepage": "https://symfony.com",
4340
            "keywords": [
4341
                "compat",
4342
                "compatibility",
4343
                "polyfill",
4344
                "shim"
4345
            ],
4346
            "time": "2017-06-09T08:25:21+00:00"
4347
        },
4348
        {
4349
            "name": "symfony/process",
4350
            "version": "v3.3.4",
4351
            "source": {
4352
                "type": "git",
4353
                "url": "https://github.com/symfony/process.git",
4354
                "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30"
4355
            },
4356
            "dist": {
4357
                "type": "zip",
4358
                "url": "https://api.github.com/repos/symfony/process/zipball/5ab8949b682b1bf9d4511a228b5e045c96758c30",
4359
                "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30",
4360
                "shasum": ""
4361
            },
4362
            "require": {
4363
                "php": ">=5.5.9"
4364
            },
4365
            "type": "library",
4366
            "extra": {
4367
                "branch-alias": {
4368
                    "dev-master": "3.3-dev"
4369
                }
4370
            },
4371
            "autoload": {
4372
                "psr-4": {
4373
                    "Symfony\\Component\\Process\\": ""
4374
                },
4375
                "exclude-from-classmap": [
4376
                    "/Tests/"
4377
                ]
4378
            },
4379
            "notification-url": "https://packagist.org/downloads/",
4380
            "license": [
4381
                "MIT"
4382
            ],
4383
            "authors": [
4384
                {
4385
                    "name": "Fabien Potencier",
4386
                    "email": "[email protected]"
4387
                },
4388
                {
4389
                    "name": "Symfony Community",
4390
                    "homepage": "https://symfony.com/contributors"
4391
                }
4392
            ],
4393
            "description": "Symfony Process Component",
4394
            "homepage": "https://symfony.com",
4395
            "time": "2017-07-03T08:12:02+00:00"
4396
        },
4397
        {
4398
            "name": "symfony/property-access",
4399
            "version": "v3.3.4",
4400
            "source": {
4401
                "type": "git",
4402
                "url": "https://github.com/symfony/property-access.git",
4403
                "reference": "4cd2bc4afdfd914ad18cec97bb4159fc403384ea"
4404
            },
4405
            "dist": {
4406
                "type": "zip",
4407
                "url": "https://api.github.com/repos/symfony/property-access/zipball/4cd2bc4afdfd914ad18cec97bb4159fc403384ea",
4408
                "reference": "4cd2bc4afdfd914ad18cec97bb4159fc403384ea",
4409
                "shasum": ""
4410
            },
4411
            "require": {
4412
                "php": ">=5.5.9",
4413
                "symfony/inflector": "~3.1",
4414
                "symfony/polyfill-php70": "~1.0"
4415
            },
4416
            "require-dev": {
4417
                "symfony/cache": "~3.1"
4418
            },
4419
            "suggest": {
4420
                "psr/cache-implementation": "To cache access methods."
4421
            },
4422
            "type": "library",
4423
            "extra": {
4424
                "branch-alias": {
4425
                    "dev-master": "3.3-dev"
4426
                }
4427
            },
4428
            "autoload": {
4429
                "psr-4": {
4430
                    "Symfony\\Component\\PropertyAccess\\": ""
4431
                },
4432
                "exclude-from-classmap": [
4433
                    "/Tests/"
4434
                ]
4435
            },
4436
            "notification-url": "https://packagist.org/downloads/",
4437
            "license": [
4438
                "MIT"
4439
            ],
4440
            "authors": [
4441
                {
4442
                    "name": "Fabien Potencier",
4443
                    "email": "[email protected]"
4444
                },
4445
                {
4446
                    "name": "Symfony Community",
4447
                    "homepage": "https://symfony.com/contributors"
4448
                }
4449
            ],
4450
            "description": "Symfony PropertyAccess Component",
4451
            "homepage": "https://symfony.com",
4452
            "keywords": [
4453
                "access",
4454
                "array",
4455
                "extraction",
4456
                "index",
4457
                "injection",
4458
                "object",
4459
                "property",
4460
                "property path",
4461
                "reflection"
4462
            ],
4463
            "time": "2017-07-03T08:12:02+00:00"
4464
        },
4465
        {
4466
            "name": "symfony/routing",
4467
            "version": "v3.3.4",
4468
            "source": {
4469
                "type": "git",
4470
                "url": "https://github.com/symfony/routing.git",
4471
                "reference": "dc70bbd0ca7b19259f63cdacc8af370bc32a4728"
4472
            },
4473
            "dist": {
4474
                "type": "zip",
4475
                "url": "https://api.github.com/repos/symfony/routing/zipball/dc70bbd0ca7b19259f63cdacc8af370bc32a4728",
4476
                "reference": "dc70bbd0ca7b19259f63cdacc8af370bc32a4728",
4477
                "shasum": ""
4478
            },
4479
            "require": {
4480
                "php": ">=5.5.9"
4481
            },
4482
            "conflict": {
4483
                "symfony/config": "<2.8",
4484
                "symfony/dependency-injection": "<3.3",
4485
                "symfony/yaml": "<3.3"
4486
            },
4487
            "require-dev": {
4488
                "doctrine/annotations": "~1.0",
4489
                "doctrine/common": "~2.2",
4490
                "psr/log": "~1.0",
4491
                "symfony/config": "~2.8|~3.0",
4492
                "symfony/dependency-injection": "~3.3",
4493
                "symfony/expression-language": "~2.8|~3.0",
4494
                "symfony/http-foundation": "~2.8|~3.0",
4495
                "symfony/yaml": "~3.3"
4496
            },
4497
            "suggest": {
4498
                "doctrine/annotations": "For using the annotation loader",
4499
                "symfony/config": "For using the all-in-one router or any loader",
4500
                "symfony/dependency-injection": "For loading routes from a service",
4501
                "symfony/expression-language": "For using expression matching",
4502
                "symfony/http-foundation": "For using a Symfony Request object",
4503
                "symfony/yaml": "For using the YAML loader"
4504
            },
4505
            "type": "library",
4506
            "extra": {
4507
                "branch-alias": {
4508
                    "dev-master": "3.3-dev"
4509
                }
4510
            },
4511
            "autoload": {
4512
                "psr-4": {
4513
                    "Symfony\\Component\\Routing\\": ""
4514
                },
4515
                "exclude-from-classmap": [
4516
                    "/Tests/"
4517
                ]
4518
            },
4519
            "notification-url": "https://packagist.org/downloads/",
4520
            "license": [
4521
                "MIT"
4522
            ],
4523
            "authors": [
4524
                {
4525
                    "name": "Fabien Potencier",
4526
                    "email": "[email protected]"
4527
                },
4528
                {
4529
                    "name": "Symfony Community",
4530
                    "homepage": "https://symfony.com/contributors"
4531
                }
4532
            ],
4533
            "description": "Symfony Routing Component",
4534
            "homepage": "https://symfony.com",
4535
            "keywords": [
4536
                "router",
4537
                "routing",
4538
                "uri",
4539
                "url"
4540
            ],
4541
            "time": "2017-06-24T09:29:48+00:00"
4542
        },
4543
        {
4544
            "name": "symfony/security",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security:

CVE-2017-11365: Empty passwords validation issue
Loading history...
4545
            "version": "v3.3.4",
4546
            "source": {
4547
                "type": "git",
4548
                "url": "https://github.com/symfony/security.git",
4549
                "reference": "db8f85070e7ba985576d1c0919984cc3a9923af4"
4550
            },
4551
            "dist": {
4552
                "type": "zip",
4553
                "url": "https://api.github.com/repos/symfony/security/zipball/db8f85070e7ba985576d1c0919984cc3a9923af4",
4554
                "reference": "db8f85070e7ba985576d1c0919984cc3a9923af4",
4555
                "shasum": ""
4556
            },
4557
            "require": {
4558
                "php": ">=5.5.9",
4559
                "symfony/event-dispatcher": "~2.8|~3.0",
4560
                "symfony/http-foundation": "~2.8|~3.0",
4561
                "symfony/http-kernel": "~3.3",
4562
                "symfony/polyfill-php56": "~1.0",
4563
                "symfony/polyfill-php70": "~1.0",
4564
                "symfony/polyfill-util": "~1.0",
4565
                "symfony/property-access": "~2.8|~3.0"
4566
            },
4567
            "replace": {
4568
                "symfony/security-core": "self.version",
4569
                "symfony/security-csrf": "self.version",
4570
                "symfony/security-guard": "self.version",
4571
                "symfony/security-http": "self.version"
4572
            },
4573
            "require-dev": {
4574
                "psr/log": "~1.0",
4575
                "symfony/expression-language": "~2.8|~3.0",
4576
                "symfony/finder": "~2.8|~3.0",
4577
                "symfony/ldap": "~3.1",
4578
                "symfony/polyfill-intl-icu": "~1.0",
4579
                "symfony/routing": "~2.8|~3.0",
4580
                "symfony/validator": "^2.8.18|^3.2.5"
4581
            },
4582
            "suggest": {
4583
                "symfony/expression-language": "For using the expression voter",
4584
                "symfony/form": "",
4585
                "symfony/ldap": "For using the LDAP user and authentication providers",
4586
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
4587
                "symfony/validator": "For using the user password constraint"
4588
            },
4589
            "type": "library",
4590
            "extra": {
4591
                "branch-alias": {
4592
                    "dev-master": "3.3-dev"
4593
                }
4594
            },
4595
            "autoload": {
4596
                "psr-4": {
4597
                    "Symfony\\Component\\Security\\": ""
4598
                },
4599
                "exclude-from-classmap": [
4600
                    "/Tests/"
4601
                ]
4602
            },
4603
            "notification-url": "https://packagist.org/downloads/",
4604
            "license": [
4605
                "MIT"
4606
            ],
4607
            "authors": [
4608
                {
4609
                    "name": "Fabien Potencier",
4610
                    "email": "[email protected]"
4611
                },
4612
                {
4613
                    "name": "Symfony Community",
4614
                    "homepage": "https://symfony.com/contributors"
4615
                }
4616
            ],
4617
            "description": "Symfony Security Component",
4618
            "homepage": "https://symfony.com",
4619
            "time": "2017-07-03T08:12:02+00:00"
4620
        },
4621
        {
4622
            "name": "symfony/serializer",
4623
            "version": "v3.3.4",
4624
            "source": {
4625
                "type": "git",
4626
                "url": "https://github.com/symfony/serializer.git",
4627
                "reference": "419d82243c0f9b4978d780c31f39163770e4436b"
4628
            },
4629
            "dist": {
4630
                "type": "zip",
4631
                "url": "https://api.github.com/repos/symfony/serializer/zipball/419d82243c0f9b4978d780c31f39163770e4436b",
4632
                "reference": "419d82243c0f9b4978d780c31f39163770e4436b",
4633
                "shasum": ""
4634
            },
4635
            "require": {
4636
                "php": ">=5.5.9"
4637
            },
4638
            "conflict": {
4639
                "symfony/dependency-injection": "<3.2",
4640
                "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
4641
                "symfony/property-info": "<3.1",
4642
                "symfony/yaml": "<3.3"
4643
            },
4644
            "require-dev": {
4645
                "doctrine/annotations": "~1.0",
4646
                "doctrine/cache": "~1.0",
4647
                "phpdocumentor/reflection-docblock": "~3.0",
4648
                "symfony/cache": "~3.1",
4649
                "symfony/config": "~2.8|~3.0",
4650
                "symfony/dependency-injection": "~3.2",
4651
                "symfony/http-foundation": "~2.8|~3.0",
4652
                "symfony/property-access": "~2.8|~3.0",
4653
                "symfony/property-info": "~3.1",
4654
                "symfony/yaml": "~3.3"
4655
            },
4656
            "suggest": {
4657
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4658
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4659
                "psr/cache-implementation": "For using the metadata cache.",
4660
                "symfony/config": "For using the XML mapping loader.",
4661
                "symfony/http-foundation": "To use the DataUriNormalizer.",
4662
                "symfony/property-access": "For using the ObjectNormalizer.",
4663
                "symfony/property-info": "To deserialize relations.",
4664
                "symfony/yaml": "For using the default YAML mapping loader."
4665
            },
4666
            "type": "library",
4667
            "extra": {
4668
                "branch-alias": {
4669
                    "dev-master": "3.3-dev"
4670
                }
4671
            },
4672
            "autoload": {
4673
                "psr-4": {
4674
                    "Symfony\\Component\\Serializer\\": ""
4675
                },
4676
                "exclude-from-classmap": [
4677
                    "/Tests/"
4678
                ]
4679
            },
4680
            "notification-url": "https://packagist.org/downloads/",
4681
            "license": [
4682
                "MIT"
4683
            ],
4684
            "authors": [
4685
                {
4686
                    "name": "Fabien Potencier",
4687
                    "email": "[email protected]"
4688
                },
4689
                {
4690
                    "name": "Symfony Community",
4691
                    "homepage": "https://symfony.com/contributors"
4692
                }
4693
            ],
4694
            "description": "Symfony Serializer Component",
4695
            "homepage": "https://symfony.com",
4696
            "time": "2017-07-04T05:29:22+00:00"
4697
        },
4698
        {
4699
            "name": "symfony/stopwatch",
4700
            "version": "v3.3.4",
4701
            "source": {
4702
                "type": "git",
4703
                "url": "https://github.com/symfony/stopwatch.git",
4704
                "reference": "602a15299dc01556013b07167d4f5d3a60e90d15"
4705
            },
4706
            "dist": {
4707
                "type": "zip",
4708
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/602a15299dc01556013b07167d4f5d3a60e90d15",
4709
                "reference": "602a15299dc01556013b07167d4f5d3a60e90d15",
4710
                "shasum": ""
4711
            },
4712
            "require": {
4713
                "php": ">=5.5.9"
4714
            },
4715
            "type": "library",
4716
            "extra": {
4717
                "branch-alias": {
4718
                    "dev-master": "3.3-dev"
4719
                }
4720
            },
4721
            "autoload": {
4722
                "psr-4": {
4723
                    "Symfony\\Component\\Stopwatch\\": ""
4724
                },
4725
                "exclude-from-classmap": [
4726
                    "/Tests/"
4727
                ]
4728
            },
4729
            "notification-url": "https://packagist.org/downloads/",
4730
            "license": [
4731
                "MIT"
4732
            ],
4733
            "authors": [
4734
                {
4735
                    "name": "Fabien Potencier",
4736
                    "email": "[email protected]"
4737
                },
4738
                {
4739
                    "name": "Symfony Community",
4740
                    "homepage": "https://symfony.com/contributors"
4741
                }
4742
            ],
4743
            "description": "Symfony Stopwatch Component",
4744
            "homepage": "https://symfony.com",
4745
            "time": "2017-04-12T14:14:56+00:00"
4746
        },
4747
        {
4748
            "name": "symfony/templating",
4749
            "version": "v3.3.4",
4750
            "source": {
4751
                "type": "git",
4752
                "url": "https://github.com/symfony/templating.git",
4753
                "reference": "503b8be934aa98ffeb1dcb144557c42ef3341024"
4754
            },
4755
            "dist": {
4756
                "type": "zip",
4757
                "url": "https://api.github.com/repos/symfony/templating/zipball/503b8be934aa98ffeb1dcb144557c42ef3341024",
4758
                "reference": "503b8be934aa98ffeb1dcb144557c42ef3341024",
4759
                "shasum": ""
4760
            },
4761
            "require": {
4762
                "php": ">=5.5.9"
4763
            },
4764
            "require-dev": {
4765
                "psr/log": "~1.0"
4766
            },
4767
            "suggest": {
4768
                "psr/log": "For using debug logging in loaders"
4769
            },
4770
            "type": "library",
4771
            "extra": {
4772
                "branch-alias": {
4773
                    "dev-master": "3.3-dev"
4774
                }
4775
            },
4776
            "autoload": {
4777
                "psr-4": {
4778
                    "Symfony\\Component\\Templating\\": ""
4779
                },
4780
                "exclude-from-classmap": [
4781
                    "/Tests/"
4782
                ]
4783
            },
4784
            "notification-url": "https://packagist.org/downloads/",
4785
            "license": [
4786
                "MIT"
4787
            ],
4788
            "authors": [
4789
                {
4790
                    "name": "Fabien Potencier",
4791
                    "email": "[email protected]"
4792
                },
4793
                {
4794
                    "name": "Symfony Community",
4795
                    "homepage": "https://symfony.com/contributors"
4796
                }
4797
            ],
4798
            "description": "Symfony Templating Component",
4799
            "homepage": "https://symfony.com",
4800
            "time": "2017-04-12T14:14:56+00:00"
4801
        },
4802
        {
4803
            "name": "symfony/translation",
4804
            "version": "v3.3.4",
4805
            "source": {
4806
                "type": "git",
4807
                "url": "https://github.com/symfony/translation.git",
4808
                "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
4809
            },
4810
            "dist": {
4811
                "type": "zip",
4812
                "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
4813
                "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
4814
                "shasum": ""
4815
            },
4816
            "require": {
4817
                "php": ">=5.5.9",
4818
                "symfony/polyfill-mbstring": "~1.0"
4819
            },
4820
            "conflict": {
4821
                "symfony/config": "<2.8",
4822
                "symfony/yaml": "<3.3"
4823
            },
4824
            "require-dev": {
4825
                "psr/log": "~1.0",
4826
                "symfony/config": "~2.8|~3.0",
4827
                "symfony/intl": "^2.8.18|^3.2.5",
4828
                "symfony/yaml": "~3.3"
4829
            },
4830
            "suggest": {
4831
                "psr/log": "To use logging capability in translator",
4832
                "symfony/config": "",
4833
                "symfony/yaml": ""
4834
            },
4835
            "type": "library",
4836
            "extra": {
4837
                "branch-alias": {
4838
                    "dev-master": "3.3-dev"
4839
                }
4840
            },
4841
            "autoload": {
4842
                "psr-4": {
4843
                    "Symfony\\Component\\Translation\\": ""
4844
                },
4845
                "exclude-from-classmap": [
4846
                    "/Tests/"
4847
                ]
4848
            },
4849
            "notification-url": "https://packagist.org/downloads/",
4850
            "license": [
4851
                "MIT"
4852
            ],
4853
            "authors": [
4854
                {
4855
                    "name": "Fabien Potencier",
4856
                    "email": "[email protected]"
4857
                },
4858
                {
4859
                    "name": "Symfony Community",
4860
                    "homepage": "https://symfony.com/contributors"
4861
                }
4862
            ],
4863
            "description": "Symfony Translation Component",
4864
            "homepage": "https://symfony.com",
4865
            "time": "2017-06-24T16:45:30+00:00"
4866
        },
4867
        {
4868
            "name": "symfony/twig-bridge",
4869
            "version": "v3.3.4",
4870
            "source": {
4871
                "type": "git",
4872
                "url": "https://github.com/symfony/twig-bridge.git",
4873
                "reference": "12829fa877910ee3fa4c71279e5d6a358e4b1d9e"
4874
            },
4875
            "dist": {
4876
                "type": "zip",
4877
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/12829fa877910ee3fa4c71279e5d6a358e4b1d9e",
4878
                "reference": "12829fa877910ee3fa4c71279e5d6a358e4b1d9e",
4879
                "shasum": ""
4880
            },
4881
            "require": {
4882
                "php": ">=5.5.9",
4883
                "twig/twig": "~1.34|~2.4"
4884
            },
4885
            "conflict": {
4886
                "symfony/form": "<3.2.10|~3.3,<3.3.3"
4887
            },
4888
            "require-dev": {
4889
                "fig/link-util": "^1.0",
4890
                "symfony/asset": "~2.8|~3.0",
4891
                "symfony/console": "~2.8|~3.0",
4892
                "symfony/expression-language": "~2.8|~3.0",
4893
                "symfony/finder": "~2.8|~3.0",
4894
                "symfony/form": "^3.2.10|^3.3.3",
4895
                "symfony/http-kernel": "~3.2",
4896
                "symfony/polyfill-intl-icu": "~1.0",
4897
                "symfony/routing": "~2.8|~3.0",
4898
                "symfony/security": "~2.8|~3.0",
4899
                "symfony/security-acl": "~2.8|~3.0",
4900
                "symfony/stopwatch": "~2.8|~3.0",
4901
                "symfony/templating": "~2.8|~3.0",
4902
                "symfony/translation": "~2.8|~3.0",
4903
                "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2",
4904
                "symfony/web-link": "~3.3",
4905
                "symfony/yaml": "~2.8|~3.0"
4906
            },
4907
            "suggest": {
4908
                "symfony/asset": "For using the AssetExtension",
4909
                "symfony/expression-language": "For using the ExpressionExtension",
4910
                "symfony/finder": "",
4911
                "symfony/form": "For using the FormExtension",
4912
                "symfony/http-kernel": "For using the HttpKernelExtension",
4913
                "symfony/routing": "For using the RoutingExtension",
4914
                "symfony/security": "For using the SecurityExtension",
4915
                "symfony/stopwatch": "For using the StopwatchExtension",
4916
                "symfony/templating": "For using the TwigEngine",
4917
                "symfony/translation": "For using the TranslationExtension",
4918
                "symfony/var-dumper": "For using the DumpExtension",
4919
                "symfony/web-link": "For using the WebLinkExtension",
4920
                "symfony/yaml": "For using the YamlExtension"
4921
            },
4922
            "type": "symfony-bridge",
4923
            "extra": {
4924
                "branch-alias": {
4925
                    "dev-master": "3.3-dev"
4926
                }
4927
            },
4928
            "autoload": {
4929
                "psr-4": {
4930
                    "Symfony\\Bridge\\Twig\\": ""
4931
                },
4932
                "exclude-from-classmap": [
4933
                    "/Tests/"
4934
                ]
4935
            },
4936
            "notification-url": "https://packagist.org/downloads/",
4937
            "license": [
4938
                "MIT"
4939
            ],
4940
            "authors": [
4941
                {
4942
                    "name": "Fabien Potencier",
4943
                    "email": "[email protected]"
4944
                },
4945
                {
4946
                    "name": "Symfony Community",
4947
                    "homepage": "https://symfony.com/contributors"
4948
                }
4949
            ],
4950
            "description": "Symfony Twig Bridge",
4951
            "homepage": "https://symfony.com",
4952
            "time": "2017-06-24T09:29:48+00:00"
4953
        },
4954
        {
4955
            "name": "symfony/validator",
4956
            "version": "v3.3.4",
4957
            "source": {
4958
                "type": "git",
4959
                "url": "https://github.com/symfony/validator.git",
4960
                "reference": "cdf0ba8174842115b9a83f6d995c1929eb98b8f3"
4961
            },
4962
            "dist": {
4963
                "type": "zip",
4964
                "url": "https://api.github.com/repos/symfony/validator/zipball/cdf0ba8174842115b9a83f6d995c1929eb98b8f3",
4965
                "reference": "cdf0ba8174842115b9a83f6d995c1929eb98b8f3",
4966
                "shasum": ""
4967
            },
4968
            "require": {
4969
                "php": ">=5.5.9",
4970
                "symfony/polyfill-mbstring": "~1.0",
4971
                "symfony/translation": "~2.8|~3.0"
4972
            },
4973
            "conflict": {
4974
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4975
                "symfony/dependency-injection": "<3.3",
4976
                "symfony/yaml": "<3.3"
4977
            },
4978
            "require-dev": {
4979
                "doctrine/annotations": "~1.0",
4980
                "doctrine/cache": "~1.0",
4981
                "egulias/email-validator": "^1.2.8|~2.0",
4982
                "symfony/cache": "~3.1",
4983
                "symfony/config": "~2.8|~3.0",
4984
                "symfony/dependency-injection": "~3.3",
4985
                "symfony/expression-language": "~2.8|~3.0",
4986
                "symfony/http-foundation": "~2.8|~3.0",
4987
                "symfony/intl": "^2.8.18|^3.2.5",
4988
                "symfony/yaml": "~3.3"
4989
            },
4990
            "suggest": {
4991
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4992
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4993
                "egulias/email-validator": "Strict (RFC compliant) email validation",
4994
                "psr/cache-implementation": "For using the metadata cache.",
4995
                "symfony/config": "",
4996
                "symfony/expression-language": "For using the Expression validator",
4997
                "symfony/http-foundation": "",
4998
                "symfony/intl": "",
4999
                "symfony/yaml": ""
5000
            },
5001
            "type": "library",
5002
            "extra": {
5003
                "branch-alias": {
5004
                    "dev-master": "3.3-dev"
5005
                }
5006
            },
5007
            "autoload": {
5008
                "psr-4": {
5009
                    "Symfony\\Component\\Validator\\": ""
5010
                },
5011
                "exclude-from-classmap": [
5012
                    "/Tests/"
5013
                ]
5014
            },
5015
            "notification-url": "https://packagist.org/downloads/",
5016
            "license": [
5017
                "MIT"
5018
            ],
5019
            "authors": [
5020
                {
5021
                    "name": "Fabien Potencier",
5022
                    "email": "[email protected]"
5023
                },
5024
                {
5025
                    "name": "Symfony Community",
5026
                    "homepage": "https://symfony.com/contributors"
5027
                }
5028
            ],
5029
            "description": "Symfony Validator Component",
5030
            "homepage": "https://symfony.com",
5031
            "time": "2017-07-03T08:12:02+00:00"
5032
        },
5033
        {
5034
            "name": "symfony/var-dumper",
5035
            "version": "v3.3.4",
5036
            "source": {
5037
                "type": "git",
5038
                "url": "https://github.com/symfony/var-dumper.git",
5039
                "reference": "9ee920bba1d2ce877496dcafca7cbffff4dbe08a"
5040
            },
5041
            "dist": {
5042
                "type": "zip",
5043
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9ee920bba1d2ce877496dcafca7cbffff4dbe08a",
5044
                "reference": "9ee920bba1d2ce877496dcafca7cbffff4dbe08a",
5045
                "shasum": ""
5046
            },
5047
            "require": {
5048
                "php": ">=5.5.9",
5049
                "symfony/polyfill-mbstring": "~1.0"
5050
            },
5051
            "conflict": {
5052
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5053
            },
5054
            "require-dev": {
5055
                "ext-iconv": "*",
5056
                "twig/twig": "~1.34|~2.4"
5057
            },
5058
            "suggest": {
5059
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5060
                "ext-symfony_debug": ""
5061
            },
5062
            "type": "library",
5063
            "extra": {
5064
                "branch-alias": {
5065
                    "dev-master": "3.3-dev"
5066
                }
5067
            },
5068
            "autoload": {
5069
                "files": [
5070
                    "Resources/functions/dump.php"
5071
                ],
5072
                "psr-4": {
5073
                    "Symfony\\Component\\VarDumper\\": ""
5074
                },
5075
                "exclude-from-classmap": [
5076
                    "/Tests/"
5077
                ]
5078
            },
5079
            "notification-url": "https://packagist.org/downloads/",
5080
            "license": [
5081
                "MIT"
5082
            ],
5083
            "authors": [
5084
                {
5085
                    "name": "Nicolas Grekas",
5086
                    "email": "[email protected]"
5087
                },
5088
                {
5089
                    "name": "Symfony Community",
5090
                    "homepage": "https://symfony.com/contributors"
5091
                }
5092
            ],
5093
            "description": "Symfony mechanism for exploring and dumping PHP variables",
5094
            "homepage": "https://symfony.com",
5095
            "keywords": [
5096
                "debug",
5097
                "dump"
5098
            ],
5099
            "time": "2017-07-05T13:02:37+00:00"
5100
        },
5101
        {
5102
            "name": "symfony/web-profiler-bundle",
5103
            "version": "v3.3.4",
5104
            "source": {
5105
                "type": "git",
5106
                "url": "https://github.com/symfony/web-profiler-bundle.git",
5107
                "reference": "97f2c9bc4ddd9de23053d5e114b24ae0fac5d96f"
5108
            },
5109
            "dist": {
5110
                "type": "zip",
5111
                "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/97f2c9bc4ddd9de23053d5e114b24ae0fac5d96f",
5112
                "reference": "97f2c9bc4ddd9de23053d5e114b24ae0fac5d96f",
5113
                "shasum": ""
5114
            },
5115
            "require": {
5116
                "php": ">=5.5.9",
5117
                "symfony/http-kernel": "~3.2",
5118
                "symfony/polyfill-php70": "~1.0",
5119
                "symfony/routing": "~2.8|~3.0",
5120
                "symfony/twig-bridge": "~2.8|~3.0",
5121
                "symfony/var-dumper": "~3.3",
5122
                "twig/twig": "~1.34|~2.4"
5123
            },
5124
            "conflict": {
5125
                "symfony/dependency-injection": "<3.3",
5126
                "symfony/event-dispatcher": "<3.2",
5127
                "symfony/var-dumper": "<3.3"
5128
            },
5129
            "require-dev": {
5130
                "symfony/config": "~2.8|~3.0",
5131
                "symfony/console": "~2.8|~3.0",
5132
                "symfony/dependency-injection": "~3.3",
5133
                "symfony/stopwatch": "~2.8|~3.0"
5134
            },
5135
            "type": "symfony-bundle",
5136
            "extra": {
5137
                "branch-alias": {
5138
                    "dev-master": "3.3-dev"
5139
                }
5140
            },
5141
            "autoload": {
5142
                "psr-4": {
5143
                    "Symfony\\Bundle\\WebProfilerBundle\\": ""
5144
                },
5145
                "exclude-from-classmap": [
5146
                    "/Tests/"
5147
                ]
5148
            },
5149
            "notification-url": "https://packagist.org/downloads/",
5150
            "license": [
5151
                "MIT"
5152
            ],
5153
            "authors": [
5154
                {
5155
                    "name": "Fabien Potencier",
5156
                    "email": "[email protected]"
5157
                },
5158
                {
5159
                    "name": "Symfony Community",
5160
                    "homepage": "https://symfony.com/contributors"
5161
                }
5162
            ],
5163
            "description": "Symfony WebProfilerBundle",
5164
            "homepage": "https://symfony.com",
5165
            "time": "2017-07-03T08:12:02+00:00"
5166
        },
5167
        {
5168
            "name": "symfony/yaml",
5169
            "version": "v3.3.4",
5170
            "source": {
5171
                "type": "git",
5172
                "url": "https://github.com/symfony/yaml.git",
5173
                "reference": "1f93a8d19b8241617f5074a123e282575b821df8"
5174
            },
5175
            "dist": {
5176
                "type": "zip",
5177
                "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8",
5178
                "reference": "1f93a8d19b8241617f5074a123e282575b821df8",
5179
                "shasum": ""
5180
            },
5181
            "require": {
5182
                "php": ">=5.5.9"
5183
            },
5184
            "require-dev": {
5185
                "symfony/console": "~2.8|~3.0"
5186
            },
5187
            "suggest": {
5188
                "symfony/console": "For validating YAML files using the lint command"
5189
            },
5190
            "type": "library",
5191
            "extra": {
5192
                "branch-alias": {
5193
                    "dev-master": "3.3-dev"
5194
                }
5195
            },
5196
            "autoload": {
5197
                "psr-4": {
5198
                    "Symfony\\Component\\Yaml\\": ""
5199
                },
5200
                "exclude-from-classmap": [
5201
                    "/Tests/"
5202
                ]
5203
            },
5204
            "notification-url": "https://packagist.org/downloads/",
5205
            "license": [
5206
                "MIT"
5207
            ],
5208
            "authors": [
5209
                {
5210
                    "name": "Fabien Potencier",
5211
                    "email": "[email protected]"
5212
                },
5213
                {
5214
                    "name": "Symfony Community",
5215
                    "homepage": "https://symfony.com/contributors"
5216
                }
5217
            ],
5218
            "description": "Symfony Yaml Component",
5219
            "homepage": "https://symfony.com",
5220
            "time": "2017-06-15T12:58:50+00:00"
5221
        },
5222
        {
5223
            "name": "twig/twig",
5224
            "version": "v1.34.4",
5225
            "source": {
5226
                "type": "git",
5227
                "url": "https://github.com/twigphp/Twig.git",
5228
                "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee"
5229
            },
5230
            "dist": {
5231
                "type": "zip",
5232
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee",
5233
                "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee",
5234
                "shasum": ""
5235
            },
5236
            "require": {
5237
                "php": ">=5.3.3"
5238
            },
5239
            "require-dev": {
5240
                "psr/container": "^1.0",
5241
                "symfony/debug": "~2.7",
5242
                "symfony/phpunit-bridge": "~3.3@dev"
5243
            },
5244
            "type": "library",
5245
            "extra": {
5246
                "branch-alias": {
5247
                    "dev-master": "1.34-dev"
5248
                }
5249
            },
5250
            "autoload": {
5251
                "psr-0": {
5252
                    "Twig_": "lib/"
5253
                },
5254
                "psr-4": {
5255
                    "Twig\\": "src/"
5256
                }
5257
            },
5258
            "notification-url": "https://packagist.org/downloads/",
5259
            "license": [
5260
                "BSD-3-Clause"
5261
            ],
5262
            "authors": [
5263
                {
5264
                    "name": "Fabien Potencier",
5265
                    "email": "[email protected]",
5266
                    "homepage": "http://fabien.potencier.org",
5267
                    "role": "Lead Developer"
5268
                },
5269
                {
5270
                    "name": "Armin Ronacher",
5271
                    "email": "[email protected]",
5272
                    "role": "Project Founder"
5273
                },
5274
                {
5275
                    "name": "Twig Team",
5276
                    "homepage": "http://twig.sensiolabs.org/contributors",
5277
                    "role": "Contributors"
5278
                }
5279
            ],
5280
            "description": "Twig, the flexible, fast, and secure template language for PHP",
5281
            "homepage": "http://twig.sensiolabs.org",
5282
            "keywords": [
5283
                "templating"
5284
            ],
5285
            "time": "2017-07-04T13:19:31+00:00"
5286
        },
5287
        {
5288
            "name": "zendframework/zend-code",
5289
            "version": "2.6.3",
5290
            "source": {
5291
                "type": "git",
5292
                "url": "https://github.com/zendframework/zend-code.git",
5293
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
5294
            },
5295
            "dist": {
5296
                "type": "zip",
5297
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
5298
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
5299
                "shasum": ""
5300
            },
5301
            "require": {
5302
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
5303
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
5304
            },
5305
            "require-dev": {
5306
                "doctrine/annotations": "~1.0",
5307
                "fabpot/php-cs-fixer": "1.7.*",
5308
                "phpunit/phpunit": "^4.8.21",
5309
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
5310
            },
5311
            "suggest": {
5312
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
5313
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
5314
            },
5315
            "type": "library",
5316
            "extra": {
5317
                "branch-alias": {
5318
                    "dev-master": "2.6-dev",
5319
                    "dev-develop": "2.7-dev"
5320
                }
5321
            },
5322
            "autoload": {
5323
                "psr-4": {
5324
                    "Zend\\Code\\": "src/"
5325
                }
5326
            },
5327
            "notification-url": "https://packagist.org/downloads/",
5328
            "license": [
5329
                "BSD-3-Clause"
5330
            ],
5331
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
5332
            "homepage": "https://github.com/zendframework/zend-code",
5333
            "keywords": [
5334
                "code",
5335
                "zf2"
5336
            ],
5337
            "time": "2016-04-20T17:26:42+00:00"
5338
        },
5339
        {
5340
            "name": "zendframework/zend-eventmanager",
5341
            "version": "3.0.1",
5342
            "source": {
5343
                "type": "git",
5344
                "url": "https://github.com/zendframework/zend-eventmanager.git",
5345
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
5346
            },
5347
            "dist": {
5348
                "type": "zip",
5349
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
5350
                "reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
5351
                "shasum": ""
5352
            },
5353
            "require": {
5354
                "php": "^5.5 || ^7.0"
5355
            },
5356
            "require-dev": {
5357
                "athletic/athletic": "^0.1",
5358
                "container-interop/container-interop": "^1.1.0",
5359
                "phpunit/phpunit": "~4.0",
5360
                "squizlabs/php_codesniffer": "^2.0",
5361
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
5362
            },
5363
            "suggest": {
5364
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
5365
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
5366
            },
5367
            "type": "library",
5368
            "extra": {
5369
                "branch-alias": {
5370
                    "dev-master": "3.0-dev",
5371
                    "dev-develop": "3.1-dev"
5372
                }
5373
            },
5374
            "autoload": {
5375
                "psr-4": {
5376
                    "Zend\\EventManager\\": "src/"
5377
                }
5378
            },
5379
            "notification-url": "https://packagist.org/downloads/",
5380
            "license": [
5381
                "BSD-3-Clause"
5382
            ],
5383
            "description": "Trigger and listen to events within a PHP application",
5384
            "homepage": "https://github.com/zendframework/zend-eventmanager",
5385
            "keywords": [
5386
                "event",
5387
                "eventmanager",
5388
                "events",
5389
                "zf2"
5390
            ],
5391
            "time": "2016-02-18T20:53:00+00:00"
5392
        }
5393
    ],
5394
    "packages-dev": [
5395
        {
5396
            "name": "friendsofphp/php-cs-fixer",
5397
            "version": "v2.2.5",
5398
            "source": {
5399
                "type": "git",
5400
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
5401
                "reference": "27c2cd9d4abd2178b5b585fa2c3cca656d377c69"
5402
            },
5403
            "dist": {
5404
                "type": "zip",
5405
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/27c2cd9d4abd2178b5b585fa2c3cca656d377c69",
5406
                "reference": "27c2cd9d4abd2178b5b585fa2c3cca656d377c69",
5407
                "shasum": ""
5408
            },
5409
            "require": {
5410
                "doctrine/annotations": "^1.2",
5411
                "ext-json": "*",
5412
                "ext-tokenizer": "*",
5413
                "gecko-packages/gecko-php-unit": "^2.0",
5414
                "php": "^5.3.6 || >=7.0 <7.2",
5415
                "sebastian/diff": "^1.4",
5416
                "symfony/console": "^2.4 || ^3.0",
5417
                "symfony/event-dispatcher": "^2.1 || ^3.0",
5418
                "symfony/filesystem": "^2.4 || ^3.0",
5419
                "symfony/finder": "^2.2 || ^3.0",
5420
                "symfony/options-resolver": "^2.6 || ^3.0",
5421
                "symfony/polyfill-php54": "^1.0",
5422
                "symfony/polyfill-php55": "^1.3",
5423
                "symfony/polyfill-php70": "^1.0",
5424
                "symfony/polyfill-php72": "^1.4",
5425
                "symfony/process": "^2.3 || ^3.0",
5426
                "symfony/stopwatch": "^2.5 || ^3.0"
5427
            },
5428
            "conflict": {
5429
                "hhvm": "<3.18"
5430
            },
5431
            "require-dev": {
5432
                "johnkary/phpunit-speedtrap": "^1.0.1",
5433
                "justinrainbow/json-schema": "^5.0",
5434
                "phpunit/phpunit": "^4.8.35 || ^5.4.3",
5435
                "satooshi/php-coveralls": "^1.0",
5436
                "symfony/phpunit-bridge": "^3.2.2"
5437
            },
5438
            "suggest": {
5439
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
5440
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
5441
            },
5442
            "bin": [
5443
                "php-cs-fixer"
5444
            ],
5445
            "type": "application",
5446
            "extra": {
5447
                "branch-alias": {
5448
                    "dev-master": "2.2-dev"
5449
                }
5450
            },
5451
            "autoload": {
5452
                "psr-4": {
5453
                    "PhpCsFixer\\": "src/"
5454
                },
5455
                "classmap": [
5456
                    "tests/Test/AbstractFixerTestCase.php",
5457
                    "tests/Test/AbstractIntegrationTestCase.php",
5458
                    "tests/Test/IntegrationCase.php",
5459
                    "tests/Test/IntegrationCaseFactory.php"
5460
                ]
5461
            },
5462
            "notification-url": "https://packagist.org/downloads/",
5463
            "license": [
5464
                "MIT"
5465
            ],
5466
            "authors": [
5467
                {
5468
                    "name": "Dariusz Rumiński",
5469
                    "email": "[email protected]"
5470
                },
5471
                {
5472
                    "name": "Fabien Potencier",
5473
                    "email": "[email protected]"
5474
                }
5475
            ],
5476
            "description": "A tool to automatically fix PHP code style",
5477
            "time": "2017-07-18T15:16:38+00:00"
5478
        },
5479
        {
5480
            "name": "fzaninotto/faker",
5481
            "version": "v1.5.0",
5482
            "source": {
5483
                "type": "git",
5484
                "url": "https://github.com/fzaninotto/Faker.git",
5485
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
5486
            },
5487
            "dist": {
5488
                "type": "zip",
5489
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
5490
                "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
5491
                "shasum": ""
5492
            },
5493
            "require": {
5494
                "php": ">=5.3.3"
5495
            },
5496
            "require-dev": {
5497
                "phpunit/phpunit": "~4.0",
5498
                "squizlabs/php_codesniffer": "~1.5"
5499
            },
5500
            "suggest": {
5501
                "ext-intl": "*"
5502
            },
5503
            "type": "library",
5504
            "extra": {
5505
                "branch-alias": {
5506
                    "dev-master": "1.5.x-dev"
5507
                }
5508
            },
5509
            "autoload": {
5510
                "psr-4": {
5511
                    "Faker\\": "src/Faker/"
5512
                }
5513
            },
5514
            "notification-url": "https://packagist.org/downloads/",
5515
            "license": [
5516
                "MIT"
5517
            ],
5518
            "authors": [
5519
                {
5520
                    "name": "François Zaninotto"
5521
                }
5522
            ],
5523
            "description": "Faker is a PHP library that generates fake data for you.",
5524
            "keywords": [
5525
                "data",
5526
                "faker",
5527
                "fixtures"
5528
            ],
5529
            "time": "2015-05-29T06:29:14+00:00"
5530
        },
5531
        {
5532
            "name": "gecko-packages/gecko-php-unit",
5533
            "version": "v2.1",
5534
            "source": {
5535
                "type": "git",
5536
                "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git",
5537
                "reference": "5b9e9622c7efd3b22655270b80c03f9e52878a6e"
5538
            },
5539
            "dist": {
5540
                "type": "zip",
5541
                "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/5b9e9622c7efd3b22655270b80c03f9e52878a6e",
5542
                "reference": "5b9e9622c7efd3b22655270b80c03f9e52878a6e",
5543
                "shasum": ""
5544
            },
5545
            "require": {
5546
                "php": "^5.3.6 || ^7.0"
5547
            },
5548
            "require-dev": {
5549
                "phpunit/phpunit": "^4.8.35 || ^5.4.3"
5550
            },
5551
            "type": "library",
5552
            "autoload": {
5553
                "psr-4": {
5554
                    "GeckoPackages\\PHPUnit\\": "src\\PHPUnit"
5555
                }
5556
            },
5557
            "notification-url": "https://packagist.org/downloads/",
5558
            "license": [
5559
                "MIT"
5560
            ],
5561
            "description": "Additional PHPUnit tests.",
5562
            "homepage": "https://github.com/GeckoPackages",
5563
            "keywords": [
5564
                "extension",
5565
                "filesystem",
5566
                "phpunit"
5567
            ],
5568
            "time": "2017-06-20T11:22:48+00:00"
5569
        },
5570
        {
5571
            "name": "ircmaxell/password-compat",
5572
            "version": "v1.0.4",
5573
            "source": {
5574
                "type": "git",
5575
                "url": "https://github.com/ircmaxell/password_compat.git",
5576
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
5577
            },
5578
            "dist": {
5579
                "type": "zip",
5580
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
5581
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
5582
                "shasum": ""
5583
            },
5584
            "require-dev": {
5585
                "phpunit/phpunit": "4.*"
5586
            },
5587
            "type": "library",
5588
            "autoload": {
5589
                "files": [
5590
                    "lib/password.php"
5591
                ]
5592
            },
5593
            "notification-url": "https://packagist.org/downloads/",
5594
            "license": [
5595
                "MIT"
5596
            ],
5597
            "authors": [
5598
                {
5599
                    "name": "Anthony Ferrara",
5600
                    "email": "[email protected]",
5601
                    "homepage": "http://blog.ircmaxell.com"
5602
                }
5603
            ],
5604
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
5605
            "homepage": "https://github.com/ircmaxell/password_compat",
5606
            "keywords": [
5607
                "hashing",
5608
                "password"
5609
            ],
5610
            "time": "2014-11-20T16:49:30+00:00"
5611
        },
5612
        {
5613
            "name": "mikey179/vfsStream",
5614
            "version": "v1.6.4",
5615
            "source": {
5616
                "type": "git",
5617
                "url": "https://github.com/mikey179/vfsStream.git",
5618
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
5619
            },
5620
            "dist": {
5621
                "type": "zip",
5622
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
5623
                "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
5624
                "shasum": ""
5625
            },
5626
            "require": {
5627
                "php": ">=5.3.0"
5628
            },
5629
            "require-dev": {
5630
                "phpunit/phpunit": "~4.5"
5631
            },
5632
            "type": "library",
5633
            "extra": {
5634
                "branch-alias": {
5635
                    "dev-master": "1.6.x-dev"
5636
                }
5637
            },
5638
            "autoload": {
5639
                "psr-0": {
5640
                    "org\\bovigo\\vfs\\": "src/main/php"
5641
                }
5642
            },
5643
            "notification-url": "https://packagist.org/downloads/",
5644
            "license": [
5645
                "BSD-3-Clause"
5646
            ],
5647
            "authors": [
5648
                {
5649
                    "name": "Frank Kleine",
5650
                    "homepage": "http://frankkleine.de/",
5651
                    "role": "Developer"
5652
                }
5653
            ],
5654
            "description": "Virtual file system to mock the real file system in unit tests.",
5655
            "homepage": "http://vfs.bovigo.org/",
5656
            "time": "2016-07-18T14:02:57+00:00"
5657
        },
5658
        {
5659
            "name": "phing/phing",
5660
            "version": "2.16.0",
5661
            "source": {
5662
                "type": "git",
5663
                "url": "https://github.com/phingofficial/phing.git",
5664
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b"
5665
            },
5666
            "dist": {
5667
                "type": "zip",
5668
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
5669
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
5670
                "shasum": ""
5671
            },
5672
            "require": {
5673
                "php": ">=5.2.0",
5674
                "symfony/yaml": "^3.1"
5675
            },
5676
            "require-dev": {
5677
                "ext-pdo_sqlite": "*",
5678
                "mikey179/vfsstream": "^1.6",
5679
                "pdepend/pdepend": "2.x",
5680
                "pear/archive_tar": "1.4.x",
5681
                "pear/http_request2": "dev-trunk",
5682
                "pear/net_growl": "dev-trunk",
5683
                "pear/pear-core-minimal": "1.10.1",
5684
                "pear/versioncontrol_git": "@dev",
5685
                "pear/versioncontrol_svn": "~0.5",
5686
                "phpdocumentor/phpdocumentor": "2.x",
5687
                "phploc/phploc": "~2.0.6",
5688
                "phpmd/phpmd": "~2.2",
5689
                "phpunit/phpunit": ">=3.7",
5690
                "sebastian/git": "~1.0",
5691
                "sebastian/phpcpd": "2.x",
5692
                "siad007/versioncontrol_hg": "^1.0",
5693
                "simpletest/simpletest": "^1.1",
5694
                "squizlabs/php_codesniffer": "~2.2"
5695
            },
5696
            "suggest": {
5697
                "pdepend/pdepend": "PHP version of JDepend",
5698
                "pear/archive_tar": "Tar file management class",
5699
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
5700
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
5701
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
5702
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
5703
                "phpmd/phpmd": "PHP version of PMD tool",
5704
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
5705
                "phpunit/phpunit": "The PHP Unit Testing Framework",
5706
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
5707
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
5708
                "tedivm/jshrink": "Javascript Minifier built in PHP"
5709
            },
5710
            "bin": [
5711
                "bin/phing"
5712
            ],
5713
            "type": "library",
5714
            "extra": {
5715
                "branch-alias": {
5716
                    "dev-master": "2.16.x-dev"
5717
                }
5718
            },
5719
            "autoload": {
5720
                "classmap": [
5721
                    "classes/phing/"
5722
                ]
5723
            },
5724
            "notification-url": "https://packagist.org/downloads/",
5725
            "include-path": [
5726
                "classes"
5727
            ],
5728
            "license": [
5729
                "LGPL-3.0"
5730
            ],
5731
            "authors": [
5732
                {
5733
                    "name": "Michiel Rook",
5734
                    "email": "[email protected]"
5735
                },
5736
                {
5737
                    "name": "Phing Community",
5738
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
5739
                }
5740
            ],
5741
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
5742
            "homepage": "https://www.phing.info/",
5743
            "keywords": [
5744
                "build",
5745
                "phing",
5746
                "task",
5747
                "tool"
5748
            ],
5749
            "time": "2016-12-22T20:16:33+00:00"
5750
        },
5751
        {
5752
            "name": "phpdocumentor/reflection-common",
5753
            "version": "1.0",
5754
            "source": {
5755
                "type": "git",
5756
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
5757
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
5758
            },
5759
            "dist": {
5760
                "type": "zip",
5761
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
5762
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
5763
                "shasum": ""
5764
            },
5765
            "require": {
5766
                "php": ">=5.5"
5767
            },
5768
            "require-dev": {
5769
                "phpunit/phpunit": "^4.6"
5770
            },
5771
            "type": "library",
5772
            "extra": {
5773
                "branch-alias": {
5774
                    "dev-master": "1.0.x-dev"
5775
                }
5776
            },
5777
            "autoload": {
5778
                "psr-4": {
5779
                    "phpDocumentor\\Reflection\\": [
5780
                        "src"
5781
                    ]
5782
                }
5783
            },
5784
            "notification-url": "https://packagist.org/downloads/",
5785
            "license": [
5786
                "MIT"
5787
            ],
5788
            "authors": [
5789
                {
5790
                    "name": "Jaap van Otterdijk",
5791
                    "email": "[email protected]"
5792
                }
5793
            ],
5794
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
5795
            "homepage": "http://www.phpdoc.org",
5796
            "keywords": [
5797
                "FQSEN",
5798
                "phpDocumentor",
5799
                "phpdoc",
5800
                "reflection",
5801
                "static analysis"
5802
            ],
5803
            "time": "2015-12-27T11:43:31+00:00"
5804
        },
5805
        {
5806
            "name": "phpdocumentor/reflection-docblock",
5807
            "version": "3.2.0",
5808
            "source": {
5809
                "type": "git",
5810
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5811
                "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585"
5812
            },
5813
            "dist": {
5814
                "type": "zip",
5815
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585",
5816
                "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585",
5817
                "shasum": ""
5818
            },
5819
            "require": {
5820
                "php": ">=5.5",
5821
                "phpdocumentor/reflection-common": "^1.0@dev",
5822
                "phpdocumentor/type-resolver": "^0.4.0",
5823
                "webmozart/assert": "^1.0"
5824
            },
5825
            "require-dev": {
5826
                "mockery/mockery": "^0.9.4",
5827
                "phpunit/phpunit": "^4.4"
5828
            },
5829
            "type": "library",
5830
            "autoload": {
5831
                "psr-4": {
5832
                    "phpDocumentor\\Reflection\\": [
5833
                        "src/"
5834
                    ]
5835
                }
5836
            },
5837
            "notification-url": "https://packagist.org/downloads/",
5838
            "license": [
5839
                "MIT"
5840
            ],
5841
            "authors": [
5842
                {
5843
                    "name": "Mike van Riel",
5844
                    "email": "[email protected]"
5845
                }
5846
            ],
5847
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
5848
            "time": "2017-07-15T11:38:20+00:00"
5849
        },
5850
        {
5851
            "name": "phpdocumentor/type-resolver",
5852
            "version": "0.4.0",
5853
            "source": {
5854
                "type": "git",
5855
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
5856
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
5857
            },
5858
            "dist": {
5859
                "type": "zip",
5860
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
5861
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
5862
                "shasum": ""
5863
            },
5864
            "require": {
5865
                "php": "^5.5 || ^7.0",
5866
                "phpdocumentor/reflection-common": "^1.0"
5867
            },
5868
            "require-dev": {
5869
                "mockery/mockery": "^0.9.4",
5870
                "phpunit/phpunit": "^5.2||^4.8.24"
5871
            },
5872
            "type": "library",
5873
            "extra": {
5874
                "branch-alias": {
5875
                    "dev-master": "1.0.x-dev"
5876
                }
5877
            },
5878
            "autoload": {
5879
                "psr-4": {
5880
                    "phpDocumentor\\Reflection\\": [
5881
                        "src/"
5882
                    ]
5883
                }
5884
            },
5885
            "notification-url": "https://packagist.org/downloads/",
5886
            "license": [
5887
                "MIT"
5888
            ],
5889
            "authors": [
5890
                {
5891
                    "name": "Mike van Riel",
5892
                    "email": "[email protected]"
5893
                }
5894
            ],
5895
            "time": "2017-07-14T14:27:02+00:00"
5896
        },
5897
        {
5898
            "name": "phpspec/prophecy",
5899
            "version": "v1.7.0",
5900
            "source": {
5901
                "type": "git",
5902
                "url": "https://github.com/phpspec/prophecy.git",
5903
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
5904
            },
5905
            "dist": {
5906
                "type": "zip",
5907
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
5908
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
5909
                "shasum": ""
5910
            },
5911
            "require": {
5912
                "doctrine/instantiator": "^1.0.2",
5913
                "php": "^5.3|^7.0",
5914
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
5915
                "sebastian/comparator": "^1.1|^2.0",
5916
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
5917
            },
5918
            "require-dev": {
5919
                "phpspec/phpspec": "^2.5|^3.2",
5920
                "phpunit/phpunit": "^4.8 || ^5.6.5"
5921
            },
5922
            "type": "library",
5923
            "extra": {
5924
                "branch-alias": {
5925
                    "dev-master": "1.6.x-dev"
5926
                }
5927
            },
5928
            "autoload": {
5929
                "psr-0": {
5930
                    "Prophecy\\": "src/"
5931
                }
5932
            },
5933
            "notification-url": "https://packagist.org/downloads/",
5934
            "license": [
5935
                "MIT"
5936
            ],
5937
            "authors": [
5938
                {
5939
                    "name": "Konstantin Kudryashov",
5940
                    "email": "[email protected]",
5941
                    "homepage": "http://everzet.com"
5942
                },
5943
                {
5944
                    "name": "Marcello Duarte",
5945
                    "email": "[email protected]"
5946
                }
5947
            ],
5948
            "description": "Highly opinionated mocking framework for PHP 5.3+",
5949
            "homepage": "https://github.com/phpspec/prophecy",
5950
            "keywords": [
5951
                "Double",
5952
                "Dummy",
5953
                "fake",
5954
                "mock",
5955
                "spy",
5956
                "stub"
5957
            ],
5958
            "time": "2017-03-02T20:05:34+00:00"
5959
        },
5960
        {
5961
            "name": "phpunit/php-code-coverage",
5962
            "version": "2.2.4",
5963
            "source": {
5964
                "type": "git",
5965
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5966
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
5967
            },
5968
            "dist": {
5969
                "type": "zip",
5970
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5971
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5972
                "shasum": ""
5973
            },
5974
            "require": {
5975
                "php": ">=5.3.3",
5976
                "phpunit/php-file-iterator": "~1.3",
5977
                "phpunit/php-text-template": "~1.2",
5978
                "phpunit/php-token-stream": "~1.3",
5979
                "sebastian/environment": "^1.3.2",
5980
                "sebastian/version": "~1.0"
5981
            },
5982
            "require-dev": {
5983
                "ext-xdebug": ">=2.1.4",
5984
                "phpunit/phpunit": "~4"
5985
            },
5986
            "suggest": {
5987
                "ext-dom": "*",
5988
                "ext-xdebug": ">=2.2.1",
5989
                "ext-xmlwriter": "*"
5990
            },
5991
            "type": "library",
5992
            "extra": {
5993
                "branch-alias": {
5994
                    "dev-master": "2.2.x-dev"
5995
                }
5996
            },
5997
            "autoload": {
5998
                "classmap": [
5999
                    "src/"
6000
                ]
6001
            },
6002
            "notification-url": "https://packagist.org/downloads/",
6003
            "license": [
6004
                "BSD-3-Clause"
6005
            ],
6006
            "authors": [
6007
                {
6008
                    "name": "Sebastian Bergmann",
6009
                    "email": "[email protected]",
6010
                    "role": "lead"
6011
                }
6012
            ],
6013
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6014
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6015
            "keywords": [
6016
                "coverage",
6017
                "testing",
6018
                "xunit"
6019
            ],
6020
            "time": "2015-10-06T15:47:00+00:00"
6021
        },
6022
        {
6023
            "name": "phpunit/php-file-iterator",
6024
            "version": "1.4.2",
6025
            "source": {
6026
                "type": "git",
6027
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6028
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
6029
            },
6030
            "dist": {
6031
                "type": "zip",
6032
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
6033
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
6034
                "shasum": ""
6035
            },
6036
            "require": {
6037
                "php": ">=5.3.3"
6038
            },
6039
            "type": "library",
6040
            "extra": {
6041
                "branch-alias": {
6042
                    "dev-master": "1.4.x-dev"
6043
                }
6044
            },
6045
            "autoload": {
6046
                "classmap": [
6047
                    "src/"
6048
                ]
6049
            },
6050
            "notification-url": "https://packagist.org/downloads/",
6051
            "license": [
6052
                "BSD-3-Clause"
6053
            ],
6054
            "authors": [
6055
                {
6056
                    "name": "Sebastian Bergmann",
6057
                    "email": "[email protected]",
6058
                    "role": "lead"
6059
                }
6060
            ],
6061
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6062
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6063
            "keywords": [
6064
                "filesystem",
6065
                "iterator"
6066
            ],
6067
            "time": "2016-10-03T07:40:28+00:00"
6068
        },
6069
        {
6070
            "name": "phpunit/php-text-template",
6071
            "version": "1.2.1",
6072
            "source": {
6073
                "type": "git",
6074
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
6075
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
6076
            },
6077
            "dist": {
6078
                "type": "zip",
6079
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6080
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6081
                "shasum": ""
6082
            },
6083
            "require": {
6084
                "php": ">=5.3.3"
6085
            },
6086
            "type": "library",
6087
            "autoload": {
6088
                "classmap": [
6089
                    "src/"
6090
                ]
6091
            },
6092
            "notification-url": "https://packagist.org/downloads/",
6093
            "license": [
6094
                "BSD-3-Clause"
6095
            ],
6096
            "authors": [
6097
                {
6098
                    "name": "Sebastian Bergmann",
6099
                    "email": "[email protected]",
6100
                    "role": "lead"
6101
                }
6102
            ],
6103
            "description": "Simple template engine.",
6104
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6105
            "keywords": [
6106
                "template"
6107
            ],
6108
            "time": "2015-06-21T13:50:34+00:00"
6109
        },
6110
        {
6111
            "name": "phpunit/php-timer",
6112
            "version": "1.0.9",
6113
            "source": {
6114
                "type": "git",
6115
                "url": "https://github.com/sebastianbergmann/php-timer.git",
6116
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
6117
            },
6118
            "dist": {
6119
                "type": "zip",
6120
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6121
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6122
                "shasum": ""
6123
            },
6124
            "require": {
6125
                "php": "^5.3.3 || ^7.0"
6126
            },
6127
            "require-dev": {
6128
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6129
            },
6130
            "type": "library",
6131
            "extra": {
6132
                "branch-alias": {
6133
                    "dev-master": "1.0-dev"
6134
                }
6135
            },
6136
            "autoload": {
6137
                "classmap": [
6138
                    "src/"
6139
                ]
6140
            },
6141
            "notification-url": "https://packagist.org/downloads/",
6142
            "license": [
6143
                "BSD-3-Clause"
6144
            ],
6145
            "authors": [
6146
                {
6147
                    "name": "Sebastian Bergmann",
6148
                    "email": "[email protected]",
6149
                    "role": "lead"
6150
                }
6151
            ],
6152
            "description": "Utility class for timing",
6153
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6154
            "keywords": [
6155
                "timer"
6156
            ],
6157
            "time": "2017-02-26T11:10:40+00:00"
6158
        },
6159
        {
6160
            "name": "phpunit/php-token-stream",
6161
            "version": "1.4.11",
6162
            "source": {
6163
                "type": "git",
6164
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6165
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
6166
            },
6167
            "dist": {
6168
                "type": "zip",
6169
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
6170
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
6171
                "shasum": ""
6172
            },
6173
            "require": {
6174
                "ext-tokenizer": "*",
6175
                "php": ">=5.3.3"
6176
            },
6177
            "require-dev": {
6178
                "phpunit/phpunit": "~4.2"
6179
            },
6180
            "type": "library",
6181
            "extra": {
6182
                "branch-alias": {
6183
                    "dev-master": "1.4-dev"
6184
                }
6185
            },
6186
            "autoload": {
6187
                "classmap": [
6188
                    "src/"
6189
                ]
6190
            },
6191
            "notification-url": "https://packagist.org/downloads/",
6192
            "license": [
6193
                "BSD-3-Clause"
6194
            ],
6195
            "authors": [
6196
                {
6197
                    "name": "Sebastian Bergmann",
6198
                    "email": "[email protected]"
6199
                }
6200
            ],
6201
            "description": "Wrapper around PHP's tokenizer extension.",
6202
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6203
            "keywords": [
6204
                "tokenizer"
6205
            ],
6206
            "time": "2017-02-27T10:12:30+00:00"
6207
        },
6208
        {
6209
            "name": "phpunit/phpunit",
6210
            "version": "4.8.36",
6211
            "source": {
6212
                "type": "git",
6213
                "url": "https://github.com/sebastianbergmann/phpunit.git",
6214
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
6215
            },
6216
            "dist": {
6217
                "type": "zip",
6218
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
6219
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
6220
                "shasum": ""
6221
            },
6222
            "require": {
6223
                "ext-dom": "*",
6224
                "ext-json": "*",
6225
                "ext-pcre": "*",
6226
                "ext-reflection": "*",
6227
                "ext-spl": "*",
6228
                "php": ">=5.3.3",
6229
                "phpspec/prophecy": "^1.3.1",
6230
                "phpunit/php-code-coverage": "~2.1",
6231
                "phpunit/php-file-iterator": "~1.4",
6232
                "phpunit/php-text-template": "~1.2",
6233
                "phpunit/php-timer": "^1.0.6",
6234
                "phpunit/phpunit-mock-objects": "~2.3",
6235
                "sebastian/comparator": "~1.2.2",
6236
                "sebastian/diff": "~1.2",
6237
                "sebastian/environment": "~1.3",
6238
                "sebastian/exporter": "~1.2",
6239
                "sebastian/global-state": "~1.0",
6240
                "sebastian/version": "~1.0",
6241
                "symfony/yaml": "~2.1|~3.0"
6242
            },
6243
            "suggest": {
6244
                "phpunit/php-invoker": "~1.1"
6245
            },
6246
            "bin": [
6247
                "phpunit"
6248
            ],
6249
            "type": "library",
6250
            "extra": {
6251
                "branch-alias": {
6252
                    "dev-master": "4.8.x-dev"
6253
                }
6254
            },
6255
            "autoload": {
6256
                "classmap": [
6257
                    "src/"
6258
                ]
6259
            },
6260
            "notification-url": "https://packagist.org/downloads/",
6261
            "license": [
6262
                "BSD-3-Clause"
6263
            ],
6264
            "authors": [
6265
                {
6266
                    "name": "Sebastian Bergmann",
6267
                    "email": "[email protected]",
6268
                    "role": "lead"
6269
                }
6270
            ],
6271
            "description": "The PHP Unit Testing framework.",
6272
            "homepage": "https://phpunit.de/",
6273
            "keywords": [
6274
                "phpunit",
6275
                "testing",
6276
                "xunit"
6277
            ],
6278
            "time": "2017-06-21T08:07:12+00:00"
6279
        },
6280
        {
6281
            "name": "phpunit/phpunit-mock-objects",
6282
            "version": "2.3.8",
6283
            "source": {
6284
                "type": "git",
6285
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
6286
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
6287
            },
6288
            "dist": {
6289
                "type": "zip",
6290
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6291
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6292
                "shasum": ""
6293
            },
6294
            "require": {
6295
                "doctrine/instantiator": "^1.0.2",
6296
                "php": ">=5.3.3",
6297
                "phpunit/php-text-template": "~1.2",
6298
                "sebastian/exporter": "~1.2"
6299
            },
6300
            "require-dev": {
6301
                "phpunit/phpunit": "~4.4"
6302
            },
6303
            "suggest": {
6304
                "ext-soap": "*"
6305
            },
6306
            "type": "library",
6307
            "extra": {
6308
                "branch-alias": {
6309
                    "dev-master": "2.3.x-dev"
6310
                }
6311
            },
6312
            "autoload": {
6313
                "classmap": [
6314
                    "src/"
6315
                ]
6316
            },
6317
            "notification-url": "https://packagist.org/downloads/",
6318
            "license": [
6319
                "BSD-3-Clause"
6320
            ],
6321
            "authors": [
6322
                {
6323
                    "name": "Sebastian Bergmann",
6324
                    "email": "[email protected]",
6325
                    "role": "lead"
6326
                }
6327
            ],
6328
            "description": "Mock Object library for PHPUnit",
6329
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6330
            "keywords": [
6331
                "mock",
6332
                "xunit"
6333
            ],
6334
            "time": "2015-10-02T06:51:40+00:00"
6335
        },
6336
        {
6337
            "name": "satooshi/php-coveralls",
6338
            "version": "dev-master",
6339
            "source": {
6340
                "type": "git",
6341
                "url": "https://github.com/satooshi/php-coveralls.git",
6342
                "reference": "d7285decc88dff59c5ff02c4b1052ab424ba7fa5"
6343
            },
6344
            "dist": {
6345
                "type": "zip",
6346
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/d7285decc88dff59c5ff02c4b1052ab424ba7fa5",
6347
                "reference": "d7285decc88dff59c5ff02c4b1052ab424ba7fa5",
6348
                "shasum": ""
6349
            },
6350
            "require": {
6351
                "ext-json": "*",
6352
                "ext-simplexml": "*",
6353
                "guzzlehttp/guzzle": "^6.0",
6354
                "php": "^5.5 || ^7.0",
6355
                "psr/log": "^1.0",
6356
                "symfony/config": "^2.1 || ^3.0",
6357
                "symfony/console": "^2.1 || ^3.0",
6358
                "symfony/stopwatch": "^2.0 || ^3.0",
6359
                "symfony/yaml": "^2.0 || ^3.0"
6360
            },
6361
            "suggest": {
6362
                "symfony/http-kernel": "Allows Symfony integration"
6363
            },
6364
            "bin": [
6365
                "bin/coveralls"
6366
            ],
6367
            "type": "library",
6368
            "extra": {
6369
                "branch-alias": {
6370
                    "dev-master": "2.0-dev"
6371
                }
6372
            },
6373
            "autoload": {
6374
                "psr-4": {
6375
                    "Satooshi\\": "src/Satooshi/"
6376
                }
6377
            },
6378
            "notification-url": "https://packagist.org/downloads/",
6379
            "license": [
6380
                "MIT"
6381
            ],
6382
            "authors": [
6383
                {
6384
                    "name": "Kitamura Satoshi",
6385
                    "email": "[email protected]",
6386
                    "homepage": "https://www.facebook.com/satooshi.jp"
6387
                }
6388
            ],
6389
            "description": "PHP client library for Coveralls API",
6390
            "homepage": "https://github.com/satooshi/php-coveralls",
6391
            "keywords": [
6392
                "ci",
6393
                "coverage",
6394
                "github",
6395
                "test"
6396
            ],
6397
            "time": "2017-03-31 10:12:47"
6398
        },
6399
        {
6400
            "name": "sebastian/comparator",
6401
            "version": "1.2.4",
6402
            "source": {
6403
                "type": "git",
6404
                "url": "https://github.com/sebastianbergmann/comparator.git",
6405
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
6406
            },
6407
            "dist": {
6408
                "type": "zip",
6409
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6410
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6411
                "shasum": ""
6412
            },
6413
            "require": {
6414
                "php": ">=5.3.3",
6415
                "sebastian/diff": "~1.2",
6416
                "sebastian/exporter": "~1.2 || ~2.0"
6417
            },
6418
            "require-dev": {
6419
                "phpunit/phpunit": "~4.4"
6420
            },
6421
            "type": "library",
6422
            "extra": {
6423
                "branch-alias": {
6424
                    "dev-master": "1.2.x-dev"
6425
                }
6426
            },
6427
            "autoload": {
6428
                "classmap": [
6429
                    "src/"
6430
                ]
6431
            },
6432
            "notification-url": "https://packagist.org/downloads/",
6433
            "license": [
6434
                "BSD-3-Clause"
6435
            ],
6436
            "authors": [
6437
                {
6438
                    "name": "Jeff Welch",
6439
                    "email": "[email protected]"
6440
                },
6441
                {
6442
                    "name": "Volker Dusch",
6443
                    "email": "[email protected]"
6444
                },
6445
                {
6446
                    "name": "Bernhard Schussek",
6447
                    "email": "[email protected]"
6448
                },
6449
                {
6450
                    "name": "Sebastian Bergmann",
6451
                    "email": "[email protected]"
6452
                }
6453
            ],
6454
            "description": "Provides the functionality to compare PHP values for equality",
6455
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
6456
            "keywords": [
6457
                "comparator",
6458
                "compare",
6459
                "equality"
6460
            ],
6461
            "time": "2017-01-29T09:50:25+00:00"
6462
        },
6463
        {
6464
            "name": "sebastian/diff",
6465
            "version": "1.4.3",
6466
            "source": {
6467
                "type": "git",
6468
                "url": "https://github.com/sebastianbergmann/diff.git",
6469
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
6470
            },
6471
            "dist": {
6472
                "type": "zip",
6473
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6474
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6475
                "shasum": ""
6476
            },
6477
            "require": {
6478
                "php": "^5.3.3 || ^7.0"
6479
            },
6480
            "require-dev": {
6481
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6482
            },
6483
            "type": "library",
6484
            "extra": {
6485
                "branch-alias": {
6486
                    "dev-master": "1.4-dev"
6487
                }
6488
            },
6489
            "autoload": {
6490
                "classmap": [
6491
                    "src/"
6492
                ]
6493
            },
6494
            "notification-url": "https://packagist.org/downloads/",
6495
            "license": [
6496
                "BSD-3-Clause"
6497
            ],
6498
            "authors": [
6499
                {
6500
                    "name": "Kore Nordmann",
6501
                    "email": "[email protected]"
6502
                },
6503
                {
6504
                    "name": "Sebastian Bergmann",
6505
                    "email": "[email protected]"
6506
                }
6507
            ],
6508
            "description": "Diff implementation",
6509
            "homepage": "https://github.com/sebastianbergmann/diff",
6510
            "keywords": [
6511
                "diff"
6512
            ],
6513
            "time": "2017-05-22T07:24:03+00:00"
6514
        },
6515
        {
6516
            "name": "sebastian/environment",
6517
            "version": "1.3.8",
6518
            "source": {
6519
                "type": "git",
6520
                "url": "https://github.com/sebastianbergmann/environment.git",
6521
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
6522
            },
6523
            "dist": {
6524
                "type": "zip",
6525
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6526
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6527
                "shasum": ""
6528
            },
6529
            "require": {
6530
                "php": "^5.3.3 || ^7.0"
6531
            },
6532
            "require-dev": {
6533
                "phpunit/phpunit": "^4.8 || ^5.0"
6534
            },
6535
            "type": "library",
6536
            "extra": {
6537
                "branch-alias": {
6538
                    "dev-master": "1.3.x-dev"
6539
                }
6540
            },
6541
            "autoload": {
6542
                "classmap": [
6543
                    "src/"
6544
                ]
6545
            },
6546
            "notification-url": "https://packagist.org/downloads/",
6547
            "license": [
6548
                "BSD-3-Clause"
6549
            ],
6550
            "authors": [
6551
                {
6552
                    "name": "Sebastian Bergmann",
6553
                    "email": "[email protected]"
6554
                }
6555
            ],
6556
            "description": "Provides functionality to handle HHVM/PHP environments",
6557
            "homepage": "http://www.github.com/sebastianbergmann/environment",
6558
            "keywords": [
6559
                "Xdebug",
6560
                "environment",
6561
                "hhvm"
6562
            ],
6563
            "time": "2016-08-18T05:49:44+00:00"
6564
        },
6565
        {
6566
            "name": "sebastian/exporter",
6567
            "version": "1.2.2",
6568
            "source": {
6569
                "type": "git",
6570
                "url": "https://github.com/sebastianbergmann/exporter.git",
6571
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
6572
            },
6573
            "dist": {
6574
                "type": "zip",
6575
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
6576
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
6577
                "shasum": ""
6578
            },
6579
            "require": {
6580
                "php": ">=5.3.3",
6581
                "sebastian/recursion-context": "~1.0"
6582
            },
6583
            "require-dev": {
6584
                "ext-mbstring": "*",
6585
                "phpunit/phpunit": "~4.4"
6586
            },
6587
            "type": "library",
6588
            "extra": {
6589
                "branch-alias": {
6590
                    "dev-master": "1.3.x-dev"
6591
                }
6592
            },
6593
            "autoload": {
6594
                "classmap": [
6595
                    "src/"
6596
                ]
6597
            },
6598
            "notification-url": "https://packagist.org/downloads/",
6599
            "license": [
6600
                "BSD-3-Clause"
6601
            ],
6602
            "authors": [
6603
                {
6604
                    "name": "Jeff Welch",
6605
                    "email": "[email protected]"
6606
                },
6607
                {
6608
                    "name": "Volker Dusch",
6609
                    "email": "[email protected]"
6610
                },
6611
                {
6612
                    "name": "Bernhard Schussek",
6613
                    "email": "[email protected]"
6614
                },
6615
                {
6616
                    "name": "Sebastian Bergmann",
6617
                    "email": "[email protected]"
6618
                },
6619
                {
6620
                    "name": "Adam Harvey",
6621
                    "email": "[email protected]"
6622
                }
6623
            ],
6624
            "description": "Provides the functionality to export PHP variables for visualization",
6625
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
6626
            "keywords": [
6627
                "export",
6628
                "exporter"
6629
            ],
6630
            "time": "2016-06-17T09:04:28+00:00"
6631
        },
6632
        {
6633
            "name": "sebastian/global-state",
6634
            "version": "1.1.1",
6635
            "source": {
6636
                "type": "git",
6637
                "url": "https://github.com/sebastianbergmann/global-state.git",
6638
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
6639
            },
6640
            "dist": {
6641
                "type": "zip",
6642
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6643
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
6644
                "shasum": ""
6645
            },
6646
            "require": {
6647
                "php": ">=5.3.3"
6648
            },
6649
            "require-dev": {
6650
                "phpunit/phpunit": "~4.2"
6651
            },
6652
            "suggest": {
6653
                "ext-uopz": "*"
6654
            },
6655
            "type": "library",
6656
            "extra": {
6657
                "branch-alias": {
6658
                    "dev-master": "1.0-dev"
6659
                }
6660
            },
6661
            "autoload": {
6662
                "classmap": [
6663
                    "src/"
6664
                ]
6665
            },
6666
            "notification-url": "https://packagist.org/downloads/",
6667
            "license": [
6668
                "BSD-3-Clause"
6669
            ],
6670
            "authors": [
6671
                {
6672
                    "name": "Sebastian Bergmann",
6673
                    "email": "[email protected]"
6674
                }
6675
            ],
6676
            "description": "Snapshotting of global state",
6677
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
6678
            "keywords": [
6679
                "global state"
6680
            ],
6681
            "time": "2015-10-12T03:26:01+00:00"
6682
        },
6683
        {
6684
            "name": "sebastian/recursion-context",
6685
            "version": "1.0.5",
6686
            "source": {
6687
                "type": "git",
6688
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
6689
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
6690
            },
6691
            "dist": {
6692
                "type": "zip",
6693
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6694
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
6695
                "shasum": ""
6696
            },
6697
            "require": {
6698
                "php": ">=5.3.3"
6699
            },
6700
            "require-dev": {
6701
                "phpunit/phpunit": "~4.4"
6702
            },
6703
            "type": "library",
6704
            "extra": {
6705
                "branch-alias": {
6706
                    "dev-master": "1.0.x-dev"
6707
                }
6708
            },
6709
            "autoload": {
6710
                "classmap": [
6711
                    "src/"
6712
                ]
6713
            },
6714
            "notification-url": "https://packagist.org/downloads/",
6715
            "license": [
6716
                "BSD-3-Clause"
6717
            ],
6718
            "authors": [
6719
                {
6720
                    "name": "Jeff Welch",
6721
                    "email": "[email protected]"
6722
                },
6723
                {
6724
                    "name": "Sebastian Bergmann",
6725
                    "email": "[email protected]"
6726
                },
6727
                {
6728
                    "name": "Adam Harvey",
6729
                    "email": "[email protected]"
6730
                }
6731
            ],
6732
            "description": "Provides functionality to recursively process PHP variables",
6733
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
6734
            "time": "2016-10-03T07:41:43+00:00"
6735
        },
6736
        {
6737
            "name": "sebastian/version",
6738
            "version": "1.0.6",
6739
            "source": {
6740
                "type": "git",
6741
                "url": "https://github.com/sebastianbergmann/version.git",
6742
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
6743
            },
6744
            "dist": {
6745
                "type": "zip",
6746
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6747
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6748
                "shasum": ""
6749
            },
6750
            "type": "library",
6751
            "autoload": {
6752
                "classmap": [
6753
                    "src/"
6754
                ]
6755
            },
6756
            "notification-url": "https://packagist.org/downloads/",
6757
            "license": [
6758
                "BSD-3-Clause"
6759
            ],
6760
            "authors": [
6761
                {
6762
                    "name": "Sebastian Bergmann",
6763
                    "email": "[email protected]",
6764
                    "role": "lead"
6765
                }
6766
            ],
6767
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6768
            "homepage": "https://github.com/sebastianbergmann/version",
6769
            "time": "2015-06-21T13:59:46+00:00"
6770
        },
6771
        {
6772
            "name": "symfony/browser-kit",
6773
            "version": "v3.3.4",
6774
            "source": {
6775
                "type": "git",
6776
                "url": "https://github.com/symfony/browser-kit.git",
6777
                "reference": "3a4435e79a8401746e8525e98039199d0924b4e5"
6778
            },
6779
            "dist": {
6780
                "type": "zip",
6781
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/3a4435e79a8401746e8525e98039199d0924b4e5",
6782
                "reference": "3a4435e79a8401746e8525e98039199d0924b4e5",
6783
                "shasum": ""
6784
            },
6785
            "require": {
6786
                "php": ">=5.5.9",
6787
                "symfony/dom-crawler": "~2.8|~3.0"
6788
            },
6789
            "require-dev": {
6790
                "symfony/css-selector": "~2.8|~3.0",
6791
                "symfony/process": "~2.8|~3.0"
6792
            },
6793
            "suggest": {
6794
                "symfony/process": ""
6795
            },
6796
            "type": "library",
6797
            "extra": {
6798
                "branch-alias": {
6799
                    "dev-master": "3.3-dev"
6800
                }
6801
            },
6802
            "autoload": {
6803
                "psr-4": {
6804
                    "Symfony\\Component\\BrowserKit\\": ""
6805
                },
6806
                "exclude-from-classmap": [
6807
                    "/Tests/"
6808
                ]
6809
            },
6810
            "notification-url": "https://packagist.org/downloads/",
6811
            "license": [
6812
                "MIT"
6813
            ],
6814
            "authors": [
6815
                {
6816
                    "name": "Fabien Potencier",
6817
                    "email": "[email protected]"
6818
                },
6819
                {
6820
                    "name": "Symfony Community",
6821
                    "homepage": "https://symfony.com/contributors"
6822
                }
6823
            ],
6824
            "description": "Symfony BrowserKit Component",
6825
            "homepage": "https://symfony.com",
6826
            "time": "2017-06-24T09:29:48+00:00"
6827
        },
6828
        {
6829
            "name": "symfony/polyfill-php54",
6830
            "version": "v1.4.0",
6831
            "source": {
6832
                "type": "git",
6833
                "url": "https://github.com/symfony/polyfill-php54.git",
6834
                "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
6835
            },
6836
            "dist": {
6837
                "type": "zip",
6838
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
6839
                "reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
6840
                "shasum": ""
6841
            },
6842
            "require": {
6843
                "php": ">=5.3.3"
6844
            },
6845
            "type": "library",
6846
            "extra": {
6847
                "branch-alias": {
6848
                    "dev-master": "1.4-dev"
6849
                }
6850
            },
6851
            "autoload": {
6852
                "psr-4": {
6853
                    "Symfony\\Polyfill\\Php54\\": ""
6854
                },
6855
                "files": [
6856
                    "bootstrap.php"
6857
                ],
6858
                "classmap": [
6859
                    "Resources/stubs"
6860
                ]
6861
            },
6862
            "notification-url": "https://packagist.org/downloads/",
6863
            "license": [
6864
                "MIT"
6865
            ],
6866
            "authors": [
6867
                {
6868
                    "name": "Nicolas Grekas",
6869
                    "email": "[email protected]"
6870
                },
6871
                {
6872
                    "name": "Symfony Community",
6873
                    "homepage": "https://symfony.com/contributors"
6874
                }
6875
            ],
6876
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
6877
            "homepage": "https://symfony.com",
6878
            "keywords": [
6879
                "compatibility",
6880
                "polyfill",
6881
                "portable",
6882
                "shim"
6883
            ],
6884
            "time": "2017-06-09T08:25:21+00:00"
6885
        },
6886
        {
6887
            "name": "symfony/polyfill-php55",
6888
            "version": "v1.4.0",
6889
            "source": {
6890
                "type": "git",
6891
                "url": "https://github.com/symfony/polyfill-php55.git",
6892
                "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
6893
            },
6894
            "dist": {
6895
                "type": "zip",
6896
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
6897
                "reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
6898
                "shasum": ""
6899
            },
6900
            "require": {
6901
                "ircmaxell/password-compat": "~1.0",
6902
                "php": ">=5.3.3"
6903
            },
6904
            "type": "library",
6905
            "extra": {
6906
                "branch-alias": {
6907
                    "dev-master": "1.4-dev"
6908
                }
6909
            },
6910
            "autoload": {
6911
                "psr-4": {
6912
                    "Symfony\\Polyfill\\Php55\\": ""
6913
                },
6914
                "files": [
6915
                    "bootstrap.php"
6916
                ]
6917
            },
6918
            "notification-url": "https://packagist.org/downloads/",
6919
            "license": [
6920
                "MIT"
6921
            ],
6922
            "authors": [
6923
                {
6924
                    "name": "Nicolas Grekas",
6925
                    "email": "[email protected]"
6926
                },
6927
                {
6928
                    "name": "Symfony Community",
6929
                    "homepage": "https://symfony.com/contributors"
6930
                }
6931
            ],
6932
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
6933
            "homepage": "https://symfony.com",
6934
            "keywords": [
6935
                "compatibility",
6936
                "polyfill",
6937
                "portable",
6938
                "shim"
6939
            ],
6940
            "time": "2017-06-09T08:25:21+00:00"
6941
        },
6942
        {
6943
            "name": "symfony/polyfill-php72",
6944
            "version": "v1.4.0",
6945
            "source": {
6946
                "type": "git",
6947
                "url": "https://github.com/symfony/polyfill-php72.git",
6948
                "reference": "d3a71580c1e2cab33b6d705f0ec40e9015e14d5c"
6949
            },
6950
            "dist": {
6951
                "type": "zip",
6952
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/d3a71580c1e2cab33b6d705f0ec40e9015e14d5c",
6953
                "reference": "d3a71580c1e2cab33b6d705f0ec40e9015e14d5c",
6954
                "shasum": ""
6955
            },
6956
            "require": {
6957
                "php": ">=5.3.3"
6958
            },
6959
            "type": "library",
6960
            "extra": {
6961
                "branch-alias": {
6962
                    "dev-master": "1.4-dev"
6963
                }
6964
            },
6965
            "autoload": {
6966
                "psr-4": {
6967
                    "Symfony\\Polyfill\\Php72\\": ""
6968
                },
6969
                "files": [
6970
                    "bootstrap.php"
6971
                ]
6972
            },
6973
            "notification-url": "https://packagist.org/downloads/",
6974
            "license": [
6975
                "MIT"
6976
            ],
6977
            "authors": [
6978
                {
6979
                    "name": "Nicolas Grekas",
6980
                    "email": "[email protected]"
6981
                },
6982
                {
6983
                    "name": "Symfony Community",
6984
                    "homepage": "https://symfony.com/contributors"
6985
                }
6986
            ],
6987
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6988
            "homepage": "https://symfony.com",
6989
            "keywords": [
6990
                "compatibility",
6991
                "polyfill",
6992
                "portable",
6993
                "shim"
6994
            ],
6995
            "time": "2017-06-09T08:25:21+00:00"
6996
        },
6997
        {
6998
            "name": "webmozart/assert",
6999
            "version": "1.2.0",
7000
            "source": {
7001
                "type": "git",
7002
                "url": "https://github.com/webmozart/assert.git",
7003
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
7004
            },
7005
            "dist": {
7006
                "type": "zip",
7007
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
7008
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
7009
                "shasum": ""
7010
            },
7011
            "require": {
7012
                "php": "^5.3.3 || ^7.0"
7013
            },
7014
            "require-dev": {
7015
                "phpunit/phpunit": "^4.6",
7016
                "sebastian/version": "^1.0.1"
7017
            },
7018
            "type": "library",
7019
            "extra": {
7020
                "branch-alias": {
7021
                    "dev-master": "1.3-dev"
7022
                }
7023
            },
7024
            "autoload": {
7025
                "psr-4": {
7026
                    "Webmozart\\Assert\\": "src/"
7027
                }
7028
            },
7029
            "notification-url": "https://packagist.org/downloads/",
7030
            "license": [
7031
                "MIT"
7032
            ],
7033
            "authors": [
7034
                {
7035
                    "name": "Bernhard Schussek",
7036
                    "email": "[email protected]"
7037
                }
7038
            ],
7039
            "description": "Assertions to validate method input/output with nice error messages.",
7040
            "keywords": [
7041
                "assert",
7042
                "check",
7043
                "validate"
7044
            ],
7045
            "time": "2016-11-23T20:04:58+00:00"
7046
        }
7047
    ],
7048
    "aliases": [],
7049
    "minimum-stability": "stable",
7050
    "stability-flags": {
7051
        "sergiors/annotations-service-provider": 20,
7052
        "sergiors/routing-service-provider": 20,
7053
        "sergiors/sensio-framework-extra-service-provider": 20,
7054
        "satooshi/php-coveralls": 20
7055
    },
7056
    "prefer-stable": false,
7057
    "prefer-lowest": false,
7058
    "platform": {
7059
        "php": ">=5.5.9",
7060
        "ext-mbstring": "*"
7061
    },
7062
    "platform-dev": [],
7063
    "platform-overrides": {
7064
        "php": "5.5.9"
7065
    }
7066
}
7067