Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / robo / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "63b0660bfeefd46abb79cacfdaf257f5",
8     "packages": [
9         {
10             "name": "consolidation/annotated-command",
11             "version": "2.8.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/consolidation/annotated-command.git",
15                 "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
20                 "reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
21                 "shasum": ""
22             },
23             "require": {
24                 "consolidation/output-formatters": "^3.1.12",
25                 "php": ">=5.4.0",
26                 "psr/log": "^1",
27                 "symfony/console": "^2.8|^3|^4",
28                 "symfony/event-dispatcher": "^2.5|^3|^4",
29                 "symfony/finder": "^2.5|^3|^4"
30             },
31             "require-dev": {
32                 "greg-1-anderson/composer-test-scenarios": "^1",
33                 "phpunit/phpunit": "^4.8",
34                 "satooshi/php-coveralls": "^1.0.2 | dev-master",
35                 "squizlabs/php_codesniffer": "^2.7"
36             },
37             "type": "library",
38             "extra": {
39                 "branch-alias": {
40                     "dev-master": "2.x-dev"
41                 }
42             },
43             "autoload": {
44                 "psr-4": {
45                     "Consolidation\\AnnotatedCommand\\": "src"
46                 }
47             },
48             "notification-url": "https://packagist.org/downloads/",
49             "license": [
50                 "MIT"
51             ],
52             "authors": [
53                 {
54                     "name": "Greg Anderson",
55                     "email": "greg.1.anderson@greenknowe.org"
56                 }
57             ],
58             "description": "Initialize Symfony Console commands from annotated command class methods.",
59             "time": "2018-02-23T16:32:04+00:00"
60         },
61         {
62             "name": "consolidation/config",
63             "version": "1.0.9",
64             "source": {
65                 "type": "git",
66                 "url": "https://github.com/consolidation/config.git",
67                 "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c"
68             },
69             "dist": {
70                 "type": "zip",
71                 "url": "https://api.github.com/repos/consolidation/config/zipball/34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
72                 "reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
73                 "shasum": ""
74             },
75             "require": {
76                 "dflydev/dot-access-data": "^1.1.0",
77                 "grasmash/expander": "^1",
78                 "php": ">=5.4.0"
79             },
80             "require-dev": {
81                 "greg-1-anderson/composer-test-scenarios": "^1",
82                 "phpunit/phpunit": "^4",
83                 "satooshi/php-coveralls": "^1.0",
84                 "squizlabs/php_codesniffer": "2.*",
85                 "symfony/console": "^2.5|^3|^4",
86                 "symfony/yaml": "^2.8.11|^3|^4"
87             },
88             "suggest": {
89                 "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
90             },
91             "type": "library",
92             "extra": {
93                 "branch-alias": {
94                     "dev-master": "1.x-dev"
95                 }
96             },
97             "autoload": {
98                 "psr-4": {
99                     "Consolidation\\Config\\": "src"
100                 }
101             },
102             "notification-url": "https://packagist.org/downloads/",
103             "license": [
104                 "MIT"
105             ],
106             "authors": [
107                 {
108                     "name": "Greg Anderson",
109                     "email": "greg.1.anderson@greenknowe.org"
110                 }
111             ],
112             "description": "Provide configuration services for a commandline tool.",
113             "time": "2017-12-22T17:28:19+00:00"
114         },
115         {
116             "name": "consolidation/log",
117             "version": "1.0.5",
118             "source": {
119                 "type": "git",
120                 "url": "https://github.com/consolidation/log.git",
121                 "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821"
122             },
123             "dist": {
124                 "type": "zip",
125                 "url": "https://api.github.com/repos/consolidation/log/zipball/dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
126                 "reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
127                 "shasum": ""
128             },
129             "require": {
130                 "php": ">=5.5.0",
131                 "psr/log": "~1.0",
132                 "symfony/console": "^2.8|^3|^4"
133             },
134             "require-dev": {
135                 "phpunit/phpunit": "4.*",
136                 "satooshi/php-coveralls": "dev-master",
137                 "squizlabs/php_codesniffer": "2.*"
138             },
139             "type": "library",
140             "extra": {
141                 "branch-alias": {
142                     "dev-master": "1.x-dev"
143                 }
144             },
145             "autoload": {
146                 "psr-4": {
147                     "Consolidation\\Log\\": "src"
148                 }
149             },
150             "notification-url": "https://packagist.org/downloads/",
151             "license": [
152                 "MIT"
153             ],
154             "authors": [
155                 {
156                     "name": "Greg Anderson",
157                     "email": "greg.1.anderson@greenknowe.org"
158                 }
159             ],
160             "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
161             "time": "2017-11-29T01:44:16+00:00"
162         },
163         {
164             "name": "consolidation/output-formatters",
165             "version": "3.2.0",
166             "source": {
167                 "type": "git",
168                 "url": "https://github.com/consolidation/output-formatters.git",
169                 "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9"
170             },
171             "dist": {
172                 "type": "zip",
173                 "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/da889e4bce19f145ca4ec5b1725a946f4eb625a9",
174                 "reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9",
175                 "shasum": ""
176             },
177             "require": {
178                 "php": ">=5.4.0",
179                 "symfony/console": "^2.8|^3|^4",
180                 "symfony/finder": "^2.5|^3|^4"
181             },
182             "require-dev": {
183                 "g-1-a/composer-test-scenarios": "^2",
184                 "phpunit/phpunit": "^5.7.27",
185                 "satooshi/php-coveralls": "^2",
186                 "squizlabs/php_codesniffer": "^2.7",
187                 "symfony/console": "3.2.3",
188                 "symfony/var-dumper": "^2.8|^3|^4",
189                 "victorjonsson/markdowndocs": "^1.3"
190             },
191             "suggest": {
192                 "symfony/var-dumper": "For using the var_dump formatter"
193             },
194             "type": "library",
195             "extra": {
196                 "branch-alias": {
197                     "dev-master": "3.x-dev"
198                 }
199             },
200             "autoload": {
201                 "psr-4": {
202                     "Consolidation\\OutputFormatters\\": "src"
203                 }
204             },
205             "notification-url": "https://packagist.org/downloads/",
206             "license": [
207                 "MIT"
208             ],
209             "authors": [
210                 {
211                     "name": "Greg Anderson",
212                     "email": "greg.1.anderson@greenknowe.org"
213                 }
214             ],
215             "description": "Format text by applying transformations provided by plug-in formatters.",
216             "time": "2018-03-20T15:18:32+00:00"
217         },
218         {
219             "name": "container-interop/container-interop",
220             "version": "1.2.0",
221             "source": {
222                 "type": "git",
223                 "url": "https://github.com/container-interop/container-interop.git",
224                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
225             },
226             "dist": {
227                 "type": "zip",
228                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
229                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
230                 "shasum": ""
231             },
232             "require": {
233                 "psr/container": "^1.0"
234             },
235             "type": "library",
236             "autoload": {
237                 "psr-4": {
238                     "Interop\\Container\\": "src/Interop/Container/"
239                 }
240             },
241             "notification-url": "https://packagist.org/downloads/",
242             "license": [
243                 "MIT"
244             ],
245             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
246             "homepage": "https://github.com/container-interop/container-interop",
247             "time": "2017-02-14T19:40:03+00:00"
248         },
249         {
250             "name": "dflydev/dot-access-data",
251             "version": "v1.1.0",
252             "source": {
253                 "type": "git",
254                 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
255                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
256             },
257             "dist": {
258                 "type": "zip",
259                 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
260                 "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
261                 "shasum": ""
262             },
263             "require": {
264                 "php": ">=5.3.2"
265             },
266             "type": "library",
267             "extra": {
268                 "branch-alias": {
269                     "dev-master": "1.0-dev"
270                 }
271             },
272             "autoload": {
273                 "psr-0": {
274                     "Dflydev\\DotAccessData": "src"
275                 }
276             },
277             "notification-url": "https://packagist.org/downloads/",
278             "license": [
279                 "MIT"
280             ],
281             "authors": [
282                 {
283                     "name": "Dragonfly Development Inc.",
284                     "email": "info@dflydev.com",
285                     "homepage": "http://dflydev.com"
286                 },
287                 {
288                     "name": "Beau Simensen",
289                     "email": "beau@dflydev.com",
290                     "homepage": "http://beausimensen.com"
291                 },
292                 {
293                     "name": "Carlos Frutos",
294                     "email": "carlos@kiwing.it",
295                     "homepage": "https://github.com/cfrutos"
296                 }
297             ],
298             "description": "Given a deep data structure, access data by dot notation.",
299             "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
300             "keywords": [
301                 "access",
302                 "data",
303                 "dot",
304                 "notation"
305             ],
306             "time": "2017-01-20T21:14:22+00:00"
307         },
308         {
309             "name": "grasmash/expander",
310             "version": "1.0.0",
311             "source": {
312                 "type": "git",
313                 "url": "https://github.com/grasmash/expander.git",
314                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
315             },
316             "dist": {
317                 "type": "zip",
318                 "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
319                 "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
320                 "shasum": ""
321             },
322             "require": {
323                 "dflydev/dot-access-data": "^1.1.0",
324                 "php": ">=5.4"
325             },
326             "require-dev": {
327                 "greg-1-anderson/composer-test-scenarios": "^1",
328                 "phpunit/phpunit": "^4|^5.5.4",
329                 "satooshi/php-coveralls": "^1.0.2|dev-master",
330                 "squizlabs/php_codesniffer": "^2.7"
331             },
332             "type": "library",
333             "extra": {
334                 "branch-alias": {
335                     "dev-master": "1.x-dev"
336                 }
337             },
338             "autoload": {
339                 "psr-4": {
340                     "Grasmash\\Expander\\": "src/"
341                 }
342             },
343             "notification-url": "https://packagist.org/downloads/",
344             "license": [
345                 "MIT"
346             ],
347             "authors": [
348                 {
349                     "name": "Matthew Grasmick"
350                 }
351             ],
352             "description": "Expands internal property references in PHP arrays file.",
353             "time": "2017-12-21T22:14:55+00:00"
354         },
355         {
356             "name": "grasmash/yaml-expander",
357             "version": "1.4.0",
358             "source": {
359                 "type": "git",
360                 "url": "https://github.com/grasmash/yaml-expander.git",
361                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
362             },
363             "dist": {
364                 "type": "zip",
365                 "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
366                 "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
367                 "shasum": ""
368             },
369             "require": {
370                 "dflydev/dot-access-data": "^1.1.0",
371                 "php": ">=5.4",
372                 "symfony/yaml": "^2.8.11|^3|^4"
373             },
374             "require-dev": {
375                 "greg-1-anderson/composer-test-scenarios": "^1",
376                 "phpunit/phpunit": "^4.8|^5.5.4",
377                 "satooshi/php-coveralls": "^1.0.2|dev-master",
378                 "squizlabs/php_codesniffer": "^2.7"
379             },
380             "type": "library",
381             "extra": {
382                 "branch-alias": {
383                     "dev-master": "1.x-dev"
384                 }
385             },
386             "autoload": {
387                 "psr-4": {
388                     "Grasmash\\YamlExpander\\": "src/"
389                 }
390             },
391             "notification-url": "https://packagist.org/downloads/",
392             "license": [
393                 "MIT"
394             ],
395             "authors": [
396                 {
397                     "name": "Matthew Grasmick"
398                 }
399             ],
400             "description": "Expands internal property references in a yaml file.",
401             "time": "2017-12-16T16:06:03+00:00"
402         },
403         {
404             "name": "league/container",
405             "version": "2.4.1",
406             "source": {
407                 "type": "git",
408                 "url": "https://github.com/thephpleague/container.git",
409                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
410             },
411             "dist": {
412                 "type": "zip",
413                 "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
414                 "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
415                 "shasum": ""
416             },
417             "require": {
418                 "container-interop/container-interop": "^1.2",
419                 "php": "^5.4.0 || ^7.0"
420             },
421             "provide": {
422                 "container-interop/container-interop-implementation": "^1.2",
423                 "psr/container-implementation": "^1.0"
424             },
425             "replace": {
426                 "orno/di": "~2.0"
427             },
428             "require-dev": {
429                 "phpunit/phpunit": "4.*"
430             },
431             "type": "library",
432             "extra": {
433                 "branch-alias": {
434                     "dev-2.x": "2.x-dev",
435                     "dev-1.x": "1.x-dev"
436                 }
437             },
438             "autoload": {
439                 "psr-4": {
440                     "League\\Container\\": "src"
441                 }
442             },
443             "notification-url": "https://packagist.org/downloads/",
444             "license": [
445                 "MIT"
446             ],
447             "authors": [
448                 {
449                     "name": "Phil Bennett",
450                     "email": "philipobenito@gmail.com",
451                     "homepage": "http://www.philipobenito.com",
452                     "role": "Developer"
453                 }
454             ],
455             "description": "A fast and intuitive dependency injection container.",
456             "homepage": "https://github.com/thephpleague/container",
457             "keywords": [
458                 "container",
459                 "dependency",
460                 "di",
461                 "injection",
462                 "league",
463                 "provider",
464                 "service"
465             ],
466             "time": "2017-05-10T09:20:27+00:00"
467         },
468         {
469             "name": "psr/container",
470             "version": "1.0.0",
471             "source": {
472                 "type": "git",
473                 "url": "https://github.com/php-fig/container.git",
474                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
475             },
476             "dist": {
477                 "type": "zip",
478                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
479                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
480                 "shasum": ""
481             },
482             "require": {
483                 "php": ">=5.3.0"
484             },
485             "type": "library",
486             "extra": {
487                 "branch-alias": {
488                     "dev-master": "1.0.x-dev"
489                 }
490             },
491             "autoload": {
492                 "psr-4": {
493                     "Psr\\Container\\": "src/"
494                 }
495             },
496             "notification-url": "https://packagist.org/downloads/",
497             "license": [
498                 "MIT"
499             ],
500             "authors": [
501                 {
502                     "name": "PHP-FIG",
503                     "homepage": "http://www.php-fig.org/"
504                 }
505             ],
506             "description": "Common Container Interface (PHP FIG PSR-11)",
507             "homepage": "https://github.com/php-fig/container",
508             "keywords": [
509                 "PSR-11",
510                 "container",
511                 "container-interface",
512                 "container-interop",
513                 "psr"
514             ],
515             "time": "2017-02-14T16:28:37+00:00"
516         },
517         {
518             "name": "psr/log",
519             "version": "1.0.2",
520             "source": {
521                 "type": "git",
522                 "url": "https://github.com/php-fig/log.git",
523                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
524             },
525             "dist": {
526                 "type": "zip",
527                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
528                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
529                 "shasum": ""
530             },
531             "require": {
532                 "php": ">=5.3.0"
533             },
534             "type": "library",
535             "extra": {
536                 "branch-alias": {
537                     "dev-master": "1.0.x-dev"
538                 }
539             },
540             "autoload": {
541                 "psr-4": {
542                     "Psr\\Log\\": "Psr/Log/"
543                 }
544             },
545             "notification-url": "https://packagist.org/downloads/",
546             "license": [
547                 "MIT"
548             ],
549             "authors": [
550                 {
551                     "name": "PHP-FIG",
552                     "homepage": "http://www.php-fig.org/"
553                 }
554             ],
555             "description": "Common interface for logging libraries",
556             "homepage": "https://github.com/php-fig/log",
557             "keywords": [
558                 "log",
559                 "psr",
560                 "psr-3"
561             ],
562             "time": "2016-10-10T12:19:37+00:00"
563         },
564         {
565             "name": "symfony/console",
566             "version": "v3.4.6",
567             "source": {
568                 "type": "git",
569                 "url": "https://github.com/symfony/console.git",
570                 "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7"
571             },
572             "dist": {
573                 "type": "zip",
574                 "url": "https://api.github.com/repos/symfony/console/zipball/067339e9b8ec30d5f19f5950208893ff026b94f7",
575                 "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7",
576                 "shasum": ""
577             },
578             "require": {
579                 "php": "^5.5.9|>=7.0.8",
580                 "symfony/debug": "~2.8|~3.0|~4.0",
581                 "symfony/polyfill-mbstring": "~1.0"
582             },
583             "conflict": {
584                 "symfony/dependency-injection": "<3.4",
585                 "symfony/process": "<3.3"
586             },
587             "require-dev": {
588                 "psr/log": "~1.0",
589                 "symfony/config": "~3.3|~4.0",
590                 "symfony/dependency-injection": "~3.4|~4.0",
591                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
592                 "symfony/lock": "~3.4|~4.0",
593                 "symfony/process": "~3.3|~4.0"
594             },
595             "suggest": {
596                 "psr/log": "For using the console logger",
597                 "symfony/event-dispatcher": "",
598                 "symfony/lock": "",
599                 "symfony/process": ""
600             },
601             "type": "library",
602             "extra": {
603                 "branch-alias": {
604                     "dev-master": "3.4-dev"
605                 }
606             },
607             "autoload": {
608                 "psr-4": {
609                     "Symfony\\Component\\Console\\": ""
610                 },
611                 "exclude-from-classmap": [
612                     "/Tests/"
613                 ]
614             },
615             "notification-url": "https://packagist.org/downloads/",
616             "license": [
617                 "MIT"
618             ],
619             "authors": [
620                 {
621                     "name": "Fabien Potencier",
622                     "email": "fabien@symfony.com"
623                 },
624                 {
625                     "name": "Symfony Community",
626                     "homepage": "https://symfony.com/contributors"
627                 }
628             ],
629             "description": "Symfony Console Component",
630             "homepage": "https://symfony.com",
631             "time": "2018-02-26T15:46:28+00:00"
632         },
633         {
634             "name": "symfony/debug",
635             "version": "v3.4.6",
636             "source": {
637                 "type": "git",
638                 "url": "https://github.com/symfony/debug.git",
639                 "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc"
640             },
641             "dist": {
642                 "type": "zip",
643                 "url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
644                 "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
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             "type": "library",
658             "extra": {
659                 "branch-alias": {
660                     "dev-master": "3.4-dev"
661                 }
662             },
663             "autoload": {
664                 "psr-4": {
665                     "Symfony\\Component\\Debug\\": ""
666                 },
667                 "exclude-from-classmap": [
668                     "/Tests/"
669                 ]
670             },
671             "notification-url": "https://packagist.org/downloads/",
672             "license": [
673                 "MIT"
674             ],
675             "authors": [
676                 {
677                     "name": "Fabien Potencier",
678                     "email": "fabien@symfony.com"
679                 },
680                 {
681                     "name": "Symfony Community",
682                     "homepage": "https://symfony.com/contributors"
683                 }
684             ],
685             "description": "Symfony Debug Component",
686             "homepage": "https://symfony.com",
687             "time": "2018-02-28T21:49:22+00:00"
688         },
689         {
690             "name": "symfony/event-dispatcher",
691             "version": "v3.4.6",
692             "source": {
693                 "type": "git",
694                 "url": "https://github.com/symfony/event-dispatcher.git",
695                 "reference": "58990682ac3fdc1f563b7e705452921372aad11d"
696             },
697             "dist": {
698                 "type": "zip",
699                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/58990682ac3fdc1f563b7e705452921372aad11d",
700                 "reference": "58990682ac3fdc1f563b7e705452921372aad11d",
701                 "shasum": ""
702             },
703             "require": {
704                 "php": "^5.5.9|>=7.0.8"
705             },
706             "conflict": {
707                 "symfony/dependency-injection": "<3.3"
708             },
709             "require-dev": {
710                 "psr/log": "~1.0",
711                 "symfony/config": "~2.8|~3.0|~4.0",
712                 "symfony/dependency-injection": "~3.3|~4.0",
713                 "symfony/expression-language": "~2.8|~3.0|~4.0",
714                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
715             },
716             "suggest": {
717                 "symfony/dependency-injection": "",
718                 "symfony/http-kernel": ""
719             },
720             "type": "library",
721             "extra": {
722                 "branch-alias": {
723                     "dev-master": "3.4-dev"
724                 }
725             },
726             "autoload": {
727                 "psr-4": {
728                     "Symfony\\Component\\EventDispatcher\\": ""
729                 },
730                 "exclude-from-classmap": [
731                     "/Tests/"
732                 ]
733             },
734             "notification-url": "https://packagist.org/downloads/",
735             "license": [
736                 "MIT"
737             ],
738             "authors": [
739                 {
740                     "name": "Fabien Potencier",
741                     "email": "fabien@symfony.com"
742                 },
743                 {
744                     "name": "Symfony Community",
745                     "homepage": "https://symfony.com/contributors"
746                 }
747             ],
748             "description": "Symfony EventDispatcher Component",
749             "homepage": "https://symfony.com",
750             "time": "2018-02-14T10:03:57+00:00"
751         },
752         {
753             "name": "symfony/filesystem",
754             "version": "v3.4.6",
755             "source": {
756                 "type": "git",
757                 "url": "https://github.com/symfony/filesystem.git",
758                 "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541"
759             },
760             "dist": {
761                 "type": "zip",
762                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541",
763                 "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541",
764                 "shasum": ""
765             },
766             "require": {
767                 "php": "^5.5.9|>=7.0.8"
768             },
769             "type": "library",
770             "extra": {
771                 "branch-alias": {
772                     "dev-master": "3.4-dev"
773                 }
774             },
775             "autoload": {
776                 "psr-4": {
777                     "Symfony\\Component\\Filesystem\\": ""
778                 },
779                 "exclude-from-classmap": [
780                     "/Tests/"
781                 ]
782             },
783             "notification-url": "https://packagist.org/downloads/",
784             "license": [
785                 "MIT"
786             ],
787             "authors": [
788                 {
789                     "name": "Fabien Potencier",
790                     "email": "fabien@symfony.com"
791                 },
792                 {
793                     "name": "Symfony Community",
794                     "homepage": "https://symfony.com/contributors"
795                 }
796             ],
797             "description": "Symfony Filesystem Component",
798             "homepage": "https://symfony.com",
799             "time": "2018-02-22T10:48:49+00:00"
800         },
801         {
802             "name": "symfony/finder",
803             "version": "v3.4.6",
804             "source": {
805                 "type": "git",
806                 "url": "https://github.com/symfony/finder.git",
807                 "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625"
808             },
809             "dist": {
810                 "type": "zip",
811                 "url": "https://api.github.com/repos/symfony/finder/zipball/a479817ce0a9e4adfd7d39c6407c95d97c254625",
812                 "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625",
813                 "shasum": ""
814             },
815             "require": {
816                 "php": "^5.5.9|>=7.0.8"
817             },
818             "type": "library",
819             "extra": {
820                 "branch-alias": {
821                     "dev-master": "3.4-dev"
822                 }
823             },
824             "autoload": {
825                 "psr-4": {
826                     "Symfony\\Component\\Finder\\": ""
827                 },
828                 "exclude-from-classmap": [
829                     "/Tests/"
830                 ]
831             },
832             "notification-url": "https://packagist.org/downloads/",
833             "license": [
834                 "MIT"
835             ],
836             "authors": [
837                 {
838                     "name": "Fabien Potencier",
839                     "email": "fabien@symfony.com"
840                 },
841                 {
842                     "name": "Symfony Community",
843                     "homepage": "https://symfony.com/contributors"
844                 }
845             ],
846             "description": "Symfony Finder Component",
847             "homepage": "https://symfony.com",
848             "time": "2018-03-05T18:28:11+00:00"
849         },
850         {
851             "name": "symfony/polyfill-mbstring",
852             "version": "v1.7.0",
853             "source": {
854                 "type": "git",
855                 "url": "https://github.com/symfony/polyfill-mbstring.git",
856                 "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
857             },
858             "dist": {
859                 "type": "zip",
860                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
861                 "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
862                 "shasum": ""
863             },
864             "require": {
865                 "php": ">=5.3.3"
866             },
867             "suggest": {
868                 "ext-mbstring": "For best performance"
869             },
870             "type": "library",
871             "extra": {
872                 "branch-alias": {
873                     "dev-master": "1.7-dev"
874                 }
875             },
876             "autoload": {
877                 "psr-4": {
878                     "Symfony\\Polyfill\\Mbstring\\": ""
879                 },
880                 "files": [
881                     "bootstrap.php"
882                 ]
883             },
884             "notification-url": "https://packagist.org/downloads/",
885             "license": [
886                 "MIT"
887             ],
888             "authors": [
889                 {
890                     "name": "Nicolas Grekas",
891                     "email": "p@tchwork.com"
892                 },
893                 {
894                     "name": "Symfony Community",
895                     "homepage": "https://symfony.com/contributors"
896                 }
897             ],
898             "description": "Symfony polyfill for the Mbstring extension",
899             "homepage": "https://symfony.com",
900             "keywords": [
901                 "compatibility",
902                 "mbstring",
903                 "polyfill",
904                 "portable",
905                 "shim"
906             ],
907             "time": "2018-01-30T19:27:44+00:00"
908         },
909         {
910             "name": "symfony/process",
911             "version": "v3.4.6",
912             "source": {
913                 "type": "git",
914                 "url": "https://github.com/symfony/process.git",
915                 "reference": "cc4aea21f619116aaf1c58016a944e4821c8e8af"
916             },
917             "dist": {
918                 "type": "zip",
919                 "url": "https://api.github.com/repos/symfony/process/zipball/cc4aea21f619116aaf1c58016a944e4821c8e8af",
920                 "reference": "cc4aea21f619116aaf1c58016a944e4821c8e8af",
921                 "shasum": ""
922             },
923             "require": {
924                 "php": "^5.5.9|>=7.0.8"
925             },
926             "type": "library",
927             "extra": {
928                 "branch-alias": {
929                     "dev-master": "3.4-dev"
930                 }
931             },
932             "autoload": {
933                 "psr-4": {
934                     "Symfony\\Component\\Process\\": ""
935                 },
936                 "exclude-from-classmap": [
937                     "/Tests/"
938                 ]
939             },
940             "notification-url": "https://packagist.org/downloads/",
941             "license": [
942                 "MIT"
943             ],
944             "authors": [
945                 {
946                     "name": "Fabien Potencier",
947                     "email": "fabien@symfony.com"
948                 },
949                 {
950                     "name": "Symfony Community",
951                     "homepage": "https://symfony.com/contributors"
952                 }
953             ],
954             "description": "Symfony Process Component",
955             "homepage": "https://symfony.com",
956             "time": "2018-02-12T17:55:00+00:00"
957         },
958         {
959             "name": "symfony/yaml",
960             "version": "v3.4.6",
961             "source": {
962                 "type": "git",
963                 "url": "https://github.com/symfony/yaml.git",
964                 "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb"
965             },
966             "dist": {
967                 "type": "zip",
968                 "url": "https://api.github.com/repos/symfony/yaml/zipball/6af42631dcf89e9c616242c900d6c52bd53bd1bb",
969                 "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb",
970                 "shasum": ""
971             },
972             "require": {
973                 "php": "^5.5.9|>=7.0.8"
974             },
975             "conflict": {
976                 "symfony/console": "<3.4"
977             },
978             "require-dev": {
979                 "symfony/console": "~3.4|~4.0"
980             },
981             "suggest": {
982                 "symfony/console": "For validating YAML files using the lint command"
983             },
984             "type": "library",
985             "extra": {
986                 "branch-alias": {
987                     "dev-master": "3.4-dev"
988                 }
989             },
990             "autoload": {
991                 "psr-4": {
992                     "Symfony\\Component\\Yaml\\": ""
993                 },
994                 "exclude-from-classmap": [
995                     "/Tests/"
996                 ]
997             },
998             "notification-url": "https://packagist.org/downloads/",
999             "license": [
1000                 "MIT"
1001             ],
1002             "authors": [
1003                 {
1004                     "name": "Fabien Potencier",
1005                     "email": "fabien@symfony.com"
1006                 },
1007                 {
1008                     "name": "Symfony Community",
1009                     "homepage": "https://symfony.com/contributors"
1010                 }
1011             ],
1012             "description": "Symfony Yaml Component",
1013             "homepage": "https://symfony.com",
1014             "time": "2018-02-16T09:50:28+00:00"
1015         }
1016     ],
1017     "packages-dev": [
1018         {
1019             "name": "behat/gherkin",
1020             "version": "v4.5.1",
1021             "source": {
1022                 "type": "git",
1023                 "url": "https://github.com/Behat/Gherkin.git",
1024                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
1025             },
1026             "dist": {
1027                 "type": "zip",
1028                 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
1029                 "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
1030                 "shasum": ""
1031             },
1032             "require": {
1033                 "php": ">=5.3.1"
1034             },
1035             "require-dev": {
1036                 "phpunit/phpunit": "~4.5|~5",
1037                 "symfony/phpunit-bridge": "~2.7|~3",
1038                 "symfony/yaml": "~2.3|~3"
1039             },
1040             "suggest": {
1041                 "symfony/yaml": "If you want to parse features, represented in YAML files"
1042             },
1043             "type": "library",
1044             "extra": {
1045                 "branch-alias": {
1046                     "dev-master": "4.4-dev"
1047                 }
1048             },
1049             "autoload": {
1050                 "psr-0": {
1051                     "Behat\\Gherkin": "src/"
1052                 }
1053             },
1054             "notification-url": "https://packagist.org/downloads/",
1055             "license": [
1056                 "MIT"
1057             ],
1058             "authors": [
1059                 {
1060                     "name": "Konstantin Kudryashov",
1061                     "email": "ever.zet@gmail.com",
1062                     "homepage": "http://everzet.com"
1063                 }
1064             ],
1065             "description": "Gherkin DSL parser for PHP 5.3",
1066             "homepage": "http://behat.org/",
1067             "keywords": [
1068                 "BDD",
1069                 "Behat",
1070                 "Cucumber",
1071                 "DSL",
1072                 "gherkin",
1073                 "parser"
1074             ],
1075             "time": "2017-08-30T11:04:43+00:00"
1076         },
1077         {
1078             "name": "codeception/aspect-mock",
1079             "version": "2.1.1",
1080             "source": {
1081                 "type": "git",
1082                 "url": "https://github.com/Codeception/AspectMock.git",
1083                 "reference": "bf3c000599c0dc75ecb52e19dee2b8ed294cf7ba"
1084             },
1085             "dist": {
1086                 "type": "zip",
1087                 "url": "https://api.github.com/repos/Codeception/AspectMock/zipball/bf3c000599c0dc75ecb52e19dee2b8ed294cf7ba",
1088                 "reference": "bf3c000599c0dc75ecb52e19dee2b8ed294cf7ba",
1089                 "shasum": ""
1090             },
1091             "require": {
1092                 "goaop/framework": "^2.0.0",
1093                 "php": ">=5.6.0",
1094                 "symfony/finder": "~2.4|~3.0"
1095             },
1096             "require-dev": {
1097                 "codeception/base": "~2.1",
1098                 "codeception/specify": "~0.3",
1099                 "codeception/verify": "~0.2"
1100             },
1101             "type": "library",
1102             "autoload": {
1103                 "psr-0": {
1104                     "AspectMock": "src/"
1105                 }
1106             },
1107             "notification-url": "https://packagist.org/downloads/",
1108             "license": [
1109                 "MIT"
1110             ],
1111             "authors": [
1112                 {
1113                     "name": "Michael Bodnarchuk",
1114                     "email": "davert@codeception.com"
1115                 }
1116             ],
1117             "description": "Experimental Mocking Framework powered by Aspects",
1118             "time": "2017-10-24T10:20:17+00:00"
1119         },
1120         {
1121             "name": "codeception/base",
1122             "version": "2.4.1",
1123             "source": {
1124                 "type": "git",
1125                 "url": "https://github.com/Codeception/base.git",
1126                 "reference": "fb07b713f2a97cdf0c5c81c93fa26a0785eb44a6"
1127             },
1128             "dist": {
1129                 "type": "zip",
1130                 "url": "https://api.github.com/repos/Codeception/base/zipball/fb07b713f2a97cdf0c5c81c93fa26a0785eb44a6",
1131                 "reference": "fb07b713f2a97cdf0c5c81c93fa26a0785eb44a6",
1132                 "shasum": ""
1133             },
1134             "require": {
1135                 "behat/gherkin": "^4.4.0",
1136                 "codeception/phpunit-wrapper": "^6.0.9|^7.0.6",
1137                 "codeception/stub": "^1.0",
1138                 "ext-json": "*",
1139                 "ext-mbstring": "*",
1140                 "guzzlehttp/psr7": "~1.0",
1141                 "php": ">=5.4.0 <8.0",
1142                 "symfony/browser-kit": ">=2.7 <5.0",
1143                 "symfony/console": ">=2.7 <5.0",
1144                 "symfony/css-selector": ">=2.7 <5.0",
1145                 "symfony/dom-crawler": ">=2.7 <5.0",
1146                 "symfony/event-dispatcher": ">=2.7 <5.0",
1147                 "symfony/finder": ">=2.7 <5.0",
1148                 "symfony/yaml": ">=2.7 <5.0"
1149             },
1150             "require-dev": {
1151                 "codeception/specify": "~0.3",
1152                 "facebook/graph-sdk": "~5.3",
1153                 "flow/jsonpath": "~0.2",
1154                 "monolog/monolog": "~1.8",
1155                 "pda/pheanstalk": "~3.0",
1156                 "php-amqplib/php-amqplib": "~2.4",
1157                 "predis/predis": "^1.0",
1158                 "squizlabs/php_codesniffer": "~2.0",
1159                 "symfony/process": ">=2.7 <5.0",
1160                 "vlucas/phpdotenv": "^2.4.0"
1161             },
1162             "suggest": {
1163                 "aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
1164                 "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
1165                 "codeception/specify": "BDD-style code blocks",
1166                 "codeception/verify": "BDD-style assertions",
1167                 "flow/jsonpath": "For using JSONPath in REST module",
1168                 "league/factory-muffin": "For DataFactory module",
1169                 "league/factory-muffin-faker": "For Faker support in DataFactory module",
1170                 "phpseclib/phpseclib": "for SFTP option in FTP Module",
1171                 "stecman/symfony-console-completion": "For BASH autocompletion",
1172                 "symfony/phpunit-bridge": "For phpunit-bridge support"
1173             },
1174             "bin": [
1175                 "codecept"
1176             ],
1177             "type": "library",
1178             "extra": {
1179                 "branch-alias": []
1180             },
1181             "autoload": {
1182                 "psr-4": {
1183                     "Codeception\\": "src\\Codeception",
1184                     "Codeception\\Extension\\": "ext"
1185                 }
1186             },
1187             "notification-url": "https://packagist.org/downloads/",
1188             "license": [
1189                 "MIT"
1190             ],
1191             "authors": [
1192                 {
1193                     "name": "Michael Bodnarchuk",
1194                     "email": "davert@mail.ua",
1195                     "homepage": "http://codegyre.com"
1196                 }
1197             ],
1198             "description": "BDD-style testing framework",
1199             "homepage": "http://codeception.com/",
1200             "keywords": [
1201                 "BDD",
1202                 "TDD",
1203                 "acceptance testing",
1204                 "functional testing",
1205                 "unit testing"
1206             ],
1207             "time": "2018-03-31T22:36:34+00:00"
1208         },
1209         {
1210             "name": "codeception/phpunit-wrapper",
1211             "version": "6.0.9",
1212             "source": {
1213                 "type": "git",
1214                 "url": "https://github.com/Codeception/phpunit-wrapper.git",
1215                 "reference": "450f1cfc5f49539c421061e64338f5edb8baad6a"
1216             },
1217             "dist": {
1218                 "type": "zip",
1219                 "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/450f1cfc5f49539c421061e64338f5edb8baad6a",
1220                 "reference": "450f1cfc5f49539c421061e64338f5edb8baad6a",
1221                 "shasum": ""
1222             },
1223             "require": {
1224                 "phpunit/php-code-coverage": ">=2.2.4 <6.0",
1225                 "phpunit/phpunit": ">=4.8.28 <5.0.0 || >=5.6.3 <7.0",
1226                 "sebastian/comparator": ">1.1 <3.0",
1227                 "sebastian/diff": ">=1.4 <4.0"
1228             },
1229             "replace": {
1230                 "codeception/phpunit-wrapper": "*"
1231             },
1232             "require-dev": {
1233                 "codeception/specify": "*",
1234                 "vlucas/phpdotenv": "^2.4"
1235             },
1236             "type": "library",
1237             "autoload": {
1238                 "psr-4": {
1239                     "Codeception\\PHPUnit\\": "src\\"
1240                 }
1241             },
1242             "notification-url": "https://packagist.org/downloads/",
1243             "license": [
1244                 "MIT"
1245             ],
1246             "authors": [
1247                 {
1248                     "name": "Davert",
1249                     "email": "davert.php@resend.cc"
1250                 }
1251             ],
1252             "description": "PHPUnit classes used by Codeception",
1253             "time": "2018-03-31T18:50:01+00:00"
1254         },
1255         {
1256             "name": "codeception/stub",
1257             "version": "1.0.2",
1258             "source": {
1259                 "type": "git",
1260                 "url": "https://github.com/Codeception/Stub.git",
1261                 "reference": "95fb7a36b81890dd2e5163e7ab31310df6f1bb99"
1262             },
1263             "dist": {
1264                 "type": "zip",
1265                 "url": "https://api.github.com/repos/Codeception/Stub/zipball/95fb7a36b81890dd2e5163e7ab31310df6f1bb99",
1266                 "reference": "95fb7a36b81890dd2e5163e7ab31310df6f1bb99",
1267                 "shasum": ""
1268             },
1269             "require": {
1270                 "phpunit/phpunit-mock-objects": ">2.3 <7.0"
1271             },
1272             "require-dev": {
1273                 "phpunit/phpunit": ">=4.8 <8.0"
1274             },
1275             "type": "library",
1276             "autoload": {
1277                 "psr-4": {
1278                     "Codeception\\": "src/"
1279                 }
1280             },
1281             "notification-url": "https://packagist.org/downloads/",
1282             "license": [
1283                 "MIT"
1284             ],
1285             "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
1286             "time": "2018-02-18T13:56:56+00:00"
1287         },
1288         {
1289             "name": "codeception/verify",
1290             "version": "0.3.3",
1291             "source": {
1292                 "type": "git",
1293                 "url": "https://github.com/Codeception/Verify.git",
1294                 "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c"
1295             },
1296             "dist": {
1297                 "type": "zip",
1298                 "url": "https://api.github.com/repos/Codeception/Verify/zipball/5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
1299                 "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
1300                 "shasum": ""
1301             },
1302             "require-dev": {
1303                 "phpunit/phpunit": "~4.0"
1304             },
1305             "type": "library",
1306             "autoload": {
1307                 "files": [
1308                     "src/Codeception/function.php"
1309                 ]
1310             },
1311             "notification-url": "https://packagist.org/downloads/",
1312             "license": [
1313                 "MIT"
1314             ],
1315             "authors": [
1316                 {
1317                     "name": "Michael Bodnarchuk",
1318                     "email": "davert.php@mailican.com"
1319                 }
1320             ],
1321             "description": "BDD assertion library for PHPUnit",
1322             "time": "2017-01-09T10:58:51+00:00"
1323         },
1324         {
1325             "name": "doctrine/annotations",
1326             "version": "v1.4.0",
1327             "source": {
1328                 "type": "git",
1329                 "url": "https://github.com/doctrine/annotations.git",
1330                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
1331             },
1332             "dist": {
1333                 "type": "zip",
1334                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
1335                 "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
1336                 "shasum": ""
1337             },
1338             "require": {
1339                 "doctrine/lexer": "1.*",
1340                 "php": "^5.6 || ^7.0"
1341             },
1342             "require-dev": {
1343                 "doctrine/cache": "1.*",
1344                 "phpunit/phpunit": "^5.7"
1345             },
1346             "type": "library",
1347             "extra": {
1348                 "branch-alias": {
1349                     "dev-master": "1.4.x-dev"
1350                 }
1351             },
1352             "autoload": {
1353                 "psr-4": {
1354                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1355                 }
1356             },
1357             "notification-url": "https://packagist.org/downloads/",
1358             "license": [
1359                 "MIT"
1360             ],
1361             "authors": [
1362                 {
1363                     "name": "Roman Borschel",
1364                     "email": "roman@code-factory.org"
1365                 },
1366                 {
1367                     "name": "Benjamin Eberlei",
1368                     "email": "kontakt@beberlei.de"
1369                 },
1370                 {
1371                     "name": "Guilherme Blanco",
1372                     "email": "guilhermeblanco@gmail.com"
1373                 },
1374                 {
1375                     "name": "Jonathan Wage",
1376                     "email": "jonwage@gmail.com"
1377                 },
1378                 {
1379                     "name": "Johannes Schmitt",
1380                     "email": "schmittjoh@gmail.com"
1381                 }
1382             ],
1383             "description": "Docblock Annotations Parser",
1384             "homepage": "http://www.doctrine-project.org",
1385             "keywords": [
1386                 "annotations",
1387                 "docblock",
1388                 "parser"
1389             ],
1390             "time": "2017-02-24T16:22:25+00:00"
1391         },
1392         {
1393             "name": "doctrine/instantiator",
1394             "version": "1.0.5",
1395             "source": {
1396                 "type": "git",
1397                 "url": "https://github.com/doctrine/instantiator.git",
1398                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1399             },
1400             "dist": {
1401                 "type": "zip",
1402                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1403                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1404                 "shasum": ""
1405             },
1406             "require": {
1407                 "php": ">=5.3,<8.0-DEV"
1408             },
1409             "require-dev": {
1410                 "athletic/athletic": "~0.1.8",
1411                 "ext-pdo": "*",
1412                 "ext-phar": "*",
1413                 "phpunit/phpunit": "~4.0",
1414                 "squizlabs/php_codesniffer": "~2.0"
1415             },
1416             "type": "library",
1417             "extra": {
1418                 "branch-alias": {
1419                     "dev-master": "1.0.x-dev"
1420                 }
1421             },
1422             "autoload": {
1423                 "psr-4": {
1424                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1425                 }
1426             },
1427             "notification-url": "https://packagist.org/downloads/",
1428             "license": [
1429                 "MIT"
1430             ],
1431             "authors": [
1432                 {
1433                     "name": "Marco Pivetta",
1434                     "email": "ocramius@gmail.com",
1435                     "homepage": "http://ocramius.github.com/"
1436                 }
1437             ],
1438             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1439             "homepage": "https://github.com/doctrine/instantiator",
1440             "keywords": [
1441                 "constructor",
1442                 "instantiate"
1443             ],
1444             "time": "2015-06-14T21:17:01+00:00"
1445         },
1446         {
1447             "name": "doctrine/lexer",
1448             "version": "v1.0.1",
1449             "source": {
1450                 "type": "git",
1451                 "url": "https://github.com/doctrine/lexer.git",
1452                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
1453             },
1454             "dist": {
1455                 "type": "zip",
1456                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
1457                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
1458                 "shasum": ""
1459             },
1460             "require": {
1461                 "php": ">=5.3.2"
1462             },
1463             "type": "library",
1464             "extra": {
1465                 "branch-alias": {
1466                     "dev-master": "1.0.x-dev"
1467                 }
1468             },
1469             "autoload": {
1470                 "psr-0": {
1471                     "Doctrine\\Common\\Lexer\\": "lib/"
1472                 }
1473             },
1474             "notification-url": "https://packagist.org/downloads/",
1475             "license": [
1476                 "MIT"
1477             ],
1478             "authors": [
1479                 {
1480                     "name": "Roman Borschel",
1481                     "email": "roman@code-factory.org"
1482                 },
1483                 {
1484                     "name": "Guilherme Blanco",
1485                     "email": "guilhermeblanco@gmail.com"
1486                 },
1487                 {
1488                     "name": "Johannes Schmitt",
1489                     "email": "schmittjoh@gmail.com"
1490                 }
1491             ],
1492             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
1493             "homepage": "http://www.doctrine-project.org",
1494             "keywords": [
1495                 "lexer",
1496                 "parser"
1497             ],
1498             "time": "2014-09-09T13:34:57+00:00"
1499         },
1500         {
1501             "name": "g-1-a/composer-test-scenarios",
1502             "version": "2.0.0",
1503             "source": {
1504                 "type": "git",
1505                 "url": "https://github.com/g-1-a/composer-test-scenarios.git",
1506                 "reference": "ed9e89e0fa1b4503a05921e0ee97119bd5621f40"
1507             },
1508             "dist": {
1509                 "type": "zip",
1510                 "url": "https://api.github.com/repos/g-1-a/composer-test-scenarios/zipball/ed9e89e0fa1b4503a05921e0ee97119bd5621f40",
1511                 "reference": "ed9e89e0fa1b4503a05921e0ee97119bd5621f40",
1512                 "shasum": ""
1513             },
1514             "bin": [
1515                 "scripts/create-scenario",
1516                 "scripts/dependency-licenses",
1517                 "scripts/install-scenario"
1518             ],
1519             "type": "library",
1520             "notification-url": "https://packagist.org/downloads/",
1521             "license": [
1522                 "MIT"
1523             ],
1524             "authors": [
1525                 {
1526                     "name": "Greg Anderson",
1527                     "email": "greg.1.anderson@greenknowe.org"
1528                 }
1529             ],
1530             "description": "Useful scripts for testing multiple sets of Composer dependencies.",
1531             "time": "2018-03-19T05:31:48+00:00"
1532         },
1533         {
1534             "name": "goaop/framework",
1535             "version": "2.1.2",
1536             "source": {
1537                 "type": "git",
1538                 "url": "https://github.com/goaop/framework.git",
1539                 "reference": "6e2a0fe13c1943db02a67588cfd27692bddaffa5"
1540             },
1541             "dist": {
1542                 "type": "zip",
1543                 "url": "https://api.github.com/repos/goaop/framework/zipball/6e2a0fe13c1943db02a67588cfd27692bddaffa5",
1544                 "reference": "6e2a0fe13c1943db02a67588cfd27692bddaffa5",
1545                 "shasum": ""
1546             },
1547             "require": {
1548                 "doctrine/annotations": "~1.0",
1549                 "goaop/parser-reflection": "~1.2",
1550                 "jakubledl/dissect": "~1.0",
1551                 "php": ">=5.6.0"
1552             },
1553             "require-dev": {
1554                 "adlawson/vfs": "^0.12",
1555                 "doctrine/orm": "^2.5",
1556                 "phpunit/phpunit": "^4.8",
1557                 "symfony/console": "^2.7|^3.0"
1558             },
1559             "suggest": {
1560                 "symfony/console": "Enables the usage of the command-line tool."
1561             },
1562             "bin": [
1563                 "bin/aspect"
1564             ],
1565             "type": "library",
1566             "extra": {
1567                 "branch-alias": {
1568                     "dev-master": "2.0-dev"
1569                 }
1570             },
1571             "autoload": {
1572                 "psr-4": {
1573                     "Go\\": "src/"
1574                 }
1575             },
1576             "notification-url": "https://packagist.org/downloads/",
1577             "license": [
1578                 "MIT"
1579             ],
1580             "authors": [
1581                 {
1582                     "name": "Lisachenko Alexander",
1583                     "homepage": "https://github.com/lisachenko"
1584                 }
1585             ],
1586             "description": "Framework for aspect-oriented programming in PHP.",
1587             "homepage": "http://go.aopphp.com/",
1588             "keywords": [
1589                 "aop",
1590                 "aspect",
1591                 "library",
1592                 "php"
1593             ],
1594             "time": "2017-07-12T11:46:25+00:00"
1595         },
1596         {
1597             "name": "goaop/parser-reflection",
1598             "version": "1.4.1",
1599             "source": {
1600                 "type": "git",
1601                 "url": "https://github.com/goaop/parser-reflection.git",
1602                 "reference": "d9c1dcc7ce4a5284fe3530e011faf9c9c10e1166"
1603             },
1604             "dist": {
1605                 "type": "zip",
1606                 "url": "https://api.github.com/repos/goaop/parser-reflection/zipball/d9c1dcc7ce4a5284fe3530e011faf9c9c10e1166",
1607                 "reference": "d9c1dcc7ce4a5284fe3530e011faf9c9c10e1166",
1608                 "shasum": ""
1609             },
1610             "require": {
1611                 "nikic/php-parser": "^1.2|^2.0|^3.0",
1612                 "php": ">=5.6.0"
1613             },
1614             "require-dev": {
1615                 "phpunit/phpunit": "~4.0"
1616             },
1617             "type": "library",
1618             "extra": {
1619                 "branch-alias": {
1620                     "dev-master": "1.x-dev"
1621                 }
1622             },
1623             "autoload": {
1624                 "psr-4": {
1625                     "Go\\ParserReflection\\": "src"
1626                 },
1627                 "files": [
1628                     "src/bootstrap.php"
1629                 ],
1630                 "exclude-from-classmap": [
1631                     "/tests/"
1632                 ]
1633             },
1634             "notification-url": "https://packagist.org/downloads/",
1635             "license": [
1636                 "MIT"
1637             ],
1638             "authors": [
1639                 {
1640                     "name": "Alexander Lisachenko",
1641                     "email": "lisachenko.it@gmail.com"
1642                 }
1643             ],
1644             "description": "Provides reflection information, based on raw source",
1645             "time": "2018-03-19T15:57:41+00:00"
1646         },
1647         {
1648             "name": "guzzlehttp/guzzle",
1649             "version": "6.3.2",
1650             "source": {
1651                 "type": "git",
1652                 "url": "https://github.com/guzzle/guzzle.git",
1653                 "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90"
1654             },
1655             "dist": {
1656                 "type": "zip",
1657                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90",
1658                 "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90",
1659                 "shasum": ""
1660             },
1661             "require": {
1662                 "guzzlehttp/promises": "^1.0",
1663                 "guzzlehttp/psr7": "^1.4",
1664                 "php": ">=5.5"
1665             },
1666             "require-dev": {
1667                 "ext-curl": "*",
1668                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4",
1669                 "psr/log": "^1.0"
1670             },
1671             "suggest": {
1672                 "psr/log": "Required for using the Log middleware"
1673             },
1674             "type": "library",
1675             "extra": {
1676                 "branch-alias": {
1677                     "dev-master": "6.3-dev"
1678                 }
1679             },
1680             "autoload": {
1681                 "files": [
1682                     "src/functions_include.php"
1683                 ],
1684                 "psr-4": {
1685                     "GuzzleHttp\\": "src/"
1686                 }
1687             },
1688             "notification-url": "https://packagist.org/downloads/",
1689             "license": [
1690                 "MIT"
1691             ],
1692             "authors": [
1693                 {
1694                     "name": "Michael Dowling",
1695                     "email": "mtdowling@gmail.com",
1696                     "homepage": "https://github.com/mtdowling"
1697                 }
1698             ],
1699             "description": "Guzzle is a PHP HTTP client library",
1700             "homepage": "http://guzzlephp.org/",
1701             "keywords": [
1702                 "client",
1703                 "curl",
1704                 "framework",
1705                 "http",
1706                 "http client",
1707                 "rest",
1708                 "web service"
1709             ],
1710             "time": "2018-03-26T16:33:04+00:00"
1711         },
1712         {
1713             "name": "guzzlehttp/promises",
1714             "version": "v1.3.1",
1715             "source": {
1716                 "type": "git",
1717                 "url": "https://github.com/guzzle/promises.git",
1718                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1719             },
1720             "dist": {
1721                 "type": "zip",
1722                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1723                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1724                 "shasum": ""
1725             },
1726             "require": {
1727                 "php": ">=5.5.0"
1728             },
1729             "require-dev": {
1730                 "phpunit/phpunit": "^4.0"
1731             },
1732             "type": "library",
1733             "extra": {
1734                 "branch-alias": {
1735                     "dev-master": "1.4-dev"
1736                 }
1737             },
1738             "autoload": {
1739                 "psr-4": {
1740                     "GuzzleHttp\\Promise\\": "src/"
1741                 },
1742                 "files": [
1743                     "src/functions_include.php"
1744                 ]
1745             },
1746             "notification-url": "https://packagist.org/downloads/",
1747             "license": [
1748                 "MIT"
1749             ],
1750             "authors": [
1751                 {
1752                     "name": "Michael Dowling",
1753                     "email": "mtdowling@gmail.com",
1754                     "homepage": "https://github.com/mtdowling"
1755                 }
1756             ],
1757             "description": "Guzzle promises library",
1758             "keywords": [
1759                 "promise"
1760             ],
1761             "time": "2016-12-20T10:07:11+00:00"
1762         },
1763         {
1764             "name": "guzzlehttp/psr7",
1765             "version": "1.4.2",
1766             "source": {
1767                 "type": "git",
1768                 "url": "https://github.com/guzzle/psr7.git",
1769                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1770             },
1771             "dist": {
1772                 "type": "zip",
1773                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1774                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1775                 "shasum": ""
1776             },
1777             "require": {
1778                 "php": ">=5.4.0",
1779                 "psr/http-message": "~1.0"
1780             },
1781             "provide": {
1782                 "psr/http-message-implementation": "1.0"
1783             },
1784             "require-dev": {
1785                 "phpunit/phpunit": "~4.0"
1786             },
1787             "type": "library",
1788             "extra": {
1789                 "branch-alias": {
1790                     "dev-master": "1.4-dev"
1791                 }
1792             },
1793             "autoload": {
1794                 "psr-4": {
1795                     "GuzzleHttp\\Psr7\\": "src/"
1796                 },
1797                 "files": [
1798                     "src/functions_include.php"
1799                 ]
1800             },
1801             "notification-url": "https://packagist.org/downloads/",
1802             "license": [
1803                 "MIT"
1804             ],
1805             "authors": [
1806                 {
1807                     "name": "Michael Dowling",
1808                     "email": "mtdowling@gmail.com",
1809                     "homepage": "https://github.com/mtdowling"
1810                 },
1811                 {
1812                     "name": "Tobias Schultze",
1813                     "homepage": "https://github.com/Tobion"
1814                 }
1815             ],
1816             "description": "PSR-7 message implementation that also provides common utility methods",
1817             "keywords": [
1818                 "http",
1819                 "message",
1820                 "request",
1821                 "response",
1822                 "stream",
1823                 "uri",
1824                 "url"
1825             ],
1826             "time": "2017-03-20T17:10:46+00:00"
1827         },
1828         {
1829             "name": "jakubledl/dissect",
1830             "version": "v1.0.1",
1831             "source": {
1832                 "type": "git",
1833                 "url": "https://github.com/jakubledl/dissect.git",
1834                 "reference": "d3a391de31e45a247e95cef6cf58a91c05af67c4"
1835             },
1836             "dist": {
1837                 "type": "zip",
1838                 "url": "https://api.github.com/repos/jakubledl/dissect/zipball/d3a391de31e45a247e95cef6cf58a91c05af67c4",
1839                 "reference": "d3a391de31e45a247e95cef6cf58a91c05af67c4",
1840                 "shasum": ""
1841             },
1842             "require": {
1843                 "php": ">=5.3.3"
1844             },
1845             "require-dev": {
1846                 "symfony/console": "~2.1"
1847             },
1848             "suggest": {
1849                 "symfony/console": "for the command-line tool"
1850             },
1851             "bin": [
1852                 "bin/dissect.php",
1853                 "bin/dissect"
1854             ],
1855             "type": "library",
1856             "autoload": {
1857                 "psr-0": {
1858                     "Dissect": [
1859                         "src/"
1860                     ]
1861                 }
1862             },
1863             "notification-url": "https://packagist.org/downloads/",
1864             "license": [
1865                 "unlicense"
1866             ],
1867             "authors": [
1868                 {
1869                     "name": "Jakub Lédl",
1870                     "email": "jakubledl@gmail.com"
1871                 }
1872             ],
1873             "description": "Lexing and parsing in pure PHP",
1874             "homepage": "https://github.com/jakubledl/dissect",
1875             "keywords": [
1876                 "ast",
1877                 "lexing",
1878                 "parser",
1879                 "parsing"
1880             ],
1881             "time": "2013-01-29T21:29:14+00:00"
1882         },
1883         {
1884             "name": "myclabs/deep-copy",
1885             "version": "1.7.0",
1886             "source": {
1887                 "type": "git",
1888                 "url": "https://github.com/myclabs/DeepCopy.git",
1889                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
1890             },
1891             "dist": {
1892                 "type": "zip",
1893                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1894                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
1895                 "shasum": ""
1896             },
1897             "require": {
1898                 "php": "^5.6 || ^7.0"
1899             },
1900             "require-dev": {
1901                 "doctrine/collections": "^1.0",
1902                 "doctrine/common": "^2.6",
1903                 "phpunit/phpunit": "^4.1"
1904             },
1905             "type": "library",
1906             "autoload": {
1907                 "psr-4": {
1908                     "DeepCopy\\": "src/DeepCopy/"
1909                 },
1910                 "files": [
1911                     "src/DeepCopy/deep_copy.php"
1912                 ]
1913             },
1914             "notification-url": "https://packagist.org/downloads/",
1915             "license": [
1916                 "MIT"
1917             ],
1918             "description": "Create deep copies (clones) of your objects",
1919             "keywords": [
1920                 "clone",
1921                 "copy",
1922                 "duplicate",
1923                 "object",
1924                 "object graph"
1925             ],
1926             "time": "2017-10-19T19:58:43+00:00"
1927         },
1928         {
1929             "name": "natxet/CssMin",
1930             "version": "v3.0.4",
1931             "source": {
1932                 "type": "git",
1933                 "url": "https://github.com/natxet/CssMin.git",
1934                 "reference": "92de3fe3ccb4f8298d31952490ef7d5395855c39"
1935             },
1936             "dist": {
1937                 "type": "zip",
1938                 "url": "https://api.github.com/repos/natxet/CssMin/zipball/92de3fe3ccb4f8298d31952490ef7d5395855c39",
1939                 "reference": "92de3fe3ccb4f8298d31952490ef7d5395855c39",
1940                 "shasum": ""
1941             },
1942             "require": {
1943                 "php": ">=5.0"
1944             },
1945             "type": "library",
1946             "extra": {
1947                 "branch-alias": {
1948                     "dev-master": "3.0-dev"
1949                 }
1950             },
1951             "autoload": {
1952                 "classmap": [
1953                     "src/"
1954                 ]
1955             },
1956             "notification-url": "https://packagist.org/downloads/",
1957             "license": [
1958                 "MIT"
1959             ],
1960             "authors": [
1961                 {
1962                     "name": "Joe Scylla",
1963                     "email": "joe.scylla@gmail.com",
1964                     "homepage": "https://profiles.google.com/joe.scylla"
1965                 }
1966             ],
1967             "description": "Minifying CSS",
1968             "homepage": "http://code.google.com/p/cssmin/",
1969             "keywords": [
1970                 "css",
1971                 "minify"
1972             ],
1973             "time": "2015-09-25T11:13:11+00:00"
1974         },
1975         {
1976             "name": "nikic/php-parser",
1977             "version": "v3.1.5",
1978             "source": {
1979                 "type": "git",
1980                 "url": "https://github.com/nikic/PHP-Parser.git",
1981                 "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1982             },
1983             "dist": {
1984                 "type": "zip",
1985                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1986                 "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1987                 "shasum": ""
1988             },
1989             "require": {
1990                 "ext-tokenizer": "*",
1991                 "php": ">=5.5"
1992             },
1993             "require-dev": {
1994                 "phpunit/phpunit": "~4.0|~5.0"
1995             },
1996             "bin": [
1997                 "bin/php-parse"
1998             ],
1999             "type": "library",
2000             "extra": {
2001                 "branch-alias": {
2002                     "dev-master": "3.0-dev"
2003                 }
2004             },
2005             "autoload": {
2006                 "psr-4": {
2007                     "PhpParser\\": "lib/PhpParser"
2008                 }
2009             },
2010             "notification-url": "https://packagist.org/downloads/",
2011             "license": [
2012                 "BSD-3-Clause"
2013             ],
2014             "authors": [
2015                 {
2016                     "name": "Nikita Popov"
2017                 }
2018             ],
2019             "description": "A PHP parser written in PHP",
2020             "keywords": [
2021                 "parser",
2022                 "php"
2023             ],
2024             "time": "2018-02-28T20:30:58+00:00"
2025         },
2026         {
2027             "name": "patchwork/jsqueeze",
2028             "version": "v2.0.5",
2029             "source": {
2030                 "type": "git",
2031                 "url": "https://github.com/tchwork/jsqueeze.git",
2032                 "reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542"
2033             },
2034             "dist": {
2035                 "type": "zip",
2036                 "url": "https://api.github.com/repos/tchwork/jsqueeze/zipball/693d64850eab2ce6a7c8f7cf547e1ab46e69d542",
2037                 "reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542",
2038                 "shasum": ""
2039             },
2040             "require": {
2041                 "php": ">=5.3.0"
2042             },
2043             "type": "library",
2044             "extra": {
2045                 "branch-alias": {
2046                     "dev-master": "2.0-dev"
2047                 }
2048             },
2049             "autoload": {
2050                 "psr-4": {
2051                     "Patchwork\\": "src/"
2052                 }
2053             },
2054             "notification-url": "https://packagist.org/downloads/",
2055             "license": [
2056                 "(Apache-2.0 or GPL-2.0)"
2057             ],
2058             "authors": [
2059                 {
2060                     "name": "Nicolas Grekas",
2061                     "email": "p@tchwork.com"
2062                 }
2063             ],
2064             "description": "Efficient JavaScript minification in PHP",
2065             "homepage": "https://github.com/tchwork/jsqueeze",
2066             "keywords": [
2067                 "compression",
2068                 "javascript",
2069                 "minification"
2070             ],
2071             "time": "2016-04-19T09:28:22+00:00"
2072         },
2073         {
2074             "name": "pear/archive_tar",
2075             "version": "1.4.3",
2076             "source": {
2077                 "type": "git",
2078                 "url": "https://github.com/pear/Archive_Tar.git",
2079                 "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb"
2080             },
2081             "dist": {
2082                 "type": "zip",
2083                 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
2084                 "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
2085                 "shasum": ""
2086             },
2087             "require": {
2088                 "pear/pear-core-minimal": "^1.10.0alpha2",
2089                 "php": ">=5.2.0"
2090             },
2091             "require-dev": {
2092                 "phpunit/phpunit": "*"
2093             },
2094             "suggest": {
2095                 "ext-bz2": "bz2 compression support.",
2096                 "ext-xz": "lzma2 compression support.",
2097                 "ext-zlib": "Gzip compression support."
2098             },
2099             "type": "library",
2100             "extra": {
2101                 "branch-alias": {
2102                     "dev-master": "1.4.x-dev"
2103                 }
2104             },
2105             "autoload": {
2106                 "psr-0": {
2107                     "Archive_Tar": ""
2108                 }
2109             },
2110             "notification-url": "https://packagist.org/downloads/",
2111             "include-path": [
2112                 "./"
2113             ],
2114             "license": [
2115                 "BSD-3-Clause"
2116             ],
2117             "authors": [
2118                 {
2119                     "name": "Vincent Blavet",
2120                     "email": "vincent@phpconcept.net"
2121                 },
2122                 {
2123                     "name": "Greg Beaver",
2124                     "email": "greg@chiaraquartet.net"
2125                 },
2126                 {
2127                     "name": "Michiel Rook",
2128                     "email": "mrook@php.net"
2129                 }
2130             ],
2131             "description": "Tar file management class",
2132             "homepage": "https://github.com/pear/Archive_Tar",
2133             "keywords": [
2134                 "archive",
2135                 "tar"
2136             ],
2137             "time": "2017-06-11T17:28:11+00:00"
2138         },
2139         {
2140             "name": "pear/console_getopt",
2141             "version": "v1.4.1",
2142             "source": {
2143                 "type": "git",
2144                 "url": "https://github.com/pear/Console_Getopt.git",
2145                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
2146             },
2147             "dist": {
2148                 "type": "zip",
2149                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
2150                 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
2151                 "shasum": ""
2152             },
2153             "type": "library",
2154             "autoload": {
2155                 "psr-0": {
2156                     "Console": "./"
2157                 }
2158             },
2159             "notification-url": "https://packagist.org/downloads/",
2160             "include-path": [
2161                 "./"
2162             ],
2163             "license": [
2164                 "BSD-2-Clause"
2165             ],
2166             "authors": [
2167                 {
2168                     "name": "Greg Beaver",
2169                     "email": "cellog@php.net",
2170                     "role": "Helper"
2171                 },
2172                 {
2173                     "name": "Andrei Zmievski",
2174                     "email": "andrei@php.net",
2175                     "role": "Lead"
2176                 },
2177                 {
2178                     "name": "Stig Bakken",
2179                     "email": "stig@php.net",
2180                     "role": "Developer"
2181                 }
2182             ],
2183             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
2184             "time": "2015-07-20T20:28:12+00:00"
2185         },
2186         {
2187             "name": "pear/pear-core-minimal",
2188             "version": "v1.10.3",
2189             "source": {
2190                 "type": "git",
2191                 "url": "https://github.com/pear/pear-core-minimal.git",
2192                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
2193             },
2194             "dist": {
2195                 "type": "zip",
2196                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
2197                 "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
2198                 "shasum": ""
2199             },
2200             "require": {
2201                 "pear/console_getopt": "~1.4",
2202                 "pear/pear_exception": "~1.0"
2203             },
2204             "replace": {
2205                 "rsky/pear-core-min": "self.version"
2206             },
2207             "type": "library",
2208             "autoload": {
2209                 "psr-0": {
2210                     "": "src/"
2211                 }
2212             },
2213             "notification-url": "https://packagist.org/downloads/",
2214             "include-path": [
2215                 "src/"
2216             ],
2217             "license": [
2218                 "BSD-3-Clause"
2219             ],
2220             "authors": [
2221                 {
2222                     "name": "Christian Weiske",
2223                     "email": "cweiske@php.net",
2224                     "role": "Lead"
2225                 }
2226             ],
2227             "description": "Minimal set of PEAR core files to be used as composer dependency",
2228             "time": "2017-02-28T16:46:11+00:00"
2229         },
2230         {
2231             "name": "pear/pear_exception",
2232             "version": "v1.0.0",
2233             "source": {
2234                 "type": "git",
2235                 "url": "https://github.com/pear/PEAR_Exception.git",
2236                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
2237             },
2238             "dist": {
2239                 "type": "zip",
2240                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
2241                 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
2242                 "shasum": ""
2243             },
2244             "require": {
2245                 "php": ">=4.4.0"
2246             },
2247             "require-dev": {
2248                 "phpunit/phpunit": "*"
2249             },
2250             "type": "class",
2251             "extra": {
2252                 "branch-alias": {
2253                     "dev-master": "1.0.x-dev"
2254                 }
2255             },
2256             "autoload": {
2257                 "psr-0": {
2258                     "PEAR": ""
2259                 }
2260             },
2261             "notification-url": "https://packagist.org/downloads/",
2262             "include-path": [
2263                 "."
2264             ],
2265             "license": [
2266                 "BSD-2-Clause"
2267             ],
2268             "authors": [
2269                 {
2270                     "name": "Helgi Thormar",
2271                     "email": "dufuz@php.net"
2272                 },
2273                 {
2274                     "name": "Greg Beaver",
2275                     "email": "cellog@php.net"
2276                 }
2277             ],
2278             "description": "The PEAR Exception base class.",
2279             "homepage": "https://github.com/pear/PEAR_Exception",
2280             "keywords": [
2281                 "exception"
2282             ],
2283             "time": "2015-02-10T20:07:52+00:00"
2284         },
2285         {
2286             "name": "phpdocumentor/reflection-common",
2287             "version": "1.0.1",
2288             "source": {
2289                 "type": "git",
2290                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2291                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2292             },
2293             "dist": {
2294                 "type": "zip",
2295                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2296                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2297                 "shasum": ""
2298             },
2299             "require": {
2300                 "php": ">=5.5"
2301             },
2302             "require-dev": {
2303                 "phpunit/phpunit": "^4.6"
2304             },
2305             "type": "library",
2306             "extra": {
2307                 "branch-alias": {
2308                     "dev-master": "1.0.x-dev"
2309                 }
2310             },
2311             "autoload": {
2312                 "psr-4": {
2313                     "phpDocumentor\\Reflection\\": [
2314                         "src"
2315                     ]
2316                 }
2317             },
2318             "notification-url": "https://packagist.org/downloads/",
2319             "license": [
2320                 "MIT"
2321             ],
2322             "authors": [
2323                 {
2324                     "name": "Jaap van Otterdijk",
2325                     "email": "opensource@ijaap.nl"
2326                 }
2327             ],
2328             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2329             "homepage": "http://www.phpdoc.org",
2330             "keywords": [
2331                 "FQSEN",
2332                 "phpDocumentor",
2333                 "phpdoc",
2334                 "reflection",
2335                 "static analysis"
2336             ],
2337             "time": "2017-09-11T18:02:19+00:00"
2338         },
2339         {
2340             "name": "phpdocumentor/reflection-docblock",
2341             "version": "3.3.2",
2342             "source": {
2343                 "type": "git",
2344                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2345                 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
2346             },
2347             "dist": {
2348                 "type": "zip",
2349                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
2350                 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
2351                 "shasum": ""
2352             },
2353             "require": {
2354                 "php": "^5.6 || ^7.0",
2355                 "phpdocumentor/reflection-common": "^1.0.0",
2356                 "phpdocumentor/type-resolver": "^0.4.0",
2357                 "webmozart/assert": "^1.0"
2358             },
2359             "require-dev": {
2360                 "mockery/mockery": "^0.9.4",
2361                 "phpunit/phpunit": "^4.4"
2362             },
2363             "type": "library",
2364             "autoload": {
2365                 "psr-4": {
2366                     "phpDocumentor\\Reflection\\": [
2367                         "src/"
2368                     ]
2369                 }
2370             },
2371             "notification-url": "https://packagist.org/downloads/",
2372             "license": [
2373                 "MIT"
2374             ],
2375             "authors": [
2376                 {
2377                     "name": "Mike van Riel",
2378                     "email": "me@mikevanriel.com"
2379                 }
2380             ],
2381             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2382             "time": "2017-11-10T14:09:06+00:00"
2383         },
2384         {
2385             "name": "phpdocumentor/type-resolver",
2386             "version": "0.4.0",
2387             "source": {
2388                 "type": "git",
2389                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
2390                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2391             },
2392             "dist": {
2393                 "type": "zip",
2394                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2395                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2396                 "shasum": ""
2397             },
2398             "require": {
2399                 "php": "^5.5 || ^7.0",
2400                 "phpdocumentor/reflection-common": "^1.0"
2401             },
2402             "require-dev": {
2403                 "mockery/mockery": "^0.9.4",
2404                 "phpunit/phpunit": "^5.2||^4.8.24"
2405             },
2406             "type": "library",
2407             "extra": {
2408                 "branch-alias": {
2409                     "dev-master": "1.0.x-dev"
2410                 }
2411             },
2412             "autoload": {
2413                 "psr-4": {
2414                     "phpDocumentor\\Reflection\\": [
2415                         "src/"
2416                     ]
2417                 }
2418             },
2419             "notification-url": "https://packagist.org/downloads/",
2420             "license": [
2421                 "MIT"
2422             ],
2423             "authors": [
2424                 {
2425                     "name": "Mike van Riel",
2426                     "email": "me@mikevanriel.com"
2427                 }
2428             ],
2429             "time": "2017-07-14T14:27:02+00:00"
2430         },
2431         {
2432             "name": "phpspec/prophecy",
2433             "version": "1.7.5",
2434             "source": {
2435                 "type": "git",
2436                 "url": "https://github.com/phpspec/prophecy.git",
2437                 "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
2438             },
2439             "dist": {
2440                 "type": "zip",
2441                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2442                 "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
2443                 "shasum": ""
2444             },
2445             "require": {
2446                 "doctrine/instantiator": "^1.0.2",
2447                 "php": "^5.3|^7.0",
2448                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2449                 "sebastian/comparator": "^1.1|^2.0",
2450                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2451             },
2452             "require-dev": {
2453                 "phpspec/phpspec": "^2.5|^3.2",
2454                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2455             },
2456             "type": "library",
2457             "extra": {
2458                 "branch-alias": {
2459                     "dev-master": "1.7.x-dev"
2460                 }
2461             },
2462             "autoload": {
2463                 "psr-0": {
2464                     "Prophecy\\": "src/"
2465                 }
2466             },
2467             "notification-url": "https://packagist.org/downloads/",
2468             "license": [
2469                 "MIT"
2470             ],
2471             "authors": [
2472                 {
2473                     "name": "Konstantin Kudryashov",
2474                     "email": "ever.zet@gmail.com",
2475                     "homepage": "http://everzet.com"
2476                 },
2477                 {
2478                     "name": "Marcello Duarte",
2479                     "email": "marcello.duarte@gmail.com"
2480                 }
2481             ],
2482             "description": "Highly opinionated mocking framework for PHP 5.3+",
2483             "homepage": "https://github.com/phpspec/prophecy",
2484             "keywords": [
2485                 "Double",
2486                 "Dummy",
2487                 "fake",
2488                 "mock",
2489                 "spy",
2490                 "stub"
2491             ],
2492             "time": "2018-02-19T10:16:54+00:00"
2493         },
2494         {
2495             "name": "phpunit/php-code-coverage",
2496             "version": "4.0.8",
2497             "source": {
2498                 "type": "git",
2499                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2500                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2501             },
2502             "dist": {
2503                 "type": "zip",
2504                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2505                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2506                 "shasum": ""
2507             },
2508             "require": {
2509                 "ext-dom": "*",
2510                 "ext-xmlwriter": "*",
2511                 "php": "^5.6 || ^7.0",
2512                 "phpunit/php-file-iterator": "^1.3",
2513                 "phpunit/php-text-template": "^1.2",
2514                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2515                 "sebastian/code-unit-reverse-lookup": "^1.0",
2516                 "sebastian/environment": "^1.3.2 || ^2.0",
2517                 "sebastian/version": "^1.0 || ^2.0"
2518             },
2519             "require-dev": {
2520                 "ext-xdebug": "^2.1.4",
2521                 "phpunit/phpunit": "^5.7"
2522             },
2523             "suggest": {
2524                 "ext-xdebug": "^2.5.1"
2525             },
2526             "type": "library",
2527             "extra": {
2528                 "branch-alias": {
2529                     "dev-master": "4.0.x-dev"
2530                 }
2531             },
2532             "autoload": {
2533                 "classmap": [
2534                     "src/"
2535                 ]
2536             },
2537             "notification-url": "https://packagist.org/downloads/",
2538             "license": [
2539                 "BSD-3-Clause"
2540             ],
2541             "authors": [
2542                 {
2543                     "name": "Sebastian Bergmann",
2544                     "email": "sb@sebastian-bergmann.de",
2545                     "role": "lead"
2546                 }
2547             ],
2548             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2549             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2550             "keywords": [
2551                 "coverage",
2552                 "testing",
2553                 "xunit"
2554             ],
2555             "time": "2017-04-02T07:44:40+00:00"
2556         },
2557         {
2558             "name": "phpunit/php-file-iterator",
2559             "version": "1.4.5",
2560             "source": {
2561                 "type": "git",
2562                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2563                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2564             },
2565             "dist": {
2566                 "type": "zip",
2567                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2568                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2569                 "shasum": ""
2570             },
2571             "require": {
2572                 "php": ">=5.3.3"
2573             },
2574             "type": "library",
2575             "extra": {
2576                 "branch-alias": {
2577                     "dev-master": "1.4.x-dev"
2578                 }
2579             },
2580             "autoload": {
2581                 "classmap": [
2582                     "src/"
2583                 ]
2584             },
2585             "notification-url": "https://packagist.org/downloads/",
2586             "license": [
2587                 "BSD-3-Clause"
2588             ],
2589             "authors": [
2590                 {
2591                     "name": "Sebastian Bergmann",
2592                     "email": "sb@sebastian-bergmann.de",
2593                     "role": "lead"
2594                 }
2595             ],
2596             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2597             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2598             "keywords": [
2599                 "filesystem",
2600                 "iterator"
2601             ],
2602             "time": "2017-11-27T13:52:08+00:00"
2603         },
2604         {
2605             "name": "phpunit/php-text-template",
2606             "version": "1.2.1",
2607             "source": {
2608                 "type": "git",
2609                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2610                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2611             },
2612             "dist": {
2613                 "type": "zip",
2614                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2615                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2616                 "shasum": ""
2617             },
2618             "require": {
2619                 "php": ">=5.3.3"
2620             },
2621             "type": "library",
2622             "autoload": {
2623                 "classmap": [
2624                     "src/"
2625                 ]
2626             },
2627             "notification-url": "https://packagist.org/downloads/",
2628             "license": [
2629                 "BSD-3-Clause"
2630             ],
2631             "authors": [
2632                 {
2633                     "name": "Sebastian Bergmann",
2634                     "email": "sebastian@phpunit.de",
2635                     "role": "lead"
2636                 }
2637             ],
2638             "description": "Simple template engine.",
2639             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2640             "keywords": [
2641                 "template"
2642             ],
2643             "time": "2015-06-21T13:50:34+00:00"
2644         },
2645         {
2646             "name": "phpunit/php-timer",
2647             "version": "1.0.9",
2648             "source": {
2649                 "type": "git",
2650                 "url": "https://github.com/sebastianbergmann/php-timer.git",
2651                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2652             },
2653             "dist": {
2654                 "type": "zip",
2655                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2656                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2657                 "shasum": ""
2658             },
2659             "require": {
2660                 "php": "^5.3.3 || ^7.0"
2661             },
2662             "require-dev": {
2663                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2664             },
2665             "type": "library",
2666             "extra": {
2667                 "branch-alias": {
2668                     "dev-master": "1.0-dev"
2669                 }
2670             },
2671             "autoload": {
2672                 "classmap": [
2673                     "src/"
2674                 ]
2675             },
2676             "notification-url": "https://packagist.org/downloads/",
2677             "license": [
2678                 "BSD-3-Clause"
2679             ],
2680             "authors": [
2681                 {
2682                     "name": "Sebastian Bergmann",
2683                     "email": "sb@sebastian-bergmann.de",
2684                     "role": "lead"
2685                 }
2686             ],
2687             "description": "Utility class for timing",
2688             "homepage": "https://github.com/sebastianbergmann/php-timer/",
2689             "keywords": [
2690                 "timer"
2691             ],
2692             "time": "2017-02-26T11:10:40+00:00"
2693         },
2694         {
2695             "name": "phpunit/php-token-stream",
2696             "version": "1.4.12",
2697             "source": {
2698                 "type": "git",
2699                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2700                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
2701             },
2702             "dist": {
2703                 "type": "zip",
2704                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
2705                 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
2706                 "shasum": ""
2707             },
2708             "require": {
2709                 "ext-tokenizer": "*",
2710                 "php": ">=5.3.3"
2711             },
2712             "require-dev": {
2713                 "phpunit/phpunit": "~4.2"
2714             },
2715             "type": "library",
2716             "extra": {
2717                 "branch-alias": {
2718                     "dev-master": "1.4-dev"
2719                 }
2720             },
2721             "autoload": {
2722                 "classmap": [
2723                     "src/"
2724                 ]
2725             },
2726             "notification-url": "https://packagist.org/downloads/",
2727             "license": [
2728                 "BSD-3-Clause"
2729             ],
2730             "authors": [
2731                 {
2732                     "name": "Sebastian Bergmann",
2733                     "email": "sebastian@phpunit.de"
2734                 }
2735             ],
2736             "description": "Wrapper around PHP's tokenizer extension.",
2737             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2738             "keywords": [
2739                 "tokenizer"
2740             ],
2741             "time": "2017-12-04T08:55:13+00:00"
2742         },
2743         {
2744             "name": "phpunit/phpunit",
2745             "version": "5.7.27",
2746             "source": {
2747                 "type": "git",
2748                 "url": "https://github.com/sebastianbergmann/phpunit.git",
2749                 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
2750             },
2751             "dist": {
2752                 "type": "zip",
2753                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2754                 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2755                 "shasum": ""
2756             },
2757             "require": {
2758                 "ext-dom": "*",
2759                 "ext-json": "*",
2760                 "ext-libxml": "*",
2761                 "ext-mbstring": "*",
2762                 "ext-xml": "*",
2763                 "myclabs/deep-copy": "~1.3",
2764                 "php": "^5.6 || ^7.0",
2765                 "phpspec/prophecy": "^1.6.2",
2766                 "phpunit/php-code-coverage": "^4.0.4",
2767                 "phpunit/php-file-iterator": "~1.4",
2768                 "phpunit/php-text-template": "~1.2",
2769                 "phpunit/php-timer": "^1.0.6",
2770                 "phpunit/phpunit-mock-objects": "^3.2",
2771                 "sebastian/comparator": "^1.2.4",
2772                 "sebastian/diff": "^1.4.3",
2773                 "sebastian/environment": "^1.3.4 || ^2.0",
2774                 "sebastian/exporter": "~2.0",
2775                 "sebastian/global-state": "^1.1",
2776                 "sebastian/object-enumerator": "~2.0",
2777                 "sebastian/resource-operations": "~1.0",
2778                 "sebastian/version": "^1.0.6|^2.0.1",
2779                 "symfony/yaml": "~2.1|~3.0|~4.0"
2780             },
2781             "conflict": {
2782                 "phpdocumentor/reflection-docblock": "3.0.2"
2783             },
2784             "require-dev": {
2785                 "ext-pdo": "*"
2786             },
2787             "suggest": {
2788                 "ext-xdebug": "*",
2789                 "phpunit/php-invoker": "~1.1"
2790             },
2791             "bin": [
2792                 "phpunit"
2793             ],
2794             "type": "library",
2795             "extra": {
2796                 "branch-alias": {
2797                     "dev-master": "5.7.x-dev"
2798                 }
2799             },
2800             "autoload": {
2801                 "classmap": [
2802                     "src/"
2803                 ]
2804             },
2805             "notification-url": "https://packagist.org/downloads/",
2806             "license": [
2807                 "BSD-3-Clause"
2808             ],
2809             "authors": [
2810                 {
2811                     "name": "Sebastian Bergmann",
2812                     "email": "sebastian@phpunit.de",
2813                     "role": "lead"
2814                 }
2815             ],
2816             "description": "The PHP Unit Testing framework.",
2817             "homepage": "https://phpunit.de/",
2818             "keywords": [
2819                 "phpunit",
2820                 "testing",
2821                 "xunit"
2822             ],
2823             "time": "2018-02-01T05:50:59+00:00"
2824         },
2825         {
2826             "name": "phpunit/phpunit-mock-objects",
2827             "version": "3.4.4",
2828             "source": {
2829                 "type": "git",
2830                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2831                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
2832             },
2833             "dist": {
2834                 "type": "zip",
2835                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
2836                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
2837                 "shasum": ""
2838             },
2839             "require": {
2840                 "doctrine/instantiator": "^1.0.2",
2841                 "php": "^5.6 || ^7.0",
2842                 "phpunit/php-text-template": "^1.2",
2843                 "sebastian/exporter": "^1.2 || ^2.0"
2844             },
2845             "conflict": {
2846                 "phpunit/phpunit": "<5.4.0"
2847             },
2848             "require-dev": {
2849                 "phpunit/phpunit": "^5.4"
2850             },
2851             "suggest": {
2852                 "ext-soap": "*"
2853             },
2854             "type": "library",
2855             "extra": {
2856                 "branch-alias": {
2857                     "dev-master": "3.2.x-dev"
2858                 }
2859             },
2860             "autoload": {
2861                 "classmap": [
2862                     "src/"
2863                 ]
2864             },
2865             "notification-url": "https://packagist.org/downloads/",
2866             "license": [
2867                 "BSD-3-Clause"
2868             ],
2869             "authors": [
2870                 {
2871                     "name": "Sebastian Bergmann",
2872                     "email": "sb@sebastian-bergmann.de",
2873                     "role": "lead"
2874                 }
2875             ],
2876             "description": "Mock Object library for PHPUnit",
2877             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2878             "keywords": [
2879                 "mock",
2880                 "xunit"
2881             ],
2882             "time": "2017-06-30T09:13:00+00:00"
2883         },
2884         {
2885             "name": "psr/http-message",
2886             "version": "1.0.1",
2887             "source": {
2888                 "type": "git",
2889                 "url": "https://github.com/php-fig/http-message.git",
2890                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2891             },
2892             "dist": {
2893                 "type": "zip",
2894                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2895                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2896                 "shasum": ""
2897             },
2898             "require": {
2899                 "php": ">=5.3.0"
2900             },
2901             "type": "library",
2902             "extra": {
2903                 "branch-alias": {
2904                     "dev-master": "1.0.x-dev"
2905                 }
2906             },
2907             "autoload": {
2908                 "psr-4": {
2909                     "Psr\\Http\\Message\\": "src/"
2910                 }
2911             },
2912             "notification-url": "https://packagist.org/downloads/",
2913             "license": [
2914                 "MIT"
2915             ],
2916             "authors": [
2917                 {
2918                     "name": "PHP-FIG",
2919                     "homepage": "http://www.php-fig.org/"
2920                 }
2921             ],
2922             "description": "Common interface for HTTP messages",
2923             "homepage": "https://github.com/php-fig/http-message",
2924             "keywords": [
2925                 "http",
2926                 "http-message",
2927                 "psr",
2928                 "psr-7",
2929                 "request",
2930                 "response"
2931             ],
2932             "time": "2016-08-06T14:39:51+00:00"
2933         },
2934         {
2935             "name": "satooshi/php-coveralls",
2936             "version": "v2.0.0",
2937             "source": {
2938                 "type": "git",
2939                 "url": "https://github.com/php-coveralls/php-coveralls.git",
2940                 "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
2941             },
2942             "dist": {
2943                 "type": "zip",
2944                 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
2945                 "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
2946                 "shasum": ""
2947             },
2948             "require": {
2949                 "ext-json": "*",
2950                 "ext-simplexml": "*",
2951                 "guzzlehttp/guzzle": "^6.0",
2952                 "php": "^5.5 || ^7.0",
2953                 "psr/log": "^1.0",
2954                 "symfony/config": "^2.1 || ^3.0 || ^4.0",
2955                 "symfony/console": "^2.1 || ^3.0 || ^4.0",
2956                 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2957                 "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2958             },
2959             "require-dev": {
2960                 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2961             },
2962             "suggest": {
2963                 "symfony/http-kernel": "Allows Symfony integration"
2964             },
2965             "bin": [
2966                 "bin/php-coveralls"
2967             ],
2968             "type": "library",
2969             "extra": {
2970                 "branch-alias": {
2971                     "dev-master": "2.0-dev"
2972                 }
2973             },
2974             "autoload": {
2975                 "psr-4": {
2976                     "PhpCoveralls\\": "src/"
2977                 }
2978             },
2979             "notification-url": "https://packagist.org/downloads/",
2980             "license": [
2981                 "MIT"
2982             ],
2983             "authors": [
2984                 {
2985                     "name": "Kitamura Satoshi",
2986                     "email": "with.no.parachute@gmail.com",
2987                     "homepage": "https://www.facebook.com/satooshi.jp",
2988                     "role": "Original creator"
2989                 },
2990                 {
2991                     "name": "Takashi Matsuo",
2992                     "email": "tmatsuo@google.com"
2993                 },
2994                 {
2995                     "name": "Google Inc"
2996                 },
2997                 {
2998                     "name": "Dariusz Ruminski",
2999                     "email": "dariusz.ruminski@gmail.com",
3000                     "homepage": "https://github.com/keradus"
3001                 },
3002                 {
3003                     "name": "Contributors",
3004                     "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
3005                 }
3006             ],
3007             "description": "PHP client library for Coveralls API",
3008             "homepage": "https://github.com/php-coveralls/php-coveralls",
3009             "keywords": [
3010                 "ci",
3011                 "coverage",
3012                 "github",
3013                 "test"
3014             ],
3015             "time": "2017-12-08T14:28:16+00:00"
3016         },
3017         {
3018             "name": "sebastian/code-unit-reverse-lookup",
3019             "version": "1.0.1",
3020             "source": {
3021                 "type": "git",
3022                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3023                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3024             },
3025             "dist": {
3026                 "type": "zip",
3027                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3028                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3029                 "shasum": ""
3030             },
3031             "require": {
3032                 "php": "^5.6 || ^7.0"
3033             },
3034             "require-dev": {
3035                 "phpunit/phpunit": "^5.7 || ^6.0"
3036             },
3037             "type": "library",
3038             "extra": {
3039                 "branch-alias": {
3040                     "dev-master": "1.0.x-dev"
3041                 }
3042             },
3043             "autoload": {
3044                 "classmap": [
3045                     "src/"
3046                 ]
3047             },
3048             "notification-url": "https://packagist.org/downloads/",
3049             "license": [
3050                 "BSD-3-Clause"
3051             ],
3052             "authors": [
3053                 {
3054                     "name": "Sebastian Bergmann",
3055                     "email": "sebastian@phpunit.de"
3056                 }
3057             ],
3058             "description": "Looks up which function or method a line of code belongs to",
3059             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3060             "time": "2017-03-04T06:30:41+00:00"
3061         },
3062         {
3063             "name": "sebastian/comparator",
3064             "version": "1.2.4",
3065             "source": {
3066                 "type": "git",
3067                 "url": "https://github.com/sebastianbergmann/comparator.git",
3068                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3069             },
3070             "dist": {
3071                 "type": "zip",
3072                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3073                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3074                 "shasum": ""
3075             },
3076             "require": {
3077                 "php": ">=5.3.3",
3078                 "sebastian/diff": "~1.2",
3079                 "sebastian/exporter": "~1.2 || ~2.0"
3080             },
3081             "require-dev": {
3082                 "phpunit/phpunit": "~4.4"
3083             },
3084             "type": "library",
3085             "extra": {
3086                 "branch-alias": {
3087                     "dev-master": "1.2.x-dev"
3088                 }
3089             },
3090             "autoload": {
3091                 "classmap": [
3092                     "src/"
3093                 ]
3094             },
3095             "notification-url": "https://packagist.org/downloads/",
3096             "license": [
3097                 "BSD-3-Clause"
3098             ],
3099             "authors": [
3100                 {
3101                     "name": "Jeff Welch",
3102                     "email": "whatthejeff@gmail.com"
3103                 },
3104                 {
3105                     "name": "Volker Dusch",
3106                     "email": "github@wallbash.com"
3107                 },
3108                 {
3109                     "name": "Bernhard Schussek",
3110                     "email": "bschussek@2bepublished.at"
3111                 },
3112                 {
3113                     "name": "Sebastian Bergmann",
3114                     "email": "sebastian@phpunit.de"
3115                 }
3116             ],
3117             "description": "Provides the functionality to compare PHP values for equality",
3118             "homepage": "http://www.github.com/sebastianbergmann/comparator",
3119             "keywords": [
3120                 "comparator",
3121                 "compare",
3122                 "equality"
3123             ],
3124             "time": "2017-01-29T09:50:25+00:00"
3125         },
3126         {
3127             "name": "sebastian/diff",
3128             "version": "1.4.3",
3129             "source": {
3130                 "type": "git",
3131                 "url": "https://github.com/sebastianbergmann/diff.git",
3132                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3133             },
3134             "dist": {
3135                 "type": "zip",
3136                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3137                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3138                 "shasum": ""
3139             },
3140             "require": {
3141                 "php": "^5.3.3 || ^7.0"
3142             },
3143             "require-dev": {
3144                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3145             },
3146             "type": "library",
3147             "extra": {
3148                 "branch-alias": {
3149                     "dev-master": "1.4-dev"
3150                 }
3151             },
3152             "autoload": {
3153                 "classmap": [
3154                     "src/"
3155                 ]
3156             },
3157             "notification-url": "https://packagist.org/downloads/",
3158             "license": [
3159                 "BSD-3-Clause"
3160             ],
3161             "authors": [
3162                 {
3163                     "name": "Kore Nordmann",
3164                     "email": "mail@kore-nordmann.de"
3165                 },
3166                 {
3167                     "name": "Sebastian Bergmann",
3168                     "email": "sebastian@phpunit.de"
3169                 }
3170             ],
3171             "description": "Diff implementation",
3172             "homepage": "https://github.com/sebastianbergmann/diff",
3173             "keywords": [
3174                 "diff"
3175             ],
3176             "time": "2017-05-22T07:24:03+00:00"
3177         },
3178         {
3179             "name": "sebastian/environment",
3180             "version": "2.0.0",
3181             "source": {
3182                 "type": "git",
3183                 "url": "https://github.com/sebastianbergmann/environment.git",
3184                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3185             },
3186             "dist": {
3187                 "type": "zip",
3188                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3189                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3190                 "shasum": ""
3191             },
3192             "require": {
3193                 "php": "^5.6 || ^7.0"
3194             },
3195             "require-dev": {
3196                 "phpunit/phpunit": "^5.0"
3197             },
3198             "type": "library",
3199             "extra": {
3200                 "branch-alias": {
3201                     "dev-master": "2.0.x-dev"
3202                 }
3203             },
3204             "autoload": {
3205                 "classmap": [
3206                     "src/"
3207                 ]
3208             },
3209             "notification-url": "https://packagist.org/downloads/",
3210             "license": [
3211                 "BSD-3-Clause"
3212             ],
3213             "authors": [
3214                 {
3215                     "name": "Sebastian Bergmann",
3216                     "email": "sebastian@phpunit.de"
3217                 }
3218             ],
3219             "description": "Provides functionality to handle HHVM/PHP environments",
3220             "homepage": "http://www.github.com/sebastianbergmann/environment",
3221             "keywords": [
3222                 "Xdebug",
3223                 "environment",
3224                 "hhvm"
3225             ],
3226             "time": "2016-11-26T07:53:53+00:00"
3227         },
3228         {
3229             "name": "sebastian/exporter",
3230             "version": "2.0.0",
3231             "source": {
3232                 "type": "git",
3233                 "url": "https://github.com/sebastianbergmann/exporter.git",
3234                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3235             },
3236             "dist": {
3237                 "type": "zip",
3238                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3239                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3240                 "shasum": ""
3241             },
3242             "require": {
3243                 "php": ">=5.3.3",
3244                 "sebastian/recursion-context": "~2.0"
3245             },
3246             "require-dev": {
3247                 "ext-mbstring": "*",
3248                 "phpunit/phpunit": "~4.4"
3249             },
3250             "type": "library",
3251             "extra": {
3252                 "branch-alias": {
3253                     "dev-master": "2.0.x-dev"
3254                 }
3255             },
3256             "autoload": {
3257                 "classmap": [
3258                     "src/"
3259                 ]
3260             },
3261             "notification-url": "https://packagist.org/downloads/",
3262             "license": [
3263                 "BSD-3-Clause"
3264             ],
3265             "authors": [
3266                 {
3267                     "name": "Jeff Welch",
3268                     "email": "whatthejeff@gmail.com"
3269                 },
3270                 {
3271                     "name": "Volker Dusch",
3272                     "email": "github@wallbash.com"
3273                 },
3274                 {
3275                     "name": "Bernhard Schussek",
3276                     "email": "bschussek@2bepublished.at"
3277                 },
3278                 {
3279                     "name": "Sebastian Bergmann",
3280                     "email": "sebastian@phpunit.de"
3281                 },
3282                 {
3283                     "name": "Adam Harvey",
3284                     "email": "aharvey@php.net"
3285                 }
3286             ],
3287             "description": "Provides the functionality to export PHP variables for visualization",
3288             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3289             "keywords": [
3290                 "export",
3291                 "exporter"
3292             ],
3293             "time": "2016-11-19T08:54:04+00:00"
3294         },
3295         {
3296             "name": "sebastian/global-state",
3297             "version": "1.1.1",
3298             "source": {
3299                 "type": "git",
3300                 "url": "https://github.com/sebastianbergmann/global-state.git",
3301                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3302             },
3303             "dist": {
3304                 "type": "zip",
3305                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3306                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3307                 "shasum": ""
3308             },
3309             "require": {
3310                 "php": ">=5.3.3"
3311             },
3312             "require-dev": {
3313                 "phpunit/phpunit": "~4.2"
3314             },
3315             "suggest": {
3316                 "ext-uopz": "*"
3317             },
3318             "type": "library",
3319             "extra": {
3320                 "branch-alias": {
3321                     "dev-master": "1.0-dev"
3322                 }
3323             },
3324             "autoload": {
3325                 "classmap": [
3326                     "src/"
3327                 ]
3328             },
3329             "notification-url": "https://packagist.org/downloads/",
3330             "license": [
3331                 "BSD-3-Clause"
3332             ],
3333             "authors": [
3334                 {
3335                     "name": "Sebastian Bergmann",
3336                     "email": "sebastian@phpunit.de"
3337                 }
3338             ],
3339             "description": "Snapshotting of global state",
3340             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3341             "keywords": [
3342                 "global state"
3343             ],
3344             "time": "2015-10-12T03:26:01+00:00"
3345         },
3346         {
3347             "name": "sebastian/object-enumerator",
3348             "version": "2.0.1",
3349             "source": {
3350                 "type": "git",
3351                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3352                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3353             },
3354             "dist": {
3355                 "type": "zip",
3356                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3357                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3358                 "shasum": ""
3359             },
3360             "require": {
3361                 "php": ">=5.6",
3362                 "sebastian/recursion-context": "~2.0"
3363             },
3364             "require-dev": {
3365                 "phpunit/phpunit": "~5"
3366             },
3367             "type": "library",
3368             "extra": {
3369                 "branch-alias": {
3370                     "dev-master": "2.0.x-dev"
3371                 }
3372             },
3373             "autoload": {
3374                 "classmap": [
3375                     "src/"
3376                 ]
3377             },
3378             "notification-url": "https://packagist.org/downloads/",
3379             "license": [
3380                 "BSD-3-Clause"
3381             ],
3382             "authors": [
3383                 {
3384                     "name": "Sebastian Bergmann",
3385                     "email": "sebastian@phpunit.de"
3386                 }
3387             ],
3388             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3389             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3390             "time": "2017-02-18T15:18:39+00:00"
3391         },
3392         {
3393             "name": "sebastian/recursion-context",
3394             "version": "2.0.0",
3395             "source": {
3396                 "type": "git",
3397                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3398                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3399             },
3400             "dist": {
3401                 "type": "zip",
3402                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3403                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3404                 "shasum": ""
3405             },
3406             "require": {
3407                 "php": ">=5.3.3"
3408             },
3409             "require-dev": {
3410                 "phpunit/phpunit": "~4.4"
3411             },
3412             "type": "library",
3413             "extra": {
3414                 "branch-alias": {
3415                     "dev-master": "2.0.x-dev"
3416                 }
3417             },
3418             "autoload": {
3419                 "classmap": [
3420                     "src/"
3421                 ]
3422             },
3423             "notification-url": "https://packagist.org/downloads/",
3424             "license": [
3425                 "BSD-3-Clause"
3426             ],
3427             "authors": [
3428                 {
3429                     "name": "Jeff Welch",
3430                     "email": "whatthejeff@gmail.com"
3431                 },
3432                 {
3433                     "name": "Sebastian Bergmann",
3434                     "email": "sebastian@phpunit.de"
3435                 },
3436                 {
3437                     "name": "Adam Harvey",
3438                     "email": "aharvey@php.net"
3439                 }
3440             ],
3441             "description": "Provides functionality to recursively process PHP variables",
3442             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3443             "time": "2016-11-19T07:33:16+00:00"
3444         },
3445         {
3446             "name": "sebastian/resource-operations",
3447             "version": "1.0.0",
3448             "source": {
3449                 "type": "git",
3450                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
3451                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3452             },
3453             "dist": {
3454                 "type": "zip",
3455                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3456                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3457                 "shasum": ""
3458             },
3459             "require": {
3460                 "php": ">=5.6.0"
3461             },
3462             "type": "library",
3463             "extra": {
3464                 "branch-alias": {
3465                     "dev-master": "1.0.x-dev"
3466                 }
3467             },
3468             "autoload": {
3469                 "classmap": [
3470                     "src/"
3471                 ]
3472             },
3473             "notification-url": "https://packagist.org/downloads/",
3474             "license": [
3475                 "BSD-3-Clause"
3476             ],
3477             "authors": [
3478                 {
3479                     "name": "Sebastian Bergmann",
3480                     "email": "sebastian@phpunit.de"
3481                 }
3482             ],
3483             "description": "Provides a list of PHP built-in functions that operate on resources",
3484             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3485             "time": "2015-07-28T20:34:47+00:00"
3486         },
3487         {
3488             "name": "sebastian/version",
3489             "version": "2.0.1",
3490             "source": {
3491                 "type": "git",
3492                 "url": "https://github.com/sebastianbergmann/version.git",
3493                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3494             },
3495             "dist": {
3496                 "type": "zip",
3497                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3498                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3499                 "shasum": ""
3500             },
3501             "require": {
3502                 "php": ">=5.6"
3503             },
3504             "type": "library",
3505             "extra": {
3506                 "branch-alias": {
3507                     "dev-master": "2.0.x-dev"
3508                 }
3509             },
3510             "autoload": {
3511                 "classmap": [
3512                     "src/"
3513                 ]
3514             },
3515             "notification-url": "https://packagist.org/downloads/",
3516             "license": [
3517                 "BSD-3-Clause"
3518             ],
3519             "authors": [
3520                 {
3521                     "name": "Sebastian Bergmann",
3522                     "email": "sebastian@phpunit.de",
3523                     "role": "lead"
3524                 }
3525             ],
3526             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3527             "homepage": "https://github.com/sebastianbergmann/version",
3528             "time": "2016-10-03T07:35:21+00:00"
3529         },
3530         {
3531             "name": "squizlabs/php_codesniffer",
3532             "version": "2.9.1",
3533             "source": {
3534                 "type": "git",
3535                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3536                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
3537             },
3538             "dist": {
3539                 "type": "zip",
3540                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
3541                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
3542                 "shasum": ""
3543             },
3544             "require": {
3545                 "ext-simplexml": "*",
3546                 "ext-tokenizer": "*",
3547                 "ext-xmlwriter": "*",
3548                 "php": ">=5.1.2"
3549             },
3550             "require-dev": {
3551                 "phpunit/phpunit": "~4.0"
3552             },
3553             "bin": [
3554                 "scripts/phpcs",
3555                 "scripts/phpcbf"
3556             ],
3557             "type": "library",
3558             "extra": {
3559                 "branch-alias": {
3560                     "dev-master": "2.x-dev"
3561                 }
3562             },
3563             "autoload": {
3564                 "classmap": [
3565                     "CodeSniffer.php",
3566                     "CodeSniffer/CLI.php",
3567                     "CodeSniffer/Exception.php",
3568                     "CodeSniffer/File.php",
3569                     "CodeSniffer/Fixer.php",
3570                     "CodeSniffer/Report.php",
3571                     "CodeSniffer/Reporting.php",
3572                     "CodeSniffer/Sniff.php",
3573                     "CodeSniffer/Tokens.php",
3574                     "CodeSniffer/Reports/",
3575                     "CodeSniffer/Tokenizers/",
3576                     "CodeSniffer/DocGenerators/",
3577                     "CodeSniffer/Standards/AbstractPatternSniff.php",
3578                     "CodeSniffer/Standards/AbstractScopeSniff.php",
3579                     "CodeSniffer/Standards/AbstractVariableSniff.php",
3580                     "CodeSniffer/Standards/IncorrectPatternException.php",
3581                     "CodeSniffer/Standards/Generic/Sniffs/",
3582                     "CodeSniffer/Standards/MySource/Sniffs/",
3583                     "CodeSniffer/Standards/PEAR/Sniffs/",
3584                     "CodeSniffer/Standards/PSR1/Sniffs/",
3585                     "CodeSniffer/Standards/PSR2/Sniffs/",
3586                     "CodeSniffer/Standards/Squiz/Sniffs/",
3587                     "CodeSniffer/Standards/Zend/Sniffs/"
3588                 ]
3589             },
3590             "notification-url": "https://packagist.org/downloads/",
3591             "license": [
3592                 "BSD-3-Clause"
3593             ],
3594             "authors": [
3595                 {
3596                     "name": "Greg Sherwood",
3597                     "role": "lead"
3598                 }
3599             ],
3600             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3601             "homepage": "http://www.squizlabs.com/php-codesniffer",
3602             "keywords": [
3603                 "phpcs",
3604                 "standards"
3605             ],
3606             "time": "2017-05-22T02:43:20+00:00"
3607         },
3608         {
3609             "name": "symfony/browser-kit",
3610             "version": "v3.4.6",
3611             "source": {
3612                 "type": "git",
3613                 "url": "https://github.com/symfony/browser-kit.git",
3614                 "reference": "490f27762705c8489bd042fe3e9377a191dba9b4"
3615             },
3616             "dist": {
3617                 "type": "zip",
3618                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/490f27762705c8489bd042fe3e9377a191dba9b4",
3619                 "reference": "490f27762705c8489bd042fe3e9377a191dba9b4",
3620                 "shasum": ""
3621             },
3622             "require": {
3623                 "php": "^5.5.9|>=7.0.8",
3624                 "symfony/dom-crawler": "~2.8|~3.0|~4.0"
3625             },
3626             "require-dev": {
3627                 "symfony/css-selector": "~2.8|~3.0|~4.0",
3628                 "symfony/process": "~2.8|~3.0|~4.0"
3629             },
3630             "suggest": {
3631                 "symfony/process": ""
3632             },
3633             "type": "library",
3634             "extra": {
3635                 "branch-alias": {
3636                     "dev-master": "3.4-dev"
3637                 }
3638             },
3639             "autoload": {
3640                 "psr-4": {
3641                     "Symfony\\Component\\BrowserKit\\": ""
3642                 },
3643                 "exclude-from-classmap": [
3644                     "/Tests/"
3645                 ]
3646             },
3647             "notification-url": "https://packagist.org/downloads/",
3648             "license": [
3649                 "MIT"
3650             ],
3651             "authors": [
3652                 {
3653                     "name": "Fabien Potencier",
3654                     "email": "fabien@symfony.com"
3655                 },
3656                 {
3657                     "name": "Symfony Community",
3658                     "homepage": "https://symfony.com/contributors"
3659                 }
3660             ],
3661             "description": "Symfony BrowserKit Component",
3662             "homepage": "https://symfony.com",
3663             "time": "2018-01-03T07:37:34+00:00"
3664         },
3665         {
3666             "name": "symfony/config",
3667             "version": "v3.4.6",
3668             "source": {
3669                 "type": "git",
3670                 "url": "https://github.com/symfony/config.git",
3671                 "reference": "05e10567b529476a006b00746c5f538f1636810e"
3672             },
3673             "dist": {
3674                 "type": "zip",
3675                 "url": "https://api.github.com/repos/symfony/config/zipball/05e10567b529476a006b00746c5f538f1636810e",
3676                 "reference": "05e10567b529476a006b00746c5f538f1636810e",
3677                 "shasum": ""
3678             },
3679             "require": {
3680                 "php": "^5.5.9|>=7.0.8",
3681                 "symfony/filesystem": "~2.8|~3.0|~4.0"
3682             },
3683             "conflict": {
3684                 "symfony/dependency-injection": "<3.3",
3685                 "symfony/finder": "<3.3"
3686             },
3687             "require-dev": {
3688                 "symfony/dependency-injection": "~3.3|~4.0",
3689                 "symfony/event-dispatcher": "~3.3|~4.0",
3690                 "symfony/finder": "~3.3|~4.0",
3691                 "symfony/yaml": "~3.0|~4.0"
3692             },
3693             "suggest": {
3694                 "symfony/yaml": "To use the yaml reference dumper"
3695             },
3696             "type": "library",
3697             "extra": {
3698                 "branch-alias": {
3699                     "dev-master": "3.4-dev"
3700                 }
3701             },
3702             "autoload": {
3703                 "psr-4": {
3704                     "Symfony\\Component\\Config\\": ""
3705                 },
3706                 "exclude-from-classmap": [
3707                     "/Tests/"
3708                 ]
3709             },
3710             "notification-url": "https://packagist.org/downloads/",
3711             "license": [
3712                 "MIT"
3713             ],
3714             "authors": [
3715                 {
3716                     "name": "Fabien Potencier",
3717                     "email": "fabien@symfony.com"
3718                 },
3719                 {
3720                     "name": "Symfony Community",
3721                     "homepage": "https://symfony.com/contributors"
3722                 }
3723             ],
3724             "description": "Symfony Config Component",
3725             "homepage": "https://symfony.com",
3726             "time": "2018-02-14T10:03:57+00:00"
3727         },
3728         {
3729             "name": "symfony/css-selector",
3730             "version": "v3.4.6",
3731             "source": {
3732                 "type": "git",
3733                 "url": "https://github.com/symfony/css-selector.git",
3734                 "reference": "544655f1fc078a9cd839fdda2b7b1e64627c826a"
3735             },
3736             "dist": {
3737                 "type": "zip",
3738                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/544655f1fc078a9cd839fdda2b7b1e64627c826a",
3739                 "reference": "544655f1fc078a9cd839fdda2b7b1e64627c826a",
3740                 "shasum": ""
3741             },
3742             "require": {
3743                 "php": "^5.5.9|>=7.0.8"
3744             },
3745             "type": "library",
3746             "extra": {
3747                 "branch-alias": {
3748                     "dev-master": "3.4-dev"
3749                 }
3750             },
3751             "autoload": {
3752                 "psr-4": {
3753                     "Symfony\\Component\\CssSelector\\": ""
3754                 },
3755                 "exclude-from-classmap": [
3756                     "/Tests/"
3757                 ]
3758             },
3759             "notification-url": "https://packagist.org/downloads/",
3760             "license": [
3761                 "MIT"
3762             ],
3763             "authors": [
3764                 {
3765                     "name": "Jean-François Simon",
3766                     "email": "jeanfrancois.simon@sensiolabs.com"
3767                 },
3768                 {
3769                     "name": "Fabien Potencier",
3770                     "email": "fabien@symfony.com"
3771                 },
3772                 {
3773                     "name": "Symfony Community",
3774                     "homepage": "https://symfony.com/contributors"
3775                 }
3776             ],
3777             "description": "Symfony CssSelector Component",
3778             "homepage": "https://symfony.com",
3779             "time": "2018-02-03T14:55:07+00:00"
3780         },
3781         {
3782             "name": "symfony/dom-crawler",
3783             "version": "v3.4.6",
3784             "source": {
3785                 "type": "git",
3786                 "url": "https://github.com/symfony/dom-crawler.git",
3787                 "reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d"
3788             },
3789             "dist": {
3790                 "type": "zip",
3791                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2bb5d3101cc01f4fe580e536daf4f1959bc2d24d",
3792                 "reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d",
3793                 "shasum": ""
3794             },
3795             "require": {
3796                 "php": "^5.5.9|>=7.0.8",
3797                 "symfony/polyfill-mbstring": "~1.0"
3798             },
3799             "require-dev": {
3800                 "symfony/css-selector": "~2.8|~3.0|~4.0"
3801             },
3802             "suggest": {
3803                 "symfony/css-selector": ""
3804             },
3805             "type": "library",
3806             "extra": {
3807                 "branch-alias": {
3808                     "dev-master": "3.4-dev"
3809                 }
3810             },
3811             "autoload": {
3812                 "psr-4": {
3813                     "Symfony\\Component\\DomCrawler\\": ""
3814                 },
3815                 "exclude-from-classmap": [
3816                     "/Tests/"
3817                 ]
3818             },
3819             "notification-url": "https://packagist.org/downloads/",
3820             "license": [
3821                 "MIT"
3822             ],
3823             "authors": [
3824                 {
3825                     "name": "Fabien Potencier",
3826                     "email": "fabien@symfony.com"
3827                 },
3828                 {
3829                     "name": "Symfony Community",
3830                     "homepage": "https://symfony.com/contributors"
3831                 }
3832             ],
3833             "description": "Symfony DomCrawler Component",
3834             "homepage": "https://symfony.com",
3835             "time": "2018-02-22T10:48:49+00:00"
3836         },
3837         {
3838             "name": "symfony/stopwatch",
3839             "version": "v3.4.6",
3840             "source": {
3841                 "type": "git",
3842                 "url": "https://github.com/symfony/stopwatch.git",
3843                 "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af"
3844             },
3845             "dist": {
3846                 "type": "zip",
3847                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af",
3848                 "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af",
3849                 "shasum": ""
3850             },
3851             "require": {
3852                 "php": "^5.5.9|>=7.0.8"
3853             },
3854             "type": "library",
3855             "extra": {
3856                 "branch-alias": {
3857                     "dev-master": "3.4-dev"
3858                 }
3859             },
3860             "autoload": {
3861                 "psr-4": {
3862                     "Symfony\\Component\\Stopwatch\\": ""
3863                 },
3864                 "exclude-from-classmap": [
3865                     "/Tests/"
3866                 ]
3867             },
3868             "notification-url": "https://packagist.org/downloads/",
3869             "license": [
3870                 "MIT"
3871             ],
3872             "authors": [
3873                 {
3874                     "name": "Fabien Potencier",
3875                     "email": "fabien@symfony.com"
3876                 },
3877                 {
3878                     "name": "Symfony Community",
3879                     "homepage": "https://symfony.com/contributors"
3880                 }
3881             ],
3882             "description": "Symfony Stopwatch Component",
3883             "homepage": "https://symfony.com",
3884             "time": "2018-02-17T14:55:25+00:00"
3885         },
3886         {
3887             "name": "webmozart/assert",
3888             "version": "1.3.0",
3889             "source": {
3890                 "type": "git",
3891                 "url": "https://github.com/webmozart/assert.git",
3892                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3893             },
3894             "dist": {
3895                 "type": "zip",
3896                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3897                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3898                 "shasum": ""
3899             },
3900             "require": {
3901                 "php": "^5.3.3 || ^7.0"
3902             },
3903             "require-dev": {
3904                 "phpunit/phpunit": "^4.6",
3905                 "sebastian/version": "^1.0.1"
3906             },
3907             "type": "library",
3908             "extra": {
3909                 "branch-alias": {
3910                     "dev-master": "1.3-dev"
3911                 }
3912             },
3913             "autoload": {
3914                 "psr-4": {
3915                     "Webmozart\\Assert\\": "src/"
3916                 }
3917             },
3918             "notification-url": "https://packagist.org/downloads/",
3919             "license": [
3920                 "MIT"
3921             ],
3922             "authors": [
3923                 {
3924                     "name": "Bernhard Schussek",
3925                     "email": "bschussek@gmail.com"
3926                 }
3927             ],
3928             "description": "Assertions to validate method input/output with nice error messages.",
3929             "keywords": [
3930                 "assert",
3931                 "check",
3932                 "validate"
3933             ],
3934             "time": "2018-01-29T19:49:41+00:00"
3935         }
3936     ],
3937     "aliases": [],
3938     "minimum-stability": "stable",
3939     "stability-flags": [],
3940     "prefer-stable": false,
3941     "prefer-lowest": false,
3942     "platform": {
3943         "php": ">=5.5.0"
3944     },
3945     "platform-dev": [],
3946     "platform-overrides": {
3947         "php": "5.6.3"
3948     }
3949 }