1[
2    {
3        "name": "symfony/process",
4        "version": "v2.8.39",
5        "version_normalized": "2.8.39.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/symfony/process.git",
9            "reference": "ee2c91470ff262b1a00aec27875d38594aa87629"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/symfony/process/zipball/ee2c91470ff262b1a00aec27875d38594aa87629",
14            "reference": "ee2c91470ff262b1a00aec27875d38594aa87629",
15            "shasum": ""
16        },
17        "require": {
18            "php": ">=5.3.9"
19        },
20        "time": "2018-04-03 05:20:27",
21        "type": "library",
22        "extra": {
23            "branch-alias": {
24                "dev-master": "2.8-dev"
25            }
26        },
27        "installation-source": "source",
28        "autoload": {
29            "psr-4": {
30                "Symfony\\Component\\Process\\": ""
31            },
32            "exclude-from-classmap": [
33                "/Tests/"
34            ]
35        },
36        "notification-url": "https://packagist.org/downloads/",
37        "license": [
38            "MIT"
39        ],
40        "authors": [
41            {
42                "name": "Fabien Potencier",
43                "email": "fabien@symfony.com"
44            },
45            {
46                "name": "Symfony Community",
47                "homepage": "https://symfony.com/contributors"
48            }
49        ],
50        "description": "Symfony Process Component",
51        "homepage": "https://symfony.com"
52    },
53    {
54        "name": "sebastian/recursion-context",
55        "version": "1.0.5",
56        "version_normalized": "1.0.5.0",
57        "source": {
58            "type": "git",
59            "url": "https://github.com/sebastianbergmann/recursion-context.git",
60            "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
61        },
62        "dist": {
63            "type": "zip",
64            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
65            "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
66            "shasum": ""
67        },
68        "require": {
69            "php": ">=5.3.3"
70        },
71        "require-dev": {
72            "phpunit/phpunit": "~4.4"
73        },
74        "time": "2016-10-03 07:41:43",
75        "type": "library",
76        "extra": {
77            "branch-alias": {
78                "dev-master": "1.0.x-dev"
79            }
80        },
81        "installation-source": "source",
82        "autoload": {
83            "classmap": [
84                "src/"
85            ]
86        },
87        "notification-url": "https://packagist.org/downloads/",
88        "license": [
89            "BSD-3-Clause"
90        ],
91        "authors": [
92            {
93                "name": "Jeff Welch",
94                "email": "whatthejeff@gmail.com"
95            },
96            {
97                "name": "Sebastian Bergmann",
98                "email": "sebastian@phpunit.de"
99            },
100            {
101                "name": "Adam Harvey",
102                "email": "aharvey@php.net"
103            }
104        ],
105        "description": "Provides functionality to recursively process PHP variables",
106        "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
107    },
108    {
109        "name": "sebastian/exporter",
110        "version": "1.2.2",
111        "version_normalized": "1.2.2.0",
112        "source": {
113            "type": "git",
114            "url": "https://github.com/sebastianbergmann/exporter.git",
115            "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
116        },
117        "dist": {
118            "type": "zip",
119            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
120            "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
121            "shasum": ""
122        },
123        "require": {
124            "php": ">=5.3.3",
125            "sebastian/recursion-context": "~1.0"
126        },
127        "require-dev": {
128            "ext-mbstring": "*",
129            "phpunit/phpunit": "~4.4"
130        },
131        "time": "2016-06-17 09:04:28",
132        "type": "library",
133        "extra": {
134            "branch-alias": {
135                "dev-master": "1.3.x-dev"
136            }
137        },
138        "installation-source": "source",
139        "autoload": {
140            "classmap": [
141                "src/"
142            ]
143        },
144        "notification-url": "https://packagist.org/downloads/",
145        "license": [
146            "BSD-3-Clause"
147        ],
148        "authors": [
149            {
150                "name": "Jeff Welch",
151                "email": "whatthejeff@gmail.com"
152            },
153            {
154                "name": "Volker Dusch",
155                "email": "github@wallbash.com"
156            },
157            {
158                "name": "Bernhard Schussek",
159                "email": "bschussek@2bepublished.at"
160            },
161            {
162                "name": "Sebastian Bergmann",
163                "email": "sebastian@phpunit.de"
164            },
165            {
166                "name": "Adam Harvey",
167                "email": "aharvey@php.net"
168            }
169        ],
170        "description": "Provides the functionality to export PHP variables for visualization",
171        "homepage": "http://www.github.com/sebastianbergmann/exporter",
172        "keywords": [
173            "export",
174            "exporter"
175        ]
176    },
177    {
178        "name": "sebastian/diff",
179        "version": "1.4.3",
180        "version_normalized": "1.4.3.0",
181        "source": {
182            "type": "git",
183            "url": "https://github.com/sebastianbergmann/diff.git",
184            "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
185        },
186        "dist": {
187            "type": "zip",
188            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
189            "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
190            "shasum": ""
191        },
192        "require": {
193            "php": "^5.3.3 || ^7.0"
194        },
195        "require-dev": {
196            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
197        },
198        "time": "2017-05-22 07:24:03",
199        "type": "library",
200        "extra": {
201            "branch-alias": {
202                "dev-master": "1.4-dev"
203            }
204        },
205        "installation-source": "source",
206        "autoload": {
207            "classmap": [
208                "src/"
209            ]
210        },
211        "notification-url": "https://packagist.org/downloads/",
212        "license": [
213            "BSD-3-Clause"
214        ],
215        "authors": [
216            {
217                "name": "Kore Nordmann",
218                "email": "mail@kore-nordmann.de"
219            },
220            {
221                "name": "Sebastian Bergmann",
222                "email": "sebastian@phpunit.de"
223            }
224        ],
225        "description": "Diff implementation",
226        "homepage": "https://github.com/sebastianbergmann/diff",
227        "keywords": [
228            "diff"
229        ]
230    },
231    {
232        "name": "sebastian/comparator",
233        "version": "1.2.4",
234        "version_normalized": "1.2.4.0",
235        "source": {
236            "type": "git",
237            "url": "https://github.com/sebastianbergmann/comparator.git",
238            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
239        },
240        "dist": {
241            "type": "zip",
242            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
243            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
244            "shasum": ""
245        },
246        "require": {
247            "php": ">=5.3.3",
248            "sebastian/diff": "~1.2",
249            "sebastian/exporter": "~1.2 || ~2.0"
250        },
251        "require-dev": {
252            "phpunit/phpunit": "~4.4"
253        },
254        "time": "2017-01-29 09:50:25",
255        "type": "library",
256        "extra": {
257            "branch-alias": {
258                "dev-master": "1.2.x-dev"
259            }
260        },
261        "installation-source": "source",
262        "autoload": {
263            "classmap": [
264                "src/"
265            ]
266        },
267        "notification-url": "https://packagist.org/downloads/",
268        "license": [
269            "BSD-3-Clause"
270        ],
271        "authors": [
272            {
273                "name": "Jeff Welch",
274                "email": "whatthejeff@gmail.com"
275            },
276            {
277                "name": "Volker Dusch",
278                "email": "github@wallbash.com"
279            },
280            {
281                "name": "Bernhard Schussek",
282                "email": "bschussek@2bepublished.at"
283            },
284            {
285                "name": "Sebastian Bergmann",
286                "email": "sebastian@phpunit.de"
287            }
288        ],
289        "description": "Provides the functionality to compare PHP values for equality",
290        "homepage": "http://www.github.com/sebastianbergmann/comparator",
291        "keywords": [
292            "comparator",
293            "compare",
294            "equality"
295        ]
296    },
297    {
298        "name": "phpdocumentor/reflection-docblock",
299        "version": "2.0.5",
300        "version_normalized": "2.0.5.0",
301        "source": {
302            "type": "git",
303            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
304            "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
305        },
306        "dist": {
307            "type": "zip",
308            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
309            "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
310            "shasum": ""
311        },
312        "require": {
313            "php": ">=5.3.3"
314        },
315        "require-dev": {
316            "phpunit/phpunit": "~4.0"
317        },
318        "suggest": {
319            "dflydev/markdown": "~1.0",
320            "erusev/parsedown": "~1.0"
321        },
322        "time": "2016-01-25 08:17:30",
323        "type": "library",
324        "extra": {
325            "branch-alias": {
326                "dev-master": "2.0.x-dev"
327            }
328        },
329        "installation-source": "source",
330        "autoload": {
331            "psr-0": {
332                "phpDocumentor": [
333                    "src/"
334                ]
335            }
336        },
337        "notification-url": "https://packagist.org/downloads/",
338        "license": [
339            "MIT"
340        ],
341        "authors": [
342            {
343                "name": "Mike van Riel",
344                "email": "mike.vanriel@naenius.com"
345            }
346        ]
347    },
348    {
349        "name": "doctrine/instantiator",
350        "version": "1.0.5",
351        "version_normalized": "1.0.5.0",
352        "source": {
353            "type": "git",
354            "url": "https://github.com/doctrine/instantiator.git",
355            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
356        },
357        "dist": {
358            "type": "zip",
359            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
360            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
361            "shasum": ""
362        },
363        "require": {
364            "php": ">=5.3,<8.0-DEV"
365        },
366        "require-dev": {
367            "athletic/athletic": "~0.1.8",
368            "ext-pdo": "*",
369            "ext-phar": "*",
370            "phpunit/phpunit": "~4.0",
371            "squizlabs/php_codesniffer": "~2.0"
372        },
373        "time": "2015-06-14 21:17:01",
374        "type": "library",
375        "extra": {
376            "branch-alias": {
377                "dev-master": "1.0.x-dev"
378            }
379        },
380        "installation-source": "source",
381        "autoload": {
382            "psr-4": {
383                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
384            }
385        },
386        "notification-url": "https://packagist.org/downloads/",
387        "license": [
388            "MIT"
389        ],
390        "authors": [
391            {
392                "name": "Marco Pivetta",
393                "email": "ocramius@gmail.com",
394                "homepage": "http://ocramius.github.com/"
395            }
396        ],
397        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
398        "homepage": "https://github.com/doctrine/instantiator",
399        "keywords": [
400            "constructor",
401            "instantiate"
402        ]
403    },
404    {
405        "name": "klaussilveira/gitter",
406        "version": "0.4",
407        "version_normalized": "0.4.0.0",
408        "source": {
409            "type": "git",
410            "url": "https://github.com/klaussilveira/gitter.git",
411            "reference": "649f8423323c844bf7e516dec2e39711206b2a02"
412        },
413        "dist": {
414            "type": "zip",
415            "url": "https://api.github.com/repos/klaussilveira/gitter/zipball/649f8423323c844bf7e516dec2e39711206b2a02",
416            "reference": "649f8423323c844bf7e516dec2e39711206b2a02",
417            "shasum": ""
418        },
419        "require": {
420            "doctrine/instantiator": "1.0.*",
421            "php": ">=5.3",
422            "phpdocumentor/reflection-docblock": "2.0.*",
423            "sebastian/comparator": "1.2.*",
424            "sebastian/recursion-context": "1.0.*",
425            "symfony/process": "2.8.*"
426        },
427        "require-dev": {
428            "mockery/mockery": "0.9.1",
429            "phpunit/phpunit": "~4.8",
430            "symfony/filesystem": "2.8.*"
431        },
432        "time": "2018-06-01 03:23:15",
433        "type": "library",
434        "installation-source": "source",
435        "autoload": {
436            "psr-0": {
437                "Gitter": "lib/"
438            }
439        },
440        "notification-url": "https://packagist.org/downloads/",
441        "license": [
442            "BSD-2-Clause"
443        ],
444        "authors": [
445            {
446                "name": "Klaus Silveira",
447                "email": "klaussilveira@php.net",
448                "homepage": "http://www.klaussilveira.com/",
449                "role": "Developer"
450            }
451        ],
452        "description": "Gitter allows you to interact in an object oriented manner with Git repositories.",
453        "homepage": "https://github.com/klaussilveira/gitter",
454        "keywords": [
455            "git",
456            "vcs"
457        ]
458    },
459    {
460        "name": "symfony/routing",
461        "version": "v3.0.9",
462        "version_normalized": "3.0.9.0",
463        "source": {
464            "type": "git",
465            "url": "https://github.com/symfony/routing.git",
466            "reference": "9038984bd9c05ab07280121e9e10f61a7231457b"
467        },
468        "dist": {
469            "type": "zip",
470            "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b",
471            "reference": "9038984bd9c05ab07280121e9e10f61a7231457b",
472            "shasum": ""
473        },
474        "require": {
475            "php": ">=5.5.9"
476        },
477        "conflict": {
478            "symfony/config": "<2.8"
479        },
480        "require-dev": {
481            "doctrine/annotations": "~1.0",
482            "doctrine/common": "~2.2",
483            "psr/log": "~1.0",
484            "symfony/config": "~2.8|~3.0",
485            "symfony/expression-language": "~2.8|~3.0",
486            "symfony/http-foundation": "~2.8|~3.0",
487            "symfony/yaml": "~2.8|~3.0"
488        },
489        "suggest": {
490            "doctrine/annotations": "For using the annotation loader",
491            "symfony/config": "For using the all-in-one router or any loader",
492            "symfony/dependency-injection": "For loading routes from a service",
493            "symfony/expression-language": "For using expression matching",
494            "symfony/http-foundation": "For using a Symfony Request object",
495            "symfony/yaml": "For using the YAML loader"
496        },
497        "time": "2016-06-29 05:40:00",
498        "type": "library",
499        "extra": {
500            "branch-alias": {
501                "dev-master": "3.0-dev"
502            }
503        },
504        "installation-source": "source",
505        "autoload": {
506            "psr-4": {
507                "Symfony\\Component\\Routing\\": ""
508            },
509            "exclude-from-classmap": [
510                "/Tests/"
511            ]
512        },
513        "notification-url": "https://packagist.org/downloads/",
514        "license": [
515            "MIT"
516        ],
517        "authors": [
518            {
519                "name": "Fabien Potencier",
520                "email": "fabien@symfony.com"
521            },
522            {
523                "name": "Symfony Community",
524                "homepage": "https://symfony.com/contributors"
525            }
526        ],
527        "description": "Symfony Routing Component",
528        "homepage": "https://symfony.com",
529        "keywords": [
530            "router",
531            "routing",
532            "uri",
533            "url"
534        ]
535    },
536    {
537        "name": "symfony/polyfill-mbstring",
538        "version": "v1.8.0",
539        "version_normalized": "1.8.0.0",
540        "source": {
541            "type": "git",
542            "url": "https://github.com/symfony/polyfill-mbstring.git",
543            "reference": "3296adf6a6454a050679cde90f95350ad604b171"
544        },
545        "dist": {
546            "type": "zip",
547            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
548            "reference": "3296adf6a6454a050679cde90f95350ad604b171",
549            "shasum": ""
550        },
551        "require": {
552            "php": ">=5.3.3"
553        },
554        "suggest": {
555            "ext-mbstring": "For best performance"
556        },
557        "time": "2018-04-26 10:06:28",
558        "type": "library",
559        "extra": {
560            "branch-alias": {
561                "dev-master": "1.8-dev"
562            }
563        },
564        "installation-source": "source",
565        "autoload": {
566            "psr-4": {
567                "Symfony\\Polyfill\\Mbstring\\": ""
568            },
569            "files": [
570                "bootstrap.php"
571            ]
572        },
573        "notification-url": "https://packagist.org/downloads/",
574        "license": [
575            "MIT"
576        ],
577        "authors": [
578            {
579                "name": "Nicolas Grekas",
580                "email": "p@tchwork.com"
581            },
582            {
583                "name": "Symfony Community",
584                "homepage": "https://symfony.com/contributors"
585            }
586        ],
587        "description": "Symfony polyfill for the Mbstring extension",
588        "homepage": "https://symfony.com",
589        "keywords": [
590            "compatibility",
591            "mbstring",
592            "polyfill",
593            "portable",
594            "shim"
595        ]
596    },
597    {
598        "name": "symfony/http-foundation",
599        "version": "v3.0.9",
600        "version_normalized": "3.0.9.0",
601        "source": {
602            "type": "git",
603            "url": "https://github.com/symfony/http-foundation.git",
604            "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82"
605        },
606        "dist": {
607            "type": "zip",
608            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82",
609            "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82",
610            "shasum": ""
611        },
612        "require": {
613            "php": ">=5.5.9",
614            "symfony/polyfill-mbstring": "~1.1"
615        },
616        "require-dev": {
617            "symfony/expression-language": "~2.8|~3.0"
618        },
619        "time": "2016-07-17 13:54:30",
620        "type": "library",
621        "extra": {
622            "branch-alias": {
623                "dev-master": "3.0-dev"
624            }
625        },
626        "installation-source": "source",
627        "autoload": {
628            "psr-4": {
629                "Symfony\\Component\\HttpFoundation\\": ""
630            },
631            "exclude-from-classmap": [
632                "/Tests/"
633            ]
634        },
635        "notification-url": "https://packagist.org/downloads/",
636        "license": [
637            "MIT"
638        ],
639        "authors": [
640            {
641                "name": "Fabien Potencier",
642                "email": "fabien@symfony.com"
643            },
644            {
645                "name": "Symfony Community",
646                "homepage": "https://symfony.com/contributors"
647            }
648        ],
649        "description": "Symfony HttpFoundation Component",
650        "homepage": "https://symfony.com"
651    },
652    {
653        "name": "symfony/event-dispatcher",
654        "version": "v3.0.9",
655        "version_normalized": "3.0.9.0",
656        "source": {
657            "type": "git",
658            "url": "https://github.com/symfony/event-dispatcher.git",
659            "reference": "54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00"
660        },
661        "dist": {
662            "type": "zip",
663            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00",
664            "reference": "54da3ff63dec3c9c0e32ec3f95a7d94ef64baa00",
665            "shasum": ""
666        },
667        "require": {
668            "php": ">=5.5.9"
669        },
670        "require-dev": {
671            "psr/log": "~1.0",
672            "symfony/config": "~2.8|~3.0",
673            "symfony/dependency-injection": "~2.8|~3.0",
674            "symfony/expression-language": "~2.8|~3.0",
675            "symfony/stopwatch": "~2.8|~3.0"
676        },
677        "suggest": {
678            "symfony/dependency-injection": "",
679            "symfony/http-kernel": ""
680        },
681        "time": "2016-07-19 10:44:15",
682        "type": "library",
683        "extra": {
684            "branch-alias": {
685                "dev-master": "3.0-dev"
686            }
687        },
688        "installation-source": "source",
689        "autoload": {
690            "psr-4": {
691                "Symfony\\Component\\EventDispatcher\\": ""
692            },
693            "exclude-from-classmap": [
694                "/Tests/"
695            ]
696        },
697        "notification-url": "https://packagist.org/downloads/",
698        "license": [
699            "MIT"
700        ],
701        "authors": [
702            {
703                "name": "Fabien Potencier",
704                "email": "fabien@symfony.com"
705            },
706            {
707                "name": "Symfony Community",
708                "homepage": "https://symfony.com/contributors"
709            }
710        ],
711        "description": "Symfony EventDispatcher Component",
712        "homepage": "https://symfony.com"
713    },
714    {
715        "name": "psr/log",
716        "version": "1.0.2",
717        "version_normalized": "1.0.2.0",
718        "source": {
719            "type": "git",
720            "url": "https://github.com/php-fig/log.git",
721            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
722        },
723        "dist": {
724            "type": "zip",
725            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
726            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
727            "shasum": ""
728        },
729        "require": {
730            "php": ">=5.3.0"
731        },
732        "time": "2016-10-10 12:19:37",
733        "type": "library",
734        "extra": {
735            "branch-alias": {
736                "dev-master": "1.0.x-dev"
737            }
738        },
739        "installation-source": "source",
740        "autoload": {
741            "psr-4": {
742                "Psr\\Log\\": "Psr/Log/"
743            }
744        },
745        "notification-url": "https://packagist.org/downloads/",
746        "license": [
747            "MIT"
748        ],
749        "authors": [
750            {
751                "name": "PHP-FIG",
752                "homepage": "http://www.php-fig.org/"
753            }
754        ],
755        "description": "Common interface for logging libraries",
756        "homepage": "https://github.com/php-fig/log",
757        "keywords": [
758            "log",
759            "psr",
760            "psr-3"
761        ]
762    },
763    {
764        "name": "symfony/debug",
765        "version": "v2.8.39",
766        "version_normalized": "2.8.39.0",
767        "source": {
768            "type": "git",
769            "url": "https://github.com/symfony/debug.git",
770            "reference": "4486d2be5e068b51fece4c8551c14e709f573c8d"
771        },
772        "dist": {
773            "type": "zip",
774            "url": "https://api.github.com/repos/symfony/debug/zipball/4486d2be5e068b51fece4c8551c14e709f573c8d",
775            "reference": "4486d2be5e068b51fece4c8551c14e709f573c8d",
776            "shasum": ""
777        },
778        "require": {
779            "php": ">=5.3.9",
780            "psr/log": "~1.0"
781        },
782        "conflict": {
783            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
784        },
785        "require-dev": {
786            "symfony/class-loader": "~2.2|~3.0.0",
787            "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
788        },
789        "time": "2018-04-03 05:20:27",
790        "type": "library",
791        "extra": {
792            "branch-alias": {
793                "dev-master": "2.8-dev"
794            }
795        },
796        "installation-source": "source",
797        "autoload": {
798            "psr-4": {
799                "Symfony\\Component\\Debug\\": ""
800            },
801            "exclude-from-classmap": [
802                "/Tests/"
803            ]
804        },
805        "notification-url": "https://packagist.org/downloads/",
806        "license": [
807            "MIT"
808        ],
809        "authors": [
810            {
811                "name": "Fabien Potencier",
812                "email": "fabien@symfony.com"
813            },
814            {
815                "name": "Symfony Community",
816                "homepage": "https://symfony.com/contributors"
817            }
818        ],
819        "description": "Symfony Debug Component",
820        "homepage": "https://symfony.com"
821    },
822    {
823        "name": "symfony/http-kernel",
824        "version": "v2.8.12",
825        "version_normalized": "2.8.12.0",
826        "source": {
827            "type": "git",
828            "url": "https://github.com/symfony/http-kernel.git",
829            "reference": "0e39ed020c6a4bfb888974414fbfe2779637a487"
830        },
831        "dist": {
832            "type": "zip",
833            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/0e39ed020c6a4bfb888974414fbfe2779637a487",
834            "reference": "0e39ed020c6a4bfb888974414fbfe2779637a487",
835            "shasum": ""
836        },
837        "require": {
838            "php": ">=5.3.9",
839            "psr/log": "~1.0",
840            "symfony/debug": "~2.6,>=2.6.2",
841            "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
842            "symfony/http-foundation": "~2.7.15|~2.8.8|~3.0.8"
843        },
844        "conflict": {
845            "symfony/config": "<2.7"
846        },
847        "require-dev": {
848            "symfony/browser-kit": "~2.3|~3.0.0",
849            "symfony/class-loader": "~2.1|~3.0.0",
850            "symfony/config": "~2.8",
851            "symfony/console": "~2.3|~3.0.0",
852            "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
853            "symfony/dependency-injection": "~2.8|~3.0.0",
854            "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
855            "symfony/expression-language": "~2.4|~3.0.0",
856            "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
857            "symfony/process": "~2.0,>=2.0.5|~3.0.0",
858            "symfony/routing": "~2.8|~3.0.0",
859            "symfony/stopwatch": "~2.3|~3.0.0",
860            "symfony/templating": "~2.2|~3.0.0",
861            "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
862            "symfony/var-dumper": "~2.6|~3.0.0"
863        },
864        "suggest": {
865            "symfony/browser-kit": "",
866            "symfony/class-loader": "",
867            "symfony/config": "",
868            "symfony/console": "",
869            "symfony/dependency-injection": "",
870            "symfony/finder": "",
871            "symfony/var-dumper": ""
872        },
873        "time": "2016-10-03 18:44:05",
874        "type": "library",
875        "extra": {
876            "branch-alias": {
877                "dev-master": "2.8-dev"
878            }
879        },
880        "installation-source": "source",
881        "autoload": {
882            "psr-4": {
883                "Symfony\\Component\\HttpKernel\\": ""
884            },
885            "exclude-from-classmap": [
886                "/Tests/"
887            ]
888        },
889        "notification-url": "https://packagist.org/downloads/",
890        "license": [
891            "MIT"
892        ],
893        "authors": [
894            {
895                "name": "Fabien Potencier",
896                "email": "fabien@symfony.com"
897            },
898            {
899                "name": "Symfony Community",
900                "homepage": "https://symfony.com/contributors"
901            }
902        ],
903        "description": "Symfony HttpKernel Component",
904        "homepage": "https://symfony.com"
905    },
906    {
907        "name": "pimple/pimple",
908        "version": "v1.1.1",
909        "version_normalized": "1.1.1.0",
910        "source": {
911            "type": "git",
912            "url": "https://github.com/silexphp/Pimple.git",
913            "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
914        },
915        "dist": {
916            "type": "zip",
917            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
918            "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
919            "shasum": ""
920        },
921        "require": {
922            "php": ">=5.3.0"
923        },
924        "time": "2013-11-22 08:30:29",
925        "type": "library",
926        "extra": {
927            "branch-alias": {
928                "dev-master": "1.1.x-dev"
929            }
930        },
931        "installation-source": "source",
932        "autoload": {
933            "psr-0": {
934                "Pimple": "lib/"
935            }
936        },
937        "notification-url": "https://packagist.org/downloads/",
938        "license": [
939            "MIT"
940        ],
941        "authors": [
942            {
943                "name": "Fabien Potencier",
944                "email": "fabien@symfony.com"
945            }
946        ],
947        "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
948        "homepage": "http://pimple.sensiolabs.org",
949        "keywords": [
950            "container",
951            "dependency injection"
952        ]
953    },
954    {
955        "name": "silex/silex",
956        "version": "v1.3.6",
957        "version_normalized": "1.3.6.0",
958        "source": {
959            "type": "git",
960            "url": "https://github.com/silexphp/Silex.git",
961            "reference": "ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136"
962        },
963        "dist": {
964            "type": "zip",
965            "url": "https://api.github.com/repos/silexphp/Silex/zipball/ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136",
966            "reference": "ff8aa6bc2e066e14b07e0c63e9bd9dd1458af136",
967            "shasum": ""
968        },
969        "require": {
970            "php": ">=5.3.9",
971            "pimple/pimple": "~1.0",
972            "symfony/event-dispatcher": "~2.3|3.0.*",
973            "symfony/http-foundation": "~2.3|3.0.*",
974            "symfony/http-kernel": "~2.3|3.0.*",
975            "symfony/routing": "~2.3|3.0.*"
976        },
977        "require-dev": {
978            "doctrine/dbal": "~2.2",
979            "monolog/monolog": "^1.4.1",
980            "swiftmailer/swiftmailer": "~5",
981            "symfony/browser-kit": "~2.3|3.0.*",
982            "symfony/config": "~2.3|3.0.*",
983            "symfony/css-selector": "~2.3|3.0.*",
984            "symfony/debug": "~2.3|3.0.*",
985            "symfony/dom-crawler": "~2.3|3.0.*",
986            "symfony/finder": "~2.3|3.0.*",
987            "symfony/form": "~2.3|3.0.*",
988            "symfony/intl": "~2.3|3.0.*",
989            "symfony/monolog-bridge": "~2.3|3.0.*",
990            "symfony/options-resolver": "~2.3|3.0.*",
991            "symfony/phpunit-bridge": "~2.7",
992            "symfony/process": "~2.3|3.0.*",
993            "symfony/security": "~2.3|3.0.*",
994            "symfony/serializer": "~2.3|3.0.*",
995            "symfony/translation": "~2.3|3.0.*",
996            "symfony/twig-bridge": "~2.3|3.0.*",
997            "symfony/validator": "~2.3|3.0.*",
998            "twig/twig": "~1.28|~2.0"
999        },
1000        "time": "2017-04-30 16:26:54",
1001        "type": "library",
1002        "extra": {
1003            "branch-alias": {
1004                "dev-master": "1.3.x-dev"
1005            }
1006        },
1007        "installation-source": "source",
1008        "autoload": {
1009            "psr-4": {
1010                "Silex\\": "src/Silex"
1011            }
1012        },
1013        "notification-url": "https://packagist.org/downloads/",
1014        "license": [
1015            "MIT"
1016        ],
1017        "authors": [
1018            {
1019                "name": "Fabien Potencier",
1020                "email": "fabien@symfony.com"
1021            },
1022            {
1023                "name": "Igor Wiedler",
1024                "email": "igor@wiedler.ch"
1025            }
1026        ],
1027        "description": "The PHP micro-framework based on the Symfony Components",
1028        "homepage": "http://silex.sensiolabs.org",
1029        "keywords": [
1030            "microframework"
1031        ]
1032    },
1033    {
1034        "name": "symfony/filesystem",
1035        "version": "v2.8.39",
1036        "version_normalized": "2.8.39.0",
1037        "source": {
1038            "type": "git",
1039            "url": "https://github.com/symfony/filesystem.git",
1040            "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97"
1041        },
1042        "dist": {
1043            "type": "zip",
1044            "url": "https://api.github.com/repos/symfony/filesystem/zipball/125403a59e4cb4e3ebf46d0162fabcde613d2b97",
1045            "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97",
1046            "shasum": ""
1047        },
1048        "require": {
1049            "php": ">=5.3.9"
1050        },
1051        "time": "2018-02-19 16:23:47",
1052        "type": "library",
1053        "extra": {
1054            "branch-alias": {
1055                "dev-master": "2.8-dev"
1056            }
1057        },
1058        "installation-source": "source",
1059        "autoload": {
1060            "psr-4": {
1061                "Symfony\\Component\\Filesystem\\": ""
1062            },
1063            "exclude-from-classmap": [
1064                "/Tests/"
1065            ]
1066        },
1067        "notification-url": "https://packagist.org/downloads/",
1068        "license": [
1069            "MIT"
1070        ],
1071        "authors": [
1072            {
1073                "name": "Fabien Potencier",
1074                "email": "fabien@symfony.com"
1075            },
1076            {
1077                "name": "Symfony Community",
1078                "homepage": "https://symfony.com/contributors"
1079            }
1080        ],
1081        "description": "Symfony Filesystem Component",
1082        "homepage": "https://symfony.com"
1083    },
1084    {
1085        "name": "twig/twig",
1086        "version": "v1.35.3",
1087        "version_normalized": "1.35.3.0",
1088        "source": {
1089            "type": "git",
1090            "url": "https://github.com/twigphp/Twig.git",
1091            "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
1092        },
1093        "dist": {
1094            "type": "zip",
1095            "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
1096            "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
1097            "shasum": ""
1098        },
1099        "require": {
1100            "php": ">=5.3.3"
1101        },
1102        "require-dev": {
1103            "psr/container": "^1.0",
1104            "symfony/debug": "^2.7",
1105            "symfony/phpunit-bridge": "^3.3"
1106        },
1107        "time": "2018-03-20 04:25:58",
1108        "type": "library",
1109        "extra": {
1110            "branch-alias": {
1111                "dev-master": "1.35-dev"
1112            }
1113        },
1114        "installation-source": "source",
1115        "autoload": {
1116            "psr-0": {
1117                "Twig_": "lib/"
1118            },
1119            "psr-4": {
1120                "Twig\\": "src/"
1121            }
1122        },
1123        "notification-url": "https://packagist.org/downloads/",
1124        "license": [
1125            "BSD-3-Clause"
1126        ],
1127        "authors": [
1128            {
1129                "name": "Fabien Potencier",
1130                "email": "fabien@symfony.com",
1131                "homepage": "http://fabien.potencier.org",
1132                "role": "Lead Developer"
1133            },
1134            {
1135                "name": "Armin Ronacher",
1136                "email": "armin.ronacher@active-4.com",
1137                "role": "Project Founder"
1138            },
1139            {
1140                "name": "Twig Team",
1141                "homepage": "http://twig.sensiolabs.org/contributors",
1142                "role": "Contributors"
1143            }
1144        ],
1145        "description": "Twig, the flexible, fast, and secure template language for PHP",
1146        "homepage": "http://twig.sensiolabs.org",
1147        "keywords": [
1148            "templating"
1149        ]
1150    },
1151    {
1152        "name": "symfony/twig-bridge",
1153        "version": "v2.8.39",
1154        "version_normalized": "2.8.39.0",
1155        "source": {
1156            "type": "git",
1157            "url": "https://github.com/symfony/twig-bridge.git",
1158            "reference": "83c45099a7f108416e714a92c06604e5e1e2f76d"
1159        },
1160        "dist": {
1161            "type": "zip",
1162            "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/83c45099a7f108416e714a92c06604e5e1e2f76d",
1163            "reference": "83c45099a7f108416e714a92c06604e5e1e2f76d",
1164            "shasum": ""
1165        },
1166        "require": {
1167            "php": ">=5.3.9",
1168            "twig/twig": "~1.34|~2.4"
1169        },
1170        "conflict": {
1171            "symfony/form": "<2.8.23"
1172        },
1173        "require-dev": {
1174            "symfony/asset": "~2.7|~3.0.0",
1175            "symfony/console": "~2.8|~3.0.0",
1176            "symfony/expression-language": "~2.4|~3.0.0",
1177            "symfony/finder": "~2.3|~3.0.0",
1178            "symfony/form": "^2.8.23",
1179            "symfony/http-foundation": "^2.8.29|~3.0.0",
1180            "symfony/http-kernel": "~2.8|~3.0.0",
1181            "symfony/polyfill-intl-icu": "~1.0",
1182            "symfony/routing": "~2.2|~3.0.0",
1183            "symfony/security": "~2.6|~3.0.0",
1184            "symfony/security-acl": "~2.6|~3.0.0",
1185            "symfony/stopwatch": "~2.2|~3.0.0",
1186            "symfony/templating": "~2.1|~3.0.0",
1187            "symfony/translation": "~2.7|~3.0.0",
1188            "symfony/var-dumper": "~2.7.16|~2.8.9|~3.0.9",
1189            "symfony/yaml": "^2.0.5|~3.0.0"
1190        },
1191        "suggest": {
1192            "symfony/asset": "For using the AssetExtension",
1193            "symfony/expression-language": "For using the ExpressionExtension",
1194            "symfony/finder": "",
1195            "symfony/form": "For using the FormExtension",
1196            "symfony/http-kernel": "For using the HttpKernelExtension",
1197            "symfony/routing": "For using the RoutingExtension",
1198            "symfony/security": "For using the SecurityExtension",
1199            "symfony/stopwatch": "For using the StopwatchExtension",
1200            "symfony/templating": "For using the TwigEngine",
1201            "symfony/translation": "For using the TranslationExtension",
1202            "symfony/var-dumper": "For using the DumpExtension",
1203            "symfony/yaml": "For using the YamlExtension"
1204        },
1205        "time": "2018-04-20 06:15:58",
1206        "type": "symfony-bridge",
1207        "extra": {
1208            "branch-alias": {
1209                "dev-master": "2.8-dev"
1210            }
1211        },
1212        "installation-source": "source",
1213        "autoload": {
1214            "psr-4": {
1215                "Symfony\\Bridge\\Twig\\": ""
1216            },
1217            "exclude-from-classmap": [
1218                "/Tests/"
1219            ]
1220        },
1221        "notification-url": "https://packagist.org/downloads/",
1222        "license": [
1223            "MIT"
1224        ],
1225        "authors": [
1226            {
1227                "name": "Fabien Potencier",
1228                "email": "fabien@symfony.com"
1229            },
1230            {
1231                "name": "Symfony Community",
1232                "homepage": "https://symfony.com/contributors"
1233            }
1234        ],
1235        "description": "Symfony Twig Bridge",
1236        "homepage": "https://symfony.com"
1237    },
1238    {
1239        "name": "phpunit/php-token-stream",
1240        "version": "1.4.12",
1241        "version_normalized": "1.4.12.0",
1242        "source": {
1243            "type": "git",
1244            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1245            "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
1246        },
1247        "dist": {
1248            "type": "zip",
1249            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
1250            "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
1251            "shasum": ""
1252        },
1253        "require": {
1254            "ext-tokenizer": "*",
1255            "php": ">=5.3.3"
1256        },
1257        "require-dev": {
1258            "phpunit/phpunit": "~4.2"
1259        },
1260        "time": "2017-12-04 08:55:13",
1261        "type": "library",
1262        "extra": {
1263            "branch-alias": {
1264                "dev-master": "1.4-dev"
1265            }
1266        },
1267        "installation-source": "source",
1268        "autoload": {
1269            "classmap": [
1270                "src/"
1271            ]
1272        },
1273        "notification-url": "https://packagist.org/downloads/",
1274        "license": [
1275            "BSD-3-Clause"
1276        ],
1277        "authors": [
1278            {
1279                "name": "Sebastian Bergmann",
1280                "email": "sebastian@phpunit.de"
1281            }
1282        ],
1283        "description": "Wrapper around PHP's tokenizer extension.",
1284        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1285        "keywords": [
1286            "tokenizer"
1287        ]
1288    },
1289    {
1290        "name": "symfony/yaml",
1291        "version": "v3.4.9",
1292        "version_normalized": "3.4.9.0",
1293        "source": {
1294            "type": "git",
1295            "url": "https://github.com/symfony/yaml.git",
1296            "reference": "033cfa61ef06ee0847e056e530201842b6e926c3"
1297        },
1298        "dist": {
1299            "type": "zip",
1300            "url": "https://api.github.com/repos/symfony/yaml/zipball/033cfa61ef06ee0847e056e530201842b6e926c3",
1301            "reference": "033cfa61ef06ee0847e056e530201842b6e926c3",
1302            "shasum": ""
1303        },
1304        "require": {
1305            "php": "^5.5.9|>=7.0.8"
1306        },
1307        "conflict": {
1308            "symfony/console": "<3.4"
1309        },
1310        "require-dev": {
1311            "symfony/console": "~3.4|~4.0"
1312        },
1313        "suggest": {
1314            "symfony/console": "For validating YAML files using the lint command"
1315        },
1316        "time": "2018-04-08 08:21:29",
1317        "type": "library",
1318        "extra": {
1319            "branch-alias": {
1320                "dev-master": "3.4-dev"
1321            }
1322        },
1323        "installation-source": "source",
1324        "autoload": {
1325            "psr-4": {
1326                "Symfony\\Component\\Yaml\\": ""
1327            },
1328            "exclude-from-classmap": [
1329                "/Tests/"
1330            ]
1331        },
1332        "notification-url": "https://packagist.org/downloads/",
1333        "license": [
1334            "MIT"
1335        ],
1336        "authors": [
1337            {
1338                "name": "Fabien Potencier",
1339                "email": "fabien@symfony.com"
1340            },
1341            {
1342                "name": "Symfony Community",
1343                "homepage": "https://symfony.com/contributors"
1344            }
1345        ],
1346        "description": "Symfony Yaml Component",
1347        "homepage": "https://symfony.com"
1348    },
1349    {
1350        "name": "sebastian/version",
1351        "version": "1.0.6",
1352        "version_normalized": "1.0.6.0",
1353        "source": {
1354            "type": "git",
1355            "url": "https://github.com/sebastianbergmann/version.git",
1356            "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1357        },
1358        "dist": {
1359            "type": "zip",
1360            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1361            "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1362            "shasum": ""
1363        },
1364        "time": "2015-06-21 13:59:46",
1365        "type": "library",
1366        "installation-source": "source",
1367        "autoload": {
1368            "classmap": [
1369                "src/"
1370            ]
1371        },
1372        "notification-url": "https://packagist.org/downloads/",
1373        "license": [
1374            "BSD-3-Clause"
1375        ],
1376        "authors": [
1377            {
1378                "name": "Sebastian Bergmann",
1379                "email": "sebastian@phpunit.de",
1380                "role": "lead"
1381            }
1382        ],
1383        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1384        "homepage": "https://github.com/sebastianbergmann/version"
1385    },
1386    {
1387        "name": "sebastian/global-state",
1388        "version": "1.1.1",
1389        "version_normalized": "1.1.1.0",
1390        "source": {
1391            "type": "git",
1392            "url": "https://github.com/sebastianbergmann/global-state.git",
1393            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1394        },
1395        "dist": {
1396            "type": "zip",
1397            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1398            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1399            "shasum": ""
1400        },
1401        "require": {
1402            "php": ">=5.3.3"
1403        },
1404        "require-dev": {
1405            "phpunit/phpunit": "~4.2"
1406        },
1407        "suggest": {
1408            "ext-uopz": "*"
1409        },
1410        "time": "2015-10-12 03:26:01",
1411        "type": "library",
1412        "extra": {
1413            "branch-alias": {
1414                "dev-master": "1.0-dev"
1415            }
1416        },
1417        "installation-source": "source",
1418        "autoload": {
1419            "classmap": [
1420                "src/"
1421            ]
1422        },
1423        "notification-url": "https://packagist.org/downloads/",
1424        "license": [
1425            "BSD-3-Clause"
1426        ],
1427        "authors": [
1428            {
1429                "name": "Sebastian Bergmann",
1430                "email": "sebastian@phpunit.de"
1431            }
1432        ],
1433        "description": "Snapshotting of global state",
1434        "homepage": "http://www.github.com/sebastianbergmann/global-state",
1435        "keywords": [
1436            "global state"
1437        ]
1438    },
1439    {
1440        "name": "sebastian/environment",
1441        "version": "1.3.8",
1442        "version_normalized": "1.3.8.0",
1443        "source": {
1444            "type": "git",
1445            "url": "https://github.com/sebastianbergmann/environment.git",
1446            "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1447        },
1448        "dist": {
1449            "type": "zip",
1450            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1451            "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1452            "shasum": ""
1453        },
1454        "require": {
1455            "php": "^5.3.3 || ^7.0"
1456        },
1457        "require-dev": {
1458            "phpunit/phpunit": "^4.8 || ^5.0"
1459        },
1460        "time": "2016-08-18 05:49:44",
1461        "type": "library",
1462        "extra": {
1463            "branch-alias": {
1464                "dev-master": "1.3.x-dev"
1465            }
1466        },
1467        "installation-source": "source",
1468        "autoload": {
1469            "classmap": [
1470                "src/"
1471            ]
1472        },
1473        "notification-url": "https://packagist.org/downloads/",
1474        "license": [
1475            "BSD-3-Clause"
1476        ],
1477        "authors": [
1478            {
1479                "name": "Sebastian Bergmann",
1480                "email": "sebastian@phpunit.de"
1481            }
1482        ],
1483        "description": "Provides functionality to handle HHVM/PHP environments",
1484        "homepage": "http://www.github.com/sebastianbergmann/environment",
1485        "keywords": [
1486            "Xdebug",
1487            "environment",
1488            "hhvm"
1489        ]
1490    },
1491    {
1492        "name": "phpunit/php-text-template",
1493        "version": "1.2.1",
1494        "version_normalized": "1.2.1.0",
1495        "source": {
1496            "type": "git",
1497            "url": "https://github.com/sebastianbergmann/php-text-template.git",
1498            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1499        },
1500        "dist": {
1501            "type": "zip",
1502            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1503            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1504            "shasum": ""
1505        },
1506        "require": {
1507            "php": ">=5.3.3"
1508        },
1509        "time": "2015-06-21 13:50:34",
1510        "type": "library",
1511        "installation-source": "source",
1512        "autoload": {
1513            "classmap": [
1514                "src/"
1515            ]
1516        },
1517        "notification-url": "https://packagist.org/downloads/",
1518        "license": [
1519            "BSD-3-Clause"
1520        ],
1521        "authors": [
1522            {
1523                "name": "Sebastian Bergmann",
1524                "email": "sebastian@phpunit.de",
1525                "role": "lead"
1526            }
1527        ],
1528        "description": "Simple template engine.",
1529        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1530        "keywords": [
1531            "template"
1532        ]
1533    },
1534    {
1535        "name": "phpunit/phpunit-mock-objects",
1536        "version": "2.3.8",
1537        "version_normalized": "2.3.8.0",
1538        "source": {
1539            "type": "git",
1540            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1541            "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1542        },
1543        "dist": {
1544            "type": "zip",
1545            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1546            "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1547            "shasum": ""
1548        },
1549        "require": {
1550            "doctrine/instantiator": "^1.0.2",
1551            "php": ">=5.3.3",
1552            "phpunit/php-text-template": "~1.2",
1553            "sebastian/exporter": "~1.2"
1554        },
1555        "require-dev": {
1556            "phpunit/phpunit": "~4.4"
1557        },
1558        "suggest": {
1559            "ext-soap": "*"
1560        },
1561        "time": "2015-10-02 06:51:40",
1562        "type": "library",
1563        "extra": {
1564            "branch-alias": {
1565                "dev-master": "2.3.x-dev"
1566            }
1567        },
1568        "installation-source": "source",
1569        "autoload": {
1570            "classmap": [
1571                "src/"
1572            ]
1573        },
1574        "notification-url": "https://packagist.org/downloads/",
1575        "license": [
1576            "BSD-3-Clause"
1577        ],
1578        "authors": [
1579            {
1580                "name": "Sebastian Bergmann",
1581                "email": "sb@sebastian-bergmann.de",
1582                "role": "lead"
1583            }
1584        ],
1585        "description": "Mock Object library for PHPUnit",
1586        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1587        "keywords": [
1588            "mock",
1589            "xunit"
1590        ]
1591    },
1592    {
1593        "name": "phpunit/php-timer",
1594        "version": "1.0.9",
1595        "version_normalized": "1.0.9.0",
1596        "source": {
1597            "type": "git",
1598            "url": "https://github.com/sebastianbergmann/php-timer.git",
1599            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1600        },
1601        "dist": {
1602            "type": "zip",
1603            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1604            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1605            "shasum": ""
1606        },
1607        "require": {
1608            "php": "^5.3.3 || ^7.0"
1609        },
1610        "require-dev": {
1611            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1612        },
1613        "time": "2017-02-26 11:10:40",
1614        "type": "library",
1615        "extra": {
1616            "branch-alias": {
1617                "dev-master": "1.0-dev"
1618            }
1619        },
1620        "installation-source": "source",
1621        "autoload": {
1622            "classmap": [
1623                "src/"
1624            ]
1625        },
1626        "notification-url": "https://packagist.org/downloads/",
1627        "license": [
1628            "BSD-3-Clause"
1629        ],
1630        "authors": [
1631            {
1632                "name": "Sebastian Bergmann",
1633                "email": "sb@sebastian-bergmann.de",
1634                "role": "lead"
1635            }
1636        ],
1637        "description": "Utility class for timing",
1638        "homepage": "https://github.com/sebastianbergmann/php-timer/",
1639        "keywords": [
1640            "timer"
1641        ]
1642    },
1643    {
1644        "name": "phpunit/php-file-iterator",
1645        "version": "1.4.5",
1646        "version_normalized": "1.4.5.0",
1647        "source": {
1648            "type": "git",
1649            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1650            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1651        },
1652        "dist": {
1653            "type": "zip",
1654            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1655            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1656            "shasum": ""
1657        },
1658        "require": {
1659            "php": ">=5.3.3"
1660        },
1661        "time": "2017-11-27 13:52:08",
1662        "type": "library",
1663        "extra": {
1664            "branch-alias": {
1665                "dev-master": "1.4.x-dev"
1666            }
1667        },
1668        "installation-source": "source",
1669        "autoload": {
1670            "classmap": [
1671                "src/"
1672            ]
1673        },
1674        "notification-url": "https://packagist.org/downloads/",
1675        "license": [
1676            "BSD-3-Clause"
1677        ],
1678        "authors": [
1679            {
1680                "name": "Sebastian Bergmann",
1681                "email": "sb@sebastian-bergmann.de",
1682                "role": "lead"
1683            }
1684        ],
1685        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1686        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1687        "keywords": [
1688            "filesystem",
1689            "iterator"
1690        ]
1691    },
1692    {
1693        "name": "phpunit/php-code-coverage",
1694        "version": "2.2.4",
1695        "version_normalized": "2.2.4.0",
1696        "source": {
1697            "type": "git",
1698            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1699            "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1700        },
1701        "dist": {
1702            "type": "zip",
1703            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1704            "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1705            "shasum": ""
1706        },
1707        "require": {
1708            "php": ">=5.3.3",
1709            "phpunit/php-file-iterator": "~1.3",
1710            "phpunit/php-text-template": "~1.2",
1711            "phpunit/php-token-stream": "~1.3",
1712            "sebastian/environment": "^1.3.2",
1713            "sebastian/version": "~1.0"
1714        },
1715        "require-dev": {
1716            "ext-xdebug": ">=2.1.4",
1717            "phpunit/phpunit": "~4"
1718        },
1719        "suggest": {
1720            "ext-dom": "*",
1721            "ext-xdebug": ">=2.2.1",
1722            "ext-xmlwriter": "*"
1723        },
1724        "time": "2015-10-06 15:47:00",
1725        "type": "library",
1726        "extra": {
1727            "branch-alias": {
1728                "dev-master": "2.2.x-dev"
1729            }
1730        },
1731        "installation-source": "source",
1732        "autoload": {
1733            "classmap": [
1734                "src/"
1735            ]
1736        },
1737        "notification-url": "https://packagist.org/downloads/",
1738        "license": [
1739            "BSD-3-Clause"
1740        ],
1741        "authors": [
1742            {
1743                "name": "Sebastian Bergmann",
1744                "email": "sb@sebastian-bergmann.de",
1745                "role": "lead"
1746            }
1747        ],
1748        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1749        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1750        "keywords": [
1751            "coverage",
1752            "testing",
1753            "xunit"
1754        ]
1755    },
1756    {
1757        "name": "phpspec/prophecy",
1758        "version": "1.7.6",
1759        "version_normalized": "1.7.6.0",
1760        "source": {
1761            "type": "git",
1762            "url": "https://github.com/phpspec/prophecy.git",
1763            "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
1764        },
1765        "dist": {
1766            "type": "zip",
1767            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
1768            "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
1769            "shasum": ""
1770        },
1771        "require": {
1772            "doctrine/instantiator": "^1.0.2",
1773            "php": "^5.3|^7.0",
1774            "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1775            "sebastian/comparator": "^1.1|^2.0|^3.0",
1776            "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1777        },
1778        "require-dev": {
1779            "phpspec/phpspec": "^2.5|^3.2",
1780            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
1781        },
1782        "time": "2018-04-18 13:57:24",
1783        "type": "library",
1784        "extra": {
1785            "branch-alias": {
1786                "dev-master": "1.7.x-dev"
1787            }
1788        },
1789        "installation-source": "source",
1790        "autoload": {
1791            "psr-0": {
1792                "Prophecy\\": "src/"
1793            }
1794        },
1795        "notification-url": "https://packagist.org/downloads/",
1796        "license": [
1797            "MIT"
1798        ],
1799        "authors": [
1800            {
1801                "name": "Konstantin Kudryashov",
1802                "email": "ever.zet@gmail.com",
1803                "homepage": "http://everzet.com"
1804            },
1805            {
1806                "name": "Marcello Duarte",
1807                "email": "marcello.duarte@gmail.com"
1808            }
1809        ],
1810        "description": "Highly opinionated mocking framework for PHP 5.3+",
1811        "homepage": "https://github.com/phpspec/prophecy",
1812        "keywords": [
1813            "Double",
1814            "Dummy",
1815            "fake",
1816            "mock",
1817            "spy",
1818            "stub"
1819        ]
1820    },
1821    {
1822        "name": "phpunit/phpunit",
1823        "version": "4.8.36",
1824        "version_normalized": "4.8.36.0",
1825        "source": {
1826            "type": "git",
1827            "url": "https://github.com/sebastianbergmann/phpunit.git",
1828            "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
1829        },
1830        "dist": {
1831            "type": "zip",
1832            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
1833            "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
1834            "shasum": ""
1835        },
1836        "require": {
1837            "ext-dom": "*",
1838            "ext-json": "*",
1839            "ext-pcre": "*",
1840            "ext-reflection": "*",
1841            "ext-spl": "*",
1842            "php": ">=5.3.3",
1843            "phpspec/prophecy": "^1.3.1",
1844            "phpunit/php-code-coverage": "~2.1",
1845            "phpunit/php-file-iterator": "~1.4",
1846            "phpunit/php-text-template": "~1.2",
1847            "phpunit/php-timer": "^1.0.6",
1848            "phpunit/phpunit-mock-objects": "~2.3",
1849            "sebastian/comparator": "~1.2.2",
1850            "sebastian/diff": "~1.2",
1851            "sebastian/environment": "~1.3",
1852            "sebastian/exporter": "~1.2",
1853            "sebastian/global-state": "~1.0",
1854            "sebastian/version": "~1.0",
1855            "symfony/yaml": "~2.1|~3.0"
1856        },
1857        "suggest": {
1858            "phpunit/php-invoker": "~1.1"
1859        },
1860        "time": "2017-06-21 08:07:12",
1861        "bin": [
1862            "phpunit"
1863        ],
1864        "type": "library",
1865        "extra": {
1866            "branch-alias": {
1867                "dev-master": "4.8.x-dev"
1868            }
1869        },
1870        "installation-source": "source",
1871        "autoload": {
1872            "classmap": [
1873                "src/"
1874            ]
1875        },
1876        "notification-url": "https://packagist.org/downloads/",
1877        "license": [
1878            "BSD-3-Clause"
1879        ],
1880        "authors": [
1881            {
1882                "name": "Sebastian Bergmann",
1883                "email": "sebastian@phpunit.de",
1884                "role": "lead"
1885            }
1886        ],
1887        "description": "The PHP Unit Testing framework.",
1888        "homepage": "https://phpunit.de/",
1889        "keywords": [
1890            "phpunit",
1891            "testing",
1892            "xunit"
1893        ]
1894    },
1895    {
1896        "name": "symfony/dom-crawler",
1897        "version": "v3.0.9",
1898        "version_normalized": "3.0.9.0",
1899        "source": {
1900            "type": "git",
1901            "url": "https://github.com/symfony/dom-crawler.git",
1902            "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970"
1903        },
1904        "dist": {
1905            "type": "zip",
1906            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
1907            "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
1908            "shasum": ""
1909        },
1910        "require": {
1911            "php": ">=5.5.9",
1912            "symfony/polyfill-mbstring": "~1.0"
1913        },
1914        "require-dev": {
1915            "symfony/css-selector": "~2.8|~3.0"
1916        },
1917        "suggest": {
1918            "symfony/css-selector": ""
1919        },
1920        "time": "2016-07-30 07:22:48",
1921        "type": "library",
1922        "extra": {
1923            "branch-alias": {
1924                "dev-master": "3.0-dev"
1925            }
1926        },
1927        "installation-source": "source",
1928        "autoload": {
1929            "psr-4": {
1930                "Symfony\\Component\\DomCrawler\\": ""
1931            },
1932            "exclude-from-classmap": [
1933                "/Tests/"
1934            ]
1935        },
1936        "notification-url": "https://packagist.org/downloads/",
1937        "license": [
1938            "MIT"
1939        ],
1940        "authors": [
1941            {
1942                "name": "Fabien Potencier",
1943                "email": "fabien@symfony.com"
1944            },
1945            {
1946                "name": "Symfony Community",
1947                "homepage": "https://symfony.com/contributors"
1948            }
1949        ],
1950        "description": "Symfony DomCrawler Component",
1951        "homepage": "https://symfony.com"
1952    },
1953    {
1954        "name": "symfony/browser-kit",
1955        "version": "v2.8.39",
1956        "version_normalized": "2.8.39.0",
1957        "source": {
1958            "type": "git",
1959            "url": "https://github.com/symfony/browser-kit.git",
1960            "reference": "11ccc2ebefba78c1bb0a2d2d2dd4b4e09a5fba02"
1961        },
1962        "dist": {
1963            "type": "zip",
1964            "url": "https://api.github.com/repos/symfony/browser-kit/zipball/11ccc2ebefba78c1bb0a2d2d2dd4b4e09a5fba02",
1965            "reference": "11ccc2ebefba78c1bb0a2d2d2dd4b4e09a5fba02",
1966            "shasum": ""
1967        },
1968        "require": {
1969            "php": ">=5.3.9",
1970            "symfony/dom-crawler": "~2.1|~3.0.0"
1971        },
1972        "require-dev": {
1973            "symfony/css-selector": "^2.0.5|~3.0.0",
1974            "symfony/process": "~2.3.34|^2.7.6|~3.0.0"
1975        },
1976        "suggest": {
1977            "symfony/process": ""
1978        },
1979        "time": "2018-03-19 21:11:56",
1980        "type": "library",
1981        "extra": {
1982            "branch-alias": {
1983                "dev-master": "2.8-dev"
1984            }
1985        },
1986        "installation-source": "source",
1987        "autoload": {
1988            "psr-4": {
1989                "Symfony\\Component\\BrowserKit\\": ""
1990            },
1991            "exclude-from-classmap": [
1992                "/Tests/"
1993            ]
1994        },
1995        "notification-url": "https://packagist.org/downloads/",
1996        "license": [
1997            "MIT"
1998        ],
1999        "authors": [
2000            {
2001                "name": "Fabien Potencier",
2002                "email": "fabien@symfony.com"
2003            },
2004            {
2005                "name": "Symfony Community",
2006                "homepage": "https://symfony.com/contributors"
2007            }
2008        ],
2009        "description": "Symfony BrowserKit Component",
2010        "homepage": "https://symfony.com"
2011    },
2012    {
2013        "name": "symfony/css-selector",
2014        "version": "v2.8.39",
2015        "version_normalized": "2.8.39.0",
2016        "source": {
2017            "type": "git",
2018            "url": "https://github.com/symfony/css-selector.git",
2019            "reference": "3cdc270724e4666006118283c700a4d7f9cbe264"
2020        },
2021        "dist": {
2022            "type": "zip",
2023            "url": "https://api.github.com/repos/symfony/css-selector/zipball/3cdc270724e4666006118283c700a4d7f9cbe264",
2024            "reference": "3cdc270724e4666006118283c700a4d7f9cbe264",
2025            "shasum": ""
2026        },
2027        "require": {
2028            "php": ">=5.3.9"
2029        },
2030        "time": "2018-03-10 18:19:36",
2031        "type": "library",
2032        "extra": {
2033            "branch-alias": {
2034                "dev-master": "2.8-dev"
2035            }
2036        },
2037        "installation-source": "source",
2038        "autoload": {
2039            "psr-4": {
2040                "Symfony\\Component\\CssSelector\\": ""
2041            },
2042            "exclude-from-classmap": [
2043                "/Tests/"
2044            ]
2045        },
2046        "notification-url": "https://packagist.org/downloads/",
2047        "license": [
2048            "MIT"
2049        ],
2050        "authors": [
2051            {
2052                "name": "Jean-François Simon",
2053                "email": "jeanfrancois.simon@sensiolabs.com"
2054            },
2055            {
2056                "name": "Fabien Potencier",
2057                "email": "fabien@symfony.com"
2058            },
2059            {
2060                "name": "Symfony Community",
2061                "homepage": "https://symfony.com/contributors"
2062            }
2063        ],
2064        "description": "Symfony CssSelector Component",
2065        "homepage": "https://symfony.com"
2066    }
2067]
2068