Failed Conditions
Pull Request — experimental/sf (#3401)
by chihiro
72:33 queued 58:36
created

composer.lock (3 issues)

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

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
4176
            "version": "v3.4.8",
4177
            "source": {
4178
                "type": "git",
4179
                "url": "https://github.com/symfony/http-foundation.git",
4180
                "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e"
4181
            },
4182
            "dist": {
4183
                "type": "zip",
4184
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
4185
                "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
4186
                "shasum": ""
4187
            },
4188
            "require": {
4189
                "php": "^5.5.9|>=7.0.8",
4190
                "symfony/polyfill-mbstring": "~1.1",
4191
                "symfony/polyfill-php70": "~1.6"
4192
            },
4193
            "require-dev": {
4194
                "symfony/expression-language": "~2.8|~3.0|~4.0"
4195
            },
4196
            "type": "library",
4197
            "extra": {
4198
                "branch-alias": {
4199
                    "dev-master": "3.4-dev"
4200
                }
4201
            },
4202
            "autoload": {
4203
                "psr-4": {
4204
                    "Symfony\\Component\\HttpFoundation\\": ""
4205
                },
4206
                "exclude-from-classmap": [
4207
                    "/Tests/"
4208
                ]
4209
            },
4210
            "notification-url": "https://packagist.org/downloads/",
4211
            "license": [
4212
                "MIT"
4213
            ],
4214
            "authors": [
4215
                {
4216
                    "name": "Fabien Potencier",
4217
                    "email": "[email protected]"
4218
                },
4219
                {
4220
                    "name": "Symfony Community",
4221
                    "homepage": "https://symfony.com/contributors"
4222
                }
4223
            ],
4224
            "description": "Symfony HttpFoundation Component",
4225
            "homepage": "https://symfony.com",
4226
            "time": "2018-04-03T05:22:50+00:00"
4227
        },
4228
        {
4229
            "name": "symfony/http-kernel",
4230
            "version": "v3.4.8",
4231
            "source": {
4232
                "type": "git",
4233
                "url": "https://github.com/symfony/http-kernel.git",
4234
                "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4"
4235
            },
4236
            "dist": {
4237
                "type": "zip",
4238
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3cc2d4374aa9590c09277ad68657671cf49dbbf4",
4239
                "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4",
4240
                "shasum": ""
4241
            },
4242
            "require": {
4243
                "php": "^5.5.9|>=7.0.8",
4244
                "psr/log": "~1.0",
4245
                "symfony/debug": "~2.8|~3.0|~4.0",
4246
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
4247
                "symfony/http-foundation": "^3.4.4|^4.0.4"
4248
            },
4249
            "conflict": {
4250
                "symfony/config": "<2.8",
4251
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
4252
                "symfony/var-dumper": "<3.3",
4253
                "twig/twig": "<1.34|<2.4,>=2"
4254
            },
4255
            "provide": {
4256
                "psr/log-implementation": "1.0"
4257
            },
4258
            "require-dev": {
4259
                "psr/cache": "~1.0",
4260
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
4261
                "symfony/class-loader": "~2.8|~3.0",
4262
                "symfony/config": "~2.8|~3.0|~4.0",
4263
                "symfony/console": "~2.8|~3.0|~4.0",
4264
                "symfony/css-selector": "~2.8|~3.0|~4.0",
4265
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
4266
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
4267
                "symfony/expression-language": "~2.8|~3.0|~4.0",
4268
                "symfony/finder": "~2.8|~3.0|~4.0",
4269
                "symfony/process": "~2.8|~3.0|~4.0",
4270
                "symfony/routing": "~3.4|~4.0",
4271
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
4272
                "symfony/templating": "~2.8|~3.0|~4.0",
4273
                "symfony/translation": "~2.8|~3.0|~4.0",
4274
                "symfony/var-dumper": "~3.3|~4.0"
4275
            },
4276
            "suggest": {
4277
                "symfony/browser-kit": "",
4278
                "symfony/config": "",
4279
                "symfony/console": "",
4280
                "symfony/dependency-injection": "",
4281
                "symfony/finder": "",
4282
                "symfony/var-dumper": ""
4283
            },
4284
            "type": "library",
4285
            "extra": {
4286
                "branch-alias": {
4287
                    "dev-master": "3.4-dev"
4288
                }
4289
            },
4290
            "autoload": {
4291
                "psr-4": {
4292
                    "Symfony\\Component\\HttpKernel\\": ""
4293
                },
4294
                "exclude-from-classmap": [
4295
                    "/Tests/"
4296
                ]
4297
            },
4298
            "notification-url": "https://packagist.org/downloads/",
4299
            "license": [
4300
                "MIT"
4301
            ],
4302
            "authors": [
4303
                {
4304
                    "name": "Fabien Potencier",
4305
                    "email": "[email protected]"
4306
                },
4307
                {
4308
                    "name": "Symfony Community",
4309
                    "homepage": "https://symfony.com/contributors"
4310
                }
4311
            ],
4312
            "description": "Symfony HttpKernel Component",
4313
            "homepage": "https://symfony.com",
4314
            "time": "2018-04-06T15:19:48+00:00"
4315
        },
4316
        {
4317
            "name": "symfony/inflector",
4318
            "version": "v3.4.8",
4319
            "source": {
4320
                "type": "git",
4321
                "url": "https://github.com/symfony/inflector.git",
4322
                "reference": "217fa0f0e8fce417bd225e4195b12c56e87273a8"
4323
            },
4324
            "dist": {
4325
                "type": "zip",
4326
                "url": "https://api.github.com/repos/symfony/inflector/zipball/217fa0f0e8fce417bd225e4195b12c56e87273a8",
4327
                "reference": "217fa0f0e8fce417bd225e4195b12c56e87273a8",
4328
                "shasum": ""
4329
            },
4330
            "require": {
4331
                "php": "^5.5.9|>=7.0.8"
4332
            },
4333
            "type": "library",
4334
            "extra": {
4335
                "branch-alias": {
4336
                    "dev-master": "3.4-dev"
4337
                }
4338
            },
4339
            "autoload": {
4340
                "psr-4": {
4341
                    "Symfony\\Component\\Inflector\\": ""
4342
                },
4343
                "exclude-from-classmap": [
4344
                    "/Tests/"
4345
                ]
4346
            },
4347
            "notification-url": "https://packagist.org/downloads/",
4348
            "license": [
4349
                "MIT"
4350
            ],
4351
            "authors": [
4352
                {
4353
                    "name": "Bernhard Schussek",
4354
                    "email": "[email protected]"
4355
                },
4356
                {
4357
                    "name": "Symfony Community",
4358
                    "homepage": "https://symfony.com/contributors"
4359
                }
4360
            ],
4361
            "description": "Symfony Inflector Component",
4362
            "homepage": "https://symfony.com",
4363
            "keywords": [
4364
                "inflection",
4365
                "pluralize",
4366
                "singularize",
4367
                "string",
4368
                "symfony",
4369
                "words"
4370
            ],
4371
            "time": "2018-01-03T17:14:19+00:00"
4372
        },
4373
        {
4374
            "name": "symfony/intl",
4375
            "version": "v3.4.8",
4376
            "source": {
4377
                "type": "git",
4378
                "url": "https://github.com/symfony/intl.git",
4379
                "reference": "e0e9ba72447d2006a5b1b602c6ca3151824b8747"
4380
            },
4381
            "dist": {
4382
                "type": "zip",
4383
                "url": "https://api.github.com/repos/symfony/intl/zipball/e0e9ba72447d2006a5b1b602c6ca3151824b8747",
4384
                "reference": "e0e9ba72447d2006a5b1b602c6ca3151824b8747",
4385
                "shasum": ""
4386
            },
4387
            "require": {
4388
                "php": "^5.5.9|>=7.0.8",
4389
                "symfony/polyfill-intl-icu": "~1.0"
4390
            },
4391
            "require-dev": {
4392
                "symfony/filesystem": "~2.8|~3.0|~4.0"
4393
            },
4394
            "suggest": {
4395
                "ext-intl": "to use the component with locales other than \"en\""
4396
            },
4397
            "type": "library",
4398
            "extra": {
4399
                "branch-alias": {
4400
                    "dev-master": "3.4-dev"
4401
                }
4402
            },
4403
            "autoload": {
4404
                "psr-4": {
4405
                    "Symfony\\Component\\Intl\\": ""
4406
                },
4407
                "classmap": [
4408
                    "Resources/stubs"
4409
                ],
4410
                "exclude-from-classmap": [
4411
                    "/Tests/"
4412
                ]
4413
            },
4414
            "notification-url": "https://packagist.org/downloads/",
4415
            "license": [
4416
                "MIT"
4417
            ],
4418
            "authors": [
4419
                {
4420
                    "name": "Bernhard Schussek",
4421
                    "email": "[email protected]"
4422
                },
4423
                {
4424
                    "name": "Eriksen Costa",
4425
                    "email": "[email protected]"
4426
                },
4427
                {
4428
                    "name": "Igor Wiedler",
4429
                    "email": "[email protected]"
4430
                },
4431
                {
4432
                    "name": "Symfony Community",
4433
                    "homepage": "https://symfony.com/contributors"
4434
                }
4435
            ],
4436
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
4437
            "homepage": "https://symfony.com",
4438
            "keywords": [
4439
                "i18n",
4440
                "icu",
4441
                "internationalization",
4442
                "intl",
4443
                "l10n",
4444
                "localization"
4445
            ],
4446
            "time": "2018-03-28T18:23:39+00:00"
4447
        },
4448
        {
4449
            "name": "symfony/lts",
4450
            "version": "v3",
4451
            "source": {
4452
                "type": "git",
4453
                "url": "https://github.com/symfony/lts.git",
4454
                "reference": "3a4e88df038e3197e6b66d091d2495fd7d255c0b"
4455
            },
4456
            "dist": {
4457
                "type": "zip",
4458
                "url": "https://api.github.com/repos/symfony/lts/zipball/3a4e88df038e3197e6b66d091d2495fd7d255c0b",
4459
                "reference": "3a4e88df038e3197e6b66d091d2495fd7d255c0b",
4460
                "shasum": ""
4461
            },
4462
            "conflict": {
4463
                "symfony/asset": ">=4",
4464
                "symfony/browser-kit": ">=4",
4465
                "symfony/cache": ">=4",
4466
                "symfony/class-loader": ">=4",
4467
                "symfony/config": ">=4",
4468
                "symfony/console": ">=4",
4469
                "symfony/css-selector": ">=4",
4470
                "symfony/debug": ">=4",
4471
                "symfony/debug-bundle": ">=4",
4472
                "symfony/dependency-injection": ">=4",
4473
                "symfony/doctrine-bridge": ">=4",
4474
                "symfony/dom-crawler": ">=4",
4475
                "symfony/dotenv": ">=4",
4476
                "symfony/event-dispatcher": ">=4",
4477
                "symfony/expression-language": ">=4",
4478
                "symfony/filesystem": ">=4",
4479
                "symfony/finder": ">=4",
4480
                "symfony/form": ">=4",
4481
                "symfony/framework-bundle": ">=4",
4482
                "symfony/http-foundation": ">=4",
4483
                "symfony/http-kernel": ">=4",
4484
                "symfony/inflector": ">=4",
4485
                "symfony/intl": ">=4",
4486
                "symfony/ldap": ">=4",
4487
                "symfony/lock": ">=4",
4488
                "symfony/monolog-bridge": ">=4",
4489
                "symfony/options-resolver": ">=4",
4490
                "symfony/process": ">=4",
4491
                "symfony/property-access": ">=4",
4492
                "symfony/property-info": ">=4",
4493
                "symfony/proxy-manager-bridge": ">=4",
4494
                "symfony/routing": ">=4",
4495
                "symfony/security": ">=4",
4496
                "symfony/security-bundle": ">=4",
4497
                "symfony/security-core": ">=4",
4498
                "symfony/security-csrf": ">=4",
4499
                "symfony/security-guard": ">=4",
4500
                "symfony/security-http": ">=4",
4501
                "symfony/serializer": ">=4",
4502
                "symfony/stopwatch": ">=4",
4503
                "symfony/symfony": ">=4",
4504
                "symfony/templating": ">=4",
4505
                "symfony/translation": ">=4",
4506
                "symfony/twig-bridge": ">=4",
4507
                "symfony/twig-bundle": ">=4",
4508
                "symfony/validator": ">=4",
4509
                "symfony/var-dumper": ">=4",
4510
                "symfony/web-link": ">=4",
4511
                "symfony/web-profiler-bundle": ">=4",
4512
                "symfony/web-server-bundle": ">=4",
4513
                "symfony/workflow": ">=4",
4514
                "symfony/yaml": ">=4"
4515
            },
4516
            "type": "metapackage",
4517
            "extra": {
4518
                "branch-alias": {
4519
                    "dev-master": "3-dev"
4520
                }
4521
            },
4522
            "notification-url": "https://packagist.org/downloads/",
4523
            "license": [
4524
                "MIT"
4525
            ],
4526
            "authors": [
4527
                {
4528
                    "name": "Fabien Potencier",
4529
                    "email": "[email protected]"
4530
                },
4531
                {
4532
                    "name": "Symfony Community",
4533
                    "homepage": "https://symfony.com/contributors"
4534
                }
4535
            ],
4536
            "description": "Enforces Long Term Supported versions of Symfony components",
4537
            "homepage": "https://symfony.com",
4538
            "time": "2017-10-19T02:02:36+00:00"
4539
        },
4540
        {
4541
            "name": "symfony/monolog-bridge",
4542
            "version": "v3.4.8",
4543
            "source": {
4544
                "type": "git",
4545
                "url": "https://github.com/symfony/monolog-bridge.git",
4546
                "reference": "7d208fe9223e60a0196dbe8b90e9f697f248b9d6"
4547
            },
4548
            "dist": {
4549
                "type": "zip",
4550
                "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/7d208fe9223e60a0196dbe8b90e9f697f248b9d6",
4551
                "reference": "7d208fe9223e60a0196dbe8b90e9f697f248b9d6",
4552
                "shasum": ""
4553
            },
4554
            "require": {
4555
                "monolog/monolog": "~1.19",
4556
                "php": "^5.5.9|>=7.0.8",
4557
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
4558
            },
4559
            "conflict": {
4560
                "symfony/http-foundation": "<3.3"
4561
            },
4562
            "require-dev": {
4563
                "symfony/console": "~2.8|~3.0|~4.0",
4564
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
4565
                "symfony/security-core": "~2.8|~3.0|~4.0",
4566
                "symfony/var-dumper": "~3.3|~4.0"
4567
            },
4568
            "suggest": {
4569
                "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.",
4570
                "symfony/event-dispatcher": "Needed when using log messages in console commands.",
4571
                "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
4572
                "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
4573
            },
4574
            "type": "symfony-bridge",
4575
            "extra": {
4576
                "branch-alias": {
4577
                    "dev-master": "3.4-dev"
4578
                }
4579
            },
4580
            "autoload": {
4581
                "psr-4": {
4582
                    "Symfony\\Bridge\\Monolog\\": ""
4583
                },
4584
                "exclude-from-classmap": [
4585
                    "/Tests/"
4586
                ]
4587
            },
4588
            "notification-url": "https://packagist.org/downloads/",
4589
            "license": [
4590
                "MIT"
4591
            ],
4592
            "authors": [
4593
                {
4594
                    "name": "Fabien Potencier",
4595
                    "email": "[email protected]"
4596
                },
4597
                {
4598
                    "name": "Symfony Community",
4599
                    "homepage": "https://symfony.com/contributors"
4600
                }
4601
            ],
4602
            "description": "Symfony Monolog Bridge",
4603
            "homepage": "https://symfony.com",
4604
            "time": "2018-02-01T06:11:27+00:00"
4605
        },
4606
        {
4607
            "name": "symfony/monolog-bundle",
4608
            "version": "v3.2.0",
4609
            "source": {
4610
                "type": "git",
4611
                "url": "https://github.com/symfony/monolog-bundle.git",
4612
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd"
4613
            },
4614
            "dist": {
4615
                "type": "zip",
4616
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd",
4617
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd",
4618
                "shasum": ""
4619
            },
4620
            "require": {
4621
                "monolog/monolog": "~1.22",
4622
                "php": ">=5.3.2",
4623
                "symfony/config": "~2.7|~3.0|~4.0",
4624
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
4625
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
4626
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
4627
            },
4628
            "require-dev": {
4629
                "symfony/console": "~2.3|~3.0|~4.0",
4630
                "symfony/phpunit-bridge": "^3.3|^4.0",
4631
                "symfony/yaml": "~2.3|~3.0|~4.0"
4632
            },
4633
            "type": "symfony-bundle",
4634
            "extra": {
4635
                "branch-alias": {
4636
                    "dev-master": "3.x-dev"
4637
                }
4638
            },
4639
            "autoload": {
4640
                "psr-4": {
4641
                    "Symfony\\Bundle\\MonologBundle\\": ""
4642
                },
4643
                "exclude-from-classmap": [
4644
                    "/Tests/"
4645
                ]
4646
            },
4647
            "notification-url": "https://packagist.org/downloads/",
4648
            "license": [
4649
                "MIT"
4650
            ],
4651
            "authors": [
4652
                {
4653
                    "name": "Symfony Community",
4654
                    "homepage": "http://symfony.com/contributors"
4655
                },
4656
                {
4657
                    "name": "Fabien Potencier",
4658
                    "email": "[email protected]"
4659
                }
4660
            ],
4661
            "description": "Symfony MonologBundle",
4662
            "homepage": "http://symfony.com",
4663
            "keywords": [
4664
                "log",
4665
                "logging"
4666
            ],
4667
            "time": "2018-03-05T14:51:36+00:00"
4668
        },
4669
        {
4670
            "name": "symfony/options-resolver",
4671
            "version": "v3.4.8",
4672
            "source": {
4673
                "type": "git",
4674
                "url": "https://github.com/symfony/options-resolver.git",
4675
                "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e"
4676
            },
4677
            "dist": {
4678
                "type": "zip",
4679
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3109a6aedd20e35c3a33190e932c2b063b7b50e",
4680
                "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e",
4681
                "shasum": ""
4682
            },
4683
            "require": {
4684
                "php": "^5.5.9|>=7.0.8"
4685
            },
4686
            "type": "library",
4687
            "extra": {
4688
                "branch-alias": {
4689
                    "dev-master": "3.4-dev"
4690
                }
4691
            },
4692
            "autoload": {
4693
                "psr-4": {
4694
                    "Symfony\\Component\\OptionsResolver\\": ""
4695
                },
4696
                "exclude-from-classmap": [
4697
                    "/Tests/"
4698
                ]
4699
            },
4700
            "notification-url": "https://packagist.org/downloads/",
4701
            "license": [
4702
                "MIT"
4703
            ],
4704
            "authors": [
4705
                {
4706
                    "name": "Fabien Potencier",
4707
                    "email": "[email protected]"
4708
                },
4709
                {
4710
                    "name": "Symfony Community",
4711
                    "homepage": "https://symfony.com/contributors"
4712
                }
4713
            ],
4714
            "description": "Symfony OptionsResolver Component",
4715
            "homepage": "https://symfony.com",
4716
            "keywords": [
4717
                "config",
4718
                "configuration",
4719
                "options"
4720
            ],
4721
            "time": "2018-01-11T07:56:07+00:00"
4722
        },
4723
        {
4724
            "name": "symfony/orm-pack",
4725
            "version": "v1.0.5",
4726
            "source": {
4727
                "type": "git",
4728
                "url": "https://github.com/symfony/orm-pack.git",
4729
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1"
4730
            },
4731
            "dist": {
4732
                "type": "zip",
4733
                "url": "https://api.github.com/repos/symfony/orm-pack/zipball/1b58f752cd917a08c9c8df020781d9c46a2275b1",
4734
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1",
4735
                "shasum": ""
4736
            },
4737
            "require": {
4738
                "doctrine/doctrine-bundle": "^1.6.10",
4739
                "doctrine/doctrine-migrations-bundle": "^1.3",
4740
                "doctrine/orm": "^2.5.11",
4741
                "php": "^7.0"
4742
            },
4743
            "type": "symfony-pack",
4744
            "notification-url": "https://packagist.org/downloads/",
4745
            "license": [
4746
                "MIT"
4747
            ],
4748
            "description": "A pack for the Doctrine ORM",
4749
            "time": "2017-12-12T01:47:50+00:00"
4750
        },
