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