To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / vendor / composer / installed.json @ 15:e200cb7efeb3

History | View | Annotate | Download (195 KB)

1
[
2
    {
3
        "name": "composer/installers",
4
        "version": "v1.5.0",
5
        "version_normalized": "1.5.0.0",
6
        "source": {
7
            "type": "git",
8
            "url": "https://github.com/composer/installers.git",
9
            "reference": "049797d727261bf27f2690430d935067710049c2"
10
        },
11
        "dist": {
12
            "type": "zip",
13
            "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
14
            "reference": "049797d727261bf27f2690430d935067710049c2",
15
            "shasum": ""
16
        },
17
        "require": {
18
            "composer-plugin-api": "^1.0"
19
        },
20
        "replace": {
21
            "roundcube/plugin-installer": "*",
22
            "shama/baton": "*"
23
        },
24
        "require-dev": {
25
            "composer/composer": "1.0.*@dev",
26
            "phpunit/phpunit": "^4.8.36"
27
        },
28
        "time": "2017-12-29T09:13:20+00:00",
29
        "type": "composer-plugin",
30
        "extra": {
31
            "class": "Composer\\Installers\\Plugin",
32
            "branch-alias": {
33
                "dev-master": "1.0-dev"
34
            }
35
        },
36
        "installation-source": "dist",
37
        "autoload": {
38
            "psr-4": {
39
                "Composer\\Installers\\": "src/Composer/Installers"
40
            }
41
        },
42
        "notification-url": "https://packagist.org/downloads/",
43
        "license": [
44
            "MIT"
45
        ],
46
        "authors": [
47
            {
48
                "name": "Kyle Robinson Young",
49
                "email": "kyle@dontkry.com",
50
                "homepage": "https://github.com/shama"
51
            }
52
        ],
53
        "description": "A multi-framework Composer library installer",
54
        "homepage": "https://composer.github.io/installers/",
55
        "keywords": [
56
            "Craft",
57
            "Dolibarr",
58
            "Eliasis",
59
            "Hurad",
60
            "ImageCMS",
61
            "Kanboard",
62
            "Lan Management System",
63
            "MODX Evo",
64
            "Mautic",
65
            "Maya",
66
            "OXID",
67
            "Plentymarkets",
68
            "Porto",
69
            "RadPHP",
70
            "SMF",
71
            "Thelia",
72
            "WolfCMS",
73
            "agl",
74
            "aimeos",
75
            "annotatecms",
76
            "attogram",
77
            "bitrix",
78
            "cakephp",
79
            "chef",
80
            "cockpit",
81
            "codeigniter",
82
            "concrete5",
83
            "croogo",
84
            "dokuwiki",
85
            "drupal",
86
            "eZ Platform",
87
            "elgg",
88
            "expressionengine",
89
            "fuelphp",
90
            "grav",
91
            "installer",
92
            "itop",
93
            "joomla",
94
            "kohana",
95
            "laravel",
96
            "lavalite",
97
            "lithium",
98
            "magento",
99
            "majima",
100
            "mako",
101
            "mediawiki",
102
            "modulework",
103
            "modx",
104
            "moodle",
105
            "osclass",
106
            "phpbb",
107
            "piwik",
108
            "ppi",
109
            "puppet",
110
            "pxcms",
111
            "reindex",
112
            "roundcube",
113
            "shopware",
114
            "silverstripe",
115
            "sydes",
116
            "symfony",
117
            "typo3",
118
            "wordpress",
119
            "yawik",
120
            "zend",
121
            "zikula"
122
        ]
123
    },
124
    {
125
        "name": "wikimedia/composer-merge-plugin",
126
        "version": "v1.4.1",
127
        "version_normalized": "1.4.1.0",
128
        "source": {
129
            "type": "git",
130
            "url": "https://github.com/wikimedia/composer-merge-plugin.git",
131
            "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100"
132
        },
133
        "dist": {
134
            "type": "zip",
135
            "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
136
            "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
137
            "shasum": ""
138
        },
139
        "require": {
140
            "composer-plugin-api": "^1.0",
141
            "php": ">=5.3.2"
142
        },
143
        "require-dev": {
144
            "composer/composer": "~1.0.0",
145
            "jakub-onderka/php-parallel-lint": "~0.8",
146
            "phpunit/phpunit": "~4.8|~5.0",
147
            "squizlabs/php_codesniffer": "~2.1.0"
148
        },
149
        "time": "2017-04-25T02:31:25+00:00",
150
        "type": "composer-plugin",
151
        "extra": {
152
            "branch-alias": {
153
                "dev-master": "1.3.x-dev"
154
            },
155
            "class": "Wikimedia\\Composer\\MergePlugin"
156
        },
157
        "installation-source": "dist",
158
        "autoload": {
159
            "psr-4": {
160
                "Wikimedia\\Composer\\": "src/"
161
            }
162
        },
163
        "notification-url": "https://packagist.org/downloads/",
164
        "license": [
165
            "MIT"
166
        ],
167
        "authors": [
168
            {
169
                "name": "Bryan Davis",
170
                "email": "bd808@wikimedia.org"
171
            }
172
        ],
173
        "description": "Composer plugin to merge multiple composer.json files"
174
    },
175
    {
176
        "name": "webmozart/assert",
177
        "version": "1.3.0",
178
        "version_normalized": "1.3.0.0",
179
        "source": {
180
            "type": "git",
181
            "url": "https://github.com/webmozart/assert.git",
182
            "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
183
        },
184
        "dist": {
185
            "type": "zip",
186
            "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
187
            "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
188
            "shasum": ""
189
        },
190
        "require": {
191
            "php": "^5.3.3 || ^7.0"
192
        },
193
        "require-dev": {
194
            "phpunit/phpunit": "^4.6",
195
            "sebastian/version": "^1.0.1"
196
        },
197
        "time": "2018-01-29T19:49:41+00:00",
198
        "type": "library",
199
        "extra": {
200
            "branch-alias": {
201
                "dev-master": "1.3-dev"
202
            }
203
        },
204
        "installation-source": "dist",
205
        "autoload": {
206
            "psr-4": {
207
                "Webmozart\\Assert\\": "src/"
208
            }
209
        },
210
        "notification-url": "https://packagist.org/downloads/",
211
        "license": [
212
            "MIT"
213
        ],
214
        "authors": [
215
            {
216
                "name": "Bernhard Schussek",
217
                "email": "bschussek@gmail.com"
218
            }
219
        ],
220
        "description": "Assertions to validate method input/output with nice error messages.",
221
        "keywords": [
222
            "assert",
223
            "check",
224
            "validate"
225
        ]
226
    },
227
    {
228
        "name": "webmozart/path-util",
229
        "version": "2.3.0",
230
        "version_normalized": "2.3.0.0",
231
        "source": {
232
            "type": "git",
233
            "url": "https://github.com/webmozart/path-util.git",
234
            "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
235
        },
236
        "dist": {
237
            "type": "zip",
238
            "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
239
            "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
240
            "shasum": ""
241
        },
242
        "require": {
243
            "php": ">=5.3.3",
244
            "webmozart/assert": "~1.0"
245
        },
246
        "require-dev": {
247
            "phpunit/phpunit": "^4.6",
248
            "sebastian/version": "^1.0.1"
249
        },
250
        "time": "2015-12-17T08:42:14+00:00",
251
        "type": "library",
252
        "extra": {
253
            "branch-alias": {
254
                "dev-master": "2.3-dev"
255
            }
256
        },
257
        "installation-source": "dist",
258
        "autoload": {
259
            "psr-4": {
260
                "Webmozart\\PathUtil\\": "src/"
261
            }
262
        },
263
        "notification-url": "https://packagist.org/downloads/",
264
        "license": [
265
            "MIT"
266
        ],
267
        "authors": [
268
            {
269
                "name": "Bernhard Schussek",
270
                "email": "bschussek@gmail.com"
271
            }
272
        ],
273
        "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
274
    },
275
    {
276
        "name": "symfony/yaml",
277
        "version": "v3.4.8",
278
        "version_normalized": "3.4.8.0",
279
        "source": {
280
            "type": "git",
281
            "url": "https://github.com/symfony/yaml.git",
282
            "reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0"
283
        },
284
        "dist": {
285
            "type": "zip",
286
            "url": "https://api.github.com/repos/symfony/yaml/zipball/a42f9da85c7c38d59f5e53f076fe81a091f894d0",
287
            "reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0",
288
            "shasum": ""
289
        },
290
        "require": {
291
            "php": "^5.5.9|>=7.0.8"
292
        },
293
        "conflict": {
294
            "symfony/console": "<3.4"
295
        },
296
        "require-dev": {
297
            "symfony/console": "~3.4|~4.0"
298
        },
299
        "suggest": {
300
            "symfony/console": "For validating YAML files using the lint command"
301
        },
302
        "time": "2018-04-03T05:14:20+00:00",
303
        "type": "library",
304
        "extra": {
305
            "branch-alias": {
306
                "dev-master": "3.4-dev"
307
            }
308
        },
309
        "installation-source": "dist",
310
        "autoload": {
311
            "psr-4": {
312
                "Symfony\\Component\\Yaml\\": ""
313
            },
314
            "exclude-from-classmap": [
315
                "/Tests/"
316
            ]
317
        },
318
        "notification-url": "https://packagist.org/downloads/",
319
        "license": [
320
            "MIT"
321
        ],
322
        "authors": [
323
            {
324
                "name": "Fabien Potencier",
325
                "email": "fabien@symfony.com"
326
            },
327
            {
328
                "name": "Symfony Community",
329
                "homepage": "https://symfony.com/contributors"
330
            }
331
        ],
332
        "description": "Symfony Yaml Component",
333
        "homepage": "https://symfony.com"
334
    },
335
    {
336
        "name": "symfony/polyfill-mbstring",
337
        "version": "v1.7.0",
338
        "version_normalized": "1.7.0.0",
339
        "source": {
340
            "type": "git",
341
            "url": "https://github.com/symfony/polyfill-mbstring.git",
342
            "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
343
        },
344
        "dist": {
345
            "type": "zip",
346
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
347
            "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
348
            "shasum": ""
349
        },
350
        "require": {
351
            "php": ">=5.3.3"
352
        },
353
        "suggest": {
354
            "ext-mbstring": "For best performance"
355
        },
356
        "time": "2018-01-30T19:27:44+00:00",
357
        "type": "library",
358
        "extra": {
359
            "branch-alias": {
360
                "dev-master": "1.7-dev"
361
            }
362
        },
363
        "installation-source": "dist",
364
        "autoload": {
365
            "psr-4": {
366
                "Symfony\\Polyfill\\Mbstring\\": ""
367
            },
368
            "files": [
369
                "bootstrap.php"
370
            ]
371
        },
372
        "notification-url": "https://packagist.org/downloads/",
373
        "license": [
374
            "MIT"
375
        ],
376
        "authors": [
377
            {
378
                "name": "Nicolas Grekas",
379
                "email": "p@tchwork.com"
380
            },
381
            {
382
                "name": "Symfony Community",
383
                "homepage": "https://symfony.com/contributors"
384
            }
385
        ],
386
        "description": "Symfony polyfill for the Mbstring extension",
387
        "homepage": "https://symfony.com",
388
        "keywords": [
389
            "compatibility",
390
            "mbstring",
391
            "polyfill",
392
            "portable",
393
            "shim"
394
        ]
395
    },
396
    {
397
        "name": "symfony/var-dumper",
398
        "version": "v3.4.8",
399
        "version_normalized": "3.4.8.0",
400
        "source": {
401
            "type": "git",
402
            "url": "https://github.com/symfony/var-dumper.git",
403
            "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb"
404
        },
405
        "dist": {
406
            "type": "zip",
407
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/951643091b39a6fd40fce56cd16e21e12bef3feb",
408
            "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb",
409
            "shasum": ""
410
        },
411
        "require": {
412
            "php": "^5.5.9|>=7.0.8",
413
            "symfony/polyfill-mbstring": "~1.0"
414
        },
415
        "conflict": {
416
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
417
        },
418
        "require-dev": {
419
            "ext-iconv": "*",
420
            "twig/twig": "~1.34|~2.4"
421
        },
422
        "suggest": {
423
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
424
            "ext-intl": "To show region name in time zone dump",
425
            "ext-symfony_debug": ""
426
        },
427
        "time": "2018-04-03T20:34:11+00:00",
428
        "type": "library",
429
        "extra": {
430
            "branch-alias": {
431
                "dev-master": "3.4-dev"
432
            }
433
        },
434
        "installation-source": "dist",
435
        "autoload": {
436
            "files": [
437
                "Resources/functions/dump.php"
438
            ],
439
            "psr-4": {
440
                "Symfony\\Component\\VarDumper\\": ""
441
            },
442
            "exclude-from-classmap": [
443
                "/Tests/"
444
            ]
445
        },
446
        "notification-url": "https://packagist.org/downloads/",
447
        "license": [
448
            "MIT"
449
        ],
450
        "authors": [
451
            {
452
                "name": "Nicolas Grekas",
453
                "email": "p@tchwork.com"
454
            },
455
            {
456
                "name": "Symfony Community",
457
                "homepage": "https://symfony.com/contributors"
458
            }
459
        ],
460
        "description": "Symfony mechanism for exploring and dumping PHP variables",
461
        "homepage": "https://symfony.com",
462
        "keywords": [
463
            "debug",
464
            "dump"
465
        ]
466
    },
467
    {
468
        "name": "symfony/finder",
469
        "version": "v3.4.8",
470
        "version_normalized": "3.4.8.0",
471
        "source": {
472
            "type": "git",
473
            "url": "https://github.com/symfony/finder.git",
474
            "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433"
475
        },
476
        "dist": {
477
            "type": "zip",
478
            "url": "https://api.github.com/repos/symfony/finder/zipball/bd14efe8b1fabc4de82bf50dce62f05f9a102433",
479
            "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433",
480
            "shasum": ""
481
        },
482
        "require": {
483
            "php": "^5.5.9|>=7.0.8"
484
        },
485
        "time": "2018-04-04T05:07:11+00:00",
486
        "type": "library",
487
        "extra": {
488
            "branch-alias": {
489
                "dev-master": "3.4-dev"
490
            }
491
        },
492
        "installation-source": "dist",
493
        "autoload": {
494
            "psr-4": {
495
                "Symfony\\Component\\Finder\\": ""
496
            },
497
            "exclude-from-classmap": [
498
                "/Tests/"
499
            ]
500
        },
501
        "notification-url": "https://packagist.org/downloads/",
502
        "license": [
503
            "MIT"
504
        ],
505
        "authors": [
506
            {
507
                "name": "Fabien Potencier",
508
                "email": "fabien@symfony.com"
509
            },
510
            {
511
                "name": "Symfony Community",
512
                "homepage": "https://symfony.com/contributors"
513
            }
514
        ],
515
        "description": "Symfony Finder Component",
516
        "homepage": "https://symfony.com"
517
    },
518
    {
519
        "name": "symfony/event-dispatcher",
520
        "version": "v3.4.8",
521
        "version_normalized": "3.4.8.0",
522
        "source": {
523
            "type": "git",
524
            "url": "https://github.com/symfony/event-dispatcher.git",
525
            "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
526
        },
527
        "dist": {
528
            "type": "zip",
529
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
530
            "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
531
            "shasum": ""
532
        },
533
        "require": {
534
            "php": "^5.5.9|>=7.0.8"
535
        },
536
        "conflict": {
537
            "symfony/dependency-injection": "<3.3"
538
        },
539
        "require-dev": {
540
            "psr/log": "~1.0",
541
            "symfony/config": "~2.8|~3.0|~4.0",
542
            "symfony/dependency-injection": "~3.3|~4.0",
543
            "symfony/expression-language": "~2.8|~3.0|~4.0",
544
            "symfony/stopwatch": "~2.8|~3.0|~4.0"
545
        },
546
        "suggest": {
547
            "symfony/dependency-injection": "",
548
            "symfony/http-kernel": ""
549
        },
550
        "time": "2018-04-06T07:35:25+00:00",
551
        "type": "library",
552
        "extra": {
553
            "branch-alias": {
554
                "dev-master": "3.4-dev"
555
            }
556
        },
557
        "installation-source": "dist",
558
        "autoload": {
559
            "psr-4": {
560
                "Symfony\\Component\\EventDispatcher\\": ""
561
            },
562
            "exclude-from-classmap": [
563
                "/Tests/"
564
            ]
565
        },
566
        "notification-url": "https://packagist.org/downloads/",
567
        "license": [
568
            "MIT"
569
        ],
570
        "authors": [
571
            {
572
                "name": "Fabien Potencier",
573
                "email": "fabien@symfony.com"
574
            },
575
            {
576
                "name": "Symfony Community",
577
                "homepage": "https://symfony.com/contributors"
578
            }
579
        ],
580
        "description": "Symfony EventDispatcher Component",
581
        "homepage": "https://symfony.com"
582
    },
583
    {
584
        "name": "psr/log",
585
        "version": "1.0.2",
586
        "version_normalized": "1.0.2.0",
587
        "source": {
588
            "type": "git",
589
            "url": "https://github.com/php-fig/log.git",
590
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
591
        },
592
        "dist": {
593
            "type": "zip",
594
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
595
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
596
            "shasum": ""
597
        },
598
        "require": {
599
            "php": ">=5.3.0"
600
        },
601
        "time": "2016-10-10T12:19:37+00:00",
602
        "type": "library",
603
        "extra": {
604
            "branch-alias": {
605
                "dev-master": "1.0.x-dev"
606
            }
607
        },
608
        "installation-source": "dist",
609
        "autoload": {
610
            "psr-4": {
611
                "Psr\\Log\\": "Psr/Log/"
612
            }
613
        },
614
        "notification-url": "https://packagist.org/downloads/",
615
        "license": [
616
            "MIT"
617
        ],
618
        "authors": [
619
            {
620
                "name": "PHP-FIG",
621
                "homepage": "http://www.php-fig.org/"
622
            }
623
        ],
624
        "description": "Common interface for logging libraries",
625
        "homepage": "https://github.com/php-fig/log",
626
        "keywords": [
627
            "log",
628
            "psr",
629
            "psr-3"
630
        ]
631
    },
632
    {
633
        "name": "symfony/debug",
634
        "version": "v3.4.8",
635
        "version_normalized": "3.4.8.0",
636
        "source": {
637
            "type": "git",
638
            "url": "https://github.com/symfony/debug.git",
639
            "reference": "9cf7c2271cfb89ef9727db1b740ca77be57bf9d7"
640
        },
641
        "dist": {
642
            "type": "zip",
643
            "url": "https://api.github.com/repos/symfony/debug/zipball/9cf7c2271cfb89ef9727db1b740ca77be57bf9d7",
644
            "reference": "9cf7c2271cfb89ef9727db1b740ca77be57bf9d7",
645
            "shasum": ""
646
        },
647
        "require": {
648
            "php": "^5.5.9|>=7.0.8",
649
            "psr/log": "~1.0"
650
        },
651
        "conflict": {
652
            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
653
        },
654
        "require-dev": {
655
            "symfony/http-kernel": "~2.8|~3.0|~4.0"
656
        },
657
        "time": "2018-04-03T05:22:50+00:00",
658
        "type": "library",
659
        "extra": {
660
            "branch-alias": {
661
                "dev-master": "3.4-dev"
662
            }
663
        },
664
        "installation-source": "dist",
665
        "autoload": {
666
            "psr-4": {
667
                "Symfony\\Component\\Debug\\": ""
668
            },
669
            "exclude-from-classmap": [
670
                "/Tests/"
671
            ]
672
        },
673
        "notification-url": "https://packagist.org/downloads/",
674
        "license": [
675
            "MIT"
676
        ],
677
        "authors": [
678
            {
679
                "name": "Fabien Potencier",
680
                "email": "fabien@symfony.com"
681
            },
682
            {
683
                "name": "Symfony Community",
684
                "homepage": "https://symfony.com/contributors"
685
            }
686
        ],
687
        "description": "Symfony Debug Component",
688
        "homepage": "https://symfony.com"
689
    },
690
    {
691
        "name": "symfony/console",
692
        "version": "v3.4.8",
693
        "version_normalized": "3.4.8.0",
694
        "source": {
695
            "type": "git",
696
            "url": "https://github.com/symfony/console.git",
697
            "reference": "d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf"
698
        },
699
        "dist": {
700
            "type": "zip",
701
            "url": "https://api.github.com/repos/symfony/console/zipball/d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf",
702
            "reference": "d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf",
703
            "shasum": ""
704
        },
705
        "require": {
706
            "php": "^5.5.9|>=7.0.8",
707
            "symfony/debug": "~2.8|~3.0|~4.0",
708
            "symfony/polyfill-mbstring": "~1.0"
709
        },
710
        "conflict": {
711
            "symfony/dependency-injection": "<3.4",
712
            "symfony/process": "<3.3"
713
        },
714
        "require-dev": {
715
            "psr/log": "~1.0",
716
            "symfony/config": "~3.3|~4.0",
717
            "symfony/dependency-injection": "~3.4|~4.0",
718
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
719
            "symfony/lock": "~3.4|~4.0",
720
            "symfony/process": "~3.3|~4.0"
721
        },
722
        "suggest": {
723
            "psr/log": "For using the console logger",
724
            "symfony/event-dispatcher": "",
725
            "symfony/lock": "",
726
            "symfony/process": ""
727
        },
728
        "time": "2018-04-03T05:22:50+00:00",
729
        "type": "library",
730
        "extra": {
731
            "branch-alias": {
732
                "dev-master": "3.4-dev"
733
            }
734
        },
735
        "installation-source": "dist",
736
        "autoload": {
737
            "psr-4": {
738
                "Symfony\\Component\\Console\\": ""
739
            },
740
            "exclude-from-classmap": [
741
                "/Tests/"
742
            ]
743
        },
744
        "notification-url": "https://packagist.org/downloads/",
745
        "license": [
746
            "MIT"
747
        ],
748
        "authors": [
749
            {
750
                "name": "Fabien Potencier",
751
                "email": "fabien@symfony.com"
752
            },
753
            {
754
                "name": "Symfony Community",
755
                "homepage": "https://symfony.com/contributors"
756
            }
757
        ],
758
        "description": "Symfony Console Component",
759
        "homepage": "https://symfony.com"
760
    },
761
    {
762
        "name": "jakub-onderka/php-console-color",
763
        "version": "0.1",
764
        "version_normalized": "0.1.0.0",
765
        "source": {
766
            "type": "git",
767
            "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
768
            "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
769
        },
770
        "dist": {
771
            "type": "zip",
772
            "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
773
            "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
774
            "shasum": ""
775
        },
776
        "require": {
777
            "php": ">=5.3.2"
778
        },
779
        "require-dev": {
780
            "jakub-onderka/php-code-style": "1.0",
781
            "jakub-onderka/php-parallel-lint": "0.*",
782
            "jakub-onderka/php-var-dump-check": "0.*",
783
            "phpunit/phpunit": "3.7.*",
784
            "squizlabs/php_codesniffer": "1.*"
785
        },
786
        "time": "2014-04-08T15:00:19+00:00",
787
        "type": "library",
788
        "installation-source": "dist",
789
        "autoload": {
790
            "psr-0": {
791
                "JakubOnderka\\PhpConsoleColor": "src/"
792
            }
793
        },
794
        "notification-url": "https://packagist.org/downloads/",
795
        "license": [
796
            "BSD-2-Clause"
797
        ],
798
        "authors": [
799
            {
800
                "name": "Jakub Onderka",
801
                "email": "jakub.onderka@gmail.com",
802
                "homepage": "http://www.acci.cz"
803
            }
804
        ]
805
    },
806
    {
807
        "name": "jakub-onderka/php-console-highlighter",
808
        "version": "v0.3.2",
809
        "version_normalized": "0.3.2.0",
810
        "source": {
811
            "type": "git",
812
            "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
813
            "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
814
        },
815
        "dist": {
816
            "type": "zip",
817
            "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
818
            "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
819
            "shasum": ""
820
        },
821
        "require": {
822
            "jakub-onderka/php-console-color": "~0.1",
823
            "php": ">=5.3.0"
824
        },
825
        "require-dev": {
826
            "jakub-onderka/php-code-style": "~1.0",
827
            "jakub-onderka/php-parallel-lint": "~0.5",
828
            "jakub-onderka/php-var-dump-check": "~0.1",
829
            "phpunit/phpunit": "~4.0",
830
            "squizlabs/php_codesniffer": "~1.5"
831
        },
832
        "time": "2015-04-20T18:58:01+00:00",
833
        "type": "library",
834
        "installation-source": "dist",
835
        "autoload": {
836
            "psr-0": {
837
                "JakubOnderka\\PhpConsoleHighlighter": "src/"
838
            }
839
        },
840
        "notification-url": "https://packagist.org/downloads/",
841
        "license": [
842
            "MIT"
843
        ],
844
        "authors": [
845
            {
846
                "name": "Jakub Onderka",
847
                "email": "acci@acci.cz",
848
                "homepage": "http://www.acci.cz/"
849
            }
850
        ]
851
    },
852
    {
853
        "name": "dnoegel/php-xdg-base-dir",
854
        "version": "0.1",
855
        "version_normalized": "0.1.0.0",
856
        "source": {
857
            "type": "git",
858
            "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
859
            "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
860
        },
861
        "dist": {
862
            "type": "zip",
863
            "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
864
            "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
865
            "shasum": ""
866
        },
867
        "require": {
868
            "php": ">=5.3.2"
869
        },
870
        "require-dev": {
871
            "phpunit/phpunit": "@stable"
872
        },
873
        "time": "2014-10-24T07:27:01+00:00",
874
        "type": "project",
875
        "installation-source": "dist",
876
        "autoload": {
877
            "psr-4": {
878
                "XdgBaseDir\\": "src/"
879
            }
880
        },
881
        "notification-url": "https://packagist.org/downloads/",
882
        "license": [
883
            "MIT"
884
        ],
885
        "description": "implementation of xdg base directory specification for php"
886
    },
887
    {
888
        "name": "nikic/php-parser",
889
        "version": "v4.0.1",
890
        "version_normalized": "4.0.1.0",
891
        "source": {
892
            "type": "git",
893
            "url": "https://github.com/nikic/PHP-Parser.git",
894
            "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3"
895
        },
896
        "dist": {
897
            "type": "zip",
898
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
899
            "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
900
            "shasum": ""
901
        },
902
        "require": {
903
            "ext-tokenizer": "*",
904
            "php": ">=7.0"
905
        },
906
        "require-dev": {
907
            "phpunit/phpunit": "^6.5 || ^7.0"
908
        },
909
        "time": "2018-03-25T17:35:16+00:00",
910
        "bin": [
911
            "bin/php-parse"
912
        ],
913
        "type": "library",
914
        "extra": {
915
            "branch-alias": {
916
                "dev-master": "4.0-dev"
917
            }
918
        },
919
        "installation-source": "dist",
920
        "autoload": {
921
            "psr-4": {
922
                "PhpParser\\": "lib/PhpParser"
923
            }
924
        },
925
        "notification-url": "https://packagist.org/downloads/",
926
        "license": [
927
            "BSD-3-Clause"
928
        ],
929
        "authors": [
930
            {
931
                "name": "Nikita Popov"
932
            }
933
        ],
934
        "description": "A PHP parser written in PHP",
935
        "keywords": [
936
            "parser",
937
            "php"
938
        ]
939
    },
940
    {
941
        "name": "psy/psysh",
942
        "version": "v0.9.3",
943
        "version_normalized": "0.9.3.0",
944
        "source": {
945
            "type": "git",
946
            "url": "https://github.com/bobthecow/psysh.git",
947
            "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4"
948
        },
949
        "dist": {
950
            "type": "zip",
951
            "url": "https://api.github.com/repos/bobthecow/psysh/zipball/79c280013cf0b30fa23f3ba8bd3649218075adf4",
952
            "reference": "79c280013cf0b30fa23f3ba8bd3649218075adf4",
953
            "shasum": ""
954
        },
955
        "require": {
956
            "dnoegel/php-xdg-base-dir": "0.1",
957
            "jakub-onderka/php-console-highlighter": "0.3.*",
958
            "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
959
            "php": ">=5.4.0",
960
            "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
961
            "symfony/var-dumper": "~2.7|~3.0|~4.0"
962
        },
963
        "require-dev": {
964
            "hoa/console": "~2.15|~3.16",
965
            "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0",
966
            "symfony/finder": "~2.1|~3.0|~4.0"
967
        },
968
        "suggest": {
969
            "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
970
            "ext-pdo-sqlite": "The doc command requires SQLite to work.",
971
            "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
972
            "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
973
            "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
974
        },
975
        "time": "2018-04-18T12:32:50+00:00",
976
        "bin": [
977
            "bin/psysh"
978
        ],
979
        "type": "library",
980
        "extra": {
981
            "branch-alias": {
982
                "dev-develop": "0.9.x-dev"
983
            }
984
        },
985
        "installation-source": "dist",
986
        "autoload": {
987
            "files": [
988
                "src/functions.php"
989
            ],
990
            "psr-4": {
991
                "Psy\\": "src/"
992
            }
993
        },
994
        "notification-url": "https://packagist.org/downloads/",
995
        "license": [
996
            "MIT"
997
        ],
998
        "authors": [
999
            {
1000
                "name": "Justin Hileman",
1001
                "email": "justin@justinhileman.info",
1002
                "homepage": "http://justinhileman.com"
1003
            }
1004
        ],
1005
        "description": "An interactive shell for modern PHP.",
1006
        "homepage": "http://psysh.org",
1007
        "keywords": [
1008
            "REPL",
1009
            "console",
1010
            "interactive",
1011
            "shell"
1012
        ]
1013
    },
1014
    {
1015
        "name": "pear/console_table",
1016
        "version": "v1.3.1",
1017
        "version_normalized": "1.3.1.0",
1018
        "source": {
1019
            "type": "git",
1020
            "url": "https://github.com/pear/Console_Table.git",
1021
            "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
1022
        },
1023
        "dist": {
1024
            "type": "zip",
1025
            "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
1026
            "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
1027
            "shasum": ""
1028
        },
1029
        "require": {
1030
            "php": ">=5.2.0"
1031
        },
1032
        "suggest": {
1033
            "pear/Console_Color2": ">=0.1.2"
1034
        },
1035
        "time": "2018-01-25T20:47:17+00:00",
1036
        "type": "library",
1037
        "installation-source": "dist",
1038
        "autoload": {
1039
            "classmap": [
1040
                "Table.php"
1041
            ]
1042
        },
1043
        "notification-url": "https://packagist.org/downloads/",
1044
        "license": [
1045
            "BSD-2-Clause"
1046
        ],
1047
        "authors": [
1048
            {
1049
                "name": "Jan Schneider",
1050
                "homepage": "http://pear.php.net/user/yunosh"
1051
            },
1052
            {
1053
                "name": "Tal Peer",
1054
                "homepage": "http://pear.php.net/user/tal"
1055
            },
1056
            {
1057
                "name": "Xavier Noguer",
1058
                "homepage": "http://pear.php.net/user/xnoguer"
1059
            },
1060
            {
1061
                "name": "Richard Heyes",
1062
                "homepage": "http://pear.php.net/user/richard"
1063
            }
1064
        ],
1065
        "description": "Library that makes it easy to build console style tables.",
1066
        "homepage": "http://pear.php.net/package/Console_Table/",
1067
        "keywords": [
1068
            "console"
1069
        ]
1070
    },
1071
    {
1072
        "name": "consolidation/output-formatters",
1073
        "version": "3.2.0",
1074
        "version_normalized": "3.2.0.0",
1075
        "source": {
1076
            "type": "git",
1077
            "url": "https://github.com/consolidation/output-formatters.git",
1078
            "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9"
1079
        },
1080
        "dist": {
1081
            "type": "zip",
1082
            "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/da889e4bce19f145ca4ec5b1725a946f4eb625a9",
1083
            "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9",
1084
            "shasum": ""
1085
        },
1086
        "require": {
1087
            "php": ">=5.4.0",
1088
            "symfony/console": "^2.8|^3|^4",
1089
            "symfony/finder": "^2.5|^3|^4"
1090
        },
1091
        "require-dev": {
1092
            "g-1-a/composer-test-scenarios": "^2",
1093
            "phpunit/phpunit": "^5.7.27",
1094
            "satooshi/php-coveralls": "^2",
1095
            "squizlabs/php_codesniffer": "^2.7",
1096
            "symfony/console": "3.2.3",
1097
            "symfony/var-dumper": "^2.8|^3|^4",
1098
            "victorjonsson/markdowndocs": "^1.3"
1099
        },
1100
        "suggest": {
1101
            "symfony/var-dumper": "For using the var_dump formatter"
1102
        },
1103
        "time": "2018-03-20T15:18:32+00:00",
1104
        "type": "library",
1105
        "extra": {
1106
            "branch-alias": {
1107
                "dev-master": "3.x-dev"
1108
            }
1109
        },
1110
        "installation-source": "dist",
1111
        "autoload": {
1112
            "psr-4": {
1113
                "Consolidation\\OutputFormatters\\": "src"
1114
            }
1115
        },
1116
        "notification-url": "https://packagist.org/downloads/",
1117
        "license": [
1118
            "MIT"
1119
        ],
1120
        "authors": [
1121
            {
1122
                "name": "Greg Anderson",
1123
                "email": "greg.1.anderson@greenknowe.org"
1124
            }
1125
        ],
1126
        "description": "Format text by applying transformations provided by plug-in formatters."
1127
    },
1128
    {
1129
        "name": "consolidation/annotated-command",
1130
        "version": "2.8.3",
1131
        "version_normalized": "2.8.3.0",
1132
        "source": {
1133
            "type": "git",
1134
            "url": "https://github.com/consolidation/annotated-command.git",
1135
            "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437"
1136
        },
1137
        "dist": {
1138
            "type": "zip",
1139
            "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
1140
            "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
1141
            "shasum": ""
1142
        },
1143
        "require": {
1144
            "consolidation/output-formatters": "^3.1.12",
1145
            "php": ">=5.4.0",
1146
            "psr/log": "^1",
1147
            "symfony/console": "^2.8|^3|^4",
1148
            "symfony/event-dispatcher": "^2.5|^3|^4",
1149
            "symfony/finder": "^2.5|^3|^4"
1150
        },
1151
        "require-dev": {
1152
            "greg-1-anderson/composer-test-scenarios": "^1",
1153
            "phpunit/phpunit": "^4.8",
1154
            "satooshi/php-coveralls": "^1.0.2 | dev-master",
1155
            "squizlabs/php_codesniffer": "^2.7"
1156
        },
1157
        "time": "2018-02-23T16:32:04+00:00",
1158
        "type": "library",
1159
        "extra": {
1160
            "branch-alias": {
1161
                "dev-master": "2.x-dev"
1162
            }
1163
        },
1164
        "installation-source": "dist",
1165
        "autoload": {
1166
            "psr-4": {
1167
                "Consolidation\\AnnotatedCommand\\": "src"
1168
            }
1169
        },
1170
        "notification-url": "https://packagist.org/downloads/",
1171
        "license": [
1172
            "MIT"
1173
        ],
1174
        "authors": [
1175
            {
1176
                "name": "Greg Anderson",
1177
                "email": "greg.1.anderson@greenknowe.org"
1178
            }
1179
        ],
1180
        "description": "Initialize Symfony Console commands from annotated command class methods."
1181
    },
1182
    {
1183
        "name": "drush/drush",
1184
        "version": "8.1.16",
1185
        "version_normalized": "8.1.16.0",
1186
        "source": {
1187
            "type": "git",
1188
            "url": "https://github.com/drush-ops/drush.git",
1189
            "reference": "bbaff2dc725a5f3eb22006c5de3dc92a2de54b08"
1190
        },
1191
        "dist": {
1192
            "type": "zip",
1193
            "url": "https://api.github.com/repos/drush-ops/drush/zipball/bbaff2dc725a5f3eb22006c5de3dc92a2de54b08",
1194
            "reference": "bbaff2dc725a5f3eb22006c5de3dc92a2de54b08",
1195
            "shasum": ""
1196
        },
1197
        "require": {
1198
            "consolidation/annotated-command": "^2.8.1",
1199
            "consolidation/output-formatters": "~3",
1200
            "pear/console_table": "~1.3.1",
1201
            "php": ">=5.4.5",
1202
            "psr/log": "~1.0",
1203
            "psy/psysh": "~0.6",
1204
            "symfony/console": "~2.7|^3",
1205
            "symfony/event-dispatcher": "~2.7|^3",
1206
            "symfony/finder": "~2.7|^3",
1207
            "symfony/var-dumper": "~2.7|^3",
1208
            "symfony/yaml": "~2.3|^3",
1209
            "webmozart/path-util": "~2"
1210
        },
1211
        "require-dev": {
1212
            "phpunit/phpunit": "4.*",
1213
            "symfony/console": "~2.7",
1214
            "symfony/event-dispatcher": "~2.7",
1215
            "symfony/finder": "~2.7",
1216
            "symfony/process": "2.7.*",
1217
            "symfony/var-dumper": "~2.7",
1218
            "symfony/yaml": "~2.3"
1219
        },
1220
        "suggest": {
1221
            "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
1222
            "ext-pcntl": "*"
1223
        },
1224
        "time": "2018-02-06T21:18:48+00:00",
1225
        "bin": [
1226
            "drush",
1227
            "drush.launcher",
1228
            "drush.php",
1229
            "drush.complete.sh"
1230
        ],
1231
        "type": "library",
1232
        "extra": {
1233
            "branch-alias": {
1234
                "dev-master": "8.0.x-dev"
1235
            }
1236
        },
1237
        "installation-source": "dist",
1238
        "autoload": {
1239
            "psr-0": {
1240
                "Drush": "lib/",
1241
                "Consolidation": "lib/"
1242
            }
1243
        },
1244
        "notification-url": "https://packagist.org/downloads/",
1245
        "license": [
1246
            "GPL-2.0-or-later"
1247
        ],
1248
        "authors": [
1249
            {
1250
                "name": "Moshe Weitzman",
1251
                "email": "weitzman@tejasa.com"
1252
            },
1253
            {
1254
                "name": "Owen Barton",
1255
                "email": "drupal@owenbarton.com"
1256
            },
1257
            {
1258
                "name": "Mark Sonnabaum",
1259
                "email": "marksonnabaum@gmail.com"
1260
            },
1261
            {
1262
                "name": "Antoine Beaupré",
1263
                "email": "anarcat@koumbit.org"
1264
            },
1265
            {
1266
                "name": "Greg Anderson",
1267
                "email": "greg.1.anderson@greenknowe.org"
1268
            },
1269
            {
1270
                "name": "Jonathan Araña Cruz",
1271
                "email": "jonhattan@faita.net"
1272
            },
1273
            {
1274
                "name": "Jonathan Hedstrom",
1275
                "email": "jhedstrom@gmail.com"
1276
            },
1277
            {
1278
                "name": "Christopher Gervais",
1279
                "email": "chris@ergonlogic.com"
1280
            },
1281
            {
1282
                "name": "Dave Reid",
1283
                "email": "dave@davereid.net"
1284
            },
1285
            {
1286
                "name": "Damian Lee",
1287
                "email": "damiankloip@googlemail.com"
1288
            }
1289
        ],
1290
        "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
1291
        "homepage": "http://www.drush.org"
1292
    },
1293
    {
1294
        "name": "zendframework/zend-stdlib",
1295
        "version": "3.1.1",
1296
        "version_normalized": "3.1.1.0",
1297
        "source": {
1298
            "type": "git",
1299
            "url": "https://github.com/zendframework/zend-stdlib.git",
1300
            "reference": "10ef03144902d1955f935fff5346ed52f7d99bcc"
1301
        },
1302
        "dist": {
1303
            "type": "zip",
1304
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/10ef03144902d1955f935fff5346ed52f7d99bcc",
1305
            "reference": "10ef03144902d1955f935fff5346ed52f7d99bcc",
1306
            "shasum": ""
1307
        },
1308
        "require": {
1309
            "php": "^5.6 || ^7.0"
1310
        },
1311
        "require-dev": {
1312
            "athletic/athletic": "~0.1",
1313
            "phpunit/phpunit": "~4.0",
1314
            "zendframework/zend-coding-standard": "~1.0.0"
1315
        },
1316
        "time": "2018-04-12T16:05:42+00:00",
1317
        "type": "library",
1318
        "extra": {
1319
            "branch-alias": {
1320
                "dev-master": "3.1-dev",
1321
                "dev-develop": "3.2-dev"
1322
            }
1323
        },
1324
        "installation-source": "dist",
1325
        "autoload": {
1326
            "psr-4": {
1327
                "Zend\\Stdlib\\": "src/"
1328
            }
1329
        },
1330
        "notification-url": "https://packagist.org/downloads/",
1331
        "license": [
1332
            "BSD-3-Clause"
1333
        ],
1334
        "homepage": "https://github.com/zendframework/zend-stdlib",
1335
        "keywords": [
1336
            "stdlib",
1337
            "zf2"
1338
        ]
1339
    },
1340
    {
1341
        "name": "zendframework/zend-feed",
1342
        "version": "2.9.0",
1343
        "version_normalized": "2.9.0.0",
1344
        "source": {
1345
            "type": "git",
1346
            "url": "https://github.com/zendframework/zend-feed.git",
1347
            "reference": "abe88686124d492e0a2a84656f15e5482bfbe030"
1348
        },
1349
        "dist": {
1350
            "type": "zip",
1351
            "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/abe88686124d492e0a2a84656f15e5482bfbe030",
1352
            "reference": "abe88686124d492e0a2a84656f15e5482bfbe030",
1353
            "shasum": ""
1354
        },
1355
        "require": {
1356
            "php": "^5.6 || ^7.0",
1357
            "zendframework/zend-escaper": "^2.5.2",
1358
            "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
1359
        },
1360
        "require-dev": {
1361
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
1362
            "psr/http-message": "^1.0.1",
1363
            "zendframework/zend-cache": "^2.7.2",
1364
            "zendframework/zend-coding-standard": "~1.0.0",
1365
            "zendframework/zend-db": "^2.8.2",
1366
            "zendframework/zend-http": "^2.7",
1367
            "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
1368
            "zendframework/zend-validator": "^2.10.1"
1369
        },
1370
        "suggest": {
1371
            "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
1372
            "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
1373
            "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
1374
            "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
1375
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
1376
            "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
1377
        },
1378
        "time": "2017-12-04T17:59:38+00:00",
1379
        "type": "library",
1380
        "extra": {
1381
            "branch-alias": {
1382
                "dev-master": "2.9-dev",
1383
                "dev-develop": "2.10-dev"
1384
            }
1385
        },
1386
        "installation-source": "dist",
1387
        "autoload": {
1388
            "psr-4": {
1389
                "Zend\\Feed\\": "src/"
1390
            }
1391
        },
1392
        "notification-url": "https://packagist.org/downloads/",
1393
        "license": [
1394
            "BSD-3-Clause"
1395
        ],
1396
        "description": "provides functionality for consuming RSS and Atom feeds",
1397
        "keywords": [
1398
            "ZendFramework",
1399
            "feed",
1400
            "zf"
1401
        ]
1402
    },
1403
    {
1404
        "name": "psr/http-message",
1405
        "version": "1.0.1",
1406
        "version_normalized": "1.0.1.0",
1407
        "source": {
1408
            "type": "git",
1409
            "url": "https://github.com/php-fig/http-message.git",
1410
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1411
        },
1412
        "dist": {
1413
            "type": "zip",
1414
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1415
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1416
            "shasum": ""
1417
        },
1418
        "require": {
1419
            "php": ">=5.3.0"
1420
        },
1421
        "time": "2016-08-06T14:39:51+00:00",
1422
        "type": "library",
1423
        "extra": {
1424
            "branch-alias": {
1425
                "dev-master": "1.0.x-dev"
1426
            }
1427
        },
1428
        "installation-source": "dist",
1429
        "autoload": {
1430
            "psr-4": {
1431
                "Psr\\Http\\Message\\": "src/"
1432
            }
1433
        },
1434
        "notification-url": "https://packagist.org/downloads/",
1435
        "license": [
1436
            "MIT"
1437
        ],
1438
        "authors": [
1439
            {
1440
                "name": "PHP-FIG",
1441
                "homepage": "http://www.php-fig.org/"
1442
            }
1443
        ],
1444
        "description": "Common interface for HTTP messages",
1445
        "homepage": "https://github.com/php-fig/http-message",
1446
        "keywords": [
1447
            "http",
1448
            "http-message",
1449
            "psr",
1450
            "psr-7",
1451
            "request",
1452
            "response"
1453
        ]
1454
    },
1455
    {
1456
        "name": "zendframework/zend-diactoros",
1457
        "version": "1.7.1",
1458
        "version_normalized": "1.7.1.0",
1459
        "source": {
1460
            "type": "git",
1461
            "url": "https://github.com/zendframework/zend-diactoros.git",
1462
            "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
1463
        },
1464
        "dist": {
1465
            "type": "zip",
1466
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1467
            "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
1468
            "shasum": ""
1469
        },
1470
        "require": {
1471
            "php": "^5.6 || ^7.0",
1472
            "psr/http-message": "^1.0"
1473
        },
1474
        "provide": {
1475
            "psr/http-message-implementation": "1.0"
1476
        },
1477
        "require-dev": {
1478
            "ext-dom": "*",
1479
            "ext-libxml": "*",
1480
            "phpunit/phpunit": "^5.7.16 || ^6.0.8",
1481
            "zendframework/zend-coding-standard": "~1.0"
1482
        },
1483
        "time": "2018-02-26T15:44:50+00:00",
1484
        "type": "library",
1485
        "extra": {
1486
            "branch-alias": {
1487
                "dev-master": "1.7.x-dev",
1488
                "dev-develop": "1.8.x-dev"
1489
            }
1490
        },
1491
        "installation-source": "dist",
1492
        "autoload": {
1493
            "psr-4": {
1494
                "Zend\\Diactoros\\": "src/"
1495
            }
1496
        },
1497
        "notification-url": "https://packagist.org/downloads/",
1498
        "license": [
1499
            "BSD-2-Clause"
1500
        ],
1501
        "description": "PSR HTTP Message implementations",
1502
        "homepage": "https://github.com/zendframework/zend-diactoros",
1503
        "keywords": [
1504
            "http",
1505
            "psr",
1506
            "psr-7"
1507
        ]
1508
    },
1509
    {
1510
        "name": "twig/twig",
1511
        "version": "v1.35.3",
1512
        "version_normalized": "1.35.3.0",
1513
        "source": {
1514
            "type": "git",
1515
            "url": "https://github.com/twigphp/Twig.git",
1516
            "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
1517
        },
1518
        "dist": {
1519
            "type": "zip",
1520
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
1521
            "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
1522
            "shasum": ""
1523
        },
1524
        "require": {
1525
            "php": ">=5.3.3"
1526
        },
1527
        "require-dev": {
1528
            "psr/container": "^1.0",
1529
            "symfony/debug": "^2.7",
1530
            "symfony/phpunit-bridge": "^3.3"
1531
        },
1532
        "time": "2018-03-20T04:25:58+00:00",
1533
        "type": "library",
1534
        "extra": {
1535
            "branch-alias": {
1536
                "dev-master": "1.35-dev"
1537
            }
1538
        },
1539
        "installation-source": "dist",
1540
        "autoload": {
1541
            "psr-0": {
1542
                "Twig_": "lib/"
1543
            },
1544
            "psr-4": {
1545
                "Twig\\": "src/"
1546
            }
1547
        },
1548
        "notification-url": "https://packagist.org/downloads/",
1549
        "license": [
1550
            "BSD-3-Clause"
1551
        ],
1552
        "authors": [
1553
            {
1554
                "name": "Fabien Potencier",
1555
                "email": "fabien@symfony.com",
1556
                "homepage": "http://fabien.potencier.org",
1557
                "role": "Lead Developer"
1558
            },
1559
            {
1560
                "name": "Armin Ronacher",
1561
                "email": "armin.ronacher@active-4.com",
1562
                "role": "Project Founder"
1563
            },
1564
            {
1565
                "name": "Twig Team",
1566
                "homepage": "http://twig.sensiolabs.org/contributors",
1567
                "role": "Contributors"
1568
            }
1569
        ],
1570
        "description": "Twig, the flexible, fast, and secure template language for PHP",
1571
        "homepage": "http://twig.sensiolabs.org",
1572
        "keywords": [
1573
            "templating"
1574
        ]
1575
    },
1576
    {
1577
        "name": "symfony/translation",
1578
        "version": "v3.4.8",
1579
        "version_normalized": "3.4.8.0",
1580
        "source": {
1581
            "type": "git",
1582
            "url": "https://github.com/symfony/translation.git",
1583
            "reference": "80e19eaf12cbb546ac40384e5c55c36306823e57"
1584
        },
1585
        "dist": {
1586
            "type": "zip",
1587
            "url": "https://api.github.com/repos/symfony/translation/zipball/80e19eaf12cbb546ac40384e5c55c36306823e57",
1588
            "reference": "80e19eaf12cbb546ac40384e5c55c36306823e57",
1589
            "shasum": ""
1590
        },
1591
        "require": {
1592
            "php": "^5.5.9|>=7.0.8",
1593
            "symfony/polyfill-mbstring": "~1.0"
1594
        },
1595
        "conflict": {
1596
            "symfony/config": "<2.8",
1597
            "symfony/dependency-injection": "<3.4",
1598
            "symfony/yaml": "<3.4"
1599
        },
1600
        "require-dev": {
1601
            "psr/log": "~1.0",
1602
            "symfony/config": "~2.8|~3.0|~4.0",
1603
            "symfony/dependency-injection": "~3.4|~4.0",
1604
            "symfony/finder": "~2.8|~3.0|~4.0",
1605
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
1606
            "symfony/yaml": "~3.4|~4.0"
1607
        },
1608
        "suggest": {
1609
            "psr/log": "To use logging capability in translator",
1610
            "symfony/config": "",
1611
            "symfony/yaml": ""
1612
        },
1613
        "time": "2018-02-22T06:28:18+00:00",
1614
        "type": "library",
1615
        "extra": {
1616
            "branch-alias": {
1617
                "dev-master": "3.4-dev"
1618
            }
1619
        },
1620
        "installation-source": "dist",
1621
        "autoload": {
1622
            "psr-4": {
1623
                "Symfony\\Component\\Translation\\": ""
1624
            },
1625
            "exclude-from-classmap": [
1626
                "/Tests/"
1627
            ]
1628
        },
1629
        "notification-url": "https://packagist.org/downloads/",
1630
        "license": [
1631
            "MIT"
1632
        ],
1633
        "authors": [
1634
            {
1635
                "name": "Fabien Potencier",
1636
                "email": "fabien@symfony.com"
1637
            },
1638
            {
1639
                "name": "Symfony Community",
1640
                "homepage": "https://symfony.com/contributors"
1641
            }
1642
        ],
1643
        "description": "Symfony Translation Component",
1644
        "homepage": "https://symfony.com"
1645
    },
1646
    {
1647
        "name": "symfony/validator",
1648
        "version": "v3.4.8",
1649
        "version_normalized": "3.4.8.0",
1650
        "source": {
1651
            "type": "git",
1652
            "url": "https://github.com/symfony/validator.git",
1653
            "reference": "6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7"
1654
        },
1655
        "dist": {
1656
            "type": "zip",
1657
            "url": "https://api.github.com/repos/symfony/validator/zipball/6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7",
1658
            "reference": "6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7",
1659
            "shasum": ""
1660
        },
1661
        "require": {
1662
            "php": "^5.5.9|>=7.0.8",
1663
            "symfony/polyfill-mbstring": "~1.0",
1664
            "symfony/translation": "~2.8|~3.0|~4.0"
1665
        },
1666
        "conflict": {
1667
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1668
            "symfony/dependency-injection": "<3.3",
1669
            "symfony/http-kernel": "<3.3.5",
1670
            "symfony/yaml": "<3.4"
1671
        },
1672
        "require-dev": {
1673
            "doctrine/annotations": "~1.0",
1674
            "doctrine/cache": "~1.0",
1675
            "egulias/email-validator": "^1.2.8|~2.0",
1676
            "symfony/cache": "~3.1|~4.0",
1677
            "symfony/config": "~2.8|~3.0|~4.0",
1678
            "symfony/dependency-injection": "~3.3|~4.0",
1679
            "symfony/expression-language": "~2.8|~3.0|~4.0",
1680
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
1681
            "symfony/http-kernel": "^3.3.5|~4.0",
1682
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
1683
            "symfony/property-access": "~2.8|~3.0|~4.0",
1684
            "symfony/var-dumper": "~3.3|~4.0",
1685
            "symfony/yaml": "~3.4|~4.0"
1686
        },
1687
        "suggest": {
1688
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
1689
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
1690
            "egulias/email-validator": "Strict (RFC compliant) email validation",
1691
            "psr/cache-implementation": "For using the metadata cache.",
1692
            "symfony/config": "",
1693
            "symfony/expression-language": "For using the Expression validator",
1694
            "symfony/http-foundation": "",
1695
            "symfony/intl": "",
1696
            "symfony/property-access": "For accessing properties within comparison constraints",
1697
            "symfony/yaml": ""
1698
        },
1699
        "time": "2018-04-06T07:35:25+00:00",
1700
        "type": "library",
1701
        "extra": {
1702
            "branch-alias": {
1703
                "dev-master": "3.4-dev"
1704
            }
1705
        },
1706
        "installation-source": "dist",
1707
        "autoload": {
1708
            "psr-4": {
1709
                "Symfony\\Component\\Validator\\": ""
1710
            },
1711
            "exclude-from-classmap": [
1712
                "/Tests/"
1713
            ]
1714
        },
1715
        "notification-url": "https://packagist.org/downloads/",
1716
        "license": [
1717
            "MIT"
1718
        ],
1719
        "authors": [
1720
            {
1721
                "name": "Fabien Potencier",
1722
                "email": "fabien@symfony.com"
1723
            },
1724
            {
1725
                "name": "Symfony Community",
1726
                "homepage": "https://symfony.com/contributors"
1727
            }
1728
        ],
1729
        "description": "Symfony Validator Component",
1730
        "homepage": "https://symfony.com"
1731
    },
1732
    {
1733
        "name": "symfony/serializer",
1734
        "version": "v3.4.8",
1735
        "version_normalized": "3.4.8.0",
1736
        "source": {
1737
            "type": "git",
1738
            "url": "https://github.com/symfony/serializer.git",
1739
            "reference": "d4dc1551da627273230fe16511f4bb4844c02399"
1740
        },
1741
        "dist": {
1742
            "type": "zip",
1743
            "url": "https://api.github.com/repos/symfony/serializer/zipball/d4dc1551da627273230fe16511f4bb4844c02399",
1744
            "reference": "d4dc1551da627273230fe16511f4bb4844c02399",
1745
            "shasum": ""
1746
        },
1747
        "require": {
1748
            "php": "^5.5.9|>=7.0.8"
1749
        },
1750
        "conflict": {
1751
            "phpdocumentor/type-resolver": "<0.2.1",
1752
            "symfony/dependency-injection": "<3.2",
1753
            "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
1754
            "symfony/property-info": "<3.1",
1755
            "symfony/yaml": "<3.4"
1756
        },
1757
        "require-dev": {
1758
            "doctrine/annotations": "~1.0",
1759
            "doctrine/cache": "~1.0",
1760
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
1761
            "symfony/cache": "~3.1|~4.0",
1762
            "symfony/config": "~2.8|~3.0|~4.0",
1763
            "symfony/dependency-injection": "~3.2|~4.0",
1764
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
1765
            "symfony/property-access": "~2.8|~3.0|~4.0",
1766
            "symfony/property-info": "~3.1|~4.0",
1767
            "symfony/yaml": "~3.4|~4.0"
1768
        },
1769
        "suggest": {
1770
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
1771
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
1772
            "psr/cache-implementation": "For using the metadata cache.",
1773
            "symfony/config": "For using the XML mapping loader.",
1774
            "symfony/http-foundation": "To use the DataUriNormalizer.",
1775
            "symfony/property-access": "For using the ObjectNormalizer.",
1776
            "symfony/property-info": "To deserialize relations.",
1777
            "symfony/yaml": "For using the default YAML mapping loader."
1778
        },
1779
        "time": "2018-03-15T19:08:29+00:00",
1780
        "type": "library",
1781
        "extra": {
1782
            "branch-alias": {
1783
                "dev-master": "3.4-dev"
1784
            }
1785
        },
1786
        "installation-source": "dist",
1787
        "autoload": {
1788
            "psr-4": {
1789
                "Symfony\\Component\\Serializer\\": ""
1790
            },
1791
            "exclude-from-classmap": [
1792
                "/Tests/"
1793
            ]
1794
        },
1795
        "notification-url": "https://packagist.org/downloads/",
1796
        "license": [
1797
            "MIT"
1798
        ],
1799
        "authors": [
1800
            {
1801
                "name": "Fabien Potencier",
1802
                "email": "fabien@symfony.com"
1803
            },
1804
            {
1805
                "name": "Symfony Community",
1806
                "homepage": "https://symfony.com/contributors"
1807
            }
1808
        ],
1809
        "description": "Symfony Serializer Component",
1810
        "homepage": "https://symfony.com"
1811
    },
1812
    {
1813
        "name": "symfony/routing",
1814
        "version": "v3.4.8",
1815
        "version_normalized": "3.4.8.0",
1816
        "source": {
1817
            "type": "git",
1818
            "url": "https://github.com/symfony/routing.git",
1819
            "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c"
1820
        },
1821
        "dist": {
1822
            "type": "zip",
1823
            "url": "https://api.github.com/repos/symfony/routing/zipball/50f333b707bef9f6972ad04e6df3ec8875c9a67c",
1824
            "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c",
1825
            "shasum": ""
1826
        },
1827
        "require": {
1828
            "php": "^5.5.9|>=7.0.8"
1829
        },
1830
        "conflict": {
1831
            "symfony/config": "<3.3.1",
1832
            "symfony/dependency-injection": "<3.3",
1833
            "symfony/yaml": "<3.4"
1834
        },
1835
        "require-dev": {
1836
            "doctrine/annotations": "~1.0",
1837
            "doctrine/common": "~2.2",
1838
            "psr/log": "~1.0",
1839
            "symfony/config": "^3.3.1|~4.0",
1840
            "symfony/dependency-injection": "~3.3|~4.0",
1841
            "symfony/expression-language": "~2.8|~3.0|~4.0",
1842
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
1843
            "symfony/yaml": "~3.4|~4.0"
1844
        },
1845
        "suggest": {
1846
            "doctrine/annotations": "For using the annotation loader",
1847
            "symfony/config": "For using the all-in-one router or any loader",
1848
            "symfony/dependency-injection": "For loading routes from a service",
1849
            "symfony/expression-language": "For using expression matching",
1850
            "symfony/http-foundation": "For using a Symfony Request object",
1851
            "symfony/yaml": "For using the YAML loader"
1852
        },
1853
        "time": "2018-04-04T13:22:16+00:00",
1854
        "type": "library",
1855
        "extra": {
1856
            "branch-alias": {
1857
                "dev-master": "3.4-dev"
1858
            }
1859
        },
1860
        "installation-source": "dist",
1861
        "autoload": {
1862
            "psr-4": {
1863
                "Symfony\\Component\\Routing\\": ""
1864
            },
1865
            "exclude-from-classmap": [
1866
                "/Tests/"
1867
            ]
1868
        },
1869
        "notification-url": "https://packagist.org/downloads/",
1870
        "license": [
1871
            "MIT"
1872
        ],
1873
        "authors": [
1874
            {
1875
                "name": "Fabien Potencier",
1876
                "email": "fabien@symfony.com"
1877
            },
1878
            {
1879
                "name": "Symfony Community",
1880
                "homepage": "https://symfony.com/contributors"
1881
            }
1882
        ],
1883
        "description": "Symfony Routing Component",
1884
        "homepage": "https://symfony.com",
1885
        "keywords": [
1886
            "router",
1887
            "routing",
1888
            "uri",
1889
            "url"
1890
        ]
1891
    },
1892
    {
1893
        "name": "paragonie/random_compat",
1894
        "version": "v2.0.12",
1895
        "version_normalized": "2.0.12.0",
1896
        "source": {
1897
            "type": "git",
1898
            "url": "https://github.com/paragonie/random_compat.git",
1899
            "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
1900
        },
1901
        "dist": {
1902
            "type": "zip",
1903
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1904
            "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1905
            "shasum": ""
1906
        },
1907
        "require": {
1908
            "php": ">=5.2.0"
1909
        },
1910
        "require-dev": {
1911
            "phpunit/phpunit": "4.*|5.*"
1912
        },
1913
        "suggest": {
1914
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1915
        },
1916
        "time": "2018-04-04T21:24:14+00:00",
1917
        "type": "library",
1918
        "installation-source": "dist",
1919
        "autoload": {
1920
            "files": [
1921
                "lib/random.php"
1922
            ]
1923
        },
1924
        "notification-url": "https://packagist.org/downloads/",
1925
        "license": [
1926
            "MIT"
1927
        ],
1928
        "authors": [
1929
            {
1930
                "name": "Paragon Initiative Enterprises",
1931
                "email": "security@paragonie.com",
1932
                "homepage": "https://paragonie.com"
1933
            }
1934
        ],
1935
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1936
        "keywords": [
1937
            "csprng",
1938
            "pseudorandom",
1939
            "random"
1940
        ]
1941
    },
1942
    {
1943
        "name": "symfony/polyfill-php70",
1944
        "version": "v1.7.0",
1945
        "version_normalized": "1.7.0.0",
1946
        "source": {
1947
            "type": "git",
1948
            "url": "https://github.com/symfony/polyfill-php70.git",
1949
            "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
1950
        },
1951
        "dist": {
1952
            "type": "zip",
1953
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
1954
            "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
1955
            "shasum": ""
1956
        },
1957
        "require": {
1958
            "paragonie/random_compat": "~1.0|~2.0",
1959
            "php": ">=5.3.3"
1960
        },
1961
        "time": "2018-01-30T19:27:44+00:00",
1962
        "type": "library",
1963
        "extra": {
1964
            "branch-alias": {
1965
                "dev-master": "1.7-dev"
1966
            }
1967
        },
1968
        "installation-source": "dist",
1969
        "autoload": {
1970
            "psr-4": {
1971
                "Symfony\\Polyfill\\Php70\\": ""
1972
            },
1973
            "files": [
1974
                "bootstrap.php"
1975
            ],
1976
            "classmap": [
1977
                "Resources/stubs"
1978
            ]
1979
        },
1980
        "notification-url": "https://packagist.org/downloads/",
1981
        "license": [
1982
            "MIT"
1983
        ],
1984
        "authors": [
1985
            {
1986
                "name": "Nicolas Grekas",
1987
                "email": "p@tchwork.com"
1988
            },
1989
            {
1990
                "name": "Symfony Community",
1991
                "homepage": "https://symfony.com/contributors"
1992
            }
1993
        ],
1994
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1995
        "homepage": "https://symfony.com",
1996
        "keywords": [
1997
            "compatibility",
1998
            "polyfill",
1999
            "portable",
2000
            "shim"
2001
        ]
2002
    },
2003
    {
2004
        "name": "symfony/http-foundation",
2005
        "version": "v3.4.8",
2006
        "version_normalized": "3.4.8.0",
2007
        "source": {
2008
            "type": "git",
2009
            "url": "https://github.com/symfony/http-foundation.git",
2010
            "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e"
2011
        },
2012
        "dist": {
2013
            "type": "zip",
2014
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
2015
            "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
2016
            "shasum": ""
2017
        },
2018
        "require": {
2019
            "php": "^5.5.9|>=7.0.8",
2020
            "symfony/polyfill-mbstring": "~1.1",
2021
            "symfony/polyfill-php70": "~1.6"
2022
        },
2023
        "require-dev": {
2024
            "symfony/expression-language": "~2.8|~3.0|~4.0"
2025
        },
2026
        "time": "2018-04-03T05:22:50+00:00",
2027
        "type": "library",
2028
        "extra": {
2029
            "branch-alias": {
2030
                "dev-master": "3.4-dev"
2031
            }
2032
        },
2033
        "installation-source": "dist",
2034
        "autoload": {
2035
            "psr-4": {
2036
                "Symfony\\Component\\HttpFoundation\\": ""
2037
            },
2038
            "exclude-from-classmap": [
2039
                "/Tests/"
2040
            ]
2041
        },
2042
        "notification-url": "https://packagist.org/downloads/",
2043
        "license": [
2044
            "MIT"
2045
        ],
2046
        "authors": [
2047
            {
2048
                "name": "Fabien Potencier",
2049
                "email": "fabien@symfony.com"
2050
            },
2051
            {
2052
                "name": "Symfony Community",
2053
                "homepage": "https://symfony.com/contributors"
2054
            }
2055
        ],
2056
        "description": "Symfony HttpFoundation Component",
2057
        "homepage": "https://symfony.com"
2058
    },
2059
    {
2060
        "name": "symfony/psr-http-message-bridge",
2061
        "version": "v1.0.2",
2062
        "version_normalized": "1.0.2.0",
2063
        "source": {
2064
            "type": "git",
2065
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
2066
            "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86"
2067
        },
2068
        "dist": {
2069
            "type": "zip",
2070
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c2b757934f2d9681a287e662efbc27c41fe8ef86",
2071
            "reference": "c2b757934f2d9681a287e662efbc27c41fe8ef86",
2072
            "shasum": ""
2073
        },
2074
        "require": {
2075
            "php": ">=5.3.3",
2076
            "psr/http-message": "~1.0",
2077
            "symfony/http-foundation": "~2.3|~3.0|~4.0"
2078
        },
2079
        "require-dev": {
2080
            "symfony/phpunit-bridge": "~3.2|4.0"
2081
        },
2082
        "suggest": {
2083
            "psr/http-message-implementation": "To use the HttpFoundation factory",
2084
            "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
2085
        },
2086
        "time": "2017-12-19T00:31:44+00:00",
2087
        "type": "symfony-bridge",
2088
        "extra": {
2089
            "branch-alias": {
2090
                "dev-master": "1.0-dev"
2091
            }
2092
        },
2093
        "installation-source": "dist",
2094
        "autoload": {
2095
            "psr-4": {
2096
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
2097
            }
2098
        },
2099
        "notification-url": "https://packagist.org/downloads/",
2100
        "license": [
2101
            "MIT"
2102
        ],
2103
        "authors": [
2104
            {
2105
                "name": "Symfony Community",
2106
                "homepage": "http://symfony.com/contributors"
2107
            },
2108
            {
2109
                "name": "Fabien Potencier",
2110
                "email": "fabien@symfony.com"
2111
            }
2112
        ],
2113
        "description": "PSR HTTP message bridge",
2114
        "homepage": "http://symfony.com",
2115
        "keywords": [
2116
            "http",
2117
            "http-message",
2118
            "psr-7"
2119
        ]
2120
    },
2121
    {
2122
        "name": "symfony/process",
2123
        "version": "v3.4.8",
2124
        "version_normalized": "3.4.8.0",
2125
        "source": {
2126
            "type": "git",
2127
            "url": "https://github.com/symfony/process.git",
2128
            "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b"
2129
        },
2130
        "dist": {
2131
            "type": "zip",
2132
            "url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b",
2133
            "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b",
2134
            "shasum": ""
2135
        },
2136
        "require": {
2137
            "php": "^5.5.9|>=7.0.8"
2138
        },
2139
        "time": "2018-04-03T05:22:50+00:00",
2140
        "type": "library",
2141
        "extra": {
2142
            "branch-alias": {
2143
                "dev-master": "3.4-dev"
2144
            }
2145
        },
2146
        "installation-source": "dist",
2147
        "autoload": {
2148
            "psr-4": {
2149
                "Symfony\\Component\\Process\\": ""
2150
            },
2151
            "exclude-from-classmap": [
2152
                "/Tests/"
2153
            ]
2154
        },
2155
        "notification-url": "https://packagist.org/downloads/",
2156
        "license": [
2157
            "MIT"
2158
        ],
2159
        "authors": [
2160
            {
2161
                "name": "Fabien Potencier",
2162
                "email": "fabien@symfony.com"
2163
            },
2164
            {
2165
                "name": "Symfony Community",
2166
                "homepage": "https://symfony.com/contributors"
2167
            }
2168
        ],
2169
        "description": "Symfony Process Component",
2170
        "homepage": "https://symfony.com"
2171
    },
2172
    {
2173
        "name": "symfony/polyfill-iconv",
2174
        "version": "v1.7.0",
2175
        "version_normalized": "1.7.0.0",
2176
        "source": {
2177
            "type": "git",
2178
            "url": "https://github.com/symfony/polyfill-iconv.git",
2179
            "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b"
2180
        },
2181
        "dist": {
2182
            "type": "zip",
2183
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bd515d8f392730c833bc1ba993a4f598da64fa5b",
2184
            "reference": "bd515d8f392730c833bc1ba993a4f598da64fa5b",
2185
            "shasum": ""
2186
        },
2187
        "require": {
2188
            "php": ">=5.3.3"
2189
        },
2190
        "suggest": {
2191
            "ext-iconv": "For best performance"
2192
        },
2193
        "time": "2018-01-30T19:27:44+00:00",
2194
        "type": "library",
2195
        "extra": {
2196
            "branch-alias": {
2197
                "dev-master": "1.7-dev"
2198
            }
2199
        },
2200
        "installation-source": "dist",
2201
        "autoload": {
2202
            "psr-4": {
2203
                "Symfony\\Polyfill\\Iconv\\": ""
2204
            },
2205
            "files": [
2206
                "bootstrap.php"
2207
            ]
2208
        },
2209
        "notification-url": "https://packagist.org/downloads/",
2210
        "license": [
2211
            "MIT"
2212
        ],
2213
        "authors": [
2214
            {
2215
                "name": "Nicolas Grekas",
2216
                "email": "p@tchwork.com"
2217
            },
2218
            {
2219
                "name": "Symfony Community",
2220
                "homepage": "https://symfony.com/contributors"
2221
            }
2222
        ],
2223
        "description": "Symfony polyfill for the Iconv extension",
2224
        "homepage": "https://symfony.com",
2225
        "keywords": [
2226
            "compatibility",
2227
            "iconv",
2228
            "polyfill",
2229
            "portable",
2230
            "shim"
2231
        ]
2232
    },
2233
    {
2234
        "name": "symfony/http-kernel",
2235
        "version": "v3.4.8",
2236
        "version_normalized": "3.4.8.0",
2237
        "source": {
2238
            "type": "git",
2239
            "url": "https://github.com/symfony/http-kernel.git",
2240
            "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4"
2241
        },
2242
        "dist": {
2243
            "type": "zip",
2244
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3cc2d4374aa9590c09277ad68657671cf49dbbf4",
2245
            "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4",
2246
            "shasum": ""
2247
        },
2248
        "require": {
2249
            "php": "^5.5.9|>=7.0.8",
2250
            "psr/log": "~1.0",
2251
            "symfony/debug": "~2.8|~3.0|~4.0",
2252
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2253
            "symfony/http-foundation": "^3.4.4|^4.0.4"
2254
        },
2255
        "conflict": {
2256
            "symfony/config": "<2.8",
2257
            "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
2258
            "symfony/var-dumper": "<3.3",
2259
            "twig/twig": "<1.34|<2.4,>=2"
2260
        },
2261
        "provide": {
2262
            "psr/log-implementation": "1.0"
2263
        },
2264
        "require-dev": {
2265
            "psr/cache": "~1.0",
2266
            "symfony/browser-kit": "~2.8|~3.0|~4.0",
2267
            "symfony/class-loader": "~2.8|~3.0",
2268
            "symfony/config": "~2.8|~3.0|~4.0",
2269
            "symfony/console": "~2.8|~3.0|~4.0",
2270
            "symfony/css-selector": "~2.8|~3.0|~4.0",
2271
            "symfony/dependency-injection": "^3.4.5|^4.0.5",
2272
            "symfony/dom-crawler": "~2.8|~3.0|~4.0",
2273
            "symfony/expression-language": "~2.8|~3.0|~4.0",
2274
            "symfony/finder": "~2.8|~3.0|~4.0",
2275
            "symfony/process": "~2.8|~3.0|~4.0",
2276
            "symfony/routing": "~3.4|~4.0",
2277
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
2278
            "symfony/templating": "~2.8|~3.0|~4.0",
2279
            "symfony/translation": "~2.8|~3.0|~4.0",
2280
            "symfony/var-dumper": "~3.3|~4.0"
2281
        },
2282
        "suggest": {
2283
            "symfony/browser-kit": "",
2284
            "symfony/config": "",
2285
            "symfony/console": "",
2286
            "symfony/dependency-injection": "",
2287
            "symfony/finder": "",
2288
            "symfony/var-dumper": ""
2289
        },
2290
        "time": "2018-04-06T15:19:48+00:00",
2291
        "type": "library",
2292
        "extra": {
2293
            "branch-alias": {
2294
                "dev-master": "3.4-dev"
2295
            }
2296
        },
2297
        "installation-source": "dist",
2298
        "autoload": {
2299
            "psr-4": {
2300
                "Symfony\\Component\\HttpKernel\\": ""
2301
            },
2302
            "exclude-from-classmap": [
2303
                "/Tests/"
2304
            ]
2305
        },
2306
        "notification-url": "https://packagist.org/downloads/",
2307
        "license": [
2308
            "MIT"
2309
        ],
2310
        "authors": [
2311
            {
2312
                "name": "Fabien Potencier",
2313
                "email": "fabien@symfony.com"
2314
            },
2315
            {
2316
                "name": "Symfony Community",
2317
                "homepage": "https://symfony.com/contributors"
2318
            }
2319
        ],
2320
        "description": "Symfony HttpKernel Component",
2321
        "homepage": "https://symfony.com"
2322
    },
2323
    {
2324
        "name": "psr/container",
2325
        "version": "1.0.0",
2326
        "version_normalized": "1.0.0.0",
2327
        "source": {
2328
            "type": "git",
2329
            "url": "https://github.com/php-fig/container.git",
2330
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2331
        },
2332
        "dist": {
2333
            "type": "zip",
2334
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2335
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2336
            "shasum": ""
2337
        },
2338
        "require": {
2339
            "php": ">=5.3.0"
2340
        },
2341
        "time": "2017-02-14T16:28:37+00:00",
2342
        "type": "library",
2343
        "extra": {
2344
            "branch-alias": {
2345
                "dev-master": "1.0.x-dev"
2346
            }
2347
        },
2348
        "installation-source": "dist",
2349
        "autoload": {
2350
            "psr-4": {
2351
                "Psr\\Container\\": "src/"
2352
            }
2353
        },
2354
        "notification-url": "https://packagist.org/downloads/",
2355
        "license": [
2356
            "MIT"
2357
        ],
2358
        "authors": [
2359
            {
2360
                "name": "PHP-FIG",
2361
                "homepage": "http://www.php-fig.org/"
2362
            }
2363
        ],
2364
        "description": "Common Container Interface (PHP FIG PSR-11)",
2365
        "homepage": "https://github.com/php-fig/container",
2366
        "keywords": [
2367
            "PSR-11",
2368
            "container",
2369
            "container-interface",
2370
            "container-interop",
2371
            "psr"
2372
        ]
2373
    },
2374
    {
2375
        "name": "symfony/dependency-injection",
2376
        "version": "v3.4.8",
2377
        "version_normalized": "3.4.8.0",
2378
        "source": {
2379
            "type": "git",
2380
            "url": "https://github.com/symfony/dependency-injection.git",
2381
            "reference": "24a68710c6ddc1e3d159a110cef94cedfcf3c611"
2382
        },
2383
        "dist": {
2384
            "type": "zip",
2385
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24a68710c6ddc1e3d159a110cef94cedfcf3c611",
2386
            "reference": "24a68710c6ddc1e3d159a110cef94cedfcf3c611",
2387
            "shasum": ""
2388
        },
2389
        "require": {
2390
            "php": "^5.5.9|>=7.0.8",
2391
            "psr/container": "^1.0"
2392
        },
2393
        "conflict": {
2394
            "symfony/config": "<3.3.7",
2395
            "symfony/finder": "<3.3",
2396
            "symfony/proxy-manager-bridge": "<3.4",
2397
            "symfony/yaml": "<3.4"
2398
        },
2399
        "provide": {
2400
            "psr/container-implementation": "1.0"
2401
        },
2402
        "require-dev": {
2403
            "symfony/config": "~3.3|~4.0",
2404
            "symfony/expression-language": "~2.8|~3.0|~4.0",
2405
            "symfony/yaml": "~3.4|~4.0"
2406
        },
2407
        "suggest": {
2408
            "symfony/config": "",
2409
            "symfony/expression-language": "For using expressions in service container configuration",
2410
            "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2411
            "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2412
            "symfony/yaml": ""
2413
        },
2414
        "time": "2018-03-29T11:25:31+00:00",
2415
        "type": "library",
2416
        "extra": {
2417
            "branch-alias": {
2418
                "dev-master": "3.4-dev"
2419
            }
2420
        },
2421
        "installation-source": "dist",
2422
        "autoload": {
2423
            "psr-4": {
2424
                "Symfony\\Component\\DependencyInjection\\": ""
2425
            },
2426
            "exclude-from-classmap": [
2427
                "/Tests/"
2428
            ]
2429
        },
2430
        "notification-url": "https://packagist.org/downloads/",
2431
        "license": [
2432
            "MIT"
2433
        ],
2434
        "authors": [
2435
            {
2436
                "name": "Fabien Potencier",
2437
                "email": "fabien@symfony.com"
2438
            },
2439
            {
2440
                "name": "Symfony Community",
2441
                "homepage": "https://symfony.com/contributors"
2442
            }
2443
        ],
2444
        "description": "Symfony DependencyInjection Component",
2445
        "homepage": "https://symfony.com"
2446
    },
2447
    {
2448
        "name": "symfony/class-loader",
2449
        "version": "v3.4.8",
2450
        "version_normalized": "3.4.8.0",
2451
        "source": {
2452
            "type": "git",
2453
            "url": "https://github.com/symfony/class-loader.git",
2454
            "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
2455
        },
2456
        "dist": {
2457
            "type": "zip",
2458
            "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
2459
            "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
2460
            "shasum": ""
2461
        },
2462
        "require": {
2463
            "php": "^5.5.9|>=7.0.8"
2464
        },
2465
        "require-dev": {
2466
            "symfony/finder": "~2.8|~3.0|~4.0",
2467
            "symfony/polyfill-apcu": "~1.1"
2468
        },
2469
        "suggest": {
2470
            "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
2471
        },
2472
        "time": "2018-01-03T07:37:34+00:00",
2473
        "type": "library",
2474
        "extra": {
2475
            "branch-alias": {
2476
                "dev-master": "3.4-dev"
2477
            }
2478
        },
2479
        "installation-source": "dist",
2480
        "autoload": {
2481
            "psr-4": {
2482
                "Symfony\\Component\\ClassLoader\\": ""
2483
            },
2484
            "exclude-from-classmap": [
2485
                "/Tests/"
2486
            ]
2487
        },
2488
        "notification-url": "https://packagist.org/downloads/",
2489
        "license": [
2490
            "MIT"
2491
        ],
2492
        "authors": [
2493
            {
2494
                "name": "Fabien Potencier",
2495
                "email": "fabien@symfony.com"
2496
            },
2497
            {
2498
                "name": "Symfony Community",
2499
                "homepage": "https://symfony.com/contributors"
2500
            }
2501
        ],
2502
        "description": "Symfony ClassLoader Component",
2503
        "homepage": "https://symfony.com"
2504
    },
2505
    {
2506
        "name": "symfony-cmf/routing",
2507
        "version": "1.4.1",
2508
        "version_normalized": "1.4.1.0",
2509
        "source": {
2510
            "type": "git",
2511
            "url": "https://github.com/symfony-cmf/routing.git",
2512
            "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
2513
        },
2514
        "dist": {
2515
            "type": "zip",
2516
            "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
2517
            "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
2518
            "shasum": ""
2519
        },
2520
        "require": {
2521
            "php": "^5.3.9|^7.0",
2522
            "psr/log": "1.*",
2523
            "symfony/http-kernel": "^2.2|3.*",
2524
            "symfony/routing": "^2.2|3.*"
2525
        },
2526
        "require-dev": {
2527
            "friendsofsymfony/jsrouting-bundle": "^1.1",
2528
            "symfony-cmf/testing": "^1.3",
2529
            "symfony/config": "^2.2|3.*",
2530
            "symfony/dependency-injection": "^2.0.5|3.*",
2531
            "symfony/event-dispatcher": "^2.1|3.*"
2532
        },
2533
        "suggest": {
2534
            "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
2535
        },
2536
        "time": "2017-05-09T08:10:41+00:00",
2537
        "type": "library",
2538
        "extra": {
2539
            "branch-alias": {
2540
                "dev-master": "1.4-dev"
2541
            }
2542
        },
2543
        "installation-source": "dist",
2544
        "autoload": {
2545
            "psr-4": {
2546
                "Symfony\\Cmf\\Component\\Routing\\": ""
2547
            }
2548
        },
2549
        "notification-url": "https://packagist.org/downloads/",
2550
        "license": [
2551
            "MIT"
2552
        ],
2553
        "authors": [
2554
            {
2555
                "name": "Symfony CMF Community",
2556
                "homepage": "https://github.com/symfony-cmf/Routing/contributors"
2557
            }
2558
        ],
2559
        "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
2560
        "homepage": "http://cmf.symfony.com",
2561
        "keywords": [
2562
            "database",
2563
            "routing"
2564
        ]
2565
    },
2566
    {
2567
        "name": "stack/builder",
2568
        "version": "v1.0.5",
2569
        "version_normalized": "1.0.5.0",
2570
        "source": {
2571
            "type": "git",
2572
            "url": "https://github.com/stackphp/builder.git",
2573
            "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
2574
        },
2575
        "dist": {
2576
            "type": "zip",
2577
            "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
2578
            "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
2579
            "shasum": ""
2580
        },
2581
        "require": {
2582
            "php": ">=5.3.0",
2583
            "symfony/http-foundation": "~2.1|~3.0|~4.0",
2584
            "symfony/http-kernel": "~2.1|~3.0|~4.0"
2585
        },
2586
        "require-dev": {
2587
            "silex/silex": "~1.0"
2588
        },
2589
        "time": "2017-11-18T14:57:29+00:00",
2590
        "type": "library",
2591
        "extra": {
2592
            "branch-alias": {
2593
                "dev-master": "1.0-dev"
2594
            }
2595
        },
2596
        "installation-source": "dist",
2597
        "autoload": {
2598
            "psr-0": {
2599
                "Stack": "src"
2600
            }
2601
        },
2602
        "notification-url": "https://packagist.org/downloads/",
2603
        "license": [
2604
            "MIT"
2605
        ],
2606
        "authors": [
2607
            {
2608
                "name": "Igor Wiedler",
2609
                "email": "igor@wiedler.ch"
2610
            }
2611
        ],
2612
        "description": "Builder for stack middlewares based on HttpKernelInterface.",
2613
        "keywords": [
2614
            "stack"
2615
        ]
2616
    },
2617
    {
2618
        "name": "masterminds/html5",
2619
        "version": "2.3.0",
2620
        "version_normalized": "2.3.0.0",
2621
        "source": {
2622
            "type": "git",
2623
            "url": "https://github.com/Masterminds/html5-php.git",
2624
            "reference": "2c37c6c520b995b761674de3be8455a381679067"
2625
        },
2626
        "dist": {
2627
            "type": "zip",
2628
            "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
2629
            "reference": "2c37c6c520b995b761674de3be8455a381679067",
2630
            "shasum": ""
2631
        },
2632
        "require": {
2633
            "ext-libxml": "*",
2634
            "php": ">=5.3.0"
2635
        },
2636
        "require-dev": {
2637
            "phpunit/phpunit": "4.*",
2638
            "sami/sami": "~2.0",
2639
            "satooshi/php-coveralls": "1.0.*"
2640
        },
2641
        "time": "2017-09-04T12:26:28+00:00",
2642
        "type": "library",
2643
        "extra": {
2644
            "branch-alias": {
2645
                "dev-master": "2.2-dev"
2646
            }
2647
        },
2648
        "installation-source": "dist",
2649
        "autoload": {
2650
            "psr-4": {
2651
                "Masterminds\\": "src"
2652
            }
2653
        },
2654
        "notification-url": "https://packagist.org/downloads/",
2655
        "license": [
2656
            "MIT"
2657
        ],
2658
        "authors": [
2659
            {
2660
                "name": "Matt Butcher",
2661
                "email": "technosophos@gmail.com"
2662
            },
2663
            {
2664
                "name": "Asmir Mustafic",
2665
                "email": "goetas@gmail.com"
2666
            },
2667
            {
2668
                "name": "Matt Farina",
2669
                "email": "matt@mattfarina.com"
2670
            }
2671
        ],
2672
        "description": "An HTML5 parser and serializer.",
2673
        "homepage": "http://masterminds.github.io/html5-php",
2674
        "keywords": [
2675
            "HTML5",
2676
            "dom",
2677
            "html",
2678
            "parser",
2679
            "querypath",
2680
            "serializer",
2681
            "xml"
2682
        ]
2683
    },
2684
    {
2685
        "name": "guzzlehttp/psr7",
2686
        "version": "1.4.2",
2687
        "version_normalized": "1.4.2.0",
2688
        "source": {
2689
            "type": "git",
2690
            "url": "https://github.com/guzzle/psr7.git",
2691
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2692
        },
2693
        "dist": {
2694
            "type": "zip",
2695
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2696
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
2697
            "shasum": ""
2698
        },
2699
        "require": {
2700
            "php": ">=5.4.0",
2701
            "psr/http-message": "~1.0"
2702
        },
2703
        "provide": {
2704
            "psr/http-message-implementation": "1.0"
2705
        },
2706
        "require-dev": {
2707
            "phpunit/phpunit": "~4.0"
2708
        },
2709
        "time": "2017-03-20T17:10:46+00:00",
2710
        "type": "library",
2711
        "extra": {
2712
            "branch-alias": {
2713
                "dev-master": "1.4-dev"
2714
            }
2715
        },
2716
        "installation-source": "dist",
2717
        "autoload": {
2718
            "psr-4": {
2719
                "GuzzleHttp\\Psr7\\": "src/"
2720
            },
2721
            "files": [
2722
                "src/functions_include.php"
2723
            ]
2724
        },
2725
        "notification-url": "https://packagist.org/downloads/",
2726
        "license": [
2727
            "MIT"
2728
        ],
2729
        "authors": [
2730
            {
2731
                "name": "Michael Dowling",
2732
                "email": "mtdowling@gmail.com",
2733
                "homepage": "https://github.com/mtdowling"
2734
            },
2735
            {
2736
                "name": "Tobias Schultze",
2737
                "homepage": "https://github.com/Tobion"
2738
            }
2739
        ],
2740
        "description": "PSR-7 message implementation that also provides common utility methods",
2741
        "keywords": [
2742
            "http",
2743
            "message",
2744
            "request",
2745
            "response",
2746
            "stream",
2747
            "uri",
2748
            "url"
2749
        ]
2750
    },
2751
    {
2752
        "name": "guzzlehttp/promises",
2753
        "version": "v1.3.1",
2754
        "version_normalized": "1.3.1.0",
2755
        "source": {
2756
            "type": "git",
2757
            "url": "https://github.com/guzzle/promises.git",
2758
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2759
        },
2760
        "dist": {
2761
            "type": "zip",
2762
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2763
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2764
            "shasum": ""
2765
        },
2766
        "require": {
2767
            "php": ">=5.5.0"
2768
        },
2769
        "require-dev": {
2770
            "phpunit/phpunit": "^4.0"
2771
        },
2772
        "time": "2016-12-20T10:07:11+00:00",
2773
        "type": "library",
2774
        "extra": {
2775
            "branch-alias": {
2776
                "dev-master": "1.4-dev"
2777
            }
2778
        },
2779
        "installation-source": "dist",
2780
        "autoload": {
2781
            "psr-4": {
2782
                "GuzzleHttp\\Promise\\": "src/"
2783
            },
2784
            "files": [
2785
                "src/functions_include.php"
2786
            ]
2787
        },
2788
        "notification-url": "https://packagist.org/downloads/",
2789
        "license": [
2790
            "MIT"
2791
        ],
2792
        "authors": [
2793
            {
2794
                "name": "Michael Dowling",
2795
                "email": "mtdowling@gmail.com",
2796
                "homepage": "https://github.com/mtdowling"
2797
            }
2798
        ],
2799
        "description": "Guzzle promises library",
2800
        "keywords": [
2801
            "promise"
2802
        ]
2803
    },
2804
    {
2805
        "name": "guzzlehttp/guzzle",
2806
        "version": "6.3.3",
2807
        "version_normalized": "6.3.3.0",
2808
        "source": {
2809
            "type": "git",
2810
            "url": "https://github.com/guzzle/guzzle.git",
2811
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
2812
        },
2813
        "dist": {
2814
            "type": "zip",
2815
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2816
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2817
            "shasum": ""
2818
        },
2819
        "require": {
2820
            "guzzlehttp/promises": "^1.0",
2821
            "guzzlehttp/psr7": "^1.4",
2822
            "php": ">=5.5"
2823
        },
2824
        "require-dev": {
2825
            "ext-curl": "*",
2826
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2827
            "psr/log": "^1.0"
2828
        },
2829
        "suggest": {
2830
            "psr/log": "Required for using the Log middleware"
2831
        },
2832
        "time": "2018-04-22T15:46:56+00:00",
2833
        "type": "library",
2834
        "extra": {
2835
            "branch-alias": {
2836
                "dev-master": "6.3-dev"
2837
            }
2838
        },
2839
        "installation-source": "dist",
2840
        "autoload": {
2841
            "files": [
2842
                "src/functions_include.php"
2843
            ],
2844
            "psr-4": {
2845
                "GuzzleHttp\\": "src/"
2846
            }
2847
        },
2848
        "notification-url": "https://packagist.org/downloads/",
2849
        "license": [
2850
            "MIT"
2851
        ],
2852
        "authors": [
2853
            {
2854
                "name": "Michael Dowling",
2855
                "email": "mtdowling@gmail.com",
2856
                "homepage": "https://github.com/mtdowling"
2857
            }
2858
        ],
2859
        "description": "Guzzle is a PHP HTTP client library",
2860
        "homepage": "http://guzzlephp.org/",
2861
        "keywords": [
2862
            "client",
2863
            "curl",
2864
            "framework",
2865
            "http",
2866
            "http client",
2867
            "rest",
2868
            "web service"
2869
        ]
2870
    },
2871
    {
2872
        "name": "doctrine/lexer",
2873
        "version": "v1.0.1",
2874
        "version_normalized": "1.0.1.0",
2875
        "source": {
2876
            "type": "git",
2877
            "url": "https://github.com/doctrine/lexer.git",
2878
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2879
        },
2880
        "dist": {
2881
            "type": "zip",
2882
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
2883
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2884
            "shasum": ""
2885
        },
2886
        "require": {
2887
            "php": ">=5.3.2"
2888
        },
2889
        "time": "2014-09-09T13:34:57+00:00",
2890
        "type": "library",
2891
        "extra": {
2892
            "branch-alias": {
2893
                "dev-master": "1.0.x-dev"
2894
            }
2895
        },
2896
        "installation-source": "dist",
2897
        "autoload": {
2898
            "psr-0": {
2899
                "Doctrine\\Common\\Lexer\\": "lib/"
2900
            }
2901
        },
2902
        "notification-url": "https://packagist.org/downloads/",
2903
        "license": [
2904
            "MIT"
2905
        ],
2906
        "authors": [
2907
            {
2908
                "name": "Roman Borschel",
2909
                "email": "roman@code-factory.org"
2910
            },
2911
            {
2912
                "name": "Guilherme Blanco",
2913
                "email": "guilhermeblanco@gmail.com"
2914
            },
2915
            {
2916
                "name": "Johannes Schmitt",
2917
                "email": "schmittjoh@gmail.com"
2918
            }
2919
        ],
2920
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
2921
        "homepage": "http://www.doctrine-project.org",
2922
        "keywords": [
2923
            "lexer",
2924
            "parser"
2925
        ]
2926
    },
2927
    {
2928
        "name": "egulias/email-validator",
2929
        "version": "1.2.14",
2930
        "version_normalized": "1.2.14.0",
2931
        "source": {
2932
            "type": "git",
2933
            "url": "https://github.com/egulias/EmailValidator.git",
2934
            "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
2935
        },
2936
        "dist": {
2937
            "type": "zip",
2938
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
2939
            "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
2940
            "shasum": ""
2941
        },
2942
        "require": {
2943
            "doctrine/lexer": "^1.0.1",
2944
            "php": ">= 5.3.3"
2945
        },
2946
        "require-dev": {
2947
            "phpunit/phpunit": "^4.8.24"
2948
        },
2949
        "time": "2017-02-03T22:48:59+00:00",
2950
        "type": "library",
2951
        "extra": {
2952
            "branch-alias": {
2953
                "dev-master": "2.0.x-dev"
2954
            }
2955
        },
2956
        "installation-source": "dist",
2957
        "autoload": {
2958
            "psr-0": {
2959
                "Egulias\\": "src/"
2960
            }
2961
        },
2962
        "notification-url": "https://packagist.org/downloads/",
2963
        "license": [
2964
            "MIT"
2965
        ],
2966
        "authors": [
2967
            {
2968
                "name": "Eduardo Gulias Davis"
2969
            }
2970
        ],
2971
        "description": "A library for validating emails",
2972
        "homepage": "https://github.com/egulias/EmailValidator",
2973
        "keywords": [
2974
            "email",
2975
            "emailvalidation",
2976
            "emailvalidator",
2977
            "validation",
2978
            "validator"
2979
        ]
2980
    },
2981
    {
2982
        "name": "easyrdf/easyrdf",
2983
        "version": "0.9.1",
2984
        "version_normalized": "0.9.1.0",
2985
        "source": {
2986
            "type": "git",
2987
            "url": "https://github.com/njh/easyrdf.git",
2988
            "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
2989
        },
2990
        "dist": {
2991
            "type": "zip",
2992
            "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
2993
            "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
2994
            "shasum": ""
2995
        },
2996
        "require": {
2997
            "ext-mbstring": "*",
2998
            "ext-pcre": "*",
2999
            "php": ">=5.2.8"
3000
        },
3001
        "require-dev": {
3002
            "phpunit/phpunit": "~3.5",
3003
            "sami/sami": "~1.4",
3004
            "squizlabs/php_codesniffer": "~1.4.3"
3005
        },
3006
        "suggest": {
3007
            "ml/json-ld": "~1.0"
3008
        },
3009
        "time": "2015-02-27T09:45:49+00:00",
3010
        "type": "library",
3011
        "installation-source": "dist",
3012
        "autoload": {
3013
            "psr-0": {
3014
                "EasyRdf_": "lib/"
3015
            }
3016
        },
3017
        "notification-url": "https://packagist.org/downloads/",
3018
        "license": [
3019
            "BSD-3-Clause"
3020
        ],
3021
        "authors": [
3022
            {
3023
                "name": "Nicholas Humfrey",
3024
                "email": "njh@aelius.com",
3025
                "homepage": "http://www.aelius.com/njh/",
3026
                "role": "Developer"
3027
            },
3028
            {
3029
                "name": "Alexey Zakhlestin",
3030
                "email": "indeyets@gmail.com",
3031
                "role": "Developer"
3032
            }
3033
        ],
3034
        "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
3035
        "homepage": "http://www.easyrdf.org/",
3036
        "keywords": [
3037
            "Linked Data",
3038
            "RDF",
3039
            "Semantic Web",
3040
            "Turtle",
3041
            "rdfa",
3042
            "sparql"
3043
        ]
3044
    },
3045
    {
3046
        "name": "doctrine/inflector",
3047
        "version": "v1.2.0",
3048
        "version_normalized": "1.2.0.0",
3049
        "source": {
3050
            "type": "git",
3051
            "url": "https://github.com/doctrine/inflector.git",
3052
            "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
3053
        },
3054
        "dist": {
3055
            "type": "zip",
3056
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
3057
            "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
3058
            "shasum": ""
3059
        },
3060
        "require": {
3061
            "php": "^7.0"
3062
        },
3063
        "require-dev": {
3064
            "phpunit/phpunit": "^6.2"
3065
        },
3066
        "time": "2017-07-22T12:18:28+00:00",
3067
        "type": "library",
3068
        "extra": {
3069
            "branch-alias": {
3070
                "dev-master": "1.2.x-dev"
3071
            }
3072
        },
3073
        "installation-source": "dist",
3074
        "autoload": {
3075
            "psr-4": {
3076
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
3077
            }
3078
        },
3079
        "notification-url": "https://packagist.org/downloads/",
3080
        "license": [
3081
            "MIT"
3082
        ],
3083
        "authors": [
3084
            {
3085
                "name": "Roman Borschel",
3086
                "email": "roman@code-factory.org"
3087
            },
3088
            {
3089
                "name": "Benjamin Eberlei",
3090
                "email": "kontakt@beberlei.de"
3091
            },
3092
            {
3093
                "name": "Guilherme Blanco",
3094
                "email": "guilhermeblanco@gmail.com"
3095
            },
3096
            {
3097
                "name": "Jonathan Wage",
3098
                "email": "jonwage@gmail.com"
3099
            },
3100
            {
3101
                "name": "Johannes Schmitt",
3102
                "email": "schmittjoh@gmail.com"
3103
            }
3104
        ],
3105
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
3106
        "homepage": "http://www.doctrine-project.org",
3107
        "keywords": [
3108
            "inflection",
3109
            "pluralize",
3110
            "singularize",
3111
            "string"
3112
        ]
3113
    },
3114
    {
3115
        "name": "doctrine/collections",
3116
        "version": "v1.4.0",
3117
        "version_normalized": "1.4.0.0",
3118
        "source": {
3119
            "type": "git",
3120
            "url": "https://github.com/doctrine/collections.git",
3121
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
3122
        },
3123
        "dist": {
3124
            "type": "zip",
3125
            "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
3126
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
3127
            "shasum": ""
3128
        },
3129
        "require": {
3130
            "php": "^5.6 || ^7.0"
3131
        },
3132
        "require-dev": {
3133
            "doctrine/coding-standard": "~0.1@dev",
3134
            "phpunit/phpunit": "^5.7"
3135
        },
3136
        "time": "2017-01-03T10:49:41+00:00",
3137
        "type": "library",
3138
        "extra": {
3139
            "branch-alias": {
3140
                "dev-master": "1.3.x-dev"
3141
            }
3142
        },
3143
        "installation-source": "dist",
3144
        "autoload": {
3145
            "psr-0": {
3146
                "Doctrine\\Common\\Collections\\": "lib/"
3147
            }
3148
        },
3149
        "notification-url": "https://packagist.org/downloads/",
3150
        "license": [
3151
            "MIT"
3152
        ],
3153
        "authors": [
3154
            {
3155
                "name": "Roman Borschel",
3156
                "email": "roman@code-factory.org"
3157
            },
3158
            {
3159
                "name": "Benjamin Eberlei",
3160
                "email": "kontakt@beberlei.de"
3161
            },
3162
            {
3163
                "name": "Guilherme Blanco",
3164
                "email": "guilhermeblanco@gmail.com"
3165
            },
3166
            {
3167
                "name": "Jonathan Wage",
3168
                "email": "jonwage@gmail.com"
3169
            },
3170
            {
3171
                "name": "Johannes Schmitt",
3172
                "email": "schmittjoh@gmail.com"
3173
            }
3174
        ],
3175
        "description": "Collections Abstraction library",
3176
        "homepage": "http://www.doctrine-project.org",
3177
        "keywords": [
3178
            "array",
3179
            "collections",
3180
            "iterator"
3181
        ]
3182
    },
3183
    {
3184
        "name": "doctrine/cache",
3185
        "version": "v1.6.2",
3186
        "version_normalized": "1.6.2.0",
3187
        "source": {
3188
            "type": "git",
3189
            "url": "https://github.com/doctrine/cache.git",
3190
            "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
3191
        },
3192
        "dist": {
3193
            "type": "zip",
3194
            "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
3195
            "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
3196
            "shasum": ""
3197
        },
3198
        "require": {
3199
            "php": "~5.5|~7.0"
3200
        },
3201
        "conflict": {
3202
            "doctrine/common": ">2.2,<2.4"
3203
        },
3204
        "require-dev": {
3205
            "phpunit/phpunit": "~4.8|~5.0",
3206
            "predis/predis": "~1.0",
3207
            "satooshi/php-coveralls": "~0.6"
3208
        },
3209
        "time": "2017-07-22T12:49:21+00:00",
3210
        "type": "library",
3211
        "extra": {
3212
            "branch-alias": {
3213
                "dev-master": "1.6.x-dev"
3214
            }
3215
        },
3216
        "installation-source": "dist",
3217
        "autoload": {
3218
            "psr-4": {
3219
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
3220
            }
3221
        },
3222
        "notification-url": "https://packagist.org/downloads/",
3223
        "license": [
3224
            "MIT"
3225
        ],
3226
        "authors": [
3227
            {
3228
                "name": "Roman Borschel",
3229
                "email": "roman@code-factory.org"
3230
            },
3231
            {
3232
                "name": "Benjamin Eberlei",
3233
                "email": "kontakt@beberlei.de"
3234
            },
3235
            {
3236
                "name": "Guilherme Blanco",
3237
                "email": "guilhermeblanco@gmail.com"
3238
            },
3239
            {
3240
                "name": "Jonathan Wage",
3241
                "email": "jonwage@gmail.com"
3242
            },
3243
            {
3244
                "name": "Johannes Schmitt",
3245
                "email": "schmittjoh@gmail.com"
3246
            }
3247
        ],
3248
        "description": "Caching library offering an object-oriented API for many cache backends",
3249
        "homepage": "http://www.doctrine-project.org",
3250
        "keywords": [
3251
            "cache",
3252
            "caching"
3253
        ]
3254
    },
3255
    {
3256
        "name": "doctrine/annotations",
3257
        "version": "v1.4.0",
3258
        "version_normalized": "1.4.0.0",
3259
        "source": {
3260
            "type": "git",
3261
            "url": "https://github.com/doctrine/annotations.git",
3262
            "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
3263
        },
3264
        "dist": {
3265
            "type": "zip",
3266
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
3267
            "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
3268
            "shasum": ""
3269
        },
3270
        "require": {
3271
            "doctrine/lexer": "1.*",
3272
            "php": "^5.6 || ^7.0"
3273
        },
3274
        "require-dev": {
3275
            "doctrine/cache": "1.*",
3276
            "phpunit/phpunit": "^5.7"
3277
        },
3278
        "time": "2017-02-24T16:22:25+00:00",
3279
        "type": "library",
3280
        "extra": {
3281
            "branch-alias": {
3282
                "dev-master": "1.4.x-dev"
3283
            }
3284
        },
3285
        "installation-source": "dist",
3286
        "autoload": {
3287
            "psr-4": {
3288
                "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
3289
            }
3290
        },
3291
        "notification-url": "https://packagist.org/downloads/",
3292
        "license": [
3293
            "MIT"
3294
        ],
3295
        "authors": [
3296
            {
3297
                "name": "Roman Borschel",
3298
                "email": "roman@code-factory.org"
3299
            },
3300
            {
3301
                "name": "Benjamin Eberlei",
3302
                "email": "kontakt@beberlei.de"
3303
            },
3304
            {
3305
                "name": "Guilherme Blanco",
3306
                "email": "guilhermeblanco@gmail.com"
3307
            },
3308
            {
3309
                "name": "Jonathan Wage",
3310
                "email": "jonwage@gmail.com"
3311
            },
3312
            {
3313
                "name": "Johannes Schmitt",
3314
                "email": "schmittjoh@gmail.com"
3315
            }
3316
        ],
3317
        "description": "Docblock Annotations Parser",
3318
        "homepage": "http://www.doctrine-project.org",
3319
        "keywords": [
3320
            "annotations",
3321
            "docblock",
3322
            "parser"
3323
        ]
3324
    },
3325
    {
3326
        "name": "doctrine/common",
3327
        "version": "v2.7.3",
3328
        "version_normalized": "2.7.3.0",
3329
        "source": {
3330
            "type": "git",
3331
            "url": "https://github.com/doctrine/common.git",
3332
            "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
3333
        },
3334
        "dist": {
3335
            "type": "zip",
3336
            "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
3337
            "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
3338
            "shasum": ""
3339
        },
3340
        "require": {
3341
            "doctrine/annotations": "1.*",
3342
            "doctrine/cache": "1.*",
3343
            "doctrine/collections": "1.*",
3344
            "doctrine/inflector": "1.*",
3345
            "doctrine/lexer": "1.*",
3346
            "php": "~5.6|~7.0"
3347
        },
3348
        "require-dev": {
3349
            "phpunit/phpunit": "^5.4.6"
3350
        },
3351
        "time": "2017-07-22T08:35:12+00:00",
3352
        "type": "library",
3353
        "extra": {
3354
            "branch-alias": {
3355
                "dev-master": "2.7.x-dev"
3356
            }
3357
        },
3358
        "installation-source": "dist",
3359
        "autoload": {
3360
            "psr-4": {
3361
                "Doctrine\\Common\\": "lib/Doctrine/Common"
3362
            }
3363
        },
3364
        "notification-url": "https://packagist.org/downloads/",
3365
        "license": [
3366
            "MIT"
3367
        ],
3368
        "authors": [
3369
            {
3370
                "name": "Roman Borschel",
3371
                "email": "roman@code-factory.org"
3372
            },
3373
            {
3374
                "name": "Benjamin Eberlei",
3375
                "email": "kontakt@beberlei.de"
3376
            },
3377
            {
3378
                "name": "Guilherme Blanco",
3379
                "email": "guilhermeblanco@gmail.com"
3380
            },
3381
            {
3382
                "name": "Jonathan Wage",
3383
                "email": "jonwage@gmail.com"
3384
            },
3385
            {
3386
                "name": "Johannes Schmitt",
3387
                "email": "schmittjoh@gmail.com"
3388
            }
3389
        ],
3390
        "description": "Common Library for Doctrine projects",
3391
        "homepage": "http://www.doctrine-project.org",
3392
        "keywords": [
3393
            "annotations",
3394
            "collections",
3395
            "eventmanager",
3396
            "persistence",
3397
            "spl"
3398
        ]
3399
    },
3400
    {
3401
        "name": "composer/semver",
3402
        "version": "1.4.2",
3403
        "version_normalized": "1.4.2.0",
3404
        "source": {
3405
            "type": "git",
3406
            "url": "https://github.com/composer/semver.git",
3407
            "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
3408
        },
3409
        "dist": {
3410
            "type": "zip",
3411
            "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
3412
            "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
3413
            "shasum": ""
3414
        },
3415
        "require": {
3416
            "php": "^5.3.2 || ^7.0"
3417
        },
3418
        "require-dev": {
3419
            "phpunit/phpunit": "^4.5 || ^5.0.5",
3420
            "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
3421
        },
3422
        "time": "2016-08-30T16:08:34+00:00",
3423
        "type": "library",
3424
        "extra": {
3425
            "branch-alias": {
3426
                "dev-master": "1.x-dev"
3427
            }
3428
        },
3429
        "installation-source": "dist",
3430
        "autoload": {
3431
            "psr-4": {
3432
                "Composer\\Semver\\": "src"
3433
            }
3434
        },
3435
        "notification-url": "https://packagist.org/downloads/",
3436
        "license": [
3437
            "MIT"
3438
        ],
3439
        "authors": [
3440
            {
3441
                "name": "Nils Adermann",
3442
                "email": "naderman@naderman.de",
3443
                "homepage": "http://www.naderman.de"
3444
            },
3445
            {
3446
                "name": "Jordi Boggiano",
3447
                "email": "j.boggiano@seld.be",
3448
                "homepage": "http://seld.be"
3449
            },
3450
            {
3451
                "name": "Rob Bast",
3452
                "email": "rob.bast@gmail.com",
3453
                "homepage": "http://robbast.nl"
3454
            }
3455
        ],
3456
        "description": "Semver library that offers utilities, version constraint parsing and validation.",
3457
        "keywords": [
3458
            "semantic",
3459
            "semver",
3460
            "validation",
3461
            "versioning"
3462
        ]
3463
    },
3464
    {
3465
        "name": "asm89/stack-cors",
3466
        "version": "1.2.0",
3467
        "version_normalized": "1.2.0.0",
3468
        "source": {
3469
            "type": "git",
3470
            "url": "https://github.com/asm89/stack-cors.git",
3471
            "reference": "c163e2b614550aedcf71165db2473d936abbced6"
3472
        },
3473
        "dist": {
3474
            "type": "zip",
3475
            "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
3476
            "reference": "c163e2b614550aedcf71165db2473d936abbced6",
3477
            "shasum": ""
3478
        },
3479
        "require": {
3480
            "php": ">=5.5.9",
3481
            "symfony/http-foundation": "~2.7|~3.0|~4.0",
3482
            "symfony/http-kernel": "~2.7|~3.0|~4.0"
3483
        },
3484
        "require-dev": {
3485
            "phpunit/phpunit": "^5.0 || ^4.8.10",
3486
            "squizlabs/php_codesniffer": "^2.3"
3487
        },
3488
        "time": "2017-12-20T14:37:45+00:00",
3489
        "type": "library",
3490
        "extra": {
3491
            "branch-alias": {
3492
                "dev-master": "1.2-dev"
3493
            }
3494
        },
3495
        "installation-source": "dist",
3496
        "autoload": {
3497
            "psr-4": {
3498
                "Asm89\\Stack\\": "src/Asm89/Stack/"
3499
            }
3500
        },
3501
        "notification-url": "https://packagist.org/downloads/",
3502
        "license": [
3503
            "MIT"
3504
        ],
3505
        "authors": [
3506
            {
3507
                "name": "Alexander",
3508
                "email": "iam.asm89@gmail.com"
3509
            }
3510
        ],
3511
        "description": "Cross-origin resource sharing library and stack middleware",
3512
        "homepage": "https://github.com/asm89/stack-cors",
3513
        "keywords": [
3514
            "cors",
3515
            "stack"
3516
        ]
3517
    },
3518
    {
3519
        "name": "symfony/css-selector",
3520
        "version": "v3.4.8",
3521
        "version_normalized": "3.4.8.0",
3522
        "source": {
3523
            "type": "git",
3524
            "url": "https://github.com/symfony/css-selector.git",
3525
            "reference": "519a80d7c1d95c6cc0b67f686d15fe27c6910de0"
3526
        },
3527
        "dist": {
3528
            "type": "zip",
3529
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/519a80d7c1d95c6cc0b67f686d15fe27c6910de0",
3530
            "reference": "519a80d7c1d95c6cc0b67f686d15fe27c6910de0",
3531
            "shasum": ""
3532
        },
3533
        "require": {
3534
            "php": "^5.5.9|>=7.0.8"
3535
        },
3536
        "time": "2018-03-19T22:32:39+00:00",
3537
        "type": "library",
3538
        "extra": {
3539
            "branch-alias": {
3540
                "dev-master": "3.4-dev"
3541
            }
3542
        },
3543
        "installation-source": "dist",
3544
        "autoload": {
3545
            "psr-4": {
3546
                "Symfony\\Component\\CssSelector\\": ""
3547
            },
3548
            "exclude-from-classmap": [
3549
                "/Tests/"
3550
            ]
3551
        },
3552
        "notification-url": "https://packagist.org/downloads/",
3553
        "license": [
3554
            "MIT"
3555
        ],
3556
        "authors": [
3557
            {
3558
                "name": "Jean-François Simon",
3559
                "email": "jeanfrancois.simon@sensiolabs.com"
3560
            },
3561
            {
3562
                "name": "Fabien Potencier",
3563
                "email": "fabien@symfony.com"
3564
            },
3565
            {
3566
                "name": "Symfony Community",
3567
                "homepage": "https://symfony.com/contributors"
3568
            }
3569
        ],
3570
        "description": "Symfony CssSelector Component",
3571
        "homepage": "https://symfony.com"
3572
    },
3573
    {
3574
        "name": "behat/mink",
3575
        "version": "dev-master",
3576
        "version_normalized": "9999999-dev",
3577
        "source": {
3578
            "type": "git",
3579
            "url": "https://github.com/minkphp/Mink.git",
3580
            "reference": "04ab7af68536ac2c80fd6c08a6fd3620d3409891"
3581
        },
3582
        "dist": {
3583
            "type": "zip",
3584
            "url": "https://api.github.com/repos/minkphp/Mink/zipball/04ab7af68536ac2c80fd6c08a6fd3620d3409891",
3585
            "reference": "04ab7af68536ac2c80fd6c08a6fd3620d3409891",
3586
            "shasum": ""
3587
        },
3588
        "require": {
3589
            "php": ">=5.3.1",
3590
            "symfony/css-selector": "^2.7|^3.0|^4.0"
3591
        },
3592
        "require-dev": {
3593
            "symfony/phpunit-bridge": "^3.3|^4.0"
3594
        },
3595
        "suggest": {
3596
            "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
3597
            "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
3598
            "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
3599
            "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
3600
        },
3601
        "time": "2018-01-07T17:25:05+00:00",
3602
        "type": "library",
3603
        "extra": {
3604
            "branch-alias": {
3605
                "dev-master": "1.7.x-dev"
3606
            }
3607
        },
3608
        "installation-source": "dist",
3609
        "autoload": {
3610
            "psr-4": {
3611
                "Behat\\Mink\\": "src/"
3612
            }
3613
        },
3614
        "notification-url": "https://packagist.org/downloads/",
3615
        "license": [
3616
            "MIT"
3617
        ],
3618
        "authors": [
3619
            {
3620
                "name": "Konstantin Kudryashov",
3621
                "email": "ever.zet@gmail.com",
3622
                "homepage": "http://everzet.com"
3623
            }
3624
        ],
3625
        "description": "Browser controller/emulator abstraction for PHP",
3626
        "homepage": "http://mink.behat.org/",
3627
        "keywords": [
3628
            "browser",
3629
            "testing",
3630
            "web"
3631
        ]
3632
    },
3633
    {
3634
        "name": "instaclick/php-webdriver",
3635
        "version": "1.4.5",
3636
        "version_normalized": "1.4.5.0",
3637
        "source": {
3638
            "type": "git",
3639
            "url": "https://github.com/instaclick/php-webdriver.git",
3640
            "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
3641
        },
3642
        "dist": {
3643
            "type": "zip",
3644
            "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
3645
            "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
3646
            "shasum": ""
3647
        },
3648
        "require": {
3649
            "ext-curl": "*",
3650
            "php": ">=5.3.2"
3651
        },
3652
        "require-dev": {
3653
            "phpunit/phpunit": "^4.8",
3654
            "satooshi/php-coveralls": "^1.0||^2.0"
3655
        },
3656
        "time": "2017-06-30T04:02:48+00:00",
3657
        "type": "library",
3658
        "extra": {
3659
            "branch-alias": {
3660
                "dev-master": "1.4.x-dev"
3661
            }
3662
        },
3663
        "installation-source": "dist",
3664
        "autoload": {
3665
            "psr-0": {
3666
                "WebDriver": "lib/"
3667
            }
3668
        },
3669
        "notification-url": "https://packagist.org/downloads/",
3670
        "license": [
3671
            "Apache-2.0"
3672
        ],
3673
        "authors": [
3674
            {
3675
                "name": "Justin Bishop",
3676
                "email": "jubishop@gmail.com",
3677
                "role": "Developer"
3678
            },
3679
            {
3680
                "name": "Anthon Pang",
3681
                "email": "apang@softwaredevelopment.ca",
3682
                "role": "Fork Maintainer"
3683
            }
3684
        ],
3685
        "description": "PHP WebDriver for Selenium 2",
3686
        "homepage": "http://instaclick.com/",
3687
        "keywords": [
3688
            "browser",
3689
            "selenium",
3690
            "webdriver",
3691
            "webtest"
3692
        ]
3693
    },
3694
    {
3695
        "name": "behat/mink-selenium2-driver",
3696
        "version": "dev-master",
3697
        "version_normalized": "9999999-dev",
3698
        "source": {
3699
            "type": "git",
3700
            "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
3701
            "reference": "93474c65a2a7bf959200ab5f7a14cc450645c185"
3702
        },
3703
        "dist": {
3704
            "type": "zip",
3705
            "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/93474c65a2a7bf959200ab5f7a14cc450645c185",
3706
            "reference": "93474c65a2a7bf959200ab5f7a14cc450645c185",
3707
            "shasum": ""
3708
        },
3709
        "require": {
3710
            "behat/mink": "~1.7@dev",
3711
            "instaclick/php-webdriver": "~1.1",
3712
            "php": ">=5.3.1"
3713
        },
3714
        "require-dev": {
3715
            "mink/driver-testsuite": "dev-master"
3716
        },
3717
        "time": "2018-01-07T19:17:08+00:00",
3718
        "type": "mink-driver",
3719
        "extra": {
3720
            "branch-alias": {
3721
                "dev-master": "1.3.x-dev"
3722
            }
3723
        },
3724
        "installation-source": "dist",
3725
        "autoload": {
3726
            "psr-4": {
3727
                "Behat\\Mink\\Driver\\": "src/"
3728
            }
3729
        },
3730
        "notification-url": "https://packagist.org/downloads/",
3731
        "license": [
3732
            "MIT"
3733
        ],
3734
        "authors": [
3735
            {
3736
                "name": "Konstantin Kudryashov",
3737
                "email": "ever.zet@gmail.com",
3738
                "homepage": "http://everzet.com"
3739
            },
3740
            {
3741
                "name": "Pete Otaqui",
3742
                "email": "pete@otaqui.com",
3743
                "homepage": "https://github.com/pete-otaqui"
3744
            }
3745
        ],
3746
        "description": "Selenium2 (WebDriver) driver for Mink framework",
3747
        "homepage": "http://mink.behat.org/",
3748
        "keywords": [
3749
            "ajax",
3750
            "browser",
3751
            "javascript",
3752
            "selenium",
3753
            "testing",
3754
            "webdriver"
3755
        ]
3756
    },
3757
    {
3758
        "name": "squizlabs/php_codesniffer",
3759
        "version": "2.9.1",
3760
        "version_normalized": "2.9.1.0",
3761
        "source": {
3762
            "type": "git",
3763
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3764
            "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
3765
        },
3766
        "dist": {
3767
            "type": "zip",
3768
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
3769
            "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
3770
            "shasum": ""
3771
        },
3772
        "require": {
3773
            "ext-simplexml": "*",
3774
            "ext-tokenizer": "*",
3775
            "ext-xmlwriter": "*",
3776
            "php": ">=5.1.2"
3777
        },
3778
        "require-dev": {
3779
            "phpunit/phpunit": "~4.0"
3780
        },
3781
        "time": "2017-05-22T02:43:20+00:00",
3782
        "bin": [
3783
            "scripts/phpcs",
3784
            "scripts/phpcbf"
3785
        ],
3786
        "type": "library",
3787
        "extra": {
3788
            "branch-alias": {
3789
                "dev-master": "2.x-dev"
3790
            }
3791
        },
3792
        "installation-source": "dist",
3793
        "autoload": {
3794
            "classmap": [
3795
                "CodeSniffer.php",
3796
                "CodeSniffer/CLI.php",
3797
                "CodeSniffer/Exception.php",
3798
                "CodeSniffer/File.php",
3799
                "CodeSniffer/Fixer.php",
3800
                "CodeSniffer/Report.php",
3801
                "CodeSniffer/Reporting.php",
3802
                "CodeSniffer/Sniff.php",
3803
                "CodeSniffer/Tokens.php",
3804
                "CodeSniffer/Reports/",
3805
                "CodeSniffer/Tokenizers/",
3806
                "CodeSniffer/DocGenerators/",
3807
                "CodeSniffer/Standards/AbstractPatternSniff.php",
3808
                "CodeSniffer/Standards/AbstractScopeSniff.php",
3809
                "CodeSniffer/Standards/AbstractVariableSniff.php",
3810
                "CodeSniffer/Standards/IncorrectPatternException.php",
3811
                "CodeSniffer/Standards/Generic/Sniffs/",
3812
                "CodeSniffer/Standards/MySource/Sniffs/",
3813
                "CodeSniffer/Standards/PEAR/Sniffs/",
3814
                "CodeSniffer/Standards/PSR1/Sniffs/",
3815
                "CodeSniffer/Standards/PSR2/Sniffs/",
3816
                "CodeSniffer/Standards/Squiz/Sniffs/",
3817
                "CodeSniffer/Standards/Zend/Sniffs/"
3818
            ]
3819
        },
3820
        "notification-url": "https://packagist.org/downloads/",
3821
        "license": [
3822
            "BSD-3-Clause"
3823
        ],
3824
        "authors": [
3825
            {
3826
                "name": "Greg Sherwood",
3827
                "role": "lead"
3828
            }
3829
        ],
3830
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3831
        "homepage": "http://www.squizlabs.com/php-codesniffer",
3832
        "keywords": [
3833
            "phpcs",
3834
            "standards"
3835
        ]
3836
    },
3837
    {
3838
        "name": "drupal/coder",
3839
        "version": "8.2.12",
3840
        "version_normalized": "8.2.12.0",
3841
        "source": {
3842
            "type": "git",
3843
            "url": "https://git.drupal.org/project/coder.git",
3844
            "reference": "984c54a7b1e8f27ff1c32348df69712afd86b17f"
3845
        },
3846
        "require": {
3847
            "ext-mbstring": "*",
3848
            "php": ">=5.4.0",
3849
            "squizlabs/php_codesniffer": ">=2.8.1 <3.0",
3850
            "symfony/yaml": ">=2.0.0"
3851
        },
3852
        "require-dev": {
3853
            "phpunit/phpunit": ">=3.7 <6"
3854
        },
3855
        "time": "2017-03-18T10:28:49+00:00",
3856
        "type": "phpcodesniffer-standard",
3857
        "installation-source": "source",
3858
        "notification-url": "https://packagist.org/downloads/",
3859
        "license": [
3860
            "GPL-2.0+"
3861
        ],
3862
        "description": "Coder is a library to review Drupal code.",
3863
        "homepage": "https://www.drupal.org/project/coder",
3864
        "keywords": [
3865
            "code review",
3866
            "phpcs",
3867
            "standards"
3868
        ]
3869
    },
3870
    {
3871
        "name": "symfony/dom-crawler",
3872
        "version": "v3.4.8",
3873
        "version_normalized": "3.4.8.0",
3874
        "source": {
3875
            "type": "git",
3876
            "url": "https://github.com/symfony/dom-crawler.git",
3877
            "reference": "1a4cffeb059226ff6bee9f48acb388faf674afff"
3878
        },
3879
        "dist": {
3880
            "type": "zip",
3881
            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/1a4cffeb059226ff6bee9f48acb388faf674afff",
3882
            "reference": "1a4cffeb059226ff6bee9f48acb388faf674afff",
3883
            "shasum": ""
3884
        },
3885
        "require": {
3886
            "php": "^5.5.9|>=7.0.8",
3887
            "symfony/polyfill-mbstring": "~1.0"
3888
        },
3889
        "require-dev": {
3890
            "symfony/css-selector": "~2.8|~3.0|~4.0"
3891
        },
3892
        "suggest": {
3893
            "symfony/css-selector": ""
3894
        },
3895
        "time": "2018-03-19T22:32:39+00:00",
3896
        "type": "library",
3897
        "extra": {
3898
            "branch-alias": {
3899
                "dev-master": "3.4-dev"
3900
            }
3901
        },
3902
        "installation-source": "dist",
3903
        "autoload": {
3904
            "psr-4": {
3905
                "Symfony\\Component\\DomCrawler\\": ""
3906
            },
3907
            "exclude-from-classmap": [
3908
                "/Tests/"
3909
            ]
3910
        },
3911
        "notification-url": "https://packagist.org/downloads/",
3912
        "license": [
3913
            "MIT"
3914
        ],
3915
        "authors": [
3916
            {
3917
                "name": "Fabien Potencier",
3918
                "email": "fabien@symfony.com"
3919
            },
3920
            {
3921
                "name": "Symfony Community",
3922
                "homepage": "https://symfony.com/contributors"
3923
            }
3924
        ],
3925
        "description": "Symfony DomCrawler Component",
3926
        "homepage": "https://symfony.com"
3927
    },
3928
    {
3929
        "name": "symfony/browser-kit",
3930
        "version": "v3.4.8",
3931
        "version_normalized": "3.4.8.0",
3932
        "source": {
3933
            "type": "git",
3934
            "url": "https://github.com/symfony/browser-kit.git",
3935
            "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79"
3936
        },
3937
        "dist": {
3938
            "type": "zip",
3939
            "url": "https://api.github.com/repos/symfony/browser-kit/zipball/840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
3940
            "reference": "840bb6f0d5b3701fd768b68adf7193c2d0f98f79",
3941
            "shasum": ""
3942
        },
3943
        "require": {
3944
            "php": "^5.5.9|>=7.0.8",
3945
            "symfony/dom-crawler": "~2.8|~3.0|~4.0"
3946
        },
3947
        "require-dev": {
3948
            "symfony/css-selector": "~2.8|~3.0|~4.0",
3949
            "symfony/process": "~2.8|~3.0|~4.0"
3950
        },
3951
        "suggest": {
3952
            "symfony/process": ""
3953
        },
3954
        "time": "2018-03-19T22:32:39+00:00",
3955
        "type": "library",
3956
        "extra": {
3957
            "branch-alias": {
3958
                "dev-master": "3.4-dev"
3959
            }
3960
        },
3961
        "installation-source": "dist",
3962
        "autoload": {
3963
            "psr-4": {
3964
                "Symfony\\Component\\BrowserKit\\": ""
3965
            },
3966
            "exclude-from-classmap": [
3967
                "/Tests/"
3968
            ]
3969
        },
3970
        "notification-url": "https://packagist.org/downloads/",
3971
        "license": [
3972
            "MIT"
3973
        ],
3974
        "authors": [
3975
            {
3976
                "name": "Fabien Potencier",
3977
                "email": "fabien@symfony.com"
3978
            },
3979
            {
3980
                "name": "Symfony Community",
3981
                "homepage": "https://symfony.com/contributors"
3982
            }
3983
        ],
3984
        "description": "Symfony BrowserKit Component",
3985
        "homepage": "https://symfony.com"
3986
    },
3987
    {
3988
        "name": "fabpot/goutte",
3989
        "version": "v3.2.2",
3990
        "version_normalized": "3.2.2.0",
3991
        "source": {
3992
            "type": "git",
3993
            "url": "https://github.com/FriendsOfPHP/Goutte.git",
3994
            "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96"
3995
        },
3996
        "dist": {
3997
            "type": "zip",
3998
            "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/395f61d7c2e15a813839769553a4de16fa3b3c96",
3999
            "reference": "395f61d7c2e15a813839769553a4de16fa3b3c96",
4000
            "shasum": ""
4001
        },
4002
        "require": {
4003
            "guzzlehttp/guzzle": "^6.0",
4004
            "php": ">=5.5.0",
4005
            "symfony/browser-kit": "~2.1|~3.0|~4.0",
4006
            "symfony/css-selector": "~2.1|~3.0|~4.0",
4007
            "symfony/dom-crawler": "~2.1|~3.0|~4.0"
4008
        },
4009
        "require-dev": {
4010
            "symfony/phpunit-bridge": "^3.3 || ^4"
4011
        },
4012
        "time": "2017-11-19T08:45:40+00:00",
4013
        "type": "application",
4014
        "extra": {
4015
            "branch-alias": {
4016
                "dev-master": "3.2-dev"
4017
            }
4018
        },
4019
        "installation-source": "dist",
4020
        "autoload": {
4021
            "psr-4": {
4022
                "Goutte\\": "Goutte"
4023
            },
4024
            "exclude-from-classmap": [
4025
                "Goutte/Tests"
4026
            ]
4027
        },
4028
        "notification-url": "https://packagist.org/downloads/",
4029
        "license": [
4030
            "MIT"
4031
        ],
4032
        "authors": [
4033
            {
4034
                "name": "Fabien Potencier",
4035
                "email": "fabien@symfony.com"
4036
            }
4037
        ],
4038
        "description": "A simple PHP Web Scraper",
4039
        "homepage": "https://github.com/FriendsOfPHP/Goutte",
4040
        "keywords": [
4041
            "scraper"
4042
        ]
4043
    },
4044
    {
4045
        "name": "behat/mink-browserkit-driver",
4046
        "version": "v1.3.2",
4047
        "version_normalized": "1.3.2.0",
4048
        "source": {
4049
            "type": "git",
4050
            "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
4051
            "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
4052
        },
4053
        "dist": {
4054
            "type": "zip",
4055
            "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
4056
            "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
4057
            "shasum": ""
4058
        },
4059
        "require": {
4060
            "behat/mink": "^1.7.1@dev",
4061
            "php": ">=5.3.6",
4062
            "symfony/browser-kit": "~2.3|~3.0",
4063
            "symfony/dom-crawler": "~2.3|~3.0"
4064
        },
4065
        "require-dev": {
4066
            "silex/silex": "~1.2",
4067
            "symfony/phpunit-bridge": "~2.7|~3.0"
4068
        },
4069
        "time": "2016-03-05T08:59:47+00:00",
4070
        "type": "mink-driver",
4071
        "extra": {
4072
            "branch-alias": {
4073
                "dev-master": "1.3.x-dev"
4074
            }
4075
        },
4076
        "installation-source": "dist",
4077
        "autoload": {
4078
            "psr-4": {
4079
                "Behat\\Mink\\Driver\\": "src/"
4080
            }
4081
        },
4082
        "notification-url": "https://packagist.org/downloads/",
4083
        "license": [
4084
            "MIT"
4085
        ],
4086
        "authors": [
4087
            {
4088
                "name": "Konstantin Kudryashov",
4089
                "email": "ever.zet@gmail.com",
4090
                "homepage": "http://everzet.com"
4091
            }
4092
        ],
4093
        "description": "Symfony2 BrowserKit driver for Mink framework",
4094
        "homepage": "http://mink.behat.org/",
4095
        "keywords": [
4096
            "Mink",
4097
            "Symfony2",
4098
            "browser",
4099
            "testing"
4100
        ]
4101
    },
4102
    {
4103
        "name": "behat/mink-goutte-driver",
4104
        "version": "v1.2.1",
4105
        "version_normalized": "1.2.1.0",
4106
        "source": {
4107
            "type": "git",
4108
            "url": "https://github.com/minkphp/MinkGoutteDriver.git",
4109
            "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
4110
        },
4111
        "dist": {
4112
            "type": "zip",
4113
            "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
4114
            "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
4115
            "shasum": ""
4116
        },
4117
        "require": {
4118
            "behat/mink": "~1.6@dev",
4119
            "behat/mink-browserkit-driver": "~1.2@dev",
4120
            "fabpot/goutte": "~1.0.4|~2.0|~3.1",
4121
            "php": ">=5.3.1"
4122
        },
4123
        "require-dev": {
4124
            "symfony/phpunit-bridge": "~2.7|~3.0"
4125
        },
4126
        "time": "2016-03-05T09:04:22+00:00",
4127
        "type": "mink-driver",
4128
        "extra": {
4129
            "branch-alias": {
4130
                "dev-master": "1.2.x-dev"
4131
            }
4132
        },
4133
        "installation-source": "dist",
4134
        "autoload": {
4135
            "psr-4": {
4136
                "Behat\\Mink\\Driver\\": "src/"
4137
            }
4138
        },
4139
        "notification-url": "https://packagist.org/downloads/",
4140
        "license": [
4141
            "MIT"
4142
        ],
4143
        "authors": [
4144
            {
4145
                "name": "Konstantin Kudryashov",
4146
                "email": "ever.zet@gmail.com",
4147
                "homepage": "http://everzet.com"
4148
            }
4149
        ],
4150
        "description": "Goutte driver for Mink framework",
4151
        "homepage": "http://mink.behat.org/",
4152
        "keywords": [
4153
            "browser",
4154
            "goutte",
4155
            "headless",
4156
            "testing"
4157
        ]
4158
    },
4159
    {
4160
        "name": "jcalderonzumba/gastonjs",
4161
        "version": "v1.2.0",
4162
        "version_normalized": "1.2.0.0",
4163
        "source": {
4164
            "type": "git",
4165
            "url": "https://github.com/jcalderonzumba/gastonjs.git",
4166
            "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3"
4167
        },
4168
        "dist": {
4169
            "type": "zip",
4170
            "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/575a9c18d8b87990c37252e8d9707b29f0a313f3",
4171
            "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3",
4172
            "shasum": ""
4173
        },
4174
        "require": {
4175
            "guzzlehttp/guzzle": "~5.0|~6.0",
4176
            "php": ">=5.4"
4177
        },
4178
        "require-dev": {
4179
            "phpunit/phpunit": "~4.6",
4180
            "silex/silex": "~1.2",
4181
            "symfony/phpunit-bridge": "~2.7",
4182
            "symfony/process": "~2.1"
4183
        },
4184
        "time": "2017-03-31T07:31:47+00:00",
4185
        "type": "phantomjs-api",
4186
        "extra": {
4187
            "branch-alias": {
4188
                "dev-master": "1.1.x-dev"
4189
            }
4190
        },
4191
        "installation-source": "dist",
4192
        "autoload": {
4193
            "psr-4": {
4194
                "Zumba\\GastonJS\\": "src"
4195
            }
4196
        },
4197
        "notification-url": "https://packagist.org/downloads/",
4198
        "license": [
4199
            "MIT"
4200
        ],
4201
        "authors": [
4202
            {
4203
                "name": "Juan Francisco Calderón Zumba",
4204
                "email": "juanfcz@gmail.com",
4205
                "homepage": "http://github.com/jcalderonzumba"
4206
            }
4207
        ],
4208
        "description": "PhantomJS API based server for webpage automation",
4209
        "homepage": "https://github.com/jcalderonzumba/gastonjs",
4210
        "keywords": [
4211
            "api",
4212
            "automation",
4213
            "browser",
4214
            "headless",
4215
            "phantomjs"
4216
        ]
4217
    },
4218
    {
4219
        "name": "jcalderonzumba/mink-phantomjs-driver",
4220
        "version": "v0.3.3",
4221
        "version_normalized": "0.3.3.0",
4222
        "source": {
4223
            "type": "git",
4224
            "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
4225
            "reference": "008f43670e94acd39273d15add1e7348eb23848d"
4226
        },
4227
        "dist": {
4228
            "type": "zip",
4229
            "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
4230
            "reference": "008f43670e94acd39273d15add1e7348eb23848d",
4231
            "shasum": ""
4232
        },
4233
        "require": {
4234
            "behat/mink": "~1.7",
4235
            "jcalderonzumba/gastonjs": "~1.0",
4236
            "php": ">=5.4",
4237
            "twig/twig": "~1.20|~2.0"
4238
        },
4239
        "require-dev": {
4240
            "mink/driver-testsuite": "dev-master",
4241
            "phpunit/phpunit": "~4.6"
4242
        },
4243
        "time": "2016-12-01T10:57:30+00:00",
4244
        "type": "mink-driver",
4245
        "extra": {
4246
            "branch-alias": {
4247
                "dev-master": "0.4.x-dev"
4248
            }
4249
        },
4250
        "installation-source": "dist",
4251
        "autoload": {
4252
            "psr-4": {
4253
                "Zumba\\Mink\\Driver\\": "src"
4254
            }
4255
        },
4256
        "notification-url": "https://packagist.org/downloads/",
4257
        "license": [
4258
            "MIT"
4259
        ],
4260
        "authors": [
4261
            {
4262
                "name": "Juan Francisco Calderón Zumba",
4263
                "email": "juanfcz@gmail.com",
4264
                "homepage": "http://github.com/jcalderonzumba"
4265
            }
4266
        ],
4267
        "description": "PhantomJS driver for Mink framework",
4268
        "homepage": "http://mink.behat.org/",
4269
        "keywords": [
4270
            "ajax",
4271
            "browser",
4272
            "headless",
4273
            "javascript",
4274
            "phantomjs",
4275
            "testing"
4276
        ]
4277
    },
4278
    {
4279
        "name": "mikey179/vfsStream",
4280
        "version": "v1.6.5",
4281
        "version_normalized": "1.6.5.0",
4282
        "source": {
4283
            "type": "git",
4284
            "url": "https://github.com/mikey179/vfsStream.git",
4285
            "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
4286
        },
4287
        "dist": {
4288
            "type": "zip",
4289
            "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
4290
            "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
4291
            "shasum": ""
4292
        },
4293
        "require": {
4294
            "php": ">=5.3.0"
4295
        },
4296
        "require-dev": {
4297
            "phpunit/phpunit": "~4.5"
4298
        },
4299
        "time": "2017-08-01T08:02:14+00:00",
4300
        "type": "library",
4301
        "extra": {
4302
            "branch-alias": {
4303
                "dev-master": "1.6.x-dev"
4304
            }
4305
        },
4306
        "installation-source": "dist",
4307
        "autoload": {
4308
            "psr-0": {
4309
                "org\\bovigo\\vfs\\": "src/main/php"
4310
            }
4311
        },
4312
        "notification-url": "https://packagist.org/downloads/",
4313
        "license": [
4314
            "BSD-3-Clause"
4315
        ],
4316
        "authors": [
4317
            {
4318
                "name": "Frank Kleine",
4319
                "homepage": "http://frankkleine.de/",
4320
                "role": "Developer"
4321
            }
4322
        ],
4323
        "description": "Virtual file system to mock the real file system in unit tests.",
4324
        "homepage": "http://vfs.bovigo.org/"
4325
    },
4326
    {
4327
        "name": "sebastian/version",
4328
        "version": "2.0.1",
4329
        "version_normalized": "2.0.1.0",
4330
        "source": {
4331
            "type": "git",
4332
            "url": "https://github.com/sebastianbergmann/version.git",
4333
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4334
        },
4335
        "dist": {
4336
            "type": "zip",
4337
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4338
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4339
            "shasum": ""
4340
        },
4341
        "require": {
4342
            "php": ">=5.6"
4343
        },
4344
        "time": "2016-10-03T07:35:21+00:00",
4345
        "type": "library",
4346
        "extra": {
4347
            "branch-alias": {
4348
                "dev-master": "2.0.x-dev"
4349
            }
4350
        },
4351
        "installation-source": "dist",
4352
        "autoload": {
4353
            "classmap": [
4354
                "src/"
4355
            ]
4356
        },
4357
        "notification-url": "https://packagist.org/downloads/",
4358
        "license": [
4359
            "BSD-3-Clause"
4360
        ],
4361
        "authors": [
4362
            {
4363
                "name": "Sebastian Bergmann",
4364
                "email": "sebastian@phpunit.de",
4365
                "role": "lead"
4366
            }
4367
        ],
4368
        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4369
        "homepage": "https://github.com/sebastianbergmann/version"
4370
    },
4371
    {
4372
        "name": "sebastian/resource-operations",
4373
        "version": "1.0.0",
4374
        "version_normalized": "1.0.0.0",
4375
        "source": {
4376
            "type": "git",
4377
            "url": "https://github.com/sebastianbergmann/resource-operations.git",
4378
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4379
        },
4380
        "dist": {
4381
            "type": "zip",
4382
            "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4383
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4384
            "shasum": ""
4385
        },
4386
        "require": {
4387
            "php": ">=5.6.0"
4388
        },
4389
        "time": "2015-07-28T20:34:47+00:00",
4390
        "type": "library",
4391
        "extra": {
4392
            "branch-alias": {
4393
                "dev-master": "1.0.x-dev"
4394
            }
4395
        },
4396
        "installation-source": "dist",
4397
        "autoload": {
4398
            "classmap": [
4399
                "src/"
4400
            ]
4401
        },
4402
        "notification-url": "https://packagist.org/downloads/",
4403
        "license": [
4404
            "BSD-3-Clause"
4405
        ],
4406
        "authors": [
4407
            {
4408
                "name": "Sebastian Bergmann",
4409
                "email": "sebastian@phpunit.de"
4410
            }
4411
        ],
4412
        "description": "Provides a list of PHP built-in functions that operate on resources",
4413
        "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
4414
    },
4415
    {
4416
        "name": "sebastian/object-reflector",
4417
        "version": "1.1.1",
4418
        "version_normalized": "1.1.1.0",
4419
        "source": {
4420
            "type": "git",
4421
            "url": "https://github.com/sebastianbergmann/object-reflector.git",
4422
            "reference": "773f97c67f28de00d397be301821b06708fca0be"
4423
        },
4424
        "dist": {
4425
            "type": "zip",
4426
            "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4427
            "reference": "773f97c67f28de00d397be301821b06708fca0be",
4428
            "shasum": ""
4429
        },
4430
        "require": {
4431
            "php": "^7.0"
4432
        },
4433
        "require-dev": {
4434
            "phpunit/phpunit": "^6.0"
4435
        },
4436
        "time": "2017-03-29T09:07:27+00:00",
4437
        "type": "library",
4438
        "extra": {
4439
            "branch-alias": {
4440
                "dev-master": "1.1-dev"
4441
            }
4442
        },
4443
        "installation-source": "dist",
4444
        "autoload": {
4445
            "classmap": [
4446
                "src/"
4447
            ]
4448
        },
4449
        "notification-url": "https://packagist.org/downloads/",
4450
        "license": [
4451
            "BSD-3-Clause"
4452
        ],
4453
        "authors": [
4454
            {
4455
                "name": "Sebastian Bergmann",
4456
                "email": "sebastian@phpunit.de"
4457
            }
4458
        ],
4459
        "description": "Allows reflection of object attributes, including inherited and non-public ones",
4460
        "homepage": "https://github.com/sebastianbergmann/object-reflector/"
4461
    },
4462
    {
4463
        "name": "sebastian/recursion-context",
4464
        "version": "3.0.0",
4465
        "version_normalized": "3.0.0.0",
4466
        "source": {
4467
            "type": "git",
4468
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
4469
            "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4470
        },
4471
        "dist": {
4472
            "type": "zip",
4473
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4474
            "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4475
            "shasum": ""
4476
        },
4477
        "require": {
4478
            "php": "^7.0"
4479
        },
4480
        "require-dev": {
4481
            "phpunit/phpunit": "^6.0"
4482
        },
4483
        "time": "2017-03-03T06:23:57+00:00",
4484
        "type": "library",
4485
        "extra": {
4486
            "branch-alias": {
4487
                "dev-master": "3.0.x-dev"
4488
            }
4489
        },
4490
        "installation-source": "dist",
4491
        "autoload": {
4492
            "classmap": [
4493
                "src/"
4494
            ]
4495
        },
4496
        "notification-url": "https://packagist.org/downloads/",
4497
        "license": [
4498
            "BSD-3-Clause"
4499
        ],
4500
        "authors": [
4501
            {
4502
                "name": "Jeff Welch",
4503
                "email": "whatthejeff@gmail.com"
4504
            },
4505
            {
4506
                "name": "Sebastian Bergmann",
4507
                "email": "sebastian@phpunit.de"
4508
            },
4509
            {
4510
                "name": "Adam Harvey",
4511
                "email": "aharvey@php.net"
4512
            }
4513
        ],
4514
        "description": "Provides functionality to recursively process PHP variables",
4515
        "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
4516
    },
4517
    {
4518
        "name": "sebastian/object-enumerator",
4519
        "version": "3.0.3",
4520
        "version_normalized": "3.0.3.0",
4521
        "source": {
4522
            "type": "git",
4523
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4524
            "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4525
        },
4526
        "dist": {
4527
            "type": "zip",
4528
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4529
            "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4530
            "shasum": ""
4531
        },
4532
        "require": {
4533
            "php": "^7.0",
4534
            "sebastian/object-reflector": "^1.1.1",
4535
            "sebastian/recursion-context": "^3.0"
4536
        },
4537
        "require-dev": {
4538
            "phpunit/phpunit": "^6.0"
4539
        },
4540
        "time": "2017-08-03T12:35:26+00:00",
4541
        "type": "library",
4542
        "extra": {
4543
            "branch-alias": {
4544
                "dev-master": "3.0.x-dev"
4545
            }
4546
        },
4547
        "installation-source": "dist",
4548
        "autoload": {
4549
            "classmap": [
4550
                "src/"
4551
            ]
4552
        },
4553
        "notification-url": "https://packagist.org/downloads/",
4554
        "license": [
4555
            "BSD-3-Clause"
4556
        ],
4557
        "authors": [
4558
            {
4559
                "name": "Sebastian Bergmann",
4560
                "email": "sebastian@phpunit.de"
4561
            }
4562
        ],
4563
        "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4564
        "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
4565
    },
4566
    {
4567
        "name": "sebastian/global-state",
4568
        "version": "2.0.0",
4569
        "version_normalized": "2.0.0.0",
4570
        "source": {
4571
            "type": "git",
4572
            "url": "https://github.com/sebastianbergmann/global-state.git",
4573
            "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4574
        },
4575
        "dist": {
4576
            "type": "zip",
4577
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4578
            "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4579
            "shasum": ""
4580
        },
4581
        "require": {
4582
            "php": "^7.0"
4583
        },
4584
        "require-dev": {
4585
            "phpunit/phpunit": "^6.0"
4586
        },
4587
        "suggest": {
4588
            "ext-uopz": "*"
4589
        },
4590
        "time": "2017-04-27T15:39:26+00:00",
4591
        "type": "library",
4592
        "extra": {
4593
            "branch-alias": {
4594
                "dev-master": "2.0-dev"
4595
            }
4596
        },
4597
        "installation-source": "dist",
4598
        "autoload": {
4599
            "classmap": [
4600
                "src/"
4601
            ]
4602
        },
4603
        "notification-url": "https://packagist.org/downloads/",
4604
        "license": [
4605
            "BSD-3-Clause"
4606
        ],
4607
        "authors": [
4608
            {
4609
                "name": "Sebastian Bergmann",
4610
                "email": "sebastian@phpunit.de"
4611
            }
4612
        ],
4613
        "description": "Snapshotting of global state",
4614
        "homepage": "http://www.github.com/sebastianbergmann/global-state",
4615
        "keywords": [
4616
            "global state"
4617
        ]
4618
    },
4619
    {
4620
        "name": "sebastian/exporter",
4621
        "version": "3.1.0",
4622
        "version_normalized": "3.1.0.0",
4623
        "source": {
4624
            "type": "git",
4625
            "url": "https://github.com/sebastianbergmann/exporter.git",
4626
            "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4627
        },
4628
        "dist": {
4629
            "type": "zip",
4630
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4631
            "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4632
            "shasum": ""
4633
        },
4634
        "require": {
4635
            "php": "^7.0",
4636
            "sebastian/recursion-context": "^3.0"
4637
        },
4638
        "require-dev": {
4639
            "ext-mbstring": "*",
4640
            "phpunit/phpunit": "^6.0"
4641
        },
4642
        "time": "2017-04-03T13:19:02+00:00",
4643
        "type": "library",
4644
        "extra": {
4645
            "branch-alias": {
4646
                "dev-master": "3.1.x-dev"
4647
            }
4648
        },
4649
        "installation-source": "dist",
4650
        "autoload": {
4651
            "classmap": [
4652
                "src/"
4653
            ]
4654
        },
4655
        "notification-url": "https://packagist.org/downloads/",
4656
        "license": [
4657
            "BSD-3-Clause"
4658
        ],
4659
        "authors": [
4660
            {
4661
                "name": "Jeff Welch",
4662
                "email": "whatthejeff@gmail.com"
4663
            },
4664
            {
4665
                "name": "Volker Dusch",
4666
                "email": "github@wallbash.com"
4667
            },
4668
            {
4669
                "name": "Bernhard Schussek",
4670
                "email": "bschussek@2bepublished.at"
4671
            },
4672
            {
4673
                "name": "Sebastian Bergmann",
4674
                "email": "sebastian@phpunit.de"
4675
            },
4676
            {
4677
                "name": "Adam Harvey",
4678
                "email": "aharvey@php.net"
4679
            }
4680
        ],
4681
        "description": "Provides the functionality to export PHP variables for visualization",
4682
        "homepage": "http://www.github.com/sebastianbergmann/exporter",
4683
        "keywords": [
4684
            "export",
4685
            "exporter"
4686
        ]
4687
    },
4688
    {
4689
        "name": "sebastian/environment",
4690
        "version": "3.1.0",
4691
        "version_normalized": "3.1.0.0",
4692
        "source": {
4693
            "type": "git",
4694
            "url": "https://github.com/sebastianbergmann/environment.git",
4695
            "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4696
        },
4697
        "dist": {
4698
            "type": "zip",
4699
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4700
            "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4701
            "shasum": ""
4702
        },
4703
        "require": {
4704
            "php": "^7.0"
4705
        },
4706
        "require-dev": {
4707
            "phpunit/phpunit": "^6.1"
4708
        },
4709
        "time": "2017-07-01T08:51:00+00:00",
4710
        "type": "library",
4711
        "extra": {
4712
            "branch-alias": {
4713
                "dev-master": "3.1.x-dev"
4714
            }
4715
        },
4716
        "installation-source": "dist",
4717
        "autoload": {
4718
            "classmap": [
4719
                "src/"
4720
            ]
4721
        },
4722
        "notification-url": "https://packagist.org/downloads/",
4723
        "license": [
4724
            "BSD-3-Clause"
4725
        ],
4726
        "authors": [
4727
            {
4728
                "name": "Sebastian Bergmann",
4729
                "email": "sebastian@phpunit.de"
4730
            }
4731
        ],
4732
        "description": "Provides functionality to handle HHVM/PHP environments",
4733
        "homepage": "http://www.github.com/sebastianbergmann/environment",
4734
        "keywords": [
4735
            "Xdebug",
4736
            "environment",
4737
            "hhvm"
4738
        ]
4739
    },
4740
    {
4741
        "name": "sebastian/diff",
4742
        "version": "2.0.1",
4743
        "version_normalized": "2.0.1.0",
4744
        "source": {
4745
            "type": "git",
4746
            "url": "https://github.com/sebastianbergmann/diff.git",
4747
            "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
4748
        },
4749
        "dist": {
4750
            "type": "zip",
4751
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4752
            "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4753
            "shasum": ""
4754
        },
4755
        "require": {
4756
            "php": "^7.0"
4757
        },
4758
        "require-dev": {
4759
            "phpunit/phpunit": "^6.2"
4760
        },
4761
        "time": "2017-08-03T08:09:46+00:00",
4762
        "type": "library",
4763
        "extra": {
4764
            "branch-alias": {
4765
                "dev-master": "2.0-dev"
4766
            }
4767
        },
4768
        "installation-source": "dist",
4769
        "autoload": {
4770
            "classmap": [
4771
                "src/"
4772
            ]
4773
        },
4774
        "notification-url": "https://packagist.org/downloads/",
4775
        "license": [
4776
            "BSD-3-Clause"
4777
        ],
4778
        "authors": [
4779
            {
4780
                "name": "Kore Nordmann",
4781
                "email": "mail@kore-nordmann.de"
4782
            },
4783
            {
4784
                "name": "Sebastian Bergmann",
4785
                "email": "sebastian@phpunit.de"
4786
            }
4787
        ],
4788
        "description": "Diff implementation",
4789
        "homepage": "https://github.com/sebastianbergmann/diff",
4790
        "keywords": [
4791
            "diff"
4792
        ]
4793
    },
4794
    {
4795
        "name": "sebastian/comparator",
4796
        "version": "2.1.3",
4797
        "version_normalized": "2.1.3.0",
4798
        "source": {
4799
            "type": "git",
4800
            "url": "https://github.com/sebastianbergmann/comparator.git",
4801
            "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
4802
        },
4803
        "dist": {
4804
            "type": "zip",
4805
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
4806
            "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
4807
            "shasum": ""
4808
        },
4809
        "require": {
4810
            "php": "^7.0",
4811
            "sebastian/diff": "^2.0 || ^3.0",
4812
            "sebastian/exporter": "^3.1"
4813
        },
4814
        "require-dev": {
4815
            "phpunit/phpunit": "^6.4"
4816
        },
4817
        "time": "2018-02-01T13:46:46+00:00",
4818
        "type": "library",
4819
        "extra": {
4820
            "branch-alias": {
4821
                "dev-master": "2.1.x-dev"
4822
            }
4823
        },
4824
        "installation-source": "dist",
4825
        "autoload": {
4826
            "classmap": [
4827
                "src/"
4828
            ]
4829
        },
4830
        "notification-url": "https://packagist.org/downloads/",
4831
        "license": [
4832
            "BSD-3-Clause"
4833
        ],
4834
        "authors": [
4835
            {
4836
                "name": "Jeff Welch",
4837
                "email": "whatthejeff@gmail.com"
4838
            },
4839
            {
4840
                "name": "Volker Dusch",
4841
                "email": "github@wallbash.com"
4842
            },
4843
            {
4844
                "name": "Bernhard Schussek",
4845
                "email": "bschussek@2bepublished.at"
4846
            },
4847
            {
4848
                "name": "Sebastian Bergmann",
4849
                "email": "sebastian@phpunit.de"
4850
            }
4851
        ],
4852
        "description": "Provides the functionality to compare PHP values for equality",
4853
        "homepage": "https://github.com/sebastianbergmann/comparator",
4854
        "keywords": [
4855
            "comparator",
4856
            "compare",
4857
            "equality"
4858
        ]
4859
    },
4860
    {
4861
        "name": "doctrine/instantiator",
4862
        "version": "1.0.5",
4863
        "version_normalized": "1.0.5.0",
4864
        "source": {
4865
            "type": "git",
4866
            "url": "https://github.com/doctrine/instantiator.git",
4867
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
4868
        },
4869
        "dist": {
4870
            "type": "zip",
4871
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
4872
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
4873
            "shasum": ""
4874
        },
4875
        "require": {
4876
            "php": ">=5.3,<8.0-DEV"
4877
        },
4878
        "require-dev": {
4879
            "athletic/athletic": "~0.1.8",
4880
            "ext-pdo": "*",
4881
            "ext-phar": "*",
4882
            "phpunit/phpunit": "~4.0",
4883
            "squizlabs/php_codesniffer": "~2.0"
4884
        },
4885
        "time": "2015-06-14T21:17:01+00:00",
4886
        "type": "library",
4887
        "extra": {
4888
            "branch-alias": {
4889
                "dev-master": "1.0.x-dev"
4890
            }
4891
        },
4892
        "installation-source": "dist",
4893
        "autoload": {
4894
            "psr-4": {
4895
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4896
            }
4897
        },
4898
        "notification-url": "https://packagist.org/downloads/",
4899
        "license": [
4900
            "MIT"
4901
        ],
4902
        "authors": [
4903
            {
4904
                "name": "Marco Pivetta",
4905
                "email": "ocramius@gmail.com",
4906
                "homepage": "http://ocramius.github.com/"
4907
            }
4908
        ],
4909
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4910
        "homepage": "https://github.com/doctrine/instantiator",
4911
        "keywords": [
4912
            "constructor",
4913
            "instantiate"
4914
        ]
4915
    },
4916
    {
4917
        "name": "phpunit/php-text-template",
4918
        "version": "1.2.1",
4919
        "version_normalized": "1.2.1.0",
4920
        "source": {
4921
            "type": "git",
4922
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
4923
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4924
        },
4925
        "dist": {
4926
            "type": "zip",
4927
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4928
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4929
            "shasum": ""
4930
        },
4931
        "require": {
4932
            "php": ">=5.3.3"
4933
        },
4934
        "time": "2015-06-21T13:50:34+00:00",
4935
        "type": "library",
4936
        "installation-source": "dist",
4937
        "autoload": {
4938
            "classmap": [
4939
                "src/"
4940
            ]
4941
        },
4942
        "notification-url": "https://packagist.org/downloads/",
4943
        "license": [
4944
            "BSD-3-Clause"
4945
        ],
4946
        "authors": [
4947
            {
4948
                "name": "Sebastian Bergmann",
4949
                "email": "sebastian@phpunit.de",
4950
                "role": "lead"
4951
            }
4952
        ],
4953
        "description": "Simple template engine.",
4954
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4955
        "keywords": [
4956
            "template"
4957
        ]
4958
    },
4959
    {
4960
        "name": "phpunit/phpunit-mock-objects",
4961
        "version": "5.0.6",
4962
        "version_normalized": "5.0.6.0",
4963
        "source": {
4964
            "type": "git",
4965
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4966
            "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
4967
        },
4968
        "dist": {
4969
            "type": "zip",
4970
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
4971
            "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
4972
            "shasum": ""
4973
        },
4974
        "require": {
4975
            "doctrine/instantiator": "^1.0.5",
4976
            "php": "^7.0",
4977
            "phpunit/php-text-template": "^1.2.1",
4978
            "sebastian/exporter": "^3.1"
4979
        },
4980
        "conflict": {
4981
            "phpunit/phpunit": "<6.0"
4982
        },
4983
        "require-dev": {
4984
            "phpunit/phpunit": "^6.5"
4985
        },
4986
        "suggest": {
4987
            "ext-soap": "*"
4988
        },
4989
        "time": "2018-01-06T05:45:45+00:00",
4990
        "type": "library",
4991
        "extra": {
4992
            "branch-alias": {
4993
                "dev-master": "5.0.x-dev"
4994
            }
4995
        },
4996
        "installation-source": "dist",
4997
        "autoload": {
4998
            "classmap": [
4999
                "src/"
5000
            ]
5001
        },
5002
        "notification-url": "https://packagist.org/downloads/",
5003
        "license": [
5004
            "BSD-3-Clause"
5005
        ],
5006
        "authors": [
5007
            {
5008
                "name": "Sebastian Bergmann",
5009
                "email": "sebastian@phpunit.de",
5010
                "role": "lead"
5011
            }
5012
        ],
5013
        "description": "Mock Object library for PHPUnit",
5014
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5015
        "keywords": [
5016
            "mock",
5017
            "xunit"
5018
        ]
5019
    },
5020
    {
5021
        "name": "phpunit/php-timer",
5022
        "version": "1.0.9",
5023
        "version_normalized": "1.0.9.0",
5024
        "source": {
5025
            "type": "git",
5026
            "url": "https://github.com/sebastianbergmann/php-timer.git",
5027
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
5028
        },
5029
        "dist": {
5030
            "type": "zip",
5031
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
5032
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
5033
            "shasum": ""
5034
        },
5035
        "require": {
5036
            "php": "^5.3.3 || ^7.0"
5037
        },
5038
        "require-dev": {
5039
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5040
        },
5041
        "time": "2017-02-26T11:10:40+00:00",
5042
        "type": "library",
5043
        "extra": {
5044
            "branch-alias": {
5045
                "dev-master": "1.0-dev"
5046
            }
5047
        },
5048
        "installation-source": "dist",
5049
        "autoload": {
5050
            "classmap": [
5051
                "src/"
5052
            ]
5053
        },
5054
        "notification-url": "https://packagist.org/downloads/",
5055
        "license": [
5056
            "BSD-3-Clause"
5057
        ],
5058
        "authors": [
5059
            {
5060
                "name": "Sebastian Bergmann",
5061
                "email": "sb@sebastian-bergmann.de",
5062
                "role": "lead"
5063
            }
5064
        ],
5065
        "description": "Utility class for timing",
5066
        "homepage": "https://github.com/sebastianbergmann/php-timer/",
5067
        "keywords": [
5068
            "timer"
5069
        ]
5070
    },
5071
    {
5072
        "name": "phpunit/php-file-iterator",
5073
        "version": "1.4.5",
5074
        "version_normalized": "1.4.5.0",
5075
        "source": {
5076
            "type": "git",
5077
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5078
            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
5079
        },
5080
        "dist": {
5081
            "type": "zip",
5082
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
5083
            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
5084
            "shasum": ""
5085
        },
5086
        "require": {
5087
            "php": ">=5.3.3"
5088
        },
5089
        "time": "2017-11-27T13:52:08+00:00",
5090
        "type": "library",
5091
        "extra": {
5092
            "branch-alias": {
5093
                "dev-master": "1.4.x-dev"
5094
            }
5095
        },
5096
        "installation-source": "dist",
5097
        "autoload": {
5098
            "classmap": [
5099
                "src/"
5100
            ]
5101
        },
5102
        "notification-url": "https://packagist.org/downloads/",
5103
        "license": [
5104
            "BSD-3-Clause"
5105
        ],
5106
        "authors": [
5107
            {
5108
                "name": "Sebastian Bergmann",
5109
                "email": "sb@sebastian-bergmann.de",
5110
                "role": "lead"
5111
            }
5112
        ],
5113
        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5114
        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5115
        "keywords": [
5116
            "filesystem",
5117
            "iterator"
5118
        ]
5119
    },
5120
    {
5121
        "name": "theseer/tokenizer",
5122
        "version": "1.1.0",
5123
        "version_normalized": "1.1.0.0",
5124
        "source": {
5125
            "type": "git",
5126
            "url": "https://github.com/theseer/tokenizer.git",
5127
            "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5128
        },
5129
        "dist": {
5130
            "type": "zip",
5131
            "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5132
            "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5133
            "shasum": ""
5134
        },
5135
        "require": {
5136
            "ext-dom": "*",
5137
            "ext-tokenizer": "*",
5138
            "ext-xmlwriter": "*",
5139
            "php": "^7.0"
5140
        },
5141
        "time": "2017-04-07T12:08:54+00:00",
5142
        "type": "library",
5143
        "installation-source": "dist",
5144
        "autoload": {
5145
            "classmap": [
5146
                "src/"
5147
            ]
5148
        },
5149
        "notification-url": "https://packagist.org/downloads/",
5150
        "license": [
5151
            "BSD-3-Clause"
5152
        ],
5153
        "authors": [
5154
            {
5155
                "name": "Arne Blankerts",
5156
                "email": "arne@blankerts.de",
5157
                "role": "Developer"
5158
            }
5159
        ],
5160
        "description": "A small library for converting tokenized PHP source code into XML and potentially other formats"
5161
    },
5162
    {
5163
        "name": "sebastian/code-unit-reverse-lookup",
5164
        "version": "1.0.1",
5165
        "version_normalized": "1.0.1.0",
5166
        "source": {
5167
            "type": "git",
5168
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5169
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5170
        },
5171
        "dist": {
5172
            "type": "zip",
5173
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5174
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5175
            "shasum": ""
5176
        },
5177
        "require": {
5178
            "php": "^5.6 || ^7.0"
5179
        },
5180
        "require-dev": {
5181
            "phpunit/phpunit": "^5.7 || ^6.0"
5182
        },
5183
        "time": "2017-03-04T06:30:41+00:00",
5184
        "type": "library",
5185
        "extra": {
5186
            "branch-alias": {
5187
                "dev-master": "1.0.x-dev"
5188
            }
5189
        },
5190
        "installation-source": "dist",
5191
        "autoload": {
5192
            "classmap": [
5193
                "src/"
5194
            ]
5195
        },
5196
        "notification-url": "https://packagist.org/downloads/",
5197
        "license": [
5198
            "BSD-3-Clause"
5199
        ],
5200
        "authors": [
5201
            {
5202
                "name": "Sebastian Bergmann",
5203
                "email": "sebastian@phpunit.de"
5204
            }
5205
        ],
5206
        "description": "Looks up which function or method a line of code belongs to",
5207
        "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
5208
    },
5209
    {
5210
        "name": "phpunit/php-token-stream",
5211
        "version": "2.0.2",
5212
        "version_normalized": "2.0.2.0",
5213
        "source": {
5214
            "type": "git",
5215
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5216
            "reference": "791198a2c6254db10131eecfe8c06670700904db"
5217
        },
5218
        "dist": {
5219
            "type": "zip",
5220
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
5221
            "reference": "791198a2c6254db10131eecfe8c06670700904db",
5222
            "shasum": ""
5223
        },
5224
        "require": {
5225
            "ext-tokenizer": "*",
5226
            "php": "^7.0"
5227
        },
5228
        "require-dev": {
5229
            "phpunit/phpunit": "^6.2.4"
5230
        },
5231
        "time": "2017-11-27T05:48:46+00:00",
5232
        "type": "library",
5233
        "extra": {
5234
            "branch-alias": {
5235
                "dev-master": "2.0-dev"
5236
            }
5237
        },
5238
        "installation-source": "dist",
5239
        "autoload": {
5240
            "classmap": [
5241
                "src/"
5242
            ]
5243
        },
5244
        "notification-url": "https://packagist.org/downloads/",
5245
        "license": [
5246
            "BSD-3-Clause"
5247
        ],
5248
        "authors": [
5249
            {
5250
                "name": "Sebastian Bergmann",
5251
                "email": "sebastian@phpunit.de"
5252
            }
5253
        ],
5254
        "description": "Wrapper around PHP's tokenizer extension.",
5255
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5256
        "keywords": [
5257
            "tokenizer"
5258
        ]
5259
    },
5260
    {
5261
        "name": "phpunit/php-code-coverage",
5262
        "version": "5.3.2",
5263
        "version_normalized": "5.3.2.0",
5264
        "source": {
5265
            "type": "git",
5266
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5267
            "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
5268
        },
5269
        "dist": {
5270
            "type": "zip",
5271
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
5272
            "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
5273
            "shasum": ""
5274
        },
5275
        "require": {
5276
            "ext-dom": "*",
5277
            "ext-xmlwriter": "*",
5278
            "php": "^7.0",
5279
            "phpunit/php-file-iterator": "^1.4.2",
5280
            "phpunit/php-text-template": "^1.2.1",
5281
            "phpunit/php-token-stream": "^2.0.1",
5282
            "sebastian/code-unit-reverse-lookup": "^1.0.1",
5283
            "sebastian/environment": "^3.0",
5284
            "sebastian/version": "^2.0.1",
5285
            "theseer/tokenizer": "^1.1"
5286
        },
5287
        "require-dev": {
5288
            "phpunit/phpunit": "^6.0"
5289
        },
5290
        "suggest": {
5291
            "ext-xdebug": "^2.5.5"
5292
        },
5293
        "time": "2018-04-06T15:36:58+00:00",
5294
        "type": "library",
5295
        "extra": {
5296
            "branch-alias": {
5297
                "dev-master": "5.3.x-dev"
5298
            }
5299
        },
5300
        "installation-source": "dist",
5301
        "autoload": {
5302
            "classmap": [
5303
                "src/"
5304
            ]
5305
        },
5306
        "notification-url": "https://packagist.org/downloads/",
5307
        "license": [
5308
            "BSD-3-Clause"
5309
        ],
5310
        "authors": [
5311
            {
5312
                "name": "Sebastian Bergmann",
5313
                "email": "sebastian@phpunit.de",
5314
                "role": "lead"
5315
            }
5316
        ],
5317
        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5318
        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5319
        "keywords": [
5320
            "coverage",
5321
            "testing",
5322
            "xunit"
5323
        ]
5324
    },
5325
    {
5326
        "name": "phpdocumentor/reflection-common",
5327
        "version": "1.0.1",
5328
        "version_normalized": "1.0.1.0",
5329
        "source": {
5330
            "type": "git",
5331
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
5332
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
5333
        },
5334
        "dist": {
5335
            "type": "zip",
5336
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
5337
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
5338
            "shasum": ""
5339
        },
5340
        "require": {
5341
            "php": ">=5.5"
5342
        },
5343
        "require-dev": {
5344
            "phpunit/phpunit": "^4.6"
5345
        },
5346
        "time": "2017-09-11T18:02:19+00:00",
5347
        "type": "library",
5348
        "extra": {
5349
            "branch-alias": {
5350
                "dev-master": "1.0.x-dev"
5351
            }
5352
        },
5353
        "installation-source": "dist",
5354
        "autoload": {
5355
            "psr-4": {
5356
                "phpDocumentor\\Reflection\\": [
5357
                    "src"
5358
                ]
5359
            }
5360
        },
5361
        "notification-url": "https://packagist.org/downloads/",
5362
        "license": [
5363
            "MIT"
5364
        ],
5365
        "authors": [
5366
            {
5367
                "name": "Jaap van Otterdijk",
5368
                "email": "opensource@ijaap.nl"
5369
            }
5370
        ],
5371
        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
5372
        "homepage": "http://www.phpdoc.org",
5373
        "keywords": [
5374
            "FQSEN",
5375
            "phpDocumentor",
5376
            "phpdoc",
5377
            "reflection",
5378
            "static analysis"
5379
        ]
5380
    },
5381
    {
5382
        "name": "phpdocumentor/type-resolver",
5383
        "version": "0.4.0",
5384
        "version_normalized": "0.4.0.0",
5385
        "source": {
5386
            "type": "git",
5387
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
5388
            "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
5389
        },
5390
        "dist": {
5391
            "type": "zip",
5392
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
5393
            "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
5394
            "shasum": ""
5395
        },
5396
        "require": {
5397
            "php": "^5.5 || ^7.0",
5398
            "phpdocumentor/reflection-common": "^1.0"
5399
        },
5400
        "require-dev": {
5401
            "mockery/mockery": "^0.9.4",
5402
            "phpunit/phpunit": "^5.2||^4.8.24"
5403
        },
5404
        "time": "2017-07-14T14:27:02+00:00",
5405
        "type": "library",
5406
        "extra": {
5407
            "branch-alias": {
5408
                "dev-master": "1.0.x-dev"
5409
            }
5410
        },
5411
        "installation-source": "dist",
5412
        "autoload": {
5413
            "psr-4": {
5414
                "phpDocumentor\\Reflection\\": [
5415
                    "src/"
5416
                ]
5417
            }
5418
        },
5419
        "notification-url": "https://packagist.org/downloads/",
5420
        "license": [
5421
            "MIT"
5422
        ],
5423
        "authors": [
5424
            {
5425
                "name": "Mike van Riel",
5426
                "email": "me@mikevanriel.com"
5427
            }
5428
        ]
5429
    },
5430
    {
5431
        "name": "phpdocumentor/reflection-docblock",
5432
        "version": "4.3.0",
5433
        "version_normalized": "4.3.0.0",
5434
        "source": {
5435
            "type": "git",
5436
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5437
            "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
5438
        },
5439
        "dist": {
5440
            "type": "zip",
5441
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
5442
            "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
5443
            "shasum": ""
5444
        },
5445
        "require": {
5446
            "php": "^7.0",
5447
            "phpdocumentor/reflection-common": "^1.0.0",
5448
            "phpdocumentor/type-resolver": "^0.4.0",
5449
            "webmozart/assert": "^1.0"
5450
        },
5451
        "require-dev": {
5452
            "doctrine/instantiator": "~1.0.5",
5453
            "mockery/mockery": "^1.0",
5454
            "phpunit/phpunit": "^6.4"
5455
        },
5456
        "time": "2017-11-30T07:14:17+00:00",
5457
        "type": "library",
5458
        "extra": {
5459
            "branch-alias": {
5460
                "dev-master": "4.x-dev"
5461
            }
5462
        },
5463
        "installation-source": "dist",
5464
        "autoload": {
5465
            "psr-4": {
5466
                "phpDocumentor\\Reflection\\": [
5467
                    "src/"
5468
                ]
5469
            }
5470
        },
5471
        "notification-url": "https://packagist.org/downloads/",
5472
        "license": [
5473
            "MIT"
5474
        ],
5475
        "authors": [
5476
            {
5477
                "name": "Mike van Riel",
5478
                "email": "me@mikevanriel.com"
5479
            }
5480
        ],
5481
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
5482
    },
5483
    {
5484
        "name": "phpspec/prophecy",
5485
        "version": "1.7.6",
5486
        "version_normalized": "1.7.6.0",
5487
        "source": {
5488
            "type": "git",
5489
            "url": "https://github.com/phpspec/prophecy.git",
5490
            "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
5491
        },
5492
        "dist": {
5493
            "type": "zip",
5494
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
5495
            "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
5496
            "shasum": ""
5497
        },
5498
        "require": {
5499
            "doctrine/instantiator": "^1.0.2",
5500
            "php": "^5.3|^7.0",
5501
            "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
5502
            "sebastian/comparator": "^1.1|^2.0|^3.0",
5503
            "sebastian/recursion-context": "^1.0|^2.0|^3.0"
5504
        },
5505
        "require-dev": {
5506
            "phpspec/phpspec": "^2.5|^3.2",
5507
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
5508
        },
5509
        "time": "2018-04-18T13:57:24+00:00",
5510
        "type": "library",
5511
        "extra": {
5512
            "branch-alias": {
5513
                "dev-master": "1.7.x-dev"
5514
            }
5515
        },
5516
        "installation-source": "dist",
5517
        "autoload": {
5518
            "psr-0": {
5519
                "Prophecy\\": "src/"
5520
            }
5521
        },
5522
        "notification-url": "https://packagist.org/downloads/",
5523
        "license": [
5524
            "MIT"
5525
        ],
5526
        "authors": [
5527
            {
5528
                "name": "Konstantin Kudryashov",
5529
                "email": "ever.zet@gmail.com",
5530
                "homepage": "http://everzet.com"
5531
            },
5532
            {
5533
                "name": "Marcello Duarte",
5534
                "email": "marcello.duarte@gmail.com"
5535
            }
5536
        ],
5537
        "description": "Highly opinionated mocking framework for PHP 5.3+",
5538
        "homepage": "https://github.com/phpspec/prophecy",
5539
        "keywords": [
5540
            "Double",
5541
            "Dummy",
5542
            "fake",
5543
            "mock",
5544
            "spy",
5545
            "stub"
5546
        ]
5547
    },
5548
    {
5549
        "name": "phar-io/version",
5550
        "version": "1.0.1",
5551
        "version_normalized": "1.0.1.0",
5552
        "source": {
5553
            "type": "git",
5554
            "url": "https://github.com/phar-io/version.git",
5555
            "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
5556
        },
5557
        "dist": {
5558
            "type": "zip",
5559
            "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
5560
            "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
5561
            "shasum": ""
5562
        },
5563
        "require": {
5564
            "php": "^5.6 || ^7.0"
5565
        },
5566
        "time": "2017-03-05T17:38:23+00:00",
5567
        "type": "library",
5568
        "installation-source": "dist",
5569
        "autoload": {
5570
            "classmap": [
5571
                "src/"
5572
            ]
5573
        },
5574
        "notification-url": "https://packagist.org/downloads/",
5575
        "license": [
5576
            "BSD-3-Clause"
5577
        ],
5578
        "authors": [
5579
            {
5580
                "name": "Arne Blankerts",
5581
                "email": "arne@blankerts.de",
5582
                "role": "Developer"
5583
            },
5584
            {
5585
                "name": "Sebastian Heuer",
5586
                "email": "sebastian@phpeople.de",
5587
                "role": "Developer"
5588
            },
5589
            {
5590
                "name": "Sebastian Bergmann",
5591
                "email": "sebastian@phpunit.de",
5592
                "role": "Developer"
5593
            }
5594
        ],
5595
        "description": "Library for handling version information and constraints"
5596
    },
5597
    {
5598
        "name": "phar-io/manifest",
5599
        "version": "1.0.1",
5600
        "version_normalized": "1.0.1.0",
5601
        "source": {
5602
            "type": "git",
5603
            "url": "https://github.com/phar-io/manifest.git",
5604
            "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
5605
        },
5606
        "dist": {
5607
            "type": "zip",
5608
            "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
5609
            "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
5610
            "shasum": ""
5611
        },
5612
        "require": {
5613
            "ext-dom": "*",
5614
            "ext-phar": "*",
5615
            "phar-io/version": "^1.0.1",
5616
            "php": "^5.6 || ^7.0"
5617
        },
5618
        "time": "2017-03-05T18:14:27+00:00",
5619
        "type": "library",
5620
        "extra": {
5621
            "branch-alias": {
5622
                "dev-master": "1.0.x-dev"
5623
            }
5624
        },
5625
        "installation-source": "dist",
5626
        "autoload": {
5627
            "classmap": [
5628
                "src/"
5629
            ]
5630
        },
5631
        "notification-url": "https://packagist.org/downloads/",
5632
        "license": [
5633
            "BSD-3-Clause"
5634
        ],
5635
        "authors": [
5636
            {
5637
                "name": "Arne Blankerts",
5638
                "email": "arne@blankerts.de",
5639
                "role": "Developer"
5640
            },
5641
            {
5642
                "name": "Sebastian Heuer",
5643
                "email": "sebastian@phpeople.de",
5644
                "role": "Developer"
5645
            },
5646
            {
5647
                "name": "Sebastian Bergmann",
5648
                "email": "sebastian@phpunit.de",
5649
                "role": "Developer"
5650
            }
5651
        ],
5652
        "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
5653
    },
5654
    {
5655
        "name": "myclabs/deep-copy",
5656
        "version": "1.7.0",
5657
        "version_normalized": "1.7.0.0",
5658
        "source": {
5659
            "type": "git",
5660
            "url": "https://github.com/myclabs/DeepCopy.git",
5661
            "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
5662
        },
5663
        "dist": {
5664
            "type": "zip",
5665
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
5666
            "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
5667
            "shasum": ""
5668
        },
5669
        "require": {
5670
            "php": "^5.6 || ^7.0"
5671
        },
5672
        "require-dev": {
5673
            "doctrine/collections": "^1.0",
5674
            "doctrine/common": "^2.6",
5675
            "phpunit/phpunit": "^4.1"
5676
        },
5677
        "time": "2017-10-19T19:58:43+00:00",
5678
        "type": "library",
5679
        "installation-source": "dist",
5680
        "autoload": {
5681
            "psr-4": {
5682
                "DeepCopy\\": "src/DeepCopy/"
5683
            },
5684
            "files": [
5685
                "src/DeepCopy/deep_copy.php"
5686
            ]
5687
        },
5688
        "notification-url": "https://packagist.org/downloads/",
5689
        "license": [
5690
            "MIT"
5691
        ],
5692
        "description": "Create deep copies (clones) of your objects",
5693
        "keywords": [
5694
            "clone",
5695
            "copy",
5696
            "duplicate",
5697
            "object",
5698
            "object graph"
5699
        ]
5700
    },
5701
    {
5702
        "name": "phpunit/phpunit",
5703
        "version": "6.5.8",
5704
        "version_normalized": "6.5.8.0",
5705
        "source": {
5706
            "type": "git",
5707
            "url": "https://github.com/sebastianbergmann/phpunit.git",
5708
            "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
5709
        },
5710
        "dist": {
5711
            "type": "zip",
5712
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
5713
            "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
5714
            "shasum": ""
5715
        },
5716
        "require": {
5717
            "ext-dom": "*",
5718
            "ext-json": "*",
5719
            "ext-libxml": "*",
5720
            "ext-mbstring": "*",
5721
            "ext-xml": "*",
5722
            "myclabs/deep-copy": "^1.6.1",
5723
            "phar-io/manifest": "^1.0.1",
5724
            "phar-io/version": "^1.0",
5725
            "php": "^7.0",
5726
            "phpspec/prophecy": "^1.7",
5727
            "phpunit/php-code-coverage": "^5.3",
5728
            "phpunit/php-file-iterator": "^1.4.3",
5729
            "phpunit/php-text-template": "^1.2.1",
5730
            "phpunit/php-timer": "^1.0.9",
5731
            "phpunit/phpunit-mock-objects": "^5.0.5",
5732
            "sebastian/comparator": "^2.1",
5733
            "sebastian/diff": "^2.0",
5734
            "sebastian/environment": "^3.1",
5735
            "sebastian/exporter": "^3.1",
5736
            "sebastian/global-state": "^2.0",
5737
            "sebastian/object-enumerator": "^3.0.3",
5738
            "sebastian/resource-operations": "^1.0",
5739
            "sebastian/version": "^2.0.1"
5740
        },
5741
        "conflict": {
5742
            "phpdocumentor/reflection-docblock": "3.0.2",
5743
            "phpunit/dbunit": "<3.0"
5744
        },
5745
        "require-dev": {
5746
            "ext-pdo": "*"
5747
        },
5748
        "suggest": {
5749
            "ext-xdebug": "*",
5750
            "phpunit/php-invoker": "^1.1"
5751
        },
5752
        "time": "2018-04-10T11:38:34+00:00",
5753
        "bin": [
5754
            "phpunit"
5755
        ],
5756
        "type": "library",
5757
        "extra": {
5758
            "branch-alias": {
5759
                "dev-master": "6.5.x-dev"
5760
            }
5761
        },
5762
        "installation-source": "dist",
5763
        "autoload": {
5764
            "classmap": [
5765
                "src/"
5766
            ]
5767
        },
5768
        "notification-url": "https://packagist.org/downloads/",
5769
        "license": [
5770
            "BSD-3-Clause"
5771
        ],
5772
        "authors": [
5773
            {
5774
                "name": "Sebastian Bergmann",
5775
                "email": "sebastian@phpunit.de",
5776
                "role": "lead"
5777
            }
5778
        ],
5779
        "description": "The PHP Unit Testing framework.",
5780
        "homepage": "https://phpunit.de/",
5781
        "keywords": [
5782
            "phpunit",
5783
            "testing",
5784
            "xunit"
5785
        ]
5786
    },
5787
    {
5788
        "name": "symfony/phpunit-bridge",
5789
        "version": "v3.4.8",
5790
        "version_normalized": "3.4.8.0",
5791
        "source": {
5792
            "type": "git",
5793
            "url": "https://github.com/symfony/phpunit-bridge.git",
5794
            "reference": "48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e"
5795
        },
5796
        "dist": {
5797
            "type": "zip",
5798
            "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e",
5799
            "reference": "48c669ec1a2b0425d4a82c7ad4bce2f5b947b95e",
5800
            "shasum": ""
5801
        },
5802
        "require": {
5803
            "php": ">=5.3.3"
5804
        },
5805
        "conflict": {
5806
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5807
        },
5808
        "suggest": {
5809
            "ext-zip": "Zip support is required when using bin/simple-phpunit",
5810
            "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5811
        },
5812
        "time": "2018-04-04T15:02:59+00:00",
5813
        "bin": [
5814
            "bin/simple-phpunit"
5815
        ],
5816
        "type": "symfony-bridge",
5817
        "extra": {
5818
            "branch-alias": {
5819
                "dev-master": "3.4-dev"
5820
            },
5821
            "thanks": {
5822
                "name": "phpunit/phpunit",
5823
                "url": "https://github.com/sebastianbergmann/phpunit"
5824
            }
5825
        },
5826
        "installation-source": "dist",
5827
        "autoload": {
5828
            "files": [
5829
                "bootstrap.php"
5830
            ],
5831
            "psr-4": {
5832
                "Symfony\\Bridge\\PhpUnit\\": ""
5833
            },
5834
            "exclude-from-classmap": [
5835
                "/Tests/"
5836
            ]
5837
        },
5838
        "notification-url": "https://packagist.org/downloads/",
5839
        "license": [
5840
            "MIT"
5841
        ],
5842
        "authors": [
5843
            {
5844
                "name": "Nicolas Grekas",
5845
                "email": "p@tchwork.com"
5846
            },
5847
            {
5848
                "name": "Symfony Community",
5849
                "homepage": "https://symfony.com/contributors"
5850
            }
5851
        ],
5852
        "description": "Symfony PHPUnit Bridge",
5853
        "homepage": "https://symfony.com"
5854
    },
5855
    {
5856
        "name": "zendframework/zend-escaper",
5857
        "version": "2.6.0",
5858
        "version_normalized": "2.6.0.0",
5859
        "source": {
5860
            "type": "git",
5861
            "url": "https://github.com/zendframework/zend-escaper.git",
5862
            "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
5863
        },
5864
        "dist": {
5865
            "type": "zip",
5866
            "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
5867
            "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
5868
            "shasum": ""
5869
        },
5870
        "require": {
5871
            "php": "^5.6 || ^7.0"
5872
        },
5873
        "require-dev": {
5874
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
5875
            "zendframework/zend-coding-standard": "~1.0.0"
5876
        },
5877
        "time": "2018-04-25T15:48:53+00:00",
5878
        "type": "library",
5879
        "extra": {
5880
            "branch-alias": {
5881
                "dev-master": "2.6.x-dev",
5882
                "dev-develop": "2.7.x-dev"
5883
            }
5884
        },
5885
        "installation-source": "dist",
5886
        "autoload": {
5887
            "psr-4": {
5888
                "Zend\\Escaper\\": "src/"
5889
            }
5890
        },
5891
        "notification-url": "https://packagist.org/downloads/",
5892
        "license": [
5893
            "BSD-3-Clause"
5894
        ],
5895
        "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
5896
        "keywords": [
5897
            "ZendFramework",
5898
            "escaper",
5899
            "zf"
5900
        ]
5901
    },
5902
    {
5903
        "name": "drupal/core",
5904
        "version": "8.5.3",
5905
        "version_normalized": "8.5.3.0",
5906
        "source": {
5907
            "type": "git",
5908
            "url": "https://github.com/drupal/core.git",
5909
            "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129"
5910
        },
5911
        "dist": {
5912
            "type": "zip",
5913
            "url": "https://api.github.com/repos/drupal/core/zipball/b012f0ae51504880e920f2c6efdbdf03b6fe2129",
5914
            "reference": "b012f0ae51504880e920f2c6efdbdf03b6fe2129",
5915
            "shasum": ""
5916
        },
5917
        "require": {
5918
            "asm89/stack-cors": "^1.1",
5919
            "composer/semver": "^1.0",
5920
            "doctrine/annotations": "^1.2",
5921
            "doctrine/common": "^2.5",
5922
            "easyrdf/easyrdf": "^0.9",
5923
            "egulias/email-validator": "^1.2",
5924
            "ext-date": "*",
5925
            "ext-dom": "*",
5926
            "ext-filter": "*",
5927
            "ext-gd": "*",
5928
            "ext-hash": "*",
5929
            "ext-json": "*",
5930
            "ext-pcre": "*",
5931
            "ext-pdo": "*",
5932
            "ext-session": "*",
5933
            "ext-simplexml": "*",
5934
            "ext-spl": "*",
5935
            "ext-tokenizer": "*",
5936
            "ext-xml": "*",
5937
            "guzzlehttp/guzzle": "^6.2.1",
5938
            "masterminds/html5": "^2.1",
5939
            "paragonie/random_compat": "^1.0|^2.0",
5940
            "php": "^5.5.9|>=7.0.8",
5941
            "stack/builder": "^1.0",
5942
            "symfony-cmf/routing": "^1.4",
5943
            "symfony/class-loader": "~3.4.0",
5944
            "symfony/console": "~3.4.0",
5945
            "symfony/dependency-injection": "~3.4.0",
5946
            "symfony/event-dispatcher": "~3.4.0",
5947
            "symfony/http-foundation": "~3.4.0",
5948
            "symfony/http-kernel": "~3.4.0",
5949
            "symfony/polyfill-iconv": "^1.0",
5950
            "symfony/process": "~3.4.0",
5951
            "symfony/psr-http-message-bridge": "^1.0",
5952
            "symfony/routing": "~3.4.0",
5953
            "symfony/serializer": "~3.4.0",
5954
            "symfony/translation": "~3.4.0",
5955
            "symfony/validator": "~3.4.0",
5956
            "symfony/yaml": "~3.4.5",
5957
            "twig/twig": "^1.35.0",
5958
            "zendframework/zend-diactoros": "^1.1",
5959
            "zendframework/zend-feed": "^2.4"
5960
        },
5961
        "conflict": {
5962
            "drush/drush": "<8.1.10"
5963
        },
5964
        "replace": {
5965
            "drupal/action": "self.version",
5966
            "drupal/aggregator": "self.version",
5967
            "drupal/automated_cron": "self.version",
5968
            "drupal/ban": "self.version",
5969
            "drupal/bartik": "self.version",
5970
            "drupal/basic_auth": "self.version",
5971
            "drupal/big_pipe": "self.version",
5972
            "drupal/block": "self.version",
5973
            "drupal/block_content": "self.version",
5974
            "drupal/block_place": "self.version",
5975
            "drupal/book": "self.version",
5976
            "drupal/breakpoint": "self.version",
5977
            "drupal/ckeditor": "self.version",
5978
            "drupal/classy": "self.version",
5979
            "drupal/color": "self.version",
5980
            "drupal/comment": "self.version",
5981
            "drupal/config": "self.version",
5982
            "drupal/config_translation": "self.version",
5983
            "drupal/contact": "self.version",
5984
            "drupal/content_moderation": "self.version",
5985
            "drupal/content_translation": "self.version",
5986
            "drupal/contextual": "self.version",
5987
            "drupal/core-annotation": "self.version",
5988
            "drupal/core-assertion": "self.version",
5989
            "drupal/core-bridge": "self.version",
5990
            "drupal/core-class-finder": "self.version",
5991
            "drupal/core-datetime": "self.version",
5992
            "drupal/core-dependency-injection": "self.version",
5993
            "drupal/core-diff": "self.version",
5994
            "drupal/core-discovery": "self.version",
5995
            "drupal/core-event-dispatcher": "self.version",
5996
            "drupal/core-file-cache": "self.version",
5997
            "drupal/core-filesystem": "self.version",
5998
            "drupal/core-gettext": "self.version",
5999
            "drupal/core-graph": "self.version",
6000
            "drupal/core-http-foundation": "self.version",
6001
            "drupal/core-php-storage": "self.version",
6002
            "drupal/core-plugin": "self.version",
6003
            "drupal/core-proxy-builder": "self.version",
6004
            "drupal/core-render": "self.version",
6005
            "drupal/core-serialization": "self.version",
6006
            "drupal/core-transliteration": "self.version",
6007
            "drupal/core-utility": "self.version",
6008
            "drupal/core-uuid": "self.version",
6009
            "drupal/datetime": "self.version",
6010
            "drupal/datetime_range": "self.version",
6011
            "drupal/dblog": "self.version",
6012
            "drupal/dynamic_page_cache": "self.version",
6013
            "drupal/editor": "self.version",
6014
            "drupal/entity_reference": "self.version",
6015
            "drupal/field": "self.version",
6016
            "drupal/field_layout": "self.version",
6017
            "drupal/field_ui": "self.version",
6018
            "drupal/file": "self.version",
6019
            "drupal/filter": "self.version",
6020
            "drupal/forum": "self.version",
6021
            "drupal/hal": "self.version",
6022
            "drupal/help": "self.version",
6023
            "drupal/history": "self.version",
6024
            "drupal/image": "self.version",
6025
            "drupal/inline_form_errors": "self.version",
6026
            "drupal/language": "self.version",
6027
            "drupal/layout_builder": "self.version",
6028
            "drupal/layout_discovery": "self.version",
6029
            "drupal/link": "self.version",
6030
            "drupal/locale": "self.version",
6031
            "drupal/media": "self.version",
6032
            "drupal/menu_link_content": "self.version",
6033
            "drupal/menu_ui": "self.version",
6034
            "drupal/migrate": "self.version",
6035
            "drupal/migrate_drupal": "self.version",
6036
            "drupal/migrate_drupal_ui": "self.version",
6037
            "drupal/minimal": "self.version",
6038
            "drupal/node": "self.version",
6039
            "drupal/options": "self.version",
6040
            "drupal/page_cache": "self.version",
6041
            "drupal/path": "self.version",
6042
            "drupal/quickedit": "self.version",
6043
            "drupal/rdf": "self.version",
6044
            "drupal/responsive_image": "self.version",
6045
            "drupal/rest": "self.version",
6046
            "drupal/search": "self.version",
6047
            "drupal/serialization": "self.version",
6048
            "drupal/settings_tray": "self.version",
6049
            "drupal/seven": "self.version",
6050
            "drupal/shortcut": "self.version",
6051
            "drupal/simpletest": "self.version",
6052
            "drupal/standard": "self.version",
6053
            "drupal/stark": "self.version",
6054
            "drupal/statistics": "self.version",
6055
            "drupal/syslog": "self.version",
6056
            "drupal/system": "self.version",
6057
            "drupal/taxonomy": "self.version",
6058
            "drupal/telephone": "self.version",
6059
            "drupal/text": "self.version",
6060
            "drupal/toolbar": "self.version",
6061
            "drupal/tour": "self.version",
6062
            "drupal/tracker": "self.version",
6063
            "drupal/update": "self.version",
6064
            "drupal/user": "self.version",
6065
            "drupal/views": "self.version",
6066
            "drupal/views_ui": "self.version",
6067
            "drupal/workflows": "self.version"
6068
        },
6069
        "require-dev": {
6070
            "behat/mink": "1.7.x-dev",
6071
            "behat/mink-goutte-driver": "^1.2",
6072
            "behat/mink-selenium2-driver": "1.3.x-dev",
6073
            "drupal/coder": "^8.2.12",
6074
            "jcalderonzumba/gastonjs": "^1.0.2",
6075
            "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
6076
            "mikey179/vfsstream": "^1.2",
6077
            "phpspec/prophecy": "^1.4",
6078
            "phpunit/phpunit": "^4.8.35 || ^6.1",
6079
            "symfony/css-selector": "^3.4.0",
6080
            "symfony/debug": "^3.4.0",
6081
            "symfony/phpunit-bridge": "^3.4.3"
6082
        },
6083
        "time": "2018-04-25T15:39:01+00:00",
6084
        "type": "drupal-core",
6085
        "extra": {
6086
            "merge-plugin": {
6087
                "require": [
6088
                    "core/lib/Drupal/Component/Annotation/composer.json",
6089
                    "core/lib/Drupal/Component/Assertion/composer.json",
6090
                    "core/lib/Drupal/Component/Bridge/composer.json",
6091
                    "core/lib/Drupal/Component/ClassFinder/composer.json",
6092
                    "core/lib/Drupal/Component/Datetime/composer.json",
6093
                    "core/lib/Drupal/Component/DependencyInjection/composer.json",
6094
                    "core/lib/Drupal/Component/Diff/composer.json",
6095
                    "core/lib/Drupal/Component/Discovery/composer.json",
6096
                    "core/lib/Drupal/Component/EventDispatcher/composer.json",
6097
                    "core/lib/Drupal/Component/FileCache/composer.json",
6098
                    "core/lib/Drupal/Component/FileSystem/composer.json",
6099
                    "core/lib/Drupal/Component/Gettext/composer.json",
6100
                    "core/lib/Drupal/Component/Graph/composer.json",
6101
                    "core/lib/Drupal/Component/HttpFoundation/composer.json",
6102
                    "core/lib/Drupal/Component/PhpStorage/composer.json",
6103
                    "core/lib/Drupal/Component/Plugin/composer.json",
6104
                    "core/lib/Drupal/Component/ProxyBuilder/composer.json",
6105
                    "core/lib/Drupal/Component/Render/composer.json",
6106
                    "core/lib/Drupal/Component/Serialization/composer.json",
6107
                    "core/lib/Drupal/Component/Transliteration/composer.json",
6108
                    "core/lib/Drupal/Component/Utility/composer.json",
6109
                    "core/lib/Drupal/Component/Uuid/composer.json"
6110
                ],
6111
                "recurse": false,
6112
                "replace": false,
6113
                "merge-extra": false
6114
            }
6115
        },
6116
        "installation-source": "dist",
6117
        "autoload": {
6118
            "psr-4": {
6119
                "Drupal\\Core\\": "lib/Drupal/Core",
6120
                "Drupal\\Component\\": "lib/Drupal/Component",
6121
                "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
6122
            },
6123
            "classmap": [
6124
                "lib/Drupal.php",
6125
                "lib/Drupal/Component/Utility/Timer.php",
6126
                "lib/Drupal/Component/Utility/Unicode.php",
6127
                "lib/Drupal/Core/Database/Database.php",
6128
                "lib/Drupal/Core/DrupalKernel.php",
6129
                "lib/Drupal/Core/DrupalKernelInterface.php",
6130
                "lib/Drupal/Core/Site/Settings.php"
6131
            ]
6132
        },
6133
        "notification-url": "https://packagist.org/downloads/",
6134
        "license": [
6135
            "GPL-2.0-or-later"
6136
        ],
6137
        "description": "Drupal is an open source content management platform powering millions of websites and applications."
6138
    }
6139
]