4751
        {
4752
            "name": "symfony/polyfill-apcu",
4753
            "version": "v1.7.0",
4754
            "source": {
4755
                "type": "git",
4756
                "url": "https://github.com/symfony/polyfill-apcu.git",
4757
                "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00"
4758
            },
4759
            "dist": {
4760
                "type": "zip",
4761
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/e8ae2136ddb53dea314df56fcd88e318ab936c00",
4762
                "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00",
4763
                "shasum": ""
4764
            },
4765
            "require": {
4766
                "php": ">=5.3.3"
4767
            },
4768
            "type": "library",
4769
            "extra": {
4770
                "branch-alias": {
4771
                    "dev-master": "1.7-dev"
4772
                }
4773
            },
4774
            "autoload": {
4775
                "psr-4": {
4776
                    "Symfony\\Polyfill\\Apcu\\": ""
4777
                },
4778
                "files": [
4779
                    "bootstrap.php"
4780
                ]
4781
            },
4782
            "notification-url": "https://packagist.org/downloads/",
4783
            "license": [
4784
                "MIT"
4785
            ],
4786
            "authors": [
4787
                {
4788
                    "name": "Nicolas Grekas",
4789
                    "email": "[email protected]"
4790
                },
4791
                {
4792
                    "name": "Symfony Community",
4793
                    "homepage": "https://symfony.com/contributors"
4794
                }
4795
            ],
4796
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
4797
            "homepage": "https://symfony.com",
4798
            "keywords": [
4799
                "apcu",
4800
                "compatibility",
4801
                "polyfill",
4802
                "portable",
4803
                "shim"
4804
            ],
4805
            "time": "2018-01-30T19:27:44+00:00"
4806
        },
4807
        {
4808
            "name": "symfony/polyfill-intl-icu",
4809
            "version": "v1.7.0",
4810
            "source": {
4811
                "type": "git",
4812
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
4813
                "reference": "254919c03761d46c29291616576ed003f10e91c1"
4814
            },
4815
            "dist": {
4816
                "type": "zip",
4817
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/254919c03761d46c29291616576ed003f10e91c1",
4818
                "reference": "254919c03761d46c29291616576ed003f10e91c1",
4819
                "shasum": ""
4820
            },
4821
            "require": {
4822
                "php": ">=5.3.3",
4823
                "symfony/intl": "~2.3|~3.0|~4.0"
4824
            },
4825
            "suggest": {
4826
                "ext-intl": "For best performance"
4827
            },
4828
            "type": "library",
4829
            "extra": {
4830
                "branch-alias": {
4831
                    "dev-master": "1.7-dev"
4832
                }
4833
            },
4834
            "autoload": {
4835
                "files": [
4836
                    "bootstrap.php"
4837
                ]
4838
            },
4839
            "notification-url": "https://packagist.org/downloads/",
4840
            "license": [
4841
                "MIT"
4842
            ],
4843
            "authors": [
4844
                {
4845
                    "name": "Nicolas Grekas",
4846
                    "email": "[email protected]"
4847
                },
4848
                {
4849
                    "name": "Symfony Community",
4850
                    "homepage": "https://symfony.com/contributors"
4851
                }
4852
            ],
4853
            "description": "Symfony polyfill for intl's ICU-related data and classes",
4854
            "homepage": "https://symfony.com",
4855
            "keywords": [
4856
                "compatibility",
4857
                "icu",
4858
                "intl",
4859
                "polyfill",
4860
                "portable",
4861
                "shim"
4862
            ],
4863
            "time": "2018-01-30T19:27:44+00:00"
4864
        },
4865
        {
4866
            "name": "symfony/polyfill-mbstring",
4867
            "version": "v1.7.0",
4868
            "source": {
4869
                "type": "git",
4870
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4871
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
4872
            },
4873
            "dist": {
4874
                "type": "zip",
4875
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
4876
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
4877
                "shasum": ""
4878
            },
4879
            "require": {
4880
                "php": ">=5.3.3"
4881
            },
4882
            "suggest": {
4883
                "ext-mbstring": "For best performance"
4884
            },
4885
            "type": "library",
4886
            "extra": {
4887
                "branch-alias": {
4888
                    "dev-master": "1.7-dev"
4889
                }
4890
            },
4891
            "autoload": {
4892
                "psr-4": {
4893
                    "Symfony\\Polyfill\\Mbstring\\": ""
4894
                },
4895
                "files": [
4896
                    "bootstrap.php"
4897
                ]
4898
            },
4899
            "notification-url": "https://packagist.org/downloads/",
4900
            "license": [
4901
                "MIT"
4902
            ],
4903
            "authors": [
4904
                {
4905
                    "name": "Nicolas Grekas",
4906
                    "email": "[email protected]"
4907
                },
4908
                {
4909
                    "name": "Symfony Community",
4910
                    "homepage": "https://symfony.com/contributors"
4911
                }
4912
            ],
4913
            "description": "Symfony polyfill for the Mbstring extension",
4914
            "homepage": "https://symfony.com",
4915
            "keywords": [
4916
                "compatibility",
4917
                "mbstring",
4918
                "polyfill",
4919
                "portable",
4920
                "shim"
4921
            ],
4922
            "time": "2018-01-30T19:27:44+00:00"
4923
        },
4924
        {
4925
            "name": "symfony/polyfill-php56",
4926
            "version": "v1.7.0",
4927
            "source": {
4928
                "type": "git",
4929
                "url": "https://github.com/symfony/polyfill-php56.git",
4930
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8"
4931
            },
4932
            "dist": {
4933
                "type": "zip",
4934
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8",
4935
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8",
4936
                "shasum": ""
4937
            },
4938
            "require": {
4939
                "php": ">=5.3.3",
4940
                "symfony/polyfill-util": "~1.0"
4941
            },
4942
            "type": "library",
4943
            "extra": {
4944
                "branch-alias": {
4945
                    "dev-master": "1.7-dev"
4946
                }
4947
            },
4948
            "autoload": {
4949
                "psr-4": {
4950
                    "Symfony\\Polyfill\\Php56\\": ""
4951
                },
4952
                "files": [
4953
                    "bootstrap.php"
4954
                ]
4955
            },
4956
            "notification-url": "https://packagist.org/downloads/",
4957
            "license": [
4958
                "MIT"
4959
            ],
4960
            "authors": [
4961
                {
4962
                    "name": "Nicolas Grekas",
4963
                    "email": "[email protected]"
4964
                },
4965
                {
4966
                    "name": "Symfony Community",
4967
                    "homepage": "https://symfony.com/contributors"
4968
                }
4969
            ],
4970
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4971
            "homepage": "https://symfony.com",
4972
            "keywords": [
4973
                "compatibility",
4974
                "polyfill",
4975
                "portable",
4976
                "shim"
4977
            ],
4978
            "time": "2018-01-30T19:27:44+00:00"
4979
        },
4980
        {
4981
            "name": "symfony/polyfill-php70",
4982
            "version": "v1.7.0",
4983
            "source": {
4984
                "type": "git",
4985
                "url": "https://github.com/symfony/polyfill-php70.git",
4986
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
4987
            },
4988
            "dist": {
4989
                "type": "zip",
4990
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
4991
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
4992
                "shasum": ""
4993
            },
4994
            "require": {
4995
                "paragonie/random_compat": "~1.0|~2.0",
4996
                "php": ">=5.3.3"
4997
            },
4998
            "type": "library",
4999
            "extra": {
5000
                "branch-alias": {
5001
                    "dev-master": "1.7-dev"
5002
                }
5003
            },
5004
            "autoload": {
5005
                "psr-4": {
5006
                    "Symfony\\Polyfill\\Php70\\": ""
5007
                },
5008
                "files": [
5009
                    "bootstrap.php"
5010
                ],
5011
                "classmap": [
5012
                    "Resources/stubs"
5013
                ]
5014
            },
5015
            "notification-url": "https://packagist.org/downloads/",
5016
            "license": [
5017
                "MIT"
5018
            ],
5019
            "authors": [
5020
                {
5021
                    "name": "Nicolas Grekas",
5022
                    "email": "[email protected]"
5023
                },
5024
                {
5025
                    "name": "Symfony Community",
5026
                    "homepage": "https://symfony.com/contributors"
5027
                }
5028
            ],
5029
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
5030
            "homepage": "https://symfony.com",
5031
            "keywords": [
5032
                "compatibility",
5033
                "polyfill",
5034
                "portable",
5035
                "shim"
5036
            ],
5037
            "time": "2018-01-30T19:27:44+00:00"
5038
        },
5039
        {
5040
            "name": "symfony/polyfill-util",
5041
            "version": "v1.7.0",
5042
            "source": {
5043
                "type": "git",
5044
                "url": "https://github.com/symfony/polyfill-util.git",
5045
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563"
5046
            },
5047
            "dist": {
5048
                "type": "zip",
5049
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563",
5050
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563",
5051
                "shasum": ""
5052
            },
5053
            "require": {
5054
                "php": ">=5.3.3"
5055
            },
5056
            "type": "library",
5057
            "extra": {
5058
                "branch-alias": {
5059
                    "dev-master": "1.7-dev"
5060
                }
5061
            },
5062
            "autoload": {
5063
                "psr-4": {
5064
                    "Symfony\\Polyfill\\Util\\": ""
5065
                }
5066
            },
5067
            "notification-url": "https://packagist.org/downloads/",
5068
            "license": [
5069
                "MIT"
5070
            ],
5071
            "authors": [
5072
                {
5073
                    "name": "Nicolas Grekas",
5074
                    "email": "[email protected]"
5075
                },
5076
                {
5077
                    "name": "Symfony Community",
5078
                    "homepage": "https://symfony.com/contributors"
5079
                }
5080
            ],
5081
            "description": "Symfony utilities for portability of PHP codes",
5082
            "homepage": "https://symfony.com",
5083
            "keywords": [
5084
                "compat",
5085
                "compatibility",
5086
                "polyfill",
5087
                "shim"
5088
            ],
5089
            "time": "2018-01-31T18:08:44+00:00"
5090
        },
5091
        {
5092
            "name": "symfony/process",
5093
            "version": "v3.4.8",
5094
            "source": {
5095
                "type": "git",
5096
                "url": "https://github.com/symfony/process.git",
5097
                "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b"
5098
            },
5099
            "dist": {
5100
                "type": "zip",
5101
                "url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b",
5102
                "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b",
5103
                "shasum": ""
5104
            },
5105
            "require": {
5106
                "php": "^5.5.9|>=7.0.8"
5107
            },
5108
            "type": "library",
5109
            "extra": {
5110
                "branch-alias": {
5111
                    "dev-master": "3.4-dev"
5112
                }
5113
            },
5114
            "autoload": {
5115
                "psr-4": {
5116
                    "Symfony\\Component\\Process\\": ""
5117
                },
5118
                "exclude-from-classmap": [
5119
                    "/Tests/"
5120
                ]
5121
            },
5122
            "notification-url": "https://packagist.org/downloads/",
5123
            "license": [
5124
                "MIT"
5125
            ],
5126
            "authors": [
5127
                {
5128
                    "name": "Fabien Potencier",
5129
                    "email": "[email protected]"
5130
                },
5131
                {
5132
                    "name": "Symfony Community",
5133
                    "homepage": "https://symfony.com/contributors"
5134
                }
5135
            ],
5136
            "description": "Symfony Process Component",
5137
            "homepage": "https://symfony.com",
5138
            "time": "2018-04-03T05:22:50+00:00"
5139
        },
5140
        {
5141
            "name": "symfony/profiler-pack",
5142
            "version": "v1.0.3",
5143
            "source": {
5144
                "type": "git",
5145
                "url": "https://github.com/symfony/profiler-pack.git",
5146
                "reference": "fa2e2dad522a3bef322196abad28ffce6d0fdbc5"
5147
            },
5148
            "dist": {
5149
                "type": "zip",
5150
                "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/fa2e2dad522a3bef322196abad28ffce6d0fdbc5",
5151
                "reference": "fa2e2dad522a3bef322196abad28ffce6d0fdbc5",
5152
                "shasum": ""
5153
            },
5154
            "require": {
5155
                "php": "^7.0",
5156
                "symfony/stopwatch": "^3.3|^4.0",
5157
                "symfony/twig-bundle": "^3.3|^4.0",
5158
                "symfony/web-profiler-bundle": "^3.3|^4.0"
5159
            },
5160
            "type": "symfony-pack",
5161
            "notification-url": "https://packagist.org/downloads/",
5162
            "license": [
5163
                "MIT"
5164
            ],
5165
            "description": "A pack for the Symfony web profiler",
5166
            "time": "2017-12-12T01:48:24+00:00"
5167
        },
5168
        {
5169
            "name": "symfony/property-access",
5170
            "version": "v3.4.8",
5171
            "source": {
5172
                "type": "git",
5173
                "url": "https://github.com/symfony/property-access.git",
5174
                "reference": "a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a"
5175
            },
5176
            "dist": {
5177
                "type": "zip",
5178
                "url": "https://api.github.com/repos/symfony/property-access/zipball/a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a",
5179
                "reference": "a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a",
5180
                "shasum": ""
5181
            },
5182
            "require": {
5183
                "php": "^5.5.9|>=7.0.8",
5184
                "symfony/inflector": "~3.1|~4.0",
5185
                "symfony/polyfill-php70": "~1.0"
5186
            },
5187
            "require-dev": {
5188
                "symfony/cache": "~3.1|~4.0"
5189
            },
5190
            "suggest": {
5191
                "psr/cache-implementation": "To cache access methods."
5192
            },
5193
            "type": "library",
5194
            "extra": {
5195
                "branch-alias": {
5196
                    "dev-master": "3.4-dev"
5197
                }
5198
            },
5199
            "autoload": {
5200
                "psr-4": {
5201
                    "Symfony\\Component\\PropertyAccess\\": ""
5202
                },
5203
                "exclude-from-classmap": [
5204
                    "/Tests/"
5205
                ]
5206
            },
5207
            "notification-url": "https://packagist.org/downloads/",
5208
            "license": [
5209
                "MIT"
5210
            ],
5211
            "authors": [
5212
                {
5213
                    "name": "Fabien Potencier",
5214
                    "email": "[email protected]"
5215
                },
5216
                {
5217
                    "name": "Symfony Community",
5218
                    "homepage": "https://symfony.com/contributors"
5219
                }
5220
            ],
5221
            "description": "Symfony PropertyAccess Component",
5222
            "homepage": "https://symfony.com",
5223
            "keywords": [
5224
                "access",
5225
                "array",
5226
                "extraction",
5227
                "index",
5228
                "injection",
5229
                "object",
5230
                "property",
5231
                "property path",
5232
                "reflection"
5233
            ],
5234
            "time": "2018-01-03T07:37:34+00:00"
5235
        },
5236
        {
5237
            "name": "symfony/proxy-manager-bridge",
5238
            "version": "v3.4.8",
5239
            "source": {
5240
                "type": "git",
5241
                "url": "https://github.com/symfony/proxy-manager-bridge.git",
5242
                "reference": "538286ee1e8c1565c48a971b9305ff5b15e3110f"
5243
            },
5244
            "dist": {
5245
                "type": "zip",
5246
                "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/538286ee1e8c1565c48a971b9305ff5b15e3110f",
5247
                "reference": "538286ee1e8c1565c48a971b9305ff5b15e3110f",
5248
                "shasum": ""
5249
            },
5250
            "require": {
5251
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
5252
                "php": "^5.5.9|>=7.0.8",
5253
                "symfony/dependency-injection": "~3.4|~4.0"
5254
            },
5255
            "require-dev": {
5256
                "symfony/config": "~2.8|~3.0|~4.0"
5257
            },
5258
            "type": "symfony-bridge",
5259
            "extra": {
5260
                "branch-alias": {
5261
                    "dev-master": "3.4-dev"
5262
                }
5263
            },
5264
            "autoload": {
5265
                "psr-4": {
5266
                    "Symfony\\Bridge\\ProxyManager\\": ""
5267
                },
5268
                "exclude-from-classmap": [
5269
                    "/Tests/"
5270
                ]
5271
            },
5272
            "notification-url": "https://packagist.org/downloads/",
5273
            "license": [
5274
                "MIT"
5275
            ],
5276
            "authors": [
5277
                {
5278
                    "name": "Fabien Potencier",
5279
                    "email": "[email protected]"
5280
                },
5281
                {
5282
                    "name": "Symfony Community",
5283
                    "homepage": "https://symfony.com/contributors"
5284
                }
5285
            ],
5286
            "description": "Symfony ProxyManager Bridge",
5287
            "homepage": "https://symfony.com",
5288
            "time": "2018-02-16T18:39:08+00:00"
5289
        },
5290
        {
5291
            "name": "symfony/routing",
5292
            "version": "v3.4.8",
5293
            "source": {
5294
                "type": "git",
5295
                "url": "https://github.com/symfony/routing.git",
5296
                "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c"
5297
            },
5298
            "dist": {
5299
                "type": "zip",
5300
                "url": "https://api.github.com/repos/symfony/routing/zipball/50f333b707bef9f6972ad04e6df3ec8875c9a67c",
5301
                "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c",
5302
                "shasum": ""
5303
            },
5304
            "require": {
5305
                "php": "^5.5.9|>=7.0.8"
5306
            },
5307
            "conflict": {
5308
                "symfony/config": "<3.3.1",
5309
                "symfony/dependency-injection": "<3.3",
5310
                "symfony/yaml": "<3.4"
5311
            },
5312
            "require-dev": {
5313
                "doctrine/annotations": "~1.0",
5314
                "doctrine/common": "~2.2",
5315
                "psr/log": "~1.0",
5316
                "symfony/config": "^3.3.1|~4.0",
5317
                "symfony/dependency-injection": "~3.3|~4.0",
5318
                "symfony/expression-language": "~2.8|~3.0|~4.0",
5319
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
5320
                "symfony/yaml": "~3.4|~4.0"
5321
            },
5322
            "suggest": {
5323
                "doctrine/annotations": "For using the annotation loader",
5324
                "symfony/config": "For using the all-in-one router or any loader",
5325
                "symfony/dependency-injection": "For loading routes from a service",
5326
                "symfony/expression-language": "For using expression matching",
5327
                "symfony/http-foundation": "For using a Symfony Request object",
5328
                "symfony/yaml": "For using the YAML loader"
5329
            },
5330
            "type": "library",
5331
            "extra": {
5332
                "branch-alias": {
5333
                    "dev-master": "3.4-dev"
5334
                }
5335
            },
5336
            "autoload": {
5337
                "psr-4": {
5338
                    "Symfony\\Component\\Routing\\": ""
5339
                },
5340
                "exclude-from-classmap": [
5341
                    "/Tests/"
5342
                ]
5343
            },
5344
            "notification-url": "https://packagist.org/downloads/",
5345
            "license": [
5346
                "MIT"
5347
            ],
5348
            "authors": [
5349
                {
5350
                    "name": "Fabien Potencier",
5351
                    "email": "[email protected]"
5352
                },
5353
                {
5354
                    "name": "Symfony Community",
5355
                    "homepage": "https://symfony.com/contributors"
5356
                }
5357
            ],
5358
            "description": "Symfony Routing Component",
5359
            "homepage": "https://symfony.com",
5360
            "keywords": [
5361
                "router",
5362
                "routing",
5363
                "uri",
5364
                "url"
5365
            ],
5366
            "time": "2018-04-04T13:22:16+00:00"
5367
        },
