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