5368
        {
5369
            "name": "symfony/security",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/security:

- CVE-2018-11406: CSRF Token Fixation
- CVE-2018-11385: Session Fixation Issue for Guard Authentication
Loading history...
5370
            "version": "v3.4.8",
5371
            "source": {
5372
                "type": "git",
5373
                "url": "https://github.com/symfony/security.git",
5374
                "reference": "67aeceb471baf282aadde8e8bc1a8f2320ac8a90"
5375
            },
5376
            "dist": {
5377
                "type": "zip",
5378
                "url": "https://api.github.com/repos/symfony/security/zipball/67aeceb471baf282aadde8e8bc1a8f2320ac8a90",
5379
                "reference": "67aeceb471baf282aadde8e8bc1a8f2320ac8a90",
5380
                "shasum": ""
5381
            },
5382
            "require": {
5383
                "php": "^5.5.9|>=7.0.8",
5384
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
5385
                "symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0",
5386
                "symfony/http-kernel": "~3.3|~4.0",
5387
                "symfony/polyfill-php56": "~1.0",
5388
                "symfony/polyfill-php70": "~1.0",
5389
                "symfony/property-access": "~2.8|~3.0|~4.0"
5390
            },
5391
            "replace": {
5392
                "symfony/security-core": "self.version",
5393
                "symfony/security-csrf": "self.version",
5394
                "symfony/security-guard": "self.version",
5395
                "symfony/security-http": "self.version"
5396
            },
5397
            "require-dev": {
5398
                "psr/container": "^1.0",
5399
                "psr/log": "~1.0",
5400
                "symfony/expression-language": "~2.8|~3.0|~4.0",
5401
                "symfony/finder": "~2.8|~3.0|~4.0",
5402
                "symfony/ldap": "~3.1|~4.0",
5403
                "symfony/polyfill-intl-icu": "~1.0",
5404
                "symfony/routing": "~2.8|~3.0|~4.0",
5405
                "symfony/validator": "^3.2.5|~4.0"
5406
            },
5407
            "suggest": {
5408
                "psr/container": "To instantiate the Security class",
5409
                "symfony/expression-language": "For using the expression voter",
5410
                "symfony/form": "",
5411
                "symfony/ldap": "For using the LDAP user and authentication providers",
5412
                "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
5413
                "symfony/validator": "For using the user password constraint"
5414
            },
5415
            "type": "library",
5416
            "extra": {
5417
                "branch-alias": {
5418
                    "dev-master": "3.4-dev"
5419
                }
5420
            },
5421
            "autoload": {
5422
                "psr-4": {
5423
                    "Symfony\\Component\\Security\\": ""
5424
                },
5425
                "exclude-from-classmap": [
5426
                    "/Tests/"
5427
                ]
5428
            },
5429
            "notification-url": "https://packagist.org/downloads/",
5430
            "license": [
5431
                "MIT"
5432
            ],
5433
            "authors": [
5434
                {
5435
                    "name": "Fabien Potencier",
5436
                    "email": "[email protected]"
5437
                },
5438
                {
5439
                    "name": "Symfony Community",
5440
                    "homepage": "https://symfony.com/contributors"
5441
                }
5442
            ],
5443
            "description": "Symfony Security Component",
5444
            "homepage": "https://symfony.com",
5445
            "time": "2018-04-06T07:35:25+00:00"
5446
        },
5447
        {
5448
            "name": "symfony/security-bundle",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/security-bundle:

- CVE-2018-11406: CSRF Token Fixation
- CVE-2018-11408: Open redirect vulnerability on security handlers
Loading history...
5449
            "version": "v3.4.8",
5450
            "source": {
5451
                "type": "git",
5452
                "url": "https://github.com/symfony/security-bundle.git",
5453
                "reference": "085335af9afd4b6b41a8af6d2de21de36517289c"
5454
            },
5455
            "dist": {
5456
                "type": "zip",
5457
                "url": "https://api.github.com/repos/symfony/security-bundle/zipball/085335af9afd4b6b41a8af6d2de21de36517289c",
5458
                "reference": "085335af9afd4b6b41a8af6d2de21de36517289c",
5459
                "shasum": ""
5460
            },
5461
            "require": {
5462
                "ext-xml": "*",
5463
                "php": "^5.5.9|>=7.0.8",
5464
                "symfony/dependency-injection": "^3.4.3|^4.0.3",
5465
                "symfony/http-kernel": "~3.4|~4.0",
5466
                "symfony/polyfill-php70": "~1.0",
5467
                "symfony/security": "~3.4|~4.0"
5468
            },
5469
            "conflict": {
5470
                "symfony/console": "<3.4",
5471
                "symfony/event-dispatcher": "<3.4",
5472
                "symfony/framework-bundle": "<3.4",
5473
                "symfony/var-dumper": "<3.3"
5474
            },
5475
            "require-dev": {
5476
                "doctrine/doctrine-bundle": "~1.5",
5477
                "symfony/asset": "~2.8|~3.0|~4.0",
5478
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
5479
                "symfony/console": "~3.4|~4.0",
5480
                "symfony/css-selector": "~2.8|~3.0|~4.0",
5481
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
5482
                "symfony/event-dispatcher": "~3.4|~4.0",
5483
                "symfony/expression-language": "~2.8|~3.0|~4.0",
5484
                "symfony/form": "^3.4|~4.0",
5485
                "symfony/framework-bundle": "~3.4|~4.0",
5486
                "symfony/http-foundation": "~3.3|~4.0",
5487
                "symfony/process": "~3.3|~4.0",
5488
                "symfony/security-acl": "~2.8|~3.0",
5489
                "symfony/translation": "~3.4|~4.0",
5490
                "symfony/twig-bridge": "~3.4|~4.0",
5491
                "symfony/twig-bundle": "~3.4|~4.0",
5492
                "symfony/validator": "^3.4|~4.0",
5493
                "symfony/var-dumper": "~3.3|~4.0",
5494
                "symfony/yaml": "~3.4|~4.0",
5495
                "twig/twig": "~1.34|~2.4"
5496
            },
5497
            "suggest": {
5498
                "symfony/security-acl": "For using the ACL functionality of this bundle"
5499
            },
5500
            "type": "symfony-bundle",
5501
            "extra": {
5502
                "branch-alias": {
5503
                    "dev-master": "3.4-dev"
5504
                }
5505
            },
5506
            "autoload": {
5507
                "psr-4": {
5508
                    "Symfony\\Bundle\\SecurityBundle\\": ""
5509
                },
5510
                "exclude-from-classmap": [
5511
                    "/Tests/"
5512
                ]
5513
            },
5514
            "notification-url": "https://packagist.org/downloads/",
5515
            "license": [
5516
                "MIT"
5517
            ],
5518
            "authors": [
5519
                {
5520
                    "name": "Fabien Potencier",
5521
                    "email": "[email protected]"
5522
                },
5523
                {
5524
                    "name": "Symfony Community",
5525
                    "homepage": "https://symfony.com/contributors"
5526
                }
5527
            ],
5528
            "description": "Symfony SecurityBundle",
5529
            "homepage": "https://symfony.com",
5530
            "time": "2018-04-06T07:35:25+00:00"
5531
        },
5532
        {
5533
            "name": "symfony/serializer",
5534
            "version": "v3.4.8",
5535
            "source": {
5536
                "type": "git",
5537
                "url": "https://github.com/symfony/serializer.git",
5538
                "reference": "d4dc1551da627273230fe16511f4bb4844c02399"
5539
            },
5540
            "dist": {
5541
                "type": "zip",
5542
                "url": "https://api.github.com/repos/symfony/serializer/zipball/d4dc1551da627273230fe16511f4bb4844c02399",
5543
                "reference": "d4dc1551da627273230fe16511f4bb4844c02399",
5544
                "shasum": ""
5545
            },
5546
            "require": {
5547
                "php": "^5.5.9|>=7.0.8"
5548
            },
5549
            "conflict": {
5550
                "phpdocumentor/type-resolver": "<0.2.1",
5551
                "symfony/dependency-injection": "<3.2",
5552
                "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
5553
                "symfony/property-info": "<3.1",
5554
                "symfony/yaml": "<3.4"
5555
            },
5556
            "require-dev": {
5557
                "doctrine/annotations": "~1.0",
5558
                "doctrine/cache": "~1.0",
5559
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
5560
                "symfony/cache": "~3.1|~4.0",
5561
                "symfony/config": "~2.8|~3.0|~4.0",
5562
                "symfony/dependency-injection": "~3.2|~4.0",
5563
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
5564
                "symfony/property-access": "~2.8|~3.0|~4.0",
5565
                "symfony/property-info": "~3.1|~4.0",
5566
                "symfony/yaml": "~3.4|~4.0"
5567
            },
5568
            "suggest": {
5569
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
5570
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
5571
                "psr/cache-implementation": "For using the metadata cache.",
5572
                "symfony/config": "For using the XML mapping loader.",
5573
                "symfony/http-foundation": "To use the DataUriNormalizer.",
5574
                "symfony/property-access": "For using the ObjectNormalizer.",
5575
                "symfony/property-info": "To deserialize relations.",
5576
                "symfony/yaml": "For using the default YAML mapping loader."
5577
            },
5578
            "type": "library",
5579
            "extra": {
5580
                "branch-alias": {
5581
                    "dev-master": "3.4-dev"
5582
                }
5583
            },
5584
            "autoload": {
5585
                "psr-4": {
5586
                    "Symfony\\Component\\Serializer\\": ""
5587
                },
5588
                "exclude-from-classmap": [
5589
                    "/Tests/"
5590
                ]
5591
            },
5592
            "notification-url": "https://packagist.org/downloads/",
5593
            "license": [
5594
                "MIT"
5595
            ],
5596
            "authors": [
5597
                {
5598
                    "name": "Fabien Potencier",
5599
                    "email": "[email protected]"
5600
                },
5601
                {
5602
                    "name": "Symfony Community",
5603
                    "homepage": "https://symfony.com/contributors"
5604
                }
5605
            ],
5606
            "description": "Symfony Serializer Component",
5607
            "homepage": "https://symfony.com",
5608
            "time": "2018-03-15T19:08:29+00:00"
5609
        },
5610
        {
5611
            "name": "symfony/stopwatch",
5612
            "version": "v3.4.8",
5613
            "source": {
5614
                "type": "git",
5615
                "url": "https://github.com/symfony/stopwatch.git",
5616
                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af"
5617
            },
5618
            "dist": {
5619
                "type": "zip",
5620
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af",
5621
                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af",
5622
                "shasum": ""
5623
            },
5624
            "require": {
5625
                "php": "^5.5.9|>=7.0.8"
5626
            },
5627
            "type": "library",
5628
            "extra": {
5629
                "branch-alias": {
5630
                    "dev-master": "3.4-dev"
5631
                }
5632
            },
5633
            "autoload": {
5634
                "psr-4": {
5635
                    "Symfony\\Component\\Stopwatch\\": ""
5636
                },
5637
                "exclude-from-classmap": [
5638
                    "/Tests/"
5639
                ]
5640
            },
5641
            "notification-url": "https://packagist.org/downloads/",
5642
            "license": [
5643
                "MIT"
5644
            ],
5645
            "authors": [
5646
                {
5647
                    "name": "Fabien Potencier",
5648
                    "email": "[email protected]"
5649
                },
5650
                {
5651
                    "name": "Symfony Community",
5652
                    "homepage": "https://symfony.com/contributors"
5653
                }
5654
            ],
5655
            "description": "Symfony Stopwatch Component",
5656
            "homepage": "https://symfony.com",
5657
            "time": "2018-02-17T14:55:25+00:00"
5658
        },
5659
        {
5660
            "name": "symfony/swiftmailer-bundle",
5661
            "version": "v3.2.2",
5662
            "source": {
5663
                "type": "git",
5664
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
5665
                "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d"
5666
            },
5667
            "dist": {
5668
                "type": "zip",
5669
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/f1ba0552a9cd4df0191a58845fbd5541cf9eda2d",
5670
                "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d",
5671
                "shasum": ""
5672
            },
5673
            "require": {
5674
                "php": ">=7.0.0",
5675
                "swiftmailer/swiftmailer": "^6.0.1",
5676
                "symfony/config": "~2.8|~3.3|~4.0",
5677
                "symfony/dependency-injection": "~2.7|~3.3|~4.0",
5678
                "symfony/http-kernel": "~2.7|~3.3|~4.0"
5679
            },
5680
            "require-dev": {
5681
                "symfony/console": "~2.7|~3.3|~4.0",
5682
                "symfony/framework-bundle": "~2.7|~3.3|~4.0",
5683
                "symfony/phpunit-bridge": "~3.3|~4.0",
5684
                "symfony/yaml": "~2.7|~3.3|~4.0"
5685
            },
5686
            "suggest": {
5687
                "psr/log": "Allows logging"
5688
            },
5689
            "type": "symfony-bundle",
5690
            "extra": {
5691
                "branch-alias": {
5692
                    "dev-master": "3.2-dev"
5693
                }
5694
            },
5695
            "autoload": {
5696
                "psr-4": {
5697
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
5698
                },
5699
                "exclude-from-classmap": [
5700
                    "/Tests/"
5701
                ]
5702
            },
5703
            "notification-url": "https://packagist.org/downloads/",
5704
            "license": [
5705
                "MIT"
5706
            ],
5707
            "authors": [
5708
                {
5709
                    "name": "Symfony Community",
5710
                    "homepage": "http://symfony.com/contributors"
5711
                },
5712
                {
5713
                    "name": "Fabien Potencier",
5714
                    "email": "[email protected]"
5715
                }
5716
            ],
5717
            "description": "Symfony SwiftmailerBundle",
5718
            "homepage": "http://symfony.com",
5719
            "time": "2018-04-03T16:29:41+00:00"
5720
        },
5721
        {
5722
            "name": "symfony/templating",
5723
            "version": "v3.4.8",
5724
            "source": {
5725
                "type": "git",
5726
                "url": "https://github.com/symfony/templating.git",
5727
                "reference": "6ac0bb6dea36053b97027dae0bf3888e432c1f74"
5728
            },
5729
            "dist": {
5730
                "type": "zip",
5731
                "url": "https://api.github.com/repos/symfony/templating/zipball/6ac0bb6dea36053b97027dae0bf3888e432c1f74",
5732
                "reference": "6ac0bb6dea36053b97027dae0bf3888e432c1f74",
5733
                "shasum": ""
5734
            },
5735
            "require": {
5736
                "php": "^5.5.9|>=7.0.8"
5737
            },
5738
            "require-dev": {
5739
                "psr/log": "~1.0"
5740
            },
5741
            "suggest": {
5742
                "psr/log": "For using debug logging in loaders"
5743
            },
5744
            "type": "library",
5745
            "extra": {
5746
                "branch-alias": {
5747
                    "dev-master": "3.4-dev"
5748
                }
5749
            },
5750
            "autoload": {
5751
                "psr-4": {
5752
                    "Symfony\\Component\\Templating\\": ""
5753
                },
5754
                "exclude-from-classmap": [
5755
                    "/Tests/"
5756
                ]
5757
            },
5758
            "notification-url": "https://packagist.org/downloads/",
5759
            "license": [
5760
                "MIT"
5761
            ],
5762
            "authors": [
5763
                {
5764
                    "name": "Fabien Potencier",
5765
                    "email": "[email protected]"
5766
                },
5767
                {
5768
                    "name": "Symfony Community",
5769
                    "homepage": "https://symfony.com/contributors"
5770
                }
5771
            ],
5772
            "description": "Symfony Templating Component",
5773
            "homepage": "https://symfony.com",
5774
            "time": "2018-01-03T07:37:34+00:00"
5775
        },
5776
        {
5777
            "name": "symfony/translation",
5778
            "version": "v3.4.8",
5779
            "source": {
5780
                "type": "git",
5781
                "url": "https://github.com/symfony/translation.git",
5782
                "reference": "80e19eaf12cbb546ac40384e5c55c36306823e57"
5783
            },
5784
            "dist": {
5785
                "type": "zip",
5786
                "url": "https://api.github.com/repos/symfony/translation/zipball/80e19eaf12cbb546ac40384e5c55c36306823e57",
5787
                "reference": "80e19eaf12cbb546ac40384e5c55c36306823e57",
5788
                "shasum": ""
5789
            },
5790
            "require": {
5791
                "php": "^5.5.9|>=7.0.8",
5792
                "symfony/polyfill-mbstring": "~1.0"
5793
            },
5794
            "conflict": {
5795
                "symfony/config": "<2.8",
5796
                "symfony/dependency-injection": "<3.4",
5797
                "symfony/yaml": "<3.4"
5798
            },
5799
            "require-dev": {
5800
                "psr/log": "~1.0",
5801
                "symfony/config": "~2.8|~3.0|~4.0",
5802
                "symfony/dependency-injection": "~3.4|~4.0",
5803
                "symfony/finder": "~2.8|~3.0|~4.0",
5804
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
5805
                "symfony/yaml": "~3.4|~4.0"
5806
            },
5807
            "suggest": {
5808
                "psr/log": "To use logging capability in translator",
5809
                "symfony/config": "",
5810
                "symfony/yaml": ""
5811
            },
5812
            "type": "library",
5813
            "extra": {
5814
                "branch-alias": {
5815
                    "dev-master": "3.4-dev"
5816
                }
5817
            },
5818
            "autoload": {
5819
                "psr-4": {
5820
                    "Symfony\\Component\\Translation\\": ""
5821
                },
5822
                "exclude-from-classmap": [
5823
                    "/Tests/"
5824
                ]
5825
            },
5826
            "notification-url": "https://packagist.org/downloads/",
5827
            "license": [
5828
                "MIT"
5829
            ],
5830
            "authors": [
5831
                {
5832
                    "name": "Fabien Potencier",
5833
                    "email": "[email protected]"
5834
                },
5835
                {
5836
                    "name": "Symfony Community",
5837
                    "homepage": "https://symfony.com/contributors"
5838
                }
5839
            ],
5840
            "description": "Symfony Translation Component",
5841
            "homepage": "https://symfony.com",
5842
            "time": "2018-02-22T06:28:18+00:00"
5843
        },
5844
        {
5845
            "name": "symfony/twig-bridge",
5846
            "version": "v3.4.8",
5847
            "source": {
5848
                "type": "git",
5849
                "url": "https://github.com/symfony/twig-bridge.git",
5850
                "reference": "36a48d915079a23bbc5ae017523ff2819a9e222f"
5851
            },
5852
            "dist": {
5853
                "type": "zip",
5854
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/36a48d915079a23bbc5ae017523ff2819a9e222f",
5855
                "reference": "36a48d915079a23bbc5ae017523ff2819a9e222f",
5856
                "shasum": ""
5857
            },
5858
            "require": {
5859
                "php": "^5.5.9|>=7.0.8",
5860
                "twig/twig": "^1.35|^2.4.4"
5861
            },
5862
            "conflict": {
5863
                "symfony/console": "<3.4",
5864
                "symfony/form": "<3.4.7|<4.0.7,>=4.0"
5865
            },
5866
            "require-dev": {
5867
                "symfony/asset": "~2.8|~3.0|~4.0",
5868
                "symfony/console": "~3.4|~4.0",
5869
                "symfony/dependency-injection": "~2.8|~3.0|~4.0",
5870
                "symfony/expression-language": "~2.8|~3.0|~4.0",
5871
                "symfony/finder": "~2.8|~3.0|~4.0",
5872
                "symfony/form": "^3.4.7|^4.0.7",
5873
                "symfony/http-foundation": "^3.3.11|~4.0",
5874
                "symfony/http-kernel": "~3.2|~4.0",
5875
                "symfony/polyfill-intl-icu": "~1.0",
5876
                "symfony/routing": "~2.8|~3.0|~4.0",
5877
                "symfony/security": "~2.8|~3.0|~4.0",
5878
                "symfony/security-acl": "~2.8|~3.0",
5879
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
5880
                "symfony/templating": "~2.8|~3.0|~4.0",
5881
                "symfony/translation": "~2.8|~3.0|~4.0",
5882
                "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2|~4.0",
5883
                "symfony/web-link": "~3.3|~4.0",
5884
                "symfony/workflow": "~3.3|~4.0",
5885
                "symfony/yaml": "~2.8|~3.0|~4.0"
5886
            },
5887
            "suggest": {
5888
                "symfony/asset": "For using the AssetExtension",
5889
                "symfony/expression-language": "For using the ExpressionExtension",
5890
                "symfony/finder": "",
5891
                "symfony/form": "For using the FormExtension",
5892
                "symfony/http-kernel": "For using the HttpKernelExtension",
5893
                "symfony/routing": "For using the RoutingExtension",
5894
                "symfony/security": "For using the SecurityExtension",
5895
                "symfony/stopwatch": "For using the StopwatchExtension",
5896
                "symfony/templating": "For using the TwigEngine",
5897
                "symfony/translation": "For using the TranslationExtension",
5898
                "symfony/var-dumper": "For using the DumpExtension",
5899
                "symfony/web-link": "For using the WebLinkExtension",
5900
                "symfony/yaml": "For using the YamlExtension"
5901
            },
5902
            "type": "symfony-bridge",
5903
            "extra": {
5904
                "branch-alias": {
5905
                    "dev-master": "3.4-dev"
5906
                }
5907
            },
5908
            "autoload": {
5909
                "psr-4": {
5910
                    "Symfony\\Bridge\\Twig\\": ""
5911
                },
5912
                "exclude-from-classmap": [
5913
                    "/Tests/"
5914
                ]
5915
            },
5916
            "notification-url": "https://packagist.org/downloads/",
5917
            "license": [
5918
                "MIT"
5919
            ],
5920
            "authors": [
5921
                {
5922
                    "name": "Fabien Potencier",
5923
                    "email": "[email protected]"
5924
                },
5925
                {
5926
                    "name": "Symfony Community",
5927
                    "homepage": "https://symfony.com/contributors"
5928
                }
5929
            ],
5930
            "description": "Symfony Twig Bridge",
5931
            "homepage": "https://symfony.com",
5932
            "time": "2018-04-02T13:55:46+00:00"
5933
        },
5934
        {
5935
            "name": "symfony/twig-bundle",
5936
            "version": "v3.4.8",
5937
            "source": {
5938
                "type": "git",
5939
                "url": "https://github.com/symfony/twig-bundle.git",
5940
                "reference": "c06e47e4b93500c1e6dbf9a29d10f88845d7958c"
5941
            },
5942
            "dist": {
5943
                "type": "zip",
5944
                "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c06e47e4b93500c1e6dbf9a29d10f88845d7958c",
5945
                "reference": "c06e47e4b93500c1e6dbf9a29d10f88845d7958c",
5946
                "shasum": ""
5947
            },
5948
            "require": {
5949
                "php": "^5.5.9|>=7.0.8",
5950
                "symfony/config": "~3.2|~4.0",
5951
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
5952
                "symfony/http-kernel": "^3.3|~4.0",
5953
                "symfony/twig-bridge": "^3.4.3|^4.0.3",
5954
                "twig/twig": "~1.34|~2.4"
5955
            },
5956
            "conflict": {
5957
                "symfony/dependency-injection": "<3.4",
5958
                "symfony/event-dispatcher": "<3.3.1"
5959
            },
5960
            "require-dev": {
5961
                "doctrine/annotations": "~1.0",
5962
                "doctrine/cache": "~1.0",
5963
                "symfony/asset": "~2.8|~3.0|~4.0",
5964
                "symfony/dependency-injection": "~3.4|~4.0",
5965
                "symfony/expression-language": "~2.8|~3.0|~4.0",
5966
                "symfony/finder": "~2.8|~3.0|~4.0",
5967
                "symfony/form": "~2.8|~3.0|~4.0",
5968
                "symfony/framework-bundle": "^3.3.11|~4.0",
5969
                "symfony/routing": "~2.8|~3.0|~4.0",
5970
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
5971
                "symfony/templating": "~2.8|~3.0|~4.0",
5972
                "symfony/web-link": "~3.3|~4.0",
5973
                "symfony/yaml": "~2.8|~3.0|~4.0"
5974
            },
5975
            "type": "symfony-bundle",
5976
            "extra": {
5977
                "branch-alias": {
5978
                    "dev-master": "3.4-dev"
5979
                }
5980
            },
5981
            "autoload": {
5982
                "psr-4": {
5983
                    "Symfony\\Bundle\\TwigBundle\\": ""
5984
                },
5985
                "exclude-from-classmap": [
5986
                    "/Tests/"
5987
                ]
5988
            },
5989
            "notification-url": "https://packagist.org/downloads/",
5990
            "license": [
5991
                "MIT"
5992
            ],
5993
            "authors": [
5994
                {
5995
                    "name": "Fabien Potencier",
5996
                    "email": "[email protected]"
5997
                },
5998
                {
5999
                    "name": "Symfony Community",
6000
                    "homepage": "https://symfony.com/contributors"
6001
                }
6002
            ],
6003
            "description": "Symfony TwigBundle",
6004
            "homepage": "https://symfony.com",
6005
            "time": "2018-02-14T12:23:44+00:00"
6006
        },
6007
        {
6008
            "name": "symfony/validator",
6009
            "version": "v3.4.8",
6010
            "source": {
6011
                "type": "git",
6012
                "url": "https://github.com/symfony/validator.git",
6013
                "reference": "6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7"
6014
            },
6015
            "dist": {
6016
                "type": "zip",
6017
                "url": "https://api.github.com/repos/symfony/validator/zipball/6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7",
6018
                "reference": "6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7",
6019
                "shasum": ""
6020
            },
6021
            "require": {
6022
                "php": "^5.5.9|>=7.0.8",
6023
                "symfony/polyfill-mbstring": "~1.0",
6024
                "symfony/translation": "~2.8|~3.0|~4.0"
6025
            },
6026
            "conflict": {
6027
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6028
                "symfony/dependency-injection": "<3.3",
6029
                "symfony/http-kernel": "<3.3.5",
6030
                "symfony/yaml": "<3.4"
6031
            },
6032
            "require-dev": {
6033
                "doctrine/annotations": "~1.0",
6034
                "doctrine/cache": "~1.0",
6035
                "egulias/email-validator": "^1.2.8|~2.0",
6036
                "symfony/cache": "~3.1|~4.0",
6037
                "symfony/config": "~2.8|~3.0|~4.0",
6038
                "symfony/dependency-injection": "~3.3|~4.0",
6039
                "symfony/expression-language": "~2.8|~3.0|~4.0",
6040
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
6041
                "symfony/http-kernel": "^3.3.5|~4.0",
6042
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
6043
                "symfony/property-access": "~2.8|~3.0|~4.0",
6044
                "symfony/var-dumper": "~3.3|~4.0",
6045
                "symfony/yaml": "~3.4|~4.0"
6046
            },
6047
            "suggest": {
6048
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
6049
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
6050
                "egulias/email-validator": "Strict (RFC compliant) email validation",
6051
                "psr/cache-implementation": "For using the metadata cache.",
6052
                "symfony/config": "",
6053
                "symfony/expression-language": "For using the Expression validator",
6054
                "symfony/http-foundation": "",
6055
                "symfony/intl": "",
6056
                "symfony/property-access": "For accessing properties within comparison constraints",
6057
                "symfony/yaml": ""
6058
            },
6059
            "type": "library",
6060
            "extra": {
6061
                "branch-alias": {
6062
                    "dev-master": "3.4-dev"
6063
                }
6064
            },
6065
            "autoload": {
6066
                "psr-4": {
6067
                    "Symfony\\Component\\Validator\\": ""
6068
                },
6069
                "exclude-from-classmap": [
6070
                    "/Tests/"
6071
                ]
6072
            },
6073
            "notification-url": "https://packagist.org/downloads/",
6074
            "license": [
6075
                "MIT"
6076
            ],
6077
            "authors": [
6078
                {
6079
                    "name": "Fabien Potencier",
6080
                    "email": "[email protected]"
6081
                },
6082
                {
6083
                    "name": "Symfony Community",
6084
                    "homepage": "https://symfony.com/contributors"
6085
                }
6086
            ],
6087
            "description": "Symfony Validator Component",
6088
            "homepage": "https://symfony.com",
6089
            "time": "2018-04-06T07:35:25+00:00"
6090
        },
6091
        {
6092
            "name": "symfony/var-dumper",
6093
            "version": "v3.4.8",
6094
            "source": {
6095
                "type": "git",
6096
                "url": "https://github.com/symfony/var-dumper.git",
6097
                "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb"
6098
            },
6099
            "dist": {
6100
                "type": "zip",
6101
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/951643091b39a6fd40fce56cd16e21e12bef3feb",
6102
                "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb",
6103
                "shasum": ""
6104
            },
6105
            "require": {
6106
                "php": "^5.5.9|>=7.0.8",
6107
                "symfony/polyfill-mbstring": "~1.0"
6108
            },
6109
            "conflict": {
6110
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
6111
            },
6112
            "require-dev": {
6113
                "ext-iconv": "*",
6114
                "twig/twig": "~1.34|~2.4"
6115
            },
6116
            "suggest": {
6117
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6118
                "ext-intl": "To show region name in time zone dump",
6119
                "ext-symfony_debug": ""
6120
            },
6121
            "type": "library",
6122
            "extra": {
6123
                "branch-alias": {
6124
                    "dev-master": "3.4-dev"
6125
                }
6126
            },
6127
            "autoload": {
6128
                "files": [
6129
                    "Resources/functions/dump.php"
6130
                ],
6131
                "psr-4": {
6132
                    "Symfony\\Component\\VarDumper\\": ""
6133
                },
6134
                "exclude-from-classmap": [
6135
                    "/Tests/"
6136
                ]
6137
            },
6138
            "notification-url": "https://packagist.org/downloads/",
6139
            "license": [
6140
                "MIT"
6141
            ],
6142
            "authors": [
6143
                {
6144
                    "name": "Nicolas Grekas",
6145
                    "email": "[email protected]"
6146
                },
6147
                {
6148
                    "name": "Symfony Community",
6149
                    "homepage": "https://symfony.com/contributors"
6150
                }
6151
            ],
6152
            "description": "Symfony mechanism for exploring and dumping PHP variables",
6153
            "homepage": "https://symfony.com",
6154
            "keywords": [
6155
                "debug",
6156
                "dump"
6157
            ],
6158
            "time": "2018-04-03T20:34:11+00:00"
6159
        },
6160
        {
6161
            "name": "symfony/web-profiler-bundle",
6162
            "version": "v3.4.8",
6163
            "source": {
6164
                "type": "git",
6165
                "url": "https://github.com/symfony/web-profiler-bundle.git",
6166
                "reference": "a6a1390c444d11bdb9dcabe42237dc584c2ef20e"
6167
            },
6168
            "dist": {
6169
                "type": "zip",
6170
                "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/a6a1390c444d11bdb9dcabe42237dc584c2ef20e",
6171
                "reference": "a6a1390c444d11bdb9dcabe42237dc584c2ef20e",
6172
                "shasum": ""
6173
            },
6174
            "require": {
6175
                "php": "^5.5.9|>=7.0.8",
6176
                "symfony/http-kernel": "~3.3|~4.0",
6177
                "symfony/polyfill-php70": "~1.0",
6178
                "symfony/routing": "~2.8|~3.0|~4.0",
6179
                "symfony/twig-bridge": "~2.8|~3.0|~4.0",
6180
                "symfony/var-dumper": "~3.3|~4.0",
6181
                "twig/twig": "~1.34|~2.4"
6182
            },
6183
            "conflict": {
6184
                "symfony/config": "<3.4",
6185
                "symfony/dependency-injection": "<3.4",
6186
                "symfony/event-dispatcher": "<3.3.1",
6187
                "symfony/var-dumper": "<3.3"
6188
            },
6189
            "require-dev": {
6190
                "symfony/config": "~3.4|~4.0",
6191
                "symfony/console": "~2.8|~3.0|~4.0",
6192
                "symfony/dependency-injection": "~3.4|~4.0",
6193
                "symfony/stopwatch": "~2.8|~3.0|~4.0"
6194
            },
6195
            "type": "symfony-bundle",
6196
            "extra": {
6197
                "branch-alias": {
6198
                    "dev-master": "3.4-dev"
6199
                }
6200
            },
6201
            "autoload": {
6202
                "psr-4": {
6203
                    "Symfony\\Bundle\\WebProfilerBundle\\": ""
6204
                },
6205
                "exclude-from-classmap": [
6206
                    "/Tests/"
6207
                ]
6208
            },
6209
            "notification-url": "https://packagist.org/downloads/",
6210
            "license": [
6211
                "MIT"
6212
            ],
6213
            "authors": [
6214
                {
6215
                    "name": "Fabien Potencier",
6216
                    "email": "[email protected]"
6217
                },
6218
                {
6219
                    "name": "Symfony Community",
6220
                    "homepage": "https://symfony.com/contributors"
6221
                }
6222
            ],
6223
            "description": "Symfony WebProfilerBundle",
6224
            "homepage": "https://symfony.com",
6225
            "time": "2018-04-04T12:14:22+00:00"
6226
        },
6227
        {
6228
            "name": "symfony/workflow",
6229
            "version": "v3.4.12",
6230
            "source": {
6231
                "type": "git",
6232
                "url": "https://github.com/symfony/workflow.git",
6233
                "reference": "b5fee44526791bfeb52573e87ca85405c92117c9"
6234
            },
6235
            "dist": {
6236
                "type": "zip",
6237
                "url": "https://api.github.com/repos/symfony/workflow/zipball/b5fee44526791bfeb52573e87ca85405c92117c9",
6238
                "reference": "b5fee44526791bfeb52573e87ca85405c92117c9",
6239
                "shasum": ""
6240
            },
6241
            "require": {
6242
                "php": "^5.5.9|>=7.0.8",
6243
                "symfony/property-access": "~2.3|~3.0|~4.0"
6244
            },
6245
            "require-dev": {
6246
                "psr/log": "~1.0",
6247
                "symfony/dependency-injection": "~2.8|~3.0|~4.0",
6248
                "symfony/event-dispatcher": "~2.1|~3.0|~4.0",
6249
                "symfony/expression-language": "~2.8|~3.0|~4.0",
6250
                "symfony/security-core": "~2.8|~3.0|~4.0",
6251
                "symfony/validator": "~2.8|~3.4|~4.0"
6252
            },
6253
            "type": "library",
6254
            "extra": {
6255
                "branch-alias": {
6256
                    "dev-master": "3.4-dev"
6257
                }
6258
            },
6259
            "autoload": {
6260
                "psr-4": {
6261
                    "Symfony\\Component\\Workflow\\": ""
6262
                }
6263
            },
6264
            "notification-url": "https://packagist.org/downloads/",
6265
            "license": [
6266
                "MIT"
6267
            ],
6268
            "authors": [
6269
                {
6270
                    "name": "Symfony Community",
6271
                    "homepage": "http://symfony.com/contributors"
6272
                },
6273
                {
6274
                    "name": "Fabien Potencier",
6275
                    "email": "[email protected]"
6276
                },
6277
                {
6278
                    "name": "Grégoire Pineau",
6279
                    "email": "[email protected]"
6280
                }
6281
            ],
6282
            "description": "Symfony Workflow Component",
6283
            "homepage": "http://symfony.com",
6284
            "keywords": [
6285
                "petrinet",
6286
                "place",
6287
                "state",
6288
                "statemachine",
6289
                "transition",
6290
                "workflow"
6291
            ],
6292
            "time": "2018-02-14T10:03:57+00:00"
6293
        },
6294
        {
6295
            "name": "symfony/yaml",
6296
            "version": "v3.4.8",
6297
            "source": {
6298
                "type": "git",
6299
                "url": "https://github.com/symfony/yaml.git",
6300
                "reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0"
6301
            },
6302
            "dist": {
6303
                "type": "zip",
6304
                "url": "https://api.github.com/repos/symfony/yaml/zipball/a42f9da85c7c38d59f5e53f076fe81a091f894d0",
6305
                "reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0",
6306
                "shasum": ""
6307
            },
6308
            "require": {
6309
                "php": "^5.5.9|>=7.0.8"
6310
            },
6311
            "conflict": {
6312
                "symfony/console": "<3.4"
6313
            },
6314
            "require-dev": {
6315
                "symfony/console": "~3.4|~4.0"
6316
            },
6317
            "suggest": {
6318
                "symfony/console": "For validating YAML files using the lint command"
6319
            },
6320
            "type": "library",
6321
            "extra": {
6322
                "branch-alias": {
6323
                    "dev-master": "3.4-dev"
6324
                }
6325
            },
6326
            "autoload": {
6327
                "psr-4": {
6328
                    "Symfony\\Component\\Yaml\\": ""
6329
                },
6330
                "exclude-from-classmap": [
6331
                    "/Tests/"
6332
                ]
6333
            },
6334
            "notification-url": "https://packagist.org/downloads/",
6335
            "license": [
6336
                "MIT"
6337
            ],
6338
            "authors": [
6339
                {
6340
                    "name": "Fabien Potencier",
6341
                    "email": "[email protected]"
6342
                },
6343
                {
6344
                    "name": "Symfony Community",
6345
                    "homepage": "https://symfony.com/contributors"
6346
                }
6347
            ],
6348
            "description": "Symfony Yaml Component",
6349
            "homepage": "https://symfony.com",
6350
            "time": "2018-04-03T05:14:20+00:00"
6351
        },
6352
        {
6353
            "name": "tecnickcom/tcpdf",
6354
            "version": "6.2.17",
6355
            "source": {
6356
                "type": "git",
6357
                "url": "https://github.com/tecnickcom/TCPDF.git",
6358
                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
6359
            },
6360
            "dist": {
6361
                "type": "zip",
6362
                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
6363
                "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
6364
                "shasum": ""
6365
            },
6366
            "require": {
6367
                "php": ">=5.3.0"
6368
            },
6369
            "type": "library",
6370
            "autoload": {
6371
                "classmap": [
6372
                    "config",
6373
                    "include",
6374
                    "tcpdf.php",
6375
                    "tcpdf_parser.php",
6376
                    "tcpdf_import.php",
6377
                    "tcpdf_barcodes_1d.php",
6378
                    "tcpdf_barcodes_2d.php",
6379
                    "include/tcpdf_colors.php",
6380
                    "include/tcpdf_filters.php",
6381
                    "include/tcpdf_font_data.php",
6382
                    "include/tcpdf_fonts.php",
6383
                    "include/tcpdf_images.php",
6384
                    "include/tcpdf_static.php",
6385
                    "include/barcodes/datamatrix.php",
6386
                    "include/barcodes/pdf417.php",
6387
                    "include/barcodes/qrcode.php"
6388
                ]
6389
            },
6390
            "notification-url": "https://packagist.org/downloads/",
6391
            "license": [
6392
                "LGPL-3.0"
6393
            ],
6394
            "authors": [
6395
                {
6396
                    "name": "Nicola Asuni",
6397
                    "email": "[email protected]",
6398
                    "role": "lead"
6399
                }
6400
            ],
6401
            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
6402
            "homepage": "http://www.tcpdf.org/",
6403
            "keywords": [
6404
                "PDFD32000-2008",
6405
                "TCPDF",
6406
                "barcodes",
6407
                "datamatrix",
6408
                "pdf",
6409
                "pdf417",
6410
                "qrcode"
6411
            ],
6412
            "time": "2018-02-24T11:48:20+00:00"
6413
        },
6414
        {
6415
            "name": "twig/extensions",
6416
            "version": "v1.5.1",
6417
            "source": {
6418
                "type": "git",
6419
                "url": "https://github.com/twigphp/Twig-extensions.git",
6420
                "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
6421
            },
6422
            "dist": {
6423
                "type": "zip",
6424
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
6425
                "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
6426
                "shasum": ""
6427
            },
6428
            "require": {
6429
                "twig/twig": "~1.27|~2.0"
6430
            },
6431
            "require-dev": {
6432
                "symfony/phpunit-bridge": "~3.3@dev",
6433
                "symfony/translation": "~2.3|~3.0"
6434
            },
6435
            "suggest": {
6436
                "symfony/translation": "Allow the time_diff output to be translated"
6437
            },
6438
            "type": "library",
6439
            "extra": {
6440
                "branch-alias": {
6441
                    "dev-master": "1.5-dev"
6442
                }
6443
            },
6444
            "autoload": {
6445
                "psr-0": {
6446
                    "Twig_Extensions_": "lib/"
6447
                },
6448
                "psr-4": {
6449
                    "Twig\\Extensions\\": "src/"
6450
                }
6451
            },
6452
            "notification-url": "https://packagist.org/downloads/",
6453
            "license": [
6454
                "MIT"
6455
            ],
6456
            "authors": [
6457
                {
6458
                    "name": "Fabien Potencier",
6459
                    "email": "[email protected]"
6460
                }
6461
            ],
6462
            "description": "Common additional features for Twig that do not directly belong in core",
6463
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
6464
            "keywords": [
6465
                "i18n",
6466
                "text"
6467
            ],
6468
            "time": "2017-06-08T18:19:53+00:00"
6469
        },
6470
        {
6471
            "name": "twig/twig",
6472
            "version": "v2.4.8",
6473
            "source": {
6474
                "type": "git",
6475
                "url": "https://github.com/twigphp/Twig.git",
6476
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d"
6477
            },
6478
            "dist": {
6479
                "type": "zip",
6480
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d",
6481
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d",
6482
                "shasum": ""
6483
            },
6484
            "require": {
6485
                "php": "^7.0",
6486
                "symfony/polyfill-mbstring": "~1.0"
6487
            },
6488
            "require-dev": {
6489
                "psr/container": "^1.0",
6490
                "symfony/debug": "^2.7",
6491
                "symfony/phpunit-bridge": "^3.3"
6492
            },
6493
            "type": "library",
6494
            "extra": {
6495
                "branch-alias": {
6496
                    "dev-master": "2.4-dev"
6497
                }
6498
            },
6499
            "autoload": {
6500
                "psr-0": {
6501
                    "Twig_": "lib/"
6502
                },
6503
                "psr-4": {
6504
                    "Twig\\": "src/"
6505
                }
6506
            },
6507
            "notification-url": "https://packagist.org/downloads/",
6508
            "license": [
6509
                "BSD-3-Clause"
6510
            ],
6511
            "authors": [
6512
                {
6513
                    "name": "Fabien Potencier",
6514
                    "email": "[email protected]",
6515
                    "homepage": "http://fabien.potencier.org",
6516
                    "role": "Lead Developer"
6517
                },
6518
                {
6519
                    "name": "Armin Ronacher",
6520
                    "email": "[email protected]",
6521
                    "role": "Project Founder"
6522
                },
6523
                {
6524
                    "name": "Twig Team",
6525
                    "homepage": "http://twig.sensiolabs.org/contributors",
6526
                    "role": "Contributors"
6527
                }
6528
            ],
6529
            "description": "Twig, the flexible, fast, and secure template language for PHP",
6530
            "homepage": "http://twig.sensiolabs.org",
6531
            "keywords": [
6532
                "templating"
6533
            ],
6534
            "time": "2018-04-02T09:24:19+00:00"
6535
        },
6536
        {
6537
            "name": "vlucas/phpdotenv",
6538
            "version": "v2.4.0",
6539
            "source": {
6540
                "type": "git",
6541
                "url": "https://github.com/vlucas/phpdotenv.git",
6542
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
6543
            },
6544
            "dist": {
6545
                "type": "zip",
6546
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
6547
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
6548
                "shasum": ""
6549
            },
6550
            "require": {
6551
                "php": ">=5.3.9"
6552
            },
6553
            "require-dev": {
6554
                "phpunit/phpunit": "^4.8 || ^5.0"
6555
            },
6556
            "type": "library",
6557
            "extra": {
6558
                "branch-alias": {
6559
                    "dev-master": "2.4-dev"
6560
                }
6561
            },
6562
            "autoload": {
6563
                "psr-4": {
6564
                    "Dotenv\\": "src/"
6565
                }
6566
            },
6567
            "notification-url": "https://packagist.org/downloads/",
6568
            "license": [
6569
                "BSD-3-Clause-Attribution"
6570
            ],
6571
            "authors": [
6572
                {
6573
                    "name": "Vance Lucas",
6574
                    "email": "[email protected]",
6575
                    "homepage": "http://www.vancelucas.com"
6576
                }
6577
            ],
6578
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
6579
            "keywords": [
6580
                "dotenv",
6581
                "env",
6582
                "environment"
6583
            ],
6584
            "time": "2016-09-01T10:05:43+00:00"
6585
        },
6586
        {
6587
            "name": "zendframework/zend-code",
6588
            "version": "3.1.0",
6589
            "source": {
6590
                "type": "git",
6591
                "url": "https://github.com/zendframework/zend-code.git",
6592
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
6593
            },
6594
            "dist": {
6595
                "type": "zip",
6596
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
6597
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
6598
                "shasum": ""
6599
            },
6600
            "require": {
6601
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
6602
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
6603
            },
6604
            "require-dev": {
6605
                "doctrine/annotations": "~1.0",
6606
                "ext-phar": "*",
6607
                "phpunit/phpunit": "^4.8.21",
6608
                "squizlabs/php_codesniffer": "^2.5",
6609
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
6610
            },
6611
            "suggest": {
6612
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
6613
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
6614
            },
6615
            "type": "library",
6616
            "extra": {
6617
                "branch-alias": {
6618
                    "dev-master": "3.1-dev",
6619
                    "dev-develop": "3.2-dev"
6620
                }
6621
            },
6622
            "autoload": {
6623
                "psr-4": {
6624
                    "Zend\\Code\\": "src/"
6625
                }
6626
            },
6627
            "notification-url": "https://packagist.org/downloads/",
6628
            "license": [
6629
                "BSD-3-Clause"
6630
            ],
6631
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
6632
            "homepage": "https://github.com/zendframework/zend-code",
6633
            "keywords": [
6634
                "code",
6635
                "zf2"
6636
            ],
6637
            "time": "2016-10-24T13:23:32+00:00"
6638
        },
6639
        {
6640
            "name": "zendframework/zend-eventmanager",
6641
            "version": "3.2.0",
6642
            "source": {
6643
                "type": "git",
6644
                "url": "https://github.com/zendframework/zend-eventmanager.git",
6645
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
6646
            },
6647
            "dist": {
6648
                "type": "zip",
6649
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
6650
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
6651
                "shasum": ""
6652
            },
6653
            "require": {
6654
                "php": "^5.6 || ^7.0"
6655
            },
6656
            "require-dev": {
6657
                "athletic/athletic": "^0.1",
6658
                "container-interop/container-interop": "^1.1.0",
6659
                "phpunit/phpunit": "^6.0.7 || ^5.7.14",
6660
                "zendframework/zend-coding-standard": "~1.0.0",
6661
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
6662
            },
6663
            "suggest": {
6664
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
6665
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
6666
            },
6667
            "type": "library",
6668
            "extra": {
6669
                "branch-alias": {
6670
                    "dev-master": "3.2-dev",
6671
                    "dev-develop": "3.3-dev"
6672
                }
6673
            },
6674
            "autoload": {
6675
                "psr-4": {
6676
                    "Zend\\EventManager\\": "src/"
6677
                }
6678
            },
6679
            "notification-url": "https://packagist.org/downloads/",
6680
            "license": [
6681
                "BSD-3-Clause"
6682
            ],
6683
            "description": "Trigger and listen to events within a PHP application",
6684
            "homepage": "https://github.com/zendframework/zend-eventmanager",
6685
            "keywords": [
6686
                "event",
6687
                "eventmanager",
6688
                "events",
6689
                "zf2"
6690
            ],
6691
            "time": "2017-07-11T19:17:22+00:00"
6692
        }
6693
    ],
6694
    "packages-dev": [
6695
        {
6696
            "name": "behat/gherkin",
6697
            "version": "v4.5.1",
6698
            "source": {
6699
                "type": "git",
6700
                "url": "https://github.com/Behat/Gherkin.git",
6701
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
6702
            },
6703
            "dist": {
6704
                "type": "zip",
6705
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
6706
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
6707
                "shasum": ""
6708
            },
6709
            "require": {
6710
                "php": ">=5.3.1"
6711
            },
6712
            "require-dev": {
6713
                "phpunit/phpunit": "~4.5|~5",
6714
                "symfony/phpunit-bridge": "~2.7|~3",
6715
                "symfony/yaml": "~2.3|~3"
6716
            },
6717
            "suggest": {
6718
                "symfony/yaml": "If you want to parse features, represented in YAML files"
6719
            },
6720
            "type": "library",
6721
            "extra": {
6722
                "branch-alias": {
6723
                    "dev-master": "4.4-dev"
6724
                }
6725
            },
6726
            "autoload": {
6727
                "psr-0": {
6728
                    "Behat\\Gherkin": "src/"
6729
                }
6730
            },
6731
            "notification-url": "https://packagist.org/downloads/",
6732
            "license": [
6733
                "MIT"
6734
            ],
6735
            "authors": [
6736
                {
6737
                    "name": "Konstantin Kudryashov",
6738
                    "email": "[email protected]",
6739
                    "homepage": "http://everzet.com"
6740
                }
6741
            ],
6742
            "description": "Gherkin DSL parser for PHP 5.3",
6743
            "homepage": "http://behat.org/",
6744
            "keywords": [
6745
                "BDD",
6746
                "Behat",
6747
                "Cucumber",
6748
                "DSL",
6749
                "gherkin",
6750
                "parser"
6751
            ],
6752
            "time": "2017-08-30T11:04:43+00:00"
6753
        },
6754
        {
6755
            "name": "captbaritone/mailcatcher-codeception-module",
6756
            "version": "1.2.1",
6757
            "source": {
6758
                "type": "git",
6759
                "url": "https://github.com/captbaritone/codeception-mailcatcher-module.git",
6760
                "reference": "75ba9aa803d81780ee7e9b5c36bb5b8f9139d972"
6761
            },
6762
            "dist": {
6763
                "type": "zip",
6764
                "url": "https://api.github.com/repos/captbaritone/codeception-mailcatcher-module/zipball/75ba9aa803d81780ee7e9b5c36bb5b8f9139d972",
6765
                "reference": "75ba9aa803d81780ee7e9b5c36bb5b8f9139d972",
6766
                "shasum": ""
6767
            },
6768
            "require": {
6769
                "guzzlehttp/guzzle": "*"
6770
            },
6771
            "type": "library",
6772
            "autoload": {
6773
                "psr-4": {
6774
                    "Codeception\\Module\\": "src"
6775
                }
6776
            },
6777
            "notification-url": "https://packagist.org/downloads/",
6778
            "authors": [
6779
                {
6780
                    "name": "Jordan Eldredge",
6781
                    "email": "[email protected]"
6782
                }
6783
            ],
6784
            "description": "Test emails in your Codeception acceptance tests",
6785
            "time": "2016-08-16T21:35:06+00:00"
6786
        },
6787
        {
6788
            "name": "codeception/codeception",
6789
            "version": "2.4.1",
6790
            "source": {
6791
                "type": "git",
6792
                "url": "https://github.com/Codeception/Codeception.git",
6793
                "reference": "bca3547632556875f1cdd567d6057cc14fe472b8"
6794
            },
6795
            "dist": {
6796
                "type": "zip",
6797
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/bca3547632556875f1cdd567d6057cc14fe472b8",
6798
                "reference": "bca3547632556875f1cdd567d6057cc14fe472b8",
6799
                "shasum": ""
6800
            },
6801
            "require": {
6802
                "behat/gherkin": "^4.4.0",
6803
                "codeception/phpunit-wrapper": "^6.0.9|^7.0.6",
6804
                "codeception/stub": "^1.0",
6805
                "ext-json": "*",
6806
                "ext-mbstring": "*",
6807
                "facebook/webdriver": ">=1.1.3 <2.0",
6808
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
6809
                "guzzlehttp/psr7": "~1.0",
6810
                "php": ">=5.4.0 <8.0",
6811
                "symfony/browser-kit": ">=2.7 <5.0",
6812
                "symfony/console": ">=2.7 <5.0",
6813
                "symfony/css-selector": ">=2.7 <5.0",
6814
                "symfony/dom-crawler": ">=2.7 <5.0",
6815
                "symfony/event-dispatcher": ">=2.7 <5.0",
6816
                "symfony/finder": ">=2.7 <5.0",
6817
                "symfony/yaml": ">=2.7 <5.0"
6818
            },
6819
            "require-dev": {
6820
                "codeception/specify": "~0.3",
6821
                "facebook/graph-sdk": "~5.3",
6822
                "flow/jsonpath": "~0.2",
6823
                "monolog/monolog": "~1.8",
6824
                "pda/pheanstalk": "~3.0",
6825
                "php-amqplib/php-amqplib": "~2.4",
6826
                "predis/predis": "^1.0",
6827
                "squizlabs/php_codesniffer": "~2.0",
6828
                "symfony/process": ">=2.7 <5.0",
6829
                "vlucas/phpdotenv": "^2.4.0"
6830
            },
6831
            "suggest": {
6832
                "aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
6833
                "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
6834
                "codeception/specify": "BDD-style code blocks",
6835
                "codeception/verify": "BDD-style assertions",
6836
                "flow/jsonpath": "For using JSONPath in REST module",
6837
                "league/factory-muffin": "For DataFactory module",
6838
                "league/factory-muffin-faker": "For Faker support in DataFactory module",
6839
                "phpseclib/phpseclib": "for SFTP option in FTP Module",
6840
                "stecman/symfony-console-completion": "For BASH autocompletion",
6841
                "symfony/phpunit-bridge": "For phpunit-bridge support"
6842
            },
6843
            "bin": [
6844
                "codecept"
6845
            ],
6846
            "type": "library",
6847
            "extra": {
6848
                "branch-alias": []
6849
            },
6850
            "autoload": {
6851
                "psr-4": {
6852
                    "Codeception\\": "src\\Codeception",
6853
                    "Codeception\\Extension\\": "ext"
6854
                }
6855
            },
6856
            "notification-url": "https://packagist.org/downloads/",
6857
            "license": [
6858
                "MIT"
6859
            ],
6860
            "authors": [
6861
                {
6862
                    "name": "Michael Bodnarchuk",
6863
                    "email": "[email protected]",
6864
                    "homepage": "http://codegyre.com"
6865
                }
6866
            ],
6867
            "description": "BDD-style testing framework",
6868
            "homepage": "http://codeception.com/",
6869
            "keywords": [
6870
                "BDD",
6871
                "TDD",
6872
                "acceptance testing",
6873
                "functional testing",
6874
                "unit testing"
6875
            ],
6876
            "time": "2018-03-31T22:30:43+00:00"
6877
        },
6878
        {
6879
            "name": "codeception/phpunit-wrapper",
6880
            "version": "6.0.9",
6881
            "source": {
6882
                "type": "git",
6883
                "url": "https://github.com/Codeception/phpunit-wrapper.git",
6884
                "reference": "450f1cfc5f49539c421061e64338f5edb8baad6a"
6885
            },
6886
            "dist": {
6887
                "type": "zip",
6888
                "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/450f1cfc5f49539c421061e64338f5edb8baad6a",
6889
                "reference": "450f1cfc5f49539c421061e64338f5edb8baad6a",
6890
                "shasum": ""
6891
            },
6892
            "require": {
6893
                "phpunit/php-code-coverage": ">=2.2.4 <6.0",
6894
                "phpunit/phpunit": ">=4.8.28 <5.0.0 || >=5.6.3 <7.0",
6895
                "sebastian/comparator": ">1.1 <3.0",
6896
                "sebastian/diff": ">=1.4 <4.0"
6897
            },
6898
            "replace": {
6899
                "codeception/phpunit-wrapper": "*"
6900
            },
6901
            "require-dev": {
6902
                "codeception/specify": "*",
6903
                "vlucas/phpdotenv": "^2.4"
6904
            },
6905
            "type": "library",
6906
            "autoload": {
6907
                "psr-4": {
6908
                    "Codeception\\PHPUnit\\": "src\\"
6909
                }
6910
            },
6911
            "notification-url": "https://packagist.org/downloads/",
6912
            "license": [
6913
                "MIT"
6914
            ],
6915
            "authors": [
6916
                {
6917
                    "name": "Davert",
6918
                    "email": "[email protected]"
6919
                }
6920
            ],
6921
            "description": "PHPUnit classes used by Codeception",
6922
            "time": "2018-03-31T18:50:01+00:00"
6923
        },
6924
        {
6925
            "name": "codeception/stub",
6926
            "version": "1.0.2",
6927
            "source": {
6928
                "type": "git",
6929
                "url": "https://github.com/Codeception/Stub.git",
6930
                "reference": "95fb7a36b81890dd2e5163e7ab31310df6f1bb99"
6931
            },
6932
            "dist": {
6933
                "type": "zip",
6934
                "url": "https://api.github.com/repos/Codeception/Stub/zipball/95fb7a36b81890dd2e5163e7ab31310df6f1bb99",
6935
                "reference": "95fb7a36b81890dd2e5163e7ab31310df6f1bb99",
6936
                "shasum": ""
6937
            },
6938
            "require": {
6939
                "phpunit/phpunit-mock-objects": ">2.3 <7.0"
6940
            },
6941
            "require-dev": {
6942
                "phpunit/phpunit": ">=4.8 <8.0"
6943
            },
6944
            "type": "library",
6945
            "autoload": {
6946
                "psr-4": {
6947
                    "Codeception\\": "src/"
6948
                }
6949
            },
6950
            "notification-url": "https://packagist.org/downloads/",
6951
            "license": [
6952
                "MIT"
6953
            ],
6954
            "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
6955
            "time": "2018-02-18T13:56:56+00:00"
6956
        },
6957
        {
6958
            "name": "dama/doctrine-test-bundle",
6959
            "version": "v4.0.2",
6960
            "source": {
6961
                "type": "git",
6962
                "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
6963
                "reference": "438346b3380cc7675e37fbcdca912fdc33471d32"
6964
            },
6965
            "dist": {
6966
                "type": "zip",
6967
                "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/438346b3380cc7675e37fbcdca912fdc33471d32",
6968
                "reference": "438346b3380cc7675e37fbcdca912fdc33471d32",
6969
                "shasum": ""
6970
            },
6971
            "require": {
6972
                "doctrine/dbal": "~2.5",
6973
                "doctrine/doctrine-bundle": "~1.4",
6974
                "php": ">=5.5.0",
6975
                "symfony/framework-bundle": "~2.7|~3.0|~4.0"
6976
            },
6977
            "require-dev": {
6978
                "phpunit/phpunit": "^5.4.4|~6.0",
6979
                "symfony/yaml": "~2.7|~3.0"
6980
            },
6981
            "type": "symfony-bundle",
6982
            "extra": {
6983
                "branch-alias": {
6984
                    "dev-master": "4.1.x-dev"
6985
                }
6986
            },
6987
            "autoload": {
6988
                "psr-4": {
6989
                    "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
6990
                }
6991
            },
6992
            "notification-url": "https://packagist.org/downloads/",
6993
            "license": [
6994
                "MIT"
6995
            ],
6996
            "authors": [
6997
                {
6998
                    "name": "David Maicher",
6999
                    "email": "[email protected]"
7000
                }
7001
            ],
7002
            "description": "Symfony 2/3 bundle to isolate doctrine database tests and improve test performance",
7003
            "keywords": [
7004
                "Symfony 3",
7005
                "doctrine",
7006
                "isolation",
7007
                "performance",
7008
                "symfony",
7009
                "symfony 2",
7010
                "tests"
7011
            ],
7012
            "time": "2018-01-13T13:14:27+00:00"
7013
        },
7014
        {
7015
            "name": "facebook/webdriver",
7016
            "version": "1.5.0",
7017
            "source": {
7018
                "type": "git",
7019
                "url": "https://github.com/facebook/php-webdriver.git",
7020
                "reference": "86b5ca2f67173c9d34340845dd690149c886a605"
7021
            },
7022
            "dist": {
7023
                "type": "zip",
7024
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/86b5ca2f67173c9d34340845dd690149c886a605",
7025
                "reference": "86b5ca2f67173c9d34340845dd690149c886a605",
7026
                "shasum": ""
7027
            },
7028
            "require": {
7029
                "ext-curl": "*",
7030
                "ext-zip": "*",
7031
                "php": "^5.6 || ~7.0",
7032
                "symfony/process": "^2.8 || ^3.1 || ^4.0"
7033
            },
7034
            "require-dev": {
7035
                "friendsofphp/php-cs-fixer": "^2.0",
7036
                "guzzle/guzzle": "^3.4.1",
7037
                "php-coveralls/php-coveralls": "^1.0.2",
7038
                "php-mock/php-mock-phpunit": "^1.1",
7039
                "phpunit/phpunit": "^5.7",
7040
                "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
7041
                "squizlabs/php_codesniffer": "^2.6",
7042
                "symfony/var-dumper": "^3.3 || ^4.0"
7043
            },
7044
            "type": "library",
7045
            "extra": {
7046
                "branch-alias": {
7047
                    "dev-community": "1.5-dev"
7048
                }
7049
            },
7050
            "autoload": {
7051
                "psr-4": {
7052
                    "Facebook\\WebDriver\\": "lib/"
7053
                }
7054
            },
7055
            "notification-url": "https://packagist.org/downloads/",
7056
            "license": [
7057
                "Apache-2.0"
7058
            ],
7059
            "description": "A PHP client for Selenium WebDriver",
7060
            "homepage": "https://github.com/facebook/php-webdriver",
7061
            "keywords": [
7062
                "facebook",
7063
                "php",
7064
                "selenium",
7065
                "webdriver"
7066
            ],
7067
            "time": "2017-11-15T11:08:09+00:00"
7068
        },
7069
        {
7070
            "name": "friendsofphp/php-cs-fixer",
7071
            "version": "v2.11.1",
7072
            "source": {
7073
                "type": "git",
7074
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
7075
                "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8"
7076
            },
7077
            "dist": {
7078
                "type": "zip",
7079
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ad94441c17b8ef096e517acccdbf3238af8a2da8",
7080
                "reference": "ad94441c17b8ef096e517acccdbf3238af8a2da8",
7081
                "shasum": ""
7082
            },
7083
            "require": {
7084
                "composer/semver": "^1.4",
7085
                "doctrine/annotations": "^1.2",
7086
                "ext-json": "*",
7087
                "ext-tokenizer": "*",
7088
                "php": "^5.6 || >=7.0 <7.3",
7089
                "php-cs-fixer/diff": "^1.3",
7090
                "symfony/console": "^3.2 || ^4.0",
7091
                "symfony/event-dispatcher": "^3.0 || ^4.0",
7092
                "symfony/filesystem": "^3.0 || ^4.0",
7093
                "symfony/finder": "^3.0 || ^4.0",
7094
                "symfony/options-resolver": "^3.0 || ^4.0",
7095
                "symfony/polyfill-php70": "^1.0",
7096
                "symfony/polyfill-php72": "^1.4",
7097
                "symfony/process": "^3.0 || ^4.0",
7098
                "symfony/stopwatch": "^3.0 || ^4.0"
7099
            },
7100
            "conflict": {
7101
                "hhvm": "*"
7102
            },
7103
            "require-dev": {
7104
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
7105
                "justinrainbow/json-schema": "^5.0",
7106
                "keradus/cli-executor": "^1.0",
7107
                "mikey179/vfsstream": "^1.6",
7108
                "php-coveralls/php-coveralls": "^2.0",
7109
                "php-cs-fixer/accessible-object": "^1.0",
7110
                "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
7111
                "phpunitgoodpractices/traits": "^1.3.1",
7112
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
7113
            },
7114
            "suggest": {
7115
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
7116
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
7117
            },
7118
            "bin": [
7119
                "php-cs-fixer"
7120
            ],
7121
            "type": "application",
7122
            "extra": {
7123
                "branch-alias": {
7124
                    "dev-master": "2.11-dev"
7125
                }
7126
            },
7127
            "autoload": {
7128
                "psr-4": {
7129
                    "PhpCsFixer\\": "src/"
7130
                },
7131
                "classmap": [
7132
                    "tests/Test/AbstractFixerTestCase.php",
7133
                    "tests/Test/AbstractIntegrationCaseFactory.php",
7134
                    "tests/Test/AbstractIntegrationTestCase.php",
7135
                    "tests/Test/Assert/AssertTokensTrait.php",
7136
                    "tests/Test/Constraint/SameStringsConstraint.php",
7137
                    "tests/Test/Constraint/SameStringsConstraintForV5.php",
7138
                    "tests/Test/Constraint/SameStringsConstraintForV7.php",
7139
                    "tests/Test/IntegrationCase.php",
7140
                    "tests/Test/IntegrationCaseFactory.php",
7141
                    "tests/Test/IntegrationCaseFactoryInterface.php",
7142
                    "tests/Test/InternalIntegrationCaseFactory.php",
7143
                    "tests/TestCase.php"
7144
                ]
7145
            },
7146
            "notification-url": "https://packagist.org/downloads/",
7147
            "license": [
7148
                "MIT"
7149
            ],
7150
            "authors": [
7151
                {
7152
                    "name": "Dariusz Rumiński",
7153
                    "email": "[email protected]"
7154
                },
7155
                {
7156
                    "name": "Fabien Potencier",
7157
                    "email": "[email protected]"
7158
                }
7159
            ],
7160
            "description": "A tool to automatically fix PHP code style",
7161
            "time": "2018-03-21T17:41:26+00:00"
7162
        },
7163
        {
7164
            "name": "fzaninotto/faker",
7165
            "version": "v1.7.1",
7166
            "source": {
7167
                "type": "git",
7168
                "url": "https://github.com/fzaninotto/Faker.git",
7169
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
7170
            },
7171
            "dist": {
7172
                "type": "zip",
7173
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
7174
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
7175
                "shasum": ""
7176
            },
7177
            "require": {
7178
                "php": "^5.3.3 || ^7.0"
7179
            },
7180
            "require-dev": {
7181
                "ext-intl": "*",
7182
                "phpunit/phpunit": "^4.0 || ^5.0",
7183
                "squizlabs/php_codesniffer": "^1.5"
7184
            },
7185
            "type": "library",
7186
            "extra": {
7187
                "branch-alias": {
7188
                    "dev-master": "1.8-dev"
7189
                }
7190
            },
7191
            "autoload": {
7192
                "psr-4": {
7193
                    "Faker\\": "src/Faker/"
7194
                }
7195
            },
7196
            "notification-url": "https://packagist.org/downloads/",
7197
            "license": [
7198
                "MIT"
7199
            ],
7200
            "authors": [
7201
                {
7202
                    "name": "François Zaninotto"
7203
                }
7204
            ],
7205
            "description": "Faker is a PHP library that generates fake data for you.",
7206
            "keywords": [
7207
                "data",
7208
                "faker",
7209
                "fixtures"
7210
            ],
7211
            "time": "2017-08-15T16:48:10+00:00"
7212
        },
7213
        {
7214
            "name": "mikey179/vfsStream",
7215
            "version": "v1.6.5",
7216
            "source": {
7217
                "type": "git",
7218
                "url": "https://github.com/mikey179/vfsStream.git",
7219
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
7220
            },
7221
            "dist": {
7222
                "type": "zip",
7223
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
7224
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
7225
                "shasum": ""
7226
            },
7227
            "require": {
7228
                "php": ">=5.3.0"
7229
            },
7230
            "require-dev": {
7231
                "phpunit/phpunit": "~4.5"
7232
            },
7233
            "type": "library",
7234
            "extra": {
7235
                "branch-alias": {
7236
                    "dev-master": "1.6.x-dev"
7237
                }
7238
            },
7239
            "autoload": {
7240
                "psr-0": {
7241
                    "org\\bovigo\\vfs\\": "src/main/php"
7242
                }
7243
            },
7244
            "notification-url": "https://packagist.org/downloads/",
7245
            "license": [
7246
                "BSD-3-Clause"
7247
            ],
7248
            "authors": [
7249
                {
7250
                    "name": "Frank Kleine",
7251
                    "homepage": "http://frankkleine.de/",
7252
                    "role": "Developer"
7253
                }
7254
            ],
7255
            "description": "Virtual file system to mock the real file system in unit tests.",
7256
            "homepage": "http://vfs.bovigo.org/",
7257
            "time": "2017-08-01T08:02:14+00:00"
7258
        },
7259
        {
7260
            "name": "myclabs/deep-copy",
7261
            "version": "1.7.0",
7262
            "source": {
7263
                "type": "git",
7264
                "url": "https://github.com/myclabs/DeepCopy.git",
7265
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
7266
            },
7267
            "dist": {
7268
                "type": "zip",
7269
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
7270
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
7271
                "shasum": ""
7272
            },
7273
            "require": {
7274
                "php": "^5.6 || ^7.0"
7275
            },
7276
            "require-dev": {
7277
                "doctrine/collections": "^1.0",
7278
                "doctrine/common": "^2.6",
7279
                "phpunit/phpunit": "^4.1"
7280
            },
7281
            "type": "library",
7282
            "autoload": {
7283
                "psr-4": {
7284
                    "DeepCopy\\": "src/DeepCopy/"
7285
                },
7286
                "files": [
7287
                    "src/DeepCopy/deep_copy.php"
7288
                ]
7289
            },
7290
            "notification-url": "https://packagist.org/downloads/",
7291
            "license": [
7292
                "MIT"
7293
            ],
7294
            "description": "Create deep copies (clones) of your objects",
7295
            "keywords": [
7296
                "clone",
7297
                "copy",
7298
                "duplicate",
7299
                "object",
7300
                "object graph"
7301
            ],
7302
            "time": "2017-10-19T19:58:43+00:00"
7303
        },
7304
        {
7305
            "name": "phar-io/manifest",
7306
            "version": "1.0.1",
7307
            "source": {
7308
                "type": "git",
7309
                "url": "https://github.com/phar-io/manifest.git",
7310
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
7311
            },
7312
            "dist": {
7313
                "type": "zip",
7314
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
7315
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
7316
                "shasum": ""
7317
            },
7318
            "require": {
7319
                "ext-dom": "*",
7320
                "ext-phar": "*",
7321
                "phar-io/version": "^1.0.1",
7322
                "php": "^5.6 || ^7.0"
7323
            },
7324
            "type": "library",
7325
            "extra": {
7326
                "branch-alias": {
7327
                    "dev-master": "1.0.x-dev"
7328
                }
7329
            },
7330
            "autoload": {
7331
                "classmap": [
7332
                    "src/"
7333
                ]
7334
            },
7335
            "notification-url": "https://packagist.org/downloads/",
7336
            "license": [
7337
                "BSD-3-Clause"
7338
            ],
7339
            "authors": [
7340
                {
7341
                    "name": "Arne Blankerts",
7342
                    "email": "[email protected]",
7343
                    "role": "Developer"
7344
                },
7345
                {
7346
                    "name": "Sebastian Heuer",
7347
                    "email": "[email protected]",
7348
                    "role": "Developer"
7349
                },
7350
                {
7351
                    "name": "Sebastian Bergmann",
7352
                    "email": "[email protected]",
7353
                    "role": "Developer"
7354
                }
7355
            ],
7356
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
7357
            "time": "2017-03-05T18:14:27+00:00"
7358
        },
7359
        {
7360
            "name": "phar-io/version",
7361
            "version": "1.0.1",
7362
            "source": {
7363
                "type": "git",
7364
                "url": "https://github.com/phar-io/version.git",
7365
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
7366
            },
7367
            "dist": {
7368
                "type": "zip",
7369
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
7370
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
7371
                "shasum": ""
7372
            },
7373
            "require": {
7374
                "php": "^5.6 || ^7.0"
7375
            },
7376
            "type": "library",
7377
            "autoload": {
7378
                "classmap": [
7379
                    "src/"
7380
                ]
7381
            },
7382
            "notification-url": "https://packagist.org/downloads/",
7383
            "license": [
7384
                "BSD-3-Clause"
7385
            ],
7386
            "authors": [
7387
                {
7388
                    "name": "Arne Blankerts",
7389
                    "email": "[email protected]",
7390
                    "role": "Developer"
7391
                },
7392
                {
7393
                    "name": "Sebastian Heuer",
7394
                    "email": "[email protected]",
7395
                    "role": "Developer"
7396
                },
7397
                {
7398
                    "name": "Sebastian Bergmann",
7399
                    "email": "[email protected]",
7400
                    "role": "Developer"
7401
                }
7402
            ],
7403
            "description": "Library for handling version information and constraints",
7404
            "time": "2017-03-05T17:38:23+00:00"
7405
        },
7406
        {
7407
            "name": "php-coveralls/php-coveralls",
7408
            "version": "v2.1.0",
7409
            "source": {
7410
                "type": "git",
7411
                "url": "https://github.com/php-coveralls/php-coveralls.git",
7412
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d"
7413
            },
7414
            "dist": {
7415
                "type": "zip",
7416
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d",
7417
                "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d",
7418
                "shasum": ""
7419
            },
7420
            "require": {
7421
                "ext-json": "*",
7422
                "ext-simplexml": "*",
7423
                "guzzlehttp/guzzle": "^6.0",
7424
                "php": "^5.5 || ^7.0",
7425
                "psr/log": "^1.0",
7426
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
7427
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
7428
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
7429
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
7430
            },
7431
            "require-dev": {
7432
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
7433
            },
7434
            "suggest": {
7435
                "symfony/http-kernel": "Allows Symfony integration"
7436
            },
7437
            "bin": [
7438
                "bin/php-coveralls"
7439
            ],
7440
            "type": "library",
7441
            "extra": {
7442
                "branch-alias": {
7443
                    "dev-master": "2.1-dev"
7444
                }
7445
            },
7446
            "autoload": {
7447
                "psr-4": {
7448
                    "PhpCoveralls\\": "src/"
7449
                }
7450
            },
7451
            "notification-url": "https://packagist.org/downloads/",
7452
            "license": [
7453
                "MIT"
7454
            ],
7455
            "authors": [
7456
                {
7457
                    "name": "Kitamura Satoshi",
7458
                    "email": "[email protected]",
7459
                    "homepage": "https://www.facebook.com/satooshi.jp",
7460
                    "role": "Original creator"
7461
                },
7462
                {
7463
                    "name": "Takashi Matsuo",
7464
                    "email": "[email protected]"
7465
                },
7466
                {
7467
                    "name": "Google Inc"
7468
                },
7469
                {
7470
                    "name": "Dariusz Ruminski",
7471
                    "email": "[email protected]",
7472
                    "homepage": "https://github.com/keradus"
7473
                },
7474
                {
7475
                    "name": "Contributors",
7476
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
7477
                }
7478
            ],
7479
            "description": "PHP client library for Coveralls API",
7480
            "homepage": "https://github.com/php-coveralls/php-coveralls",
7481
            "keywords": [
7482
                "ci",
7483
                "coverage",
7484
                "github",
7485
                "test"
7486
            ],
7487
            "time": "2018-05-22T23:11:08+00:00"
7488
        },
7489
        {
7490
            "name": "php-cs-fixer/diff",
7491
            "version": "v1.3.0",
7492
            "source": {
7493
                "type": "git",
7494
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
7495
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
7496
            },
7497
            "dist": {
7498
                "type": "zip",
7499
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
7500
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
7501
                "shasum": ""
7502
            },
7503
            "require": {
7504
                "php": "^5.6 || ^7.0"
7505
            },
7506
            "require-dev": {
7507
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
7508
                "symfony/process": "^3.3"
7509
            },
7510
            "type": "library",
7511
            "autoload": {
7512
                "classmap": [
7513
                    "src/"
7514
                ]
7515
            },
7516
            "notification-url": "https://packagist.org/downloads/",
7517
            "license": [
7518
                "BSD-3-Clause"
7519
            ],
7520
            "authors": [
7521
                {
7522
                    "name": "Kore Nordmann",
7523
                    "email": "[email protected]"
7524
                },
7525
                {
7526
                    "name": "Sebastian Bergmann",
7527
                    "email": "[email protected]"
7528
                },
7529
                {
7530
                    "name": "SpacePossum"
7531
                }
7532
            ],
7533
            "description": "sebastian/diff v2 backport support for PHP5.6",
7534
            "homepage": "https://github.com/PHP-CS-Fixer",
7535
            "keywords": [
7536
                "diff"
7537
            ],
7538
            "time": "2018-02-15T16:58:55+00:00"
7539
        },
7540
        {
7541
            "name": "phpdocumentor/reflection-common",
7542
            "version": "1.0.1",
7543
            "source": {
7544
                "type": "git",
7545
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
7546
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
7547
            },
7548
            "dist": {
7549
                "type": "zip",
7550
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
7551
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
7552
                "shasum": ""
7553
            },
7554
            "require": {
7555
                "php": ">=5.5"
7556
            },
7557
            "require-dev": {
7558
                "phpunit/phpunit": "^4.6"
7559
            },
7560
            "type": "library",
7561
            "extra": {
7562
                "branch-alias": {
7563
                    "dev-master": "1.0.x-dev"
7564
                }
7565
            },
7566
            "autoload": {
7567
                "psr-4": {
7568
                    "phpDocumentor\\Reflection\\": [
7569
                        "src"
7570
                    ]
7571
                }
7572
            },
7573
            "notification-url": "https://packagist.org/downloads/",
7574
            "license": [
7575
                "MIT"
7576
            ],
7577
            "authors": [
7578
                {
7579
                    "name": "Jaap van Otterdijk",
7580
                    "email": "[email protected]"
7581
                }
7582
            ],
7583
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
7584
            "homepage": "http://www.phpdoc.org",
7585
            "keywords": [
7586
                "FQSEN",
7587
                "phpDocumentor",
7588
                "phpdoc",
7589
                "reflection",
7590
                "static analysis"
7591
            ],
7592
            "time": "2017-09-11T18:02:19+00:00"
7593
        },
7594
        {
7595
            "name": "phpdocumentor/reflection-docblock",
7596
            "version": "4.3.0",
7597
            "source": {
7598
                "type": "git",
7599
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7600
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
7601
            },
7602
            "dist": {
7603
                "type": "zip",
7604
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
7605
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
7606
                "shasum": ""
7607
            },
7608
            "require": {
7609
                "php": "^7.0",
7610
                "phpdocumentor/reflection-common": "^1.0.0",
7611
                "phpdocumentor/type-resolver": "^0.4.0",
7612
                "webmozart/assert": "^1.0"
7613
            },
7614
            "require-dev": {
7615
                "doctrine/instantiator": "~1.0.5",
7616
                "mockery/mockery": "^1.0",
7617
                "phpunit/phpunit": "^6.4"
7618
            },
7619
            "type": "library",
7620
            "extra": {
7621
                "branch-alias": {
7622
                    "dev-master": "4.x-dev"
7623
                }
7624
            },
7625
            "autoload": {
7626
                "psr-4": {
7627
                    "phpDocumentor\\Reflection\\": [
7628
                        "src/"
7629
                    ]
7630
                }
7631
            },
7632
            "notification-url": "https://packagist.org/downloads/",
7633
            "license": [
7634
                "MIT"
7635
            ],
7636
            "authors": [
7637
                {
7638
                    "name": "Mike van Riel",
7639
                    "email": "[email protected]"
7640
                }
7641
            ],
7642
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
7643
            "time": "2017-11-30T07:14:17+00:00"
7644
        },
7645
        {
7646
            "name": "phpdocumentor/type-resolver",
7647
            "version": "0.4.0",
7648
            "source": {
7649
                "type": "git",
7650
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
7651
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
7652
            },
7653
            "dist": {
7654
                "type": "zip",
7655
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
7656
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
7657
                "shasum": ""
7658
            },
7659
            "require": {
7660
                "php": "^5.5 || ^7.0",
7661
                "phpdocumentor/reflection-common": "^1.0"
7662
            },
7663
            "require-dev": {
7664
                "mockery/mockery": "^0.9.4",
7665
                "phpunit/phpunit": "^5.2||^4.8.24"
7666
            },
7667
            "type": "library",
7668
            "extra": {
7669
                "branch-alias": {
7670
                    "dev-master": "1.0.x-dev"
7671
                }
7672
            },
7673
            "autoload": {
7674
                "psr-4": {
7675
                    "phpDocumentor\\Reflection\\": [
7676
                        "src/"
7677
                    ]
7678
                }
7679
            },
7680
            "notification-url": "https://packagist.org/downloads/",
7681
            "license": [
7682
                "MIT"
7683
            ],
7684
            "authors": [
7685
                {
7686
                    "name": "Mike van Riel",
7687
                    "email": "[email protected]"
7688
                }
7689
            ],
7690
            "time": "2017-07-14T14:27:02+00:00"
7691
        },
7692
        {
7693
            "name": "phpspec/prophecy",
7694
            "version": "1.7.5",
7695
            "source": {
7696
                "type": "git",
7697
                "url": "https://github.com/phpspec/prophecy.git",
7698
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
7699
            },
7700
            "dist": {
7701
                "type": "zip",
7702
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
7703
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
7704
                "shasum": ""
7705
            },
7706
            "require": {
7707
                "doctrine/instantiator": "^1.0.2",
7708
                "php": "^5.3|^7.0",
7709
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
7710
                "sebastian/comparator": "^1.1|^2.0",
7711
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
7712
            },
7713
            "require-dev": {
7714
                "phpspec/phpspec": "^2.5|^3.2",
7715
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
7716
            },
7717
            "type": "library",
7718
            "extra": {
7719
                "branch-alias": {
7720
                    "dev-master": "1.7.x-dev"
7721
                }
7722
            },
7723
            "autoload": {
7724
                "psr-0": {
7725
                    "Prophecy\\": "src/"
7726
                }
7727
            },
7728
            "notification-url": "https://packagist.org/downloads/",
7729
            "license": [
7730
                "MIT"
7731
            ],
7732
            "authors": [
7733
                {
7734
                    "name": "Konstantin Kudryashov",
7735
                    "email": "[email protected]",
7736
                    "homepage": "http://everzet.com"
7737
                },
7738
                {
7739
                    "name": "Marcello Duarte",
7740
                    "email": "[email protected]"
7741
                }
7742
            ],
7743
            "description": "Highly opinionated mocking framework for PHP 5.3+",
7744
            "homepage": "https://github.com/phpspec/prophecy",
7745
            "keywords": [
7746
                "Double",
7747
                "Dummy",
7748
                "fake",
7749
                "mock",
7750
                "spy",
7751
                "stub"
7752
            ],
7753
            "time": "2018-02-19T10:16:54+00:00"
7754
        },
7755
        {
7756
            "name": "phpunit/php-code-coverage",
7757
            "version": "5.3.2",
7758
            "source": {
7759
                "type": "git",
7760
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7761
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
7762
            },
7763
            "dist": {
7764
                "type": "zip",
7765
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
7766
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
7767
                "shasum": ""
7768
            },
7769
            "require": {
7770
                "ext-dom": "*",
7771
                "ext-xmlwriter": "*",
7772
                "php": "^7.0",
7773
                "phpunit/php-file-iterator": "^1.4.2",
7774
                "phpunit/php-text-template": "^1.2.1",
7775
                "phpunit/php-token-stream": "^2.0.1",
7776
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
7777
                "sebastian/environment": "^3.0",
7778
                "sebastian/version": "^2.0.1",
7779
                "theseer/tokenizer": "^1.1"
7780
            },
7781
            "require-dev": {
7782
                "phpunit/phpunit": "^6.0"
7783
            },
7784
            "suggest": {
7785
                "ext-xdebug": "^2.5.5"
7786
            },
7787
            "type": "library",
7788
            "extra": {
7789
                "branch-alias": {
7790
                    "dev-master": "5.3.x-dev"
7791
                }
7792
            },
7793
            "autoload": {
7794
                "classmap": [
7795
                    "src/"
7796
                ]
7797
            },
7798
            "notification-url": "https://packagist.org/downloads/",
7799
            "license": [
7800
                "BSD-3-Clause"
7801
            ],
7802
            "authors": [
7803
                {
7804
                    "name": "Sebastian Bergmann",
7805
                    "email": "[email protected]",
7806
                    "role": "lead"
7807
                }
7808
            ],
7809
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7810
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7811
            "keywords": [
7812
                "coverage",
7813
                "testing",
7814
                "xunit"
7815
            ],
7816
            "time": "2018-04-06T15:36:58+00:00"
7817
        },
7818
        {
7819
            "name": "phpunit/php-file-iterator",
7820
            "version": "1.4.5",
7821
            "source": {
7822
                "type": "git",
7823
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7824
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
7825
            },
7826
            "dist": {
7827
                "type": "zip",
7828
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
7829
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
7830
                "shasum": ""
7831
            },
7832
            "require": {
7833
                "php": ">=5.3.3"
7834
            },
7835
            "type": "library",
7836
            "extra": {
7837
                "branch-alias": {
7838
                    "dev-master": "1.4.x-dev"
7839
                }
7840
            },
7841
            "autoload": {
7842
                "classmap": [
7843
                    "src/"
7844
                ]
7845
            },
7846
            "notification-url": "https://packagist.org/downloads/",
7847
            "license": [
7848
                "BSD-3-Clause"
7849
            ],
7850
            "authors": [
7851
                {
7852
                    "name": "Sebastian Bergmann",
7853
                    "email": "[email protected]",
7854
                    "role": "lead"
7855
                }
7856
            ],
7857
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7858
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7859
            "keywords": [
7860
                "filesystem",
7861
                "iterator"
7862
            ],
7863
            "time": "2017-11-27T13:52:08+00:00"
7864
        },
7865
        {
7866
            "name": "phpunit/php-text-template",
7867
            "version": "1.2.1",
7868
            "source": {
7869
                "type": "git",
7870
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
7871
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7872
            },
7873
            "dist": {
7874
                "type": "zip",
7875
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7876
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7877
                "shasum": ""
7878
            },
7879
            "require": {
7880
                "php": ">=5.3.3"
7881
            },
7882
            "type": "library",
7883
            "autoload": {
7884
                "classmap": [
7885
                    "src/"
7886
                ]
7887
            },
7888
            "notification-url": "https://packagist.org/downloads/",
7889
            "license": [
7890
                "BSD-3-Clause"
7891
            ],
7892
            "authors": [
7893
                {
7894
                    "name": "Sebastian Bergmann",
7895
                    "email": "[email protected]",
7896
                    "role": "lead"
7897
                }
7898
            ],
7899
            "description": "Simple template engine.",
7900
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7901
            "keywords": [
7902
                "template"
7903
            ],
7904
            "time": "2015-06-21T13:50:34+00:00"
7905
        },
7906
        {
7907
            "name": "phpunit/php-timer",
7908
            "version": "1.0.9",
7909
            "source": {
7910
                "type": "git",
7911
                "url": "https://github.com/sebastianbergmann/php-timer.git",
7912
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
7913
            },
7914
            "dist": {
7915
                "type": "zip",
7916
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
7917
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
7918
                "shasum": ""
7919
            },
7920
            "require": {
7921
                "php": "^5.3.3 || ^7.0"
7922
            },
7923
            "require-dev": {
7924
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
7925
            },
7926
            "type": "library",
7927
            "extra": {
7928
                "branch-alias": {
7929
                    "dev-master": "1.0-dev"
7930
                }
7931
            },
7932
            "autoload": {
7933
                "classmap": [
7934
                    "src/"
7935
                ]
7936
            },
7937
            "notification-url": "https://packagist.org/downloads/",
7938
            "license": [
7939
                "BSD-3-Clause"
7940
            ],
7941
            "authors": [
7942
                {
7943
                    "name": "Sebastian Bergmann",
7944
                    "email": "[email protected]",
7945
                    "role": "lead"
7946
                }
7947
            ],
7948
            "description": "Utility class for timing",
7949
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
7950
            "keywords": [
7951
                "timer"
7952
            ],
7953
            "time": "2017-02-26T11:10:40+00:00"
7954
        },
7955
        {
7956
            "name": "phpunit/php-token-stream",
7957
            "version": "2.0.2",
7958
            "source": {
7959
                "type": "git",
7960
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
7961
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
7962
            },
7963
            "dist": {
7964
                "type": "zip",
7965
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
7966
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
7967
                "shasum": ""
7968
            },
7969
            "require": {
7970
                "ext-tokenizer": "*",
7971
                "php": "^7.0"
7972
            },
7973
            "require-dev": {
7974
                "phpunit/phpunit": "^6.2.4"
7975
            },
7976
            "type": "library",
7977
            "extra": {
7978
                "branch-alias": {
7979
                    "dev-master": "2.0-dev"
7980
                }
7981
            },
7982
            "autoload": {
7983
                "classmap": [
7984
                    "src/"
7985
                ]
7986
            },
7987
            "notification-url": "https://packagist.org/downloads/",
7988
            "license": [
7989
                "BSD-3-Clause"
7990
            ],
7991
            "authors": [
7992
                {
7993
                    "name": "Sebastian Bergmann",
7994
                    "email": "[email protected]"
7995
                }
7996
            ],
7997
            "description": "Wrapper around PHP's tokenizer extension.",
7998
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7999
            "keywords": [
8000
                "tokenizer"
8001
            ],
8002
            "time": "2017-11-27T05:48:46+00:00"
8003
        },
8004
        {
8005
            "name": "phpunit/phpunit",
8006
            "version": "6.5.8",
8007
            "source": {
8008
                "type": "git",
8009
                "url": "https://github.com/sebastianbergmann/phpunit.git",
8010
                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
8011
            },
8012
            "dist": {
8013
                "type": "zip",
8014
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
8015
                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
8016
                "shasum": ""
8017
            },
8018
            "require": {
8019
                "ext-dom": "*",
8020
                "ext-json": "*",
8021
                "ext-libxml": "*",
8022
                "ext-mbstring": "*",
8023
                "ext-xml": "*",
8024
                "myclabs/deep-copy": "^1.6.1",
8025
                "phar-io/manifest": "^1.0.1",
8026
                "phar-io/version": "^1.0",
8027
                "php": "^7.0",
8028
                "phpspec/prophecy": "^1.7",
8029
                "phpunit/php-code-coverage": "^5.3",
8030
                "phpunit/php-file-iterator": "^1.4.3",
8031
                "phpunit/php-text-template": "^1.2.1",
8032
                "phpunit/php-timer": "^1.0.9",
8033
                "phpunit/phpunit-mock-objects": "^5.0.5",
8034
                "sebastian/comparator": "^2.1",
8035
                "sebastian/diff": "^2.0",
8036
                "sebastian/environment": "^3.1",
8037
                "sebastian/exporter": "^3.1",
8038
                "sebastian/global-state": "^2.0",
8039
                "sebastian/object-enumerator": "^3.0.3",
8040
                "sebastian/resource-operations": "^1.0",
8041
                "sebastian/version": "^2.0.1"
8042
            },
8043
            "conflict": {
8044
                "phpdocumentor/reflection-docblock": "3.0.2",
8045
                "phpunit/dbunit": "<3.0"
8046
            },
8047
            "require-dev": {
8048
                "ext-pdo": "*"
8049
            },
8050
            "suggest": {
8051
                "ext-xdebug": "*",
8052
                "phpunit/php-invoker": "^1.1"
8053
            },
8054
            "bin": [
8055
                "phpunit"
8056
            ],
8057
            "type": "library",
8058
            "extra": {
8059
                "branch-alias": {
8060
                    "dev-master": "6.5.x-dev"
8061
                }
8062
            },
8063
            "autoload": {
8064
                "classmap": [
8065
                    "src/"
8066
                ]
8067
            },
8068
            "notification-url": "https://packagist.org/downloads/",
8069
            "license": [
8070
                "BSD-3-Clause"
8071
            ],
8072
            "authors": [
8073
                {
8074
                    "name": "Sebastian Bergmann",
8075
                    "email": "[email protected]",
8076
                    "role": "lead"
8077
                }
8078
            ],
8079
            "description": "The PHP Unit Testing framework.",
8080
            "homepage": "https://phpunit.de/",
8081
            "keywords": [
8082
                "phpunit",
8083
                "testing",
8084
                "xunit"
8085
            ],
8086
            "time": "2018-04-10T11:38:34+00:00"
8087
        },
8088
        {
8089
            "name": "phpunit/phpunit-mock-objects",
8090
            "version": "5.0.6",
8091
            "source": {
8092
                "type": "git",
8093
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
8094
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
8095
            },
8096
            "dist": {
8097
                "type": "zip",
8098
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
8099
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
8100
                "shasum": ""
8101
            },
8102
            "require": {
8103
                "doctrine/instantiator": "^1.0.5",
8104
                "php": "^7.0",
8105
                "phpunit/php-text-template": "^1.2.1",
8106
                "sebastian/exporter": "^3.1"
8107
            },
8108
            "conflict": {
8109
                "phpunit/phpunit": "<6.0"
8110
            },
8111
            "require-dev": {
8112
                "phpunit/phpunit": "^6.5"
8113
            },
8114
            "suggest": {
8115
                "ext-soap": "*"
8116
            },
8117
            "type": "library",
8118
            "extra": {
8119
                "branch-alias": {
8120
                    "dev-master": "5.0.x-dev"
8121
                }
8122
            },
8123
            "autoload": {
8124
                "classmap": [
8125
                    "src/"
8126
                ]
8127
            },
8128
            "notification-url": "https://packagist.org/downloads/",
8129
            "license": [
8130
                "BSD-3-Clause"
8131
            ],
8132
            "authors": [
8133
                {
8134
                    "name": "Sebastian Bergmann",
8135
                    "email": "[email protected]",
8136
                    "role": "lead"
8137
                }
8138
            ],
8139
            "description": "Mock Object library for PHPUnit",
8140
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
8141
            "keywords": [
8142
                "mock",
8143
                "xunit"
8144
            ],
8145
            "time": "2018-01-06T05:45:45+00:00"
8146
        },
8147
        {
8148
            "name": "sebastian/code-unit-reverse-lookup",
8149
            "version": "1.0.1",
8150
            "source": {
8151
                "type": "git",
8152
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8153
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
8154
            },
8155
            "dist": {
8156
                "type": "zip",
8157
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
8158
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
8159
                "shasum": ""
8160
            },
8161
            "require": {
8162
                "php": "^5.6 || ^7.0"
8163
            },
8164
            "require-dev": {
8165
                "phpunit/phpunit": "^5.7 || ^6.0"
8166
            },
8167
            "type": "library",
8168
            "extra": {
8169
                "branch-alias": {
8170
                    "dev-master": "1.0.x-dev"
8171
                }
8172
            },
8173
            "autoload": {
8174
                "classmap": [
8175
                    "src/"
8176
                ]
8177
            },
8178
            "notification-url": "https://packagist.org/downloads/",
8179
            "license": [
8180
                "BSD-3-Clause"
8181
            ],
8182
            "authors": [
8183
                {
8184
                    "name": "Sebastian Bergmann",
8185
                    "email": "[email protected]"
8186
                }
8187
            ],
8188
            "description": "Looks up which function or method a line of code belongs to",
8189
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8190
            "time": "2017-03-04T06:30:41+00:00"
8191
        },
8192
        {
8193
            "name": "sebastian/comparator",
8194
            "version": "2.1.3",
8195
            "source": {
8196
                "type": "git",
8197
                "url": "https://github.com/sebastianbergmann/comparator.git",
8198
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
8199
            },
8200
            "dist": {
8201
                "type": "zip",
8202
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
8203
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
8204
                "shasum": ""
8205
            },
8206
            "require": {
8207
                "php": "^7.0",
8208
                "sebastian/diff": "^2.0 || ^3.0",
8209
                "sebastian/exporter": "^3.1"
8210
            },
8211
            "require-dev": {
8212
                "phpunit/phpunit": "^6.4"
8213
            },
8214
            "type": "library",
8215
            "extra": {
8216
                "branch-alias": {
8217
                    "dev-master": "2.1.x-dev"
8218
                }
8219
            },
8220
            "autoload": {
8221
                "classmap": [
8222
                    "src/"
8223
                ]
8224
            },
8225
            "notification-url": "https://packagist.org/downloads/",
8226
            "license": [
8227
                "BSD-3-Clause"
8228
            ],
8229
            "authors": [
8230
                {
8231
                    "name": "Jeff Welch",
8232
                    "email": "[email protected]"
8233
                },
8234
                {
8235
                    "name": "Volker Dusch",
8236
                    "email": "[email protected]"
8237
                },
8238
                {
8239
                    "name": "Bernhard Schussek",
8240
                    "email": "[email protected]"
8241
                },
8242
                {
8243
                    "name": "Sebastian Bergmann",
8244
                    "email": "[email protected]"
8245
                }
8246
            ],
8247
            "description": "Provides the functionality to compare PHP values for equality",
8248
            "homepage": "https://github.com/sebastianbergmann/comparator",
8249
            "keywords": [
8250
                "comparator",
8251
                "compare",
8252
                "equality"
8253
            ],
8254
            "time": "2018-02-01T13:46:46+00:00"
8255
        },
8256
        {
8257
            "name": "sebastian/diff",
8258
            "version": "2.0.1",
8259
            "source": {
8260
                "type": "git",
8261
                "url": "https://github.com/sebastianbergmann/diff.git",
8262
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
8263
            },
8264
            "dist": {
8265
                "type": "zip",
8266
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
8267
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
8268
                "shasum": ""
8269
            },
8270
            "require": {
8271
                "php": "^7.0"
8272
            },
8273
            "require-dev": {
8274
                "phpunit/phpunit": "^6.2"
8275
            },
8276
            "type": "library",
8277
            "extra": {
8278
                "branch-alias": {
8279
                    "dev-master": "2.0-dev"
8280
                }
8281
            },
8282
            "autoload": {
8283
                "classmap": [
8284
                    "src/"
8285
                ]
8286
            },
8287
            "notification-url": "https://packagist.org/downloads/",
8288
            "license": [
8289
                "BSD-3-Clause"
8290
            ],
8291
            "authors": [
8292
                {
8293
                    "name": "Kore Nordmann",
8294
                    "email": "[email protected]"
8295
                },
8296
                {
8297
                    "name": "Sebastian Bergmann",
8298
                    "email": "[email protected]"
8299
                }
8300
            ],
8301
            "description": "Diff implementation",
8302
            "homepage": "https://github.com/sebastianbergmann/diff",
8303
            "keywords": [
8304
                "diff"
8305
            ],
8306
            "time": "2017-08-03T08:09:46+00:00"
8307
        },
8308
        {
8309
            "name": "sebastian/environment",
8310
            "version": "3.1.0",
8311
            "source": {
8312
                "type": "git",
8313
                "url": "https://github.com/sebastianbergmann/environment.git",
8314
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
8315
            },
8316
            "dist": {
8317
                "type": "zip",
8318
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
8319
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
8320
                "shasum": ""
8321
            },
8322
            "require": {
8323
                "php": "^7.0"
8324
            },
8325
            "require-dev": {
8326
                "phpunit/phpunit": "^6.1"
8327
            },
8328
            "type": "library",
8329
            "extra": {
8330
                "branch-alias": {
8331
                    "dev-master": "3.1.x-dev"
8332
                }
8333
            },
8334
            "autoload": {
8335
                "classmap": [
8336
                    "src/"
8337
                ]
8338
            },
8339
            "notification-url": "https://packagist.org/downloads/",
8340
            "license": [
8341
                "BSD-3-Clause"
8342
            ],
8343
            "authors": [
8344
                {
8345
                    "name": "Sebastian Bergmann",
8346
                    "email": "[email protected]"
8347
                }
8348
            ],
8349
            "description": "Provides functionality to handle HHVM/PHP environments",
8350
            "homepage": "http://www.github.com/sebastianbergmann/environment",
8351
            "keywords": [
8352
                "Xdebug",
8353
                "environment",
8354
                "hhvm"
8355
            ],
8356
            "time": "2017-07-01T08:51:00+00:00"
8357
        },
8358
        {
8359
            "name": "sebastian/exporter",
8360
            "version": "3.1.0",
8361
            "source": {
8362
                "type": "git",
8363
                "url": "https://github.com/sebastianbergmann/exporter.git",
8364
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
8365
            },
8366
            "dist": {
8367
                "type": "zip",
8368
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
8369
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
8370
                "shasum": ""
8371
            },
8372
            "require": {
8373
                "php": "^7.0",
8374
                "sebastian/recursion-context": "^3.0"
8375
            },
8376
            "require-dev": {
8377
                "ext-mbstring": "*",
8378
                "phpunit/phpunit": "^6.0"
8379
            },
8380
            "type": "library",
8381
            "extra": {
8382
                "branch-alias": {
8383
                    "dev-master": "3.1.x-dev"
8384
                }
8385
            },
8386
            "autoload": {
8387
                "classmap": [
8388
                    "src/"
8389
                ]
8390
            },
8391
            "notification-url": "https://packagist.org/downloads/",
8392
            "license": [
8393
                "BSD-3-Clause"
8394
            ],
8395
            "authors": [
8396
                {
8397
                    "name": "Jeff Welch",
8398
                    "email": "[email protected]"
8399
                },
8400
                {
8401
                    "name": "Volker Dusch",
8402
                    "email": "[email protected]"
8403
                },
8404
                {
8405
                    "name": "Bernhard Schussek",
8406
                    "email": "[email protected]"
8407
                },
8408
                {
8409
                    "name": "Sebastian Bergmann",
8410
                    "email": "[email protected]"
8411
                },
8412
                {
8413
                    "name": "Adam Harvey",
8414
                    "email": "[email protected]"
8415
                }
8416
            ],
8417
            "description": "Provides the functionality to export PHP variables for visualization",
8418
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
8419
            "keywords": [
8420
                "export",
8421
                "exporter"
8422
            ],
8423
            "time": "2017-04-03T13:19:02+00:00"
8424
        },
8425
        {
8426
            "name": "sebastian/global-state",
8427
            "version": "2.0.0",
8428
            "source": {
8429
                "type": "git",
8430
                "url": "https://github.com/sebastianbergmann/global-state.git",
8431
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
8432
            },
8433
            "dist": {
8434
                "type": "zip",
8435
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
8436
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
8437
                "shasum": ""
8438
            },
8439
            "require": {
8440
                "php": "^7.0"
8441
            },
8442
            "require-dev": {
8443
                "phpunit/phpunit": "^6.0"
8444
            },
8445
            "suggest": {
8446
                "ext-uopz": "*"
8447
            },
8448
            "type": "library",
8449
            "extra": {
8450
                "branch-alias": {
8451
                    "dev-master": "2.0-dev"
8452
                }
8453
            },
8454
            "autoload": {
8455
                "classmap": [
8456
                    "src/"
8457
                ]
8458
            },
8459
            "notification-url": "https://packagist.org/downloads/",
8460
            "license": [
8461
                "BSD-3-Clause"
8462
            ],
8463
            "authors": [
8464
                {
8465
                    "name": "Sebastian Bergmann",
8466
                    "email": "[email protected]"
8467
                }
8468
            ],
8469
            "description": "Snapshotting of global state",
8470
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
8471
            "keywords": [
8472
                "global state"
8473
            ],
8474
            "time": "2017-04-27T15:39:26+00:00"
8475
        },
8476
        {
8477
            "name": "sebastian/object-enumerator",
8478
            "version": "3.0.3",
8479
            "source": {
8480
                "type": "git",
8481
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8482
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
8483
            },
8484
            "dist": {
8485
                "type": "zip",
8486
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
8487
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
8488
                "shasum": ""
8489
            },
8490
            "require": {
8491
                "php": "^7.0",
8492
                "sebastian/object-reflector": "^1.1.1",
8493
                "sebastian/recursion-context": "^3.0"
8494
            },
8495
            "require-dev": {
8496
                "phpunit/phpunit": "^6.0"
8497
            },
8498
            "type": "library",
8499
            "extra": {
8500
                "branch-alias": {
8501
                    "dev-master": "3.0.x-dev"
8502
                }
8503
            },
8504
            "autoload": {
8505
                "classmap": [
8506
                    "src/"
8507
                ]
8508
            },
8509
            "notification-url": "https://packagist.org/downloads/",
8510
            "license": [
8511
                "BSD-3-Clause"
8512
            ],
8513
            "authors": [
8514
                {
8515
                    "name": "Sebastian Bergmann",
8516
                    "email": "[email protected]"
8517
                }
8518
            ],
8519
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8520
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8521
            "time": "2017-08-03T12:35:26+00:00"
8522
        },
8523
        {
8524
            "name": "sebastian/object-reflector",
8525
            "version": "1.1.1",
8526
            "source": {
8527
                "type": "git",
8528
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
8529
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
8530
            },
8531
            "dist": {
8532
                "type": "zip",
8533
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
8534
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
8535
                "shasum": ""
8536
            },
8537
            "require": {
8538
                "php": "^7.0"
8539
            },
8540
            "require-dev": {
8541
                "phpunit/phpunit": "^6.0"
8542
            },
8543
            "type": "library",
8544
            "extra": {
8545
                "branch-alias": {
8546
                    "dev-master": "1.1-dev"
8547
                }
8548
            },
8549
            "autoload": {
8550
                "classmap": [
8551
                    "src/"
8552
                ]
8553
            },
8554
            "notification-url": "https://packagist.org/downloads/",
8555
            "license": [
8556
                "BSD-3-Clause"
8557
            ],
8558
            "authors": [
8559
                {
8560
                    "name": "Sebastian Bergmann",
8561
                    "email": "[email protected]"
8562
                }
8563
            ],
8564
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
8565
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8566
            "time": "2017-03-29T09:07:27+00:00"
8567
        },
8568
        {
8569
            "name": "sebastian/recursion-context",
8570
            "version": "3.0.0",
8571
            "source": {
8572
                "type": "git",
8573
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
8574
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
8575
            },
8576
            "dist": {
8577
                "type": "zip",
8578
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
8579
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
8580
                "shasum": ""
8581
            },
8582
            "require": {
8583
                "php": "^7.0"
8584
            },
8585
            "require-dev": {
8586
                "phpunit/phpunit": "^6.0"
8587
            },
8588
            "type": "library",
8589
            "extra": {
8590
                "branch-alias": {
8591
                    "dev-master": "3.0.x-dev"
8592
                }
8593
            },
8594
            "autoload": {
8595
                "classmap": [
8596
                    "src/"
8597
                ]
8598
            },
8599
            "notification-url": "https://packagist.org/downloads/",
8600
            "license": [
8601
                "BSD-3-Clause"
8602
            ],
8603
            "authors": [
8604
                {
8605
                    "name": "Jeff Welch",
8606
                    "email": "[email protected]"
8607
                },
8608
                {
8609
                    "name": "Sebastian Bergmann",
8610
                    "email": "[email protected]"
8611
                },
8612
                {
8613
                    "name": "Adam Harvey",
8614
                    "email": "[email protected]"
8615
                }
8616
            ],
8617
            "description": "Provides functionality to recursively process PHP variables",
8618
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8619
            "time": "2017-03-03T06:23:57+00:00"
8620
        },
8621
        {
8622
            "name": "sebastian/resource-operations",
8623
            "version": "1.0.0",
8624
            "source": {
8625
                "type": "git",
8626
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
8627
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
8628
            },
8629
            "dist": {
8630
                "type": "zip",
8631
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
8632
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
8633
                "shasum": ""
8634
            },
8635
            "require": {
8636
                "php": ">=5.6.0"
8637
            },
8638
            "type": "library",
8639
            "extra": {
8640
                "branch-alias": {
8641
                    "dev-master": "1.0.x-dev"
8642
                }
8643
            },
8644
            "autoload": {
8645
                "classmap": [
8646
                    "src/"
8647
                ]
8648
            },
8649
            "notification-url": "https://packagist.org/downloads/",
8650
            "license": [
8651
                "BSD-3-Clause"
8652
            ],
8653
            "authors": [
8654
                {
8655
                    "name": "Sebastian Bergmann",
8656
                    "email": "[email protected]"
8657
                }
8658
            ],
8659
            "description": "Provides a list of PHP built-in functions that operate on resources",
8660
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8661
            "time": "2015-07-28T20:34:47+00:00"
8662
        },
8663
        {
8664
            "name": "sebastian/version",
8665
            "version": "2.0.1",
8666
            "source": {
8667
                "type": "git",
8668
                "url": "https://github.com/sebastianbergmann/version.git",
8669
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
8670
            },
8671
            "dist": {
8672
                "type": "zip",
8673
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
8674
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
8675
                "shasum": ""
8676
            },
8677
            "require": {
8678
                "php": ">=5.6"
8679
            },
8680
            "type": "library",
8681
            "extra": {
8682
                "branch-alias": {
8683
                    "dev-master": "2.0.x-dev"
8684
                }
8685
            },
8686
            "autoload": {
8687
                "classmap": [
8688
                    "src/"
8689
                ]
8690
            },
8691
            "notification-url": "https://packagist.org/downloads/",
8692
            "license": [
8693
                "BSD-3-Clause"
8694
            ],
8695
            "authors": [
8696
                {
8697
                    "name": "Sebastian Bergmann",
8698
                    "email": "[email protected]",
8699
                    "role": "lead"
8700
                }
8701
            ],
8702
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8703
            "homepage": "https://github.com/sebastianbergmann/version",
8704
            "time": "2016-10-03T07:35:21+00:00"
8705
        },
8706
        {
8707
            "name": "symfony/browser-kit",
8708
            "version": "v3.4.8",
8709
            "source": {
8710
                "type": "git",
8711
                "url": "https://github.com/symfony/browser-kit.git",
8712
                "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79"
8713
            },
8714
            "dist": {
8715
                "type": "zip",
8716
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
8717
                "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
8718
                "shasum": ""
8719
            },
8720
            "require": {
8721
                "php": "^5.5.9|>=7.0.8",
8722
                "symfony/dom-crawler": "~2.8|~3.0|~4.0"
8723
            },
8724
            "require-dev": {
8725
                "symfony/css-selector": "~2.8|~3.0|~4.0",
8726
                "symfony/process": "~2.8|~3.0|~4.0"
8727
            },
8728
            "suggest": {
8729
                "symfony/process": ""
8730
            },
8731
            "type": "library",
8732
            "extra": {
8733
                "branch-alias": {
8734
                    "dev-master": "3.4-dev"
8735
                }
8736
            },
8737
            "autoload": {
8738
                "psr-4": {
8739
                    "Symfony\\Component\\BrowserKit\\": ""
8740
                },
8741
                "exclude-from-classmap": [
8742
                    "/Tests/"
8743
                ]
8744
            },
8745
            "notification-url": "https://packagist.org/downloads/",
8746
            "license": [
8747
                "MIT"
8748
            ],
8749
            "authors": [
8750
                {
8751
                    "name": "Fabien Potencier",
8752
                    "email": "[email protected]"
8753
                },
8754
                {
8755
                    "name": "Symfony Community",
8756
                    "homepage": "https://symfony.com/contributors"
8757
                }
8758
            ],
8759
            "description": "Symfony BrowserKit Component",
8760
            "homepage": "https://symfony.com",
8761
            "time": "2018-03-19T22:32:39+00:00"
8762
        },
8763
        {
8764
            "name": "symfony/maker-bundle",
8765
            "version": "v1.2.0",
8766
            "source": {
8767
                "type": "git",
8768
                "url": "https://github.com/symfony/maker-bundle.git",
8769
                "reference": "9db72995231c12c701249f07743c0591ccf70e73"
8770
            },
8771
            "dist": {
8772
                "type": "zip",
8773
                "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/9db72995231c12c701249f07743c0591ccf70e73",
8774
                "reference": "9db72995231c12c701249f07743c0591ccf70e73",
8775
                "shasum": ""
8776
            },
8777
            "require": {
8778
                "php": "^7.0.8",
8779
                "symfony/config": "^3.4|^4.0",
8780
                "symfony/console": "^3.4|^4.0",
8781
                "symfony/dependency-injection": "^3.4|^4.0",
8782
                "symfony/filesystem": "^3.4|^4.0",
8783
                "symfony/framework-bundle": "^3.4|^4.0",
8784
                "symfony/http-kernel": "^3.4|^4.0"
8785
            },
8786
            "require-dev": {
8787
                "allocine/twigcs": "^3.0",
8788
                "friendsofphp/php-cs-fixer": "^2.8",
8789
                "symfony/phpunit-bridge": "^3.4|^4.0",
8790
                "symfony/process": "^3.4|^4.0"
8791
            },
8792
            "type": "symfony-bundle",
8793
            "extra": {
8794
                "branch-alias": {
8795
                    "dev-master": "1.0-dev"
8796
                }
8797
            },
8798
            "autoload": {
8799
                "psr-4": {
8800
                    "Symfony\\Bundle\\MakerBundle\\": "src/"
8801
                }
8802
            },
8803
            "notification-url": "https://packagist.org/downloads/",
8804
            "license": [
8805
                "MIT"
8806
            ],
8807
            "authors": [
8808
                {
8809
                    "name": "Symfony Community",
8810
                    "homepage": "https://symfony.com/contributors"
8811
                }
8812
            ],
8813
            "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
8814
            "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
8815
            "keywords": [
8816
                "code generator",
8817
                "generator",
8818
                "scaffold",
8819
                "scaffolding"
8820
            ],
8821
            "time": "2018-03-14T01:02:47+00:00"
8822
        },
8823
        {
8824
            "name": "symfony/phpunit-bridge",
8825
            "version": "v3.4.8",
8826
            "source": {
8827
                "type": "git",
8828
                "url": "https://github.com/symfony/phpunit-bridge.git",
8829
                "reference": "48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e"
8830
            },
8831
            "dist": {
8832
                "type": "zip",
8833
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e",
8834
                "reference": "48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e",
8835
                "shasum": ""
8836
            },
8837
            "require": {
8838
                "php": ">=5.3.3"
8839
            },
8840
            "conflict": {
8841
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
8842
            },
8843
            "suggest": {
8844
                "ext-zip": "Zip support is required when using bin/simple-phpunit",
8845
                "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
8846
            },
8847
            "bin": [
8848
                "bin/simple-phpunit"
8849
            ],
8850
            "type": "symfony-bridge",
8851
            "extra": {
8852
                "branch-alias": {
8853
                    "dev-master": "3.4-dev"
8854
                },
8855
                "thanks": {
8856
                    "name": "phpunit/phpunit",
8857
                    "url": "https://github.com/sebastianbergmann/phpunit"
8858
                }
8859
            },
8860
            "autoload": {
8861
                "files": [
8862
                    "bootstrap.php"
8863
                ],
8864
                "psr-4": {
8865
                    "Symfony\\Bridge\\PhpUnit\\": ""
8866
                },
8867
                "exclude-from-classmap": [
8868
                    "/Tests/"
8869
                ]
8870
            },
8871
            "notification-url": "https://packagist.org/downloads/",
8872
            "license": [
8873
                "MIT"
8874
            ],
8875
            "authors": [
8876
                {
8877
                    "name": "Nicolas Grekas",
8878
                    "email": "[email protected]"
8879
                },
8880
                {
8881
                    "name": "Symfony Community",
8882
                    "homepage": "https://symfony.com/contributors"
8883
                }
8884
            ],
8885
            "description": "Symfony PHPUnit Bridge",
8886
            "homepage": "https://symfony.com",
8887
            "time": "2018-04-04T15:02:59+00:00"
8888
        },
8889
        {
8890
            "name": "symfony/polyfill-php72",
8891
            "version": "v1.7.0",
8892
            "source": {
8893
                "type": "git",
8894
                "url": "https://github.com/symfony/polyfill-php72.git",
8895
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
8896
            },
8897
            "dist": {
8898
                "type": "zip",
8899
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
8900
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
8901
                "shasum": ""
8902
            },
8903
            "require": {
8904
                "php": ">=5.3.3"
8905
            },
8906
            "type": "library",
8907
            "extra": {
8908
                "branch-alias": {
8909
                    "dev-master": "1.7-dev"
8910
                }
8911
            },
8912
            "autoload": {
8913
                "psr-4": {
8914
                    "Symfony\\Polyfill\\Php72\\": ""
8915
                },
8916
                "files": [
8917
                    "bootstrap.php"
8918
                ]
8919
            },
8920
            "notification-url": "https://packagist.org/downloads/",
8921
            "license": [
8922
                "MIT"
8923
            ],
8924
            "authors": [
8925
                {
8926
                    "name": "Nicolas Grekas",
8927
                    "email": "[email protected]"
8928
                },
8929
                {
8930
                    "name": "Symfony Community",
8931
                    "homepage": "https://symfony.com/contributors"
8932
                }
8933
            ],
8934
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8935
            "homepage": "https://symfony.com",
8936
            "keywords": [
8937
                "compatibility",
8938
                "polyfill",
8939
                "portable",
8940
                "shim"
8941
            ],
8942
            "time": "2018-01-31T17:43:24+00:00"
8943
        },
8944
        {
8945
            "name": "symfony/web-server-bundle",
8946
            "version": "v3.4.8",
8947
            "source": {
8948
                "type": "git",
8949
                "url": "https://github.com/symfony/web-server-bundle.git",
8950
                "reference": "44a6b2deb1c58b2dfd3592139db9091d7cfce8ed"
8951
            },
8952
            "dist": {
8953
                "type": "zip",
8954
                "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/44a6b2deb1c58b2dfd3592139db9091d7cfce8ed",
8955
                "reference": "44a6b2deb1c58b2dfd3592139db9091d7cfce8ed",
8956
                "shasum": ""
8957
            },
8958
            "require": {
8959
                "php": "^5.5.9|>=7.0.8",
8960
                "symfony/config": "~3.4|~4.0",
8961
                "symfony/console": "~3.4|~4.0",
8962
                "symfony/dependency-injection": "~3.4|~4.0",
8963
                "symfony/http-kernel": "~3.3|~4.0",
8964
                "symfony/process": "~3.3.14|^3.4.2|^4.0.2"
8965
            },
8966
            "suggest": {
8967
                "symfony/expression-language": "For using the filter option of the log server.",
8968
                "symfony/monolog-bridge": "For using the log server."
8969
            },
8970
            "type": "symfony-bundle",
8971
            "extra": {
8972
                "branch-alias": {
8973
                    "dev-master": "3.4-dev"
8974
                }
8975
            },
8976
            "autoload": {
8977
                "psr-4": {
8978
                    "Symfony\\Bundle\\WebServerBundle\\": ""
8979
                },
8980
                "exclude-from-classmap": [
8981
                    "/Tests/"
8982
                ]
8983
            },
8984
            "notification-url": "https://packagist.org/downloads/",
8985
            "license": [
8986
                "MIT"
8987
            ],
8988
            "authors": [
8989
                {
8990
                    "name": "Fabien Potencier",
8991
                    "email": "[email protected]"
8992
                },
8993
                {
8994
                    "name": "Symfony Community",
8995
                    "homepage": "https://symfony.com/contributors"
8996
                }
8997
            ],
8998
            "description": "Symfony WebServerBundle",
8999
            "homepage": "https://symfony.com",
9000
            "time": "2018-01-03T17:14:19+00:00"
9001
        },
9002
        {
9003
            "name": "theseer/tokenizer",
9004
            "version": "1.1.0",
9005
            "source": {
9006
                "type": "git",
9007
                "url": "https://github.com/theseer/tokenizer.git",
9008
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
9009
            },
9010
            "dist": {
9011
                "type": "zip",
9012
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
9013
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
9014
                "shasum": ""
9015
            },
9016
            "require": {
9017
                "ext-dom": "*",
9018
                "ext-tokenizer": "*",
9019
                "ext-xmlwriter": "*",
9020
                "php": "^7.0"
9021
            },
9022
            "type": "library",
9023
            "autoload": {
9024
                "classmap": [
9025
                    "src/"
9026
                ]
9027
            },
9028
            "notification-url": "https://packagist.org/downloads/",
9029
            "license": [
9030
                "BSD-3-Clause"
9031
            ],
9032
            "authors": [
9033
                {
9034
                    "name": "Arne Blankerts",
9035
                    "email": "[email protected]",
9036
                    "role": "Developer"
9037
                }
9038
            ],
9039
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9040
            "time": "2017-04-07T12:08:54+00:00"
9041
        },
9042
        {
9043
            "name": "webmozart/assert",
9044
            "version": "1.3.0",
9045
            "source": {
9046
                "type": "git",
9047
                "url": "https://github.com/webmozart/assert.git",
9048
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
9049
            },
9050
            "dist": {
9051
                "type": "zip",
9052
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
9053
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
9054
                "shasum": ""
9055
            },
9056
            "require": {
9057
                "php": "^5.3.3 || ^7.0"
9058
            },
9059
            "require-dev": {
9060
                "phpunit/phpunit": "^4.6",
9061
                "sebastian/version": "^1.0.1"
9062
            },
9063
            "type": "library",
9064
            "extra": {
9065
                "branch-alias": {
9066
                    "dev-master": "1.3-dev"
9067
                }
9068
            },
9069
            "autoload": {
9070
                "psr-4": {
9071
                    "Webmozart\\Assert\\": "src/"
9072
                }
9073
            },
9074
            "notification-url": "https://packagist.org/downloads/",
9075
            "license": [
9076
                "MIT"
9077
            ],
9078
            "authors": [
9079
                {
9080
                    "name": "Bernhard Schussek",
9081
                    "email": "[email protected]"
9082
                }
9083
            ],
9084
            "description": "Assertions to validate method input/output with nice error messages.",
9085
            "keywords": [
9086
                "assert",
9087
                "check",
9088
                "validate"
9089
            ],
9090
            "time": "2018-01-29T19:49:41+00:00"
9091
        }
9092
    ],
9093
    "aliases": [],
9094
    "minimum-stability": "stable",
9095
    "stability-flags": [],
9096
    "prefer-stable": false,
9097
    "prefer-lowest": false,
9098
    "platform": {
9099
        "php": "^7.0.8",
9100
        "ext-intl": "^1.1",
9101
        "ext-mbstring": "*"
9102
    },
9103
    "platform-dev": [],
9104
    "platform-overrides": {
9105
        "php": "7.0.8"
9106
    }
9107
}
9108