Pull merge.
[yaffs-website] / vendor / consolidation / site-alias / 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": "b7365571381c682d4bfa362f7ba15e38",
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": "4.3.0",
1557             "source": {
1558                 "type": "git",
1559                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1560                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1561             },
1562             "dist": {
1563                 "type": "zip",
1564                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1565                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1566                 "shasum": ""
1567             },
1568             "require": {
1569                 "php": "^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                 "doctrine/instantiator": "~1.0.5",
1576                 "mockery/mockery": "^1.0",
1577                 "phpunit/phpunit": "^6.4"
1578             },
1579             "type": "library",
1580             "extra": {
1581                 "branch-alias": {
1582                     "dev-master": "4.x-dev"
1583                 }
1584             },
1585             "autoload": {
1586                 "psr-4": {
1587                     "phpDocumentor\\Reflection\\": [
1588                         "src/"
1589                     ]
1590                 }
1591             },
1592             "notification-url": "https://packagist.org/downloads/",
1593             "license": [
1594                 "MIT"
1595             ],
1596             "authors": [
1597                 {
1598                     "name": "Mike van Riel",
1599                     "email": "me@mikevanriel.com"
1600                 }
1601             ],
1602             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1603             "time": "2017-11-30T07:14:17+00:00"
1604         },
1605         {
1606             "name": "phpdocumentor/type-resolver",
1607             "version": "0.4.0",
1608             "source": {
1609                 "type": "git",
1610                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1611                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1612             },
1613             "dist": {
1614                 "type": "zip",
1615                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1616                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1617                 "shasum": ""
1618             },
1619             "require": {
1620                 "php": "^5.5 || ^7.0",
1621                 "phpdocumentor/reflection-common": "^1.0"
1622             },
1623             "require-dev": {
1624                 "mockery/mockery": "^0.9.4",
1625                 "phpunit/phpunit": "^5.2||^4.8.24"
1626             },
1627             "type": "library",
1628             "extra": {
1629                 "branch-alias": {
1630                     "dev-master": "1.0.x-dev"
1631                 }
1632             },
1633             "autoload": {
1634                 "psr-4": {
1635                     "phpDocumentor\\Reflection\\": [
1636                         "src/"
1637                     ]
1638                 }
1639             },
1640             "notification-url": "https://packagist.org/downloads/",
1641             "license": [
1642                 "MIT"
1643             ],
1644             "authors": [
1645                 {
1646                     "name": "Mike van Riel",
1647                     "email": "me@mikevanriel.com"
1648                 }
1649             ],
1650             "time": "2017-07-14T14:27:02+00:00"
1651         },
1652         {
1653             "name": "phpspec/prophecy",
1654             "version": "1.8.0",
1655             "source": {
1656                 "type": "git",
1657                 "url": "https://github.com/phpspec/prophecy.git",
1658                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
1659             },
1660             "dist": {
1661                 "type": "zip",
1662                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1663                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1664                 "shasum": ""
1665             },
1666             "require": {
1667                 "doctrine/instantiator": "^1.0.2",
1668                 "php": "^5.3|^7.0",
1669                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1670                 "sebastian/comparator": "^1.1|^2.0|^3.0",
1671                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1672             },
1673             "require-dev": {
1674                 "phpspec/phpspec": "^2.5|^3.2",
1675                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1676             },
1677             "type": "library",
1678             "extra": {
1679                 "branch-alias": {
1680                     "dev-master": "1.8.x-dev"
1681                 }
1682             },
1683             "autoload": {
1684                 "psr-0": {
1685                     "Prophecy\\": "src/"
1686                 }
1687             },
1688             "notification-url": "https://packagist.org/downloads/",
1689             "license": [
1690                 "MIT"
1691             ],
1692             "authors": [
1693                 {
1694                     "name": "Konstantin Kudryashov",
1695                     "email": "ever.zet@gmail.com",
1696                     "homepage": "http://everzet.com"
1697                 },
1698                 {
1699                     "name": "Marcello Duarte",
1700                     "email": "marcello.duarte@gmail.com"
1701                 }
1702             ],
1703             "description": "Highly opinionated mocking framework for PHP 5.3+",
1704             "homepage": "https://github.com/phpspec/prophecy",
1705             "keywords": [
1706                 "Double",
1707                 "Dummy",
1708                 "fake",
1709                 "mock",
1710                 "spy",
1711                 "stub"
1712             ],
1713             "time": "2018-08-05T17:53:17+00:00"
1714         },
1715         {
1716             "name": "phpunit/php-code-coverage",
1717             "version": "4.0.8",
1718             "source": {
1719                 "type": "git",
1720                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1721                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1722             },
1723             "dist": {
1724                 "type": "zip",
1725                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1726                 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1727                 "shasum": ""
1728             },
1729             "require": {
1730                 "ext-dom": "*",
1731                 "ext-xmlwriter": "*",
1732                 "php": "^5.6 || ^7.0",
1733                 "phpunit/php-file-iterator": "^1.3",
1734                 "phpunit/php-text-template": "^1.2",
1735                 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1736                 "sebastian/code-unit-reverse-lookup": "^1.0",
1737                 "sebastian/environment": "^1.3.2 || ^2.0",
1738                 "sebastian/version": "^1.0 || ^2.0"
1739             },
1740             "require-dev": {
1741                 "ext-xdebug": "^2.1.4",
1742                 "phpunit/phpunit": "^5.7"
1743             },
1744             "suggest": {
1745                 "ext-xdebug": "^2.5.1"
1746             },
1747             "type": "library",
1748             "extra": {
1749                 "branch-alias": {
1750                     "dev-master": "4.0.x-dev"
1751                 }
1752             },
1753             "autoload": {
1754                 "classmap": [
1755                     "src/"
1756                 ]
1757             },
1758             "notification-url": "https://packagist.org/downloads/",
1759             "license": [
1760                 "BSD-3-Clause"
1761             ],
1762             "authors": [
1763                 {
1764                     "name": "Sebastian Bergmann",
1765                     "email": "sb@sebastian-bergmann.de",
1766                     "role": "lead"
1767                 }
1768             ],
1769             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1770             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1771             "keywords": [
1772                 "coverage",
1773                 "testing",
1774                 "xunit"
1775             ],
1776             "time": "2017-04-02T07:44:40+00:00"
1777         },
1778         {
1779             "name": "phpunit/php-file-iterator",
1780             "version": "1.4.5",
1781             "source": {
1782                 "type": "git",
1783                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1784                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1785             },
1786             "dist": {
1787                 "type": "zip",
1788                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1789                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1790                 "shasum": ""
1791             },
1792             "require": {
1793                 "php": ">=5.3.3"
1794             },
1795             "type": "library",
1796             "extra": {
1797                 "branch-alias": {
1798                     "dev-master": "1.4.x-dev"
1799                 }
1800             },
1801             "autoload": {
1802                 "classmap": [
1803                     "src/"
1804                 ]
1805             },
1806             "notification-url": "https://packagist.org/downloads/",
1807             "license": [
1808                 "BSD-3-Clause"
1809             ],
1810             "authors": [
1811                 {
1812                     "name": "Sebastian Bergmann",
1813                     "email": "sb@sebastian-bergmann.de",
1814                     "role": "lead"
1815                 }
1816             ],
1817             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1818             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1819             "keywords": [
1820                 "filesystem",
1821                 "iterator"
1822             ],
1823             "time": "2017-11-27T13:52:08+00:00"
1824         },
1825         {
1826             "name": "phpunit/php-text-template",
1827             "version": "1.2.1",
1828             "source": {
1829                 "type": "git",
1830                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1831                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1832             },
1833             "dist": {
1834                 "type": "zip",
1835                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1836                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1837                 "shasum": ""
1838             },
1839             "require": {
1840                 "php": ">=5.3.3"
1841             },
1842             "type": "library",
1843             "autoload": {
1844                 "classmap": [
1845                     "src/"
1846                 ]
1847             },
1848             "notification-url": "https://packagist.org/downloads/",
1849             "license": [
1850                 "BSD-3-Clause"
1851             ],
1852             "authors": [
1853                 {
1854                     "name": "Sebastian Bergmann",
1855                     "email": "sebastian@phpunit.de",
1856                     "role": "lead"
1857                 }
1858             ],
1859             "description": "Simple template engine.",
1860             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1861             "keywords": [
1862                 "template"
1863             ],
1864             "time": "2015-06-21T13:50:34+00:00"
1865         },
1866         {
1867             "name": "phpunit/php-timer",
1868             "version": "1.0.9",
1869             "source": {
1870                 "type": "git",
1871                 "url": "https://github.com/sebastianbergmann/php-timer.git",
1872                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1873             },
1874             "dist": {
1875                 "type": "zip",
1876                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1877                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1878                 "shasum": ""
1879             },
1880             "require": {
1881                 "php": "^5.3.3 || ^7.0"
1882             },
1883             "require-dev": {
1884                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1885             },
1886             "type": "library",
1887             "extra": {
1888                 "branch-alias": {
1889                     "dev-master": "1.0-dev"
1890                 }
1891             },
1892             "autoload": {
1893                 "classmap": [
1894                     "src/"
1895                 ]
1896             },
1897             "notification-url": "https://packagist.org/downloads/",
1898             "license": [
1899                 "BSD-3-Clause"
1900             ],
1901             "authors": [
1902                 {
1903                     "name": "Sebastian Bergmann",
1904                     "email": "sb@sebastian-bergmann.de",
1905                     "role": "lead"
1906                 }
1907             ],
1908             "description": "Utility class for timing",
1909             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1910             "keywords": [
1911                 "timer"
1912             ],
1913             "time": "2017-02-26T11:10:40+00:00"
1914         },
1915         {
1916             "name": "phpunit/php-token-stream",
1917             "version": "2.0.2",
1918             "source": {
1919                 "type": "git",
1920                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1921                 "reference": "791198a2c6254db10131eecfe8c06670700904db"
1922             },
1923             "dist": {
1924                 "type": "zip",
1925                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
1926                 "reference": "791198a2c6254db10131eecfe8c06670700904db",
1927                 "shasum": ""
1928             },
1929             "require": {
1930                 "ext-tokenizer": "*",
1931                 "php": "^7.0"
1932             },
1933             "require-dev": {
1934                 "phpunit/phpunit": "^6.2.4"
1935             },
1936             "type": "library",
1937             "extra": {
1938                 "branch-alias": {
1939                     "dev-master": "2.0-dev"
1940                 }
1941             },
1942             "autoload": {
1943                 "classmap": [
1944                     "src/"
1945                 ]
1946             },
1947             "notification-url": "https://packagist.org/downloads/",
1948             "license": [
1949                 "BSD-3-Clause"
1950             ],
1951             "authors": [
1952                 {
1953                     "name": "Sebastian Bergmann",
1954                     "email": "sebastian@phpunit.de"
1955                 }
1956             ],
1957             "description": "Wrapper around PHP's tokenizer extension.",
1958             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1959             "keywords": [
1960                 "tokenizer"
1961             ],
1962             "time": "2017-11-27T05:48:46+00:00"
1963         },
1964         {
1965             "name": "phpunit/phpunit",
1966             "version": "5.7.27",
1967             "source": {
1968                 "type": "git",
1969                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1970                 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1971             },
1972             "dist": {
1973                 "type": "zip",
1974                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1975                 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1976                 "shasum": ""
1977             },
1978             "require": {
1979                 "ext-dom": "*",
1980                 "ext-json": "*",
1981                 "ext-libxml": "*",
1982                 "ext-mbstring": "*",
1983                 "ext-xml": "*",
1984                 "myclabs/deep-copy": "~1.3",
1985                 "php": "^5.6 || ^7.0",
1986                 "phpspec/prophecy": "^1.6.2",
1987                 "phpunit/php-code-coverage": "^4.0.4",
1988                 "phpunit/php-file-iterator": "~1.4",
1989                 "phpunit/php-text-template": "~1.2",
1990                 "phpunit/php-timer": "^1.0.6",
1991                 "phpunit/phpunit-mock-objects": "^3.2",
1992                 "sebastian/comparator": "^1.2.4",
1993                 "sebastian/diff": "^1.4.3",
1994                 "sebastian/environment": "^1.3.4 || ^2.0",
1995                 "sebastian/exporter": "~2.0",
1996                 "sebastian/global-state": "^1.1",
1997                 "sebastian/object-enumerator": "~2.0",
1998                 "sebastian/resource-operations": "~1.0",
1999                 "sebastian/version": "^1.0.6|^2.0.1",
2000                 "symfony/yaml": "~2.1|~3.0|~4.0"
2001             },
2002             "conflict": {
2003                 "phpdocumentor/reflection-docblock": "3.0.2"
2004             },
2005             "require-dev": {
2006                 "ext-pdo": "*"
2007             },
2008             "suggest": {
2009                 "ext-xdebug": "*",
2010                 "phpunit/php-invoker": "~1.1"
2011             },
2012             "bin": [
2013                 "phpunit"
2014             ],
2015             "type": "library",
2016             "extra": {
2017                 "branch-alias": {
2018                     "dev-master": "5.7.x-dev"
2019                 }
2020             },
2021             "autoload": {
2022                 "classmap": [
2023                     "src/"
2024                 ]
2025             },
2026             "notification-url": "https://packagist.org/downloads/",
2027             "license": [
2028                 "BSD-3-Clause"
2029             ],
2030             "authors": [
2031                 {
2032                     "name": "Sebastian Bergmann",
2033                     "email": "sebastian@phpunit.de",
2034                     "role": "lead"
2035                 }
2036             ],
2037             "description": "The PHP Unit Testing framework.",
2038             "homepage": "https://phpunit.de/",
2039             "keywords": [
2040                 "phpunit",
2041                 "testing",
2042                 "xunit"
2043             ],
2044             "time": "2018-02-01T05:50:59+00:00"
2045         },
2046         {
2047             "name": "phpunit/phpunit-mock-objects",
2048             "version": "3.4.4",
2049             "source": {
2050                 "type": "git",
2051                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2052                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
2053             },
2054             "dist": {
2055                 "type": "zip",
2056                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
2057                 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
2058                 "shasum": ""
2059             },
2060             "require": {
2061                 "doctrine/instantiator": "^1.0.2",
2062                 "php": "^5.6 || ^7.0",
2063                 "phpunit/php-text-template": "^1.2",
2064                 "sebastian/exporter": "^1.2 || ^2.0"
2065             },
2066             "conflict": {
2067                 "phpunit/phpunit": "<5.4.0"
2068             },
2069             "require-dev": {
2070                 "phpunit/phpunit": "^5.4"
2071             },
2072             "suggest": {
2073                 "ext-soap": "*"
2074             },
2075             "type": "library",
2076             "extra": {
2077                 "branch-alias": {
2078                     "dev-master": "3.2.x-dev"
2079                 }
2080             },
2081             "autoload": {
2082                 "classmap": [
2083                     "src/"
2084                 ]
2085             },
2086             "notification-url": "https://packagist.org/downloads/",
2087             "license": [
2088                 "BSD-3-Clause"
2089             ],
2090             "authors": [
2091                 {
2092                     "name": "Sebastian Bergmann",
2093                     "email": "sb@sebastian-bergmann.de",
2094                     "role": "lead"
2095                 }
2096             ],
2097             "description": "Mock Object library for PHPUnit",
2098             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2099             "keywords": [
2100                 "mock",
2101                 "xunit"
2102             ],
2103             "time": "2017-06-30T09:13:00+00:00"
2104         },
2105         {
2106             "name": "psr/cache",
2107             "version": "1.0.1",
2108             "source": {
2109                 "type": "git",
2110                 "url": "https://github.com/php-fig/cache.git",
2111                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2112             },
2113             "dist": {
2114                 "type": "zip",
2115                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2116                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2117                 "shasum": ""
2118             },
2119             "require": {
2120                 "php": ">=5.3.0"
2121             },
2122             "type": "library",
2123             "extra": {
2124                 "branch-alias": {
2125                     "dev-master": "1.0.x-dev"
2126                 }
2127             },
2128             "autoload": {
2129                 "psr-4": {
2130                     "Psr\\Cache\\": "src/"
2131                 }
2132             },
2133             "notification-url": "https://packagist.org/downloads/",
2134             "license": [
2135                 "MIT"
2136             ],
2137             "authors": [
2138                 {
2139                     "name": "PHP-FIG",
2140                     "homepage": "http://www.php-fig.org/"
2141                 }
2142             ],
2143             "description": "Common interface for caching libraries",
2144             "keywords": [
2145                 "cache",
2146                 "psr",
2147                 "psr-6"
2148             ],
2149             "time": "2016-08-06T20:24:11+00:00"
2150         },
2151         {
2152             "name": "psr/container",
2153             "version": "1.0.0",
2154             "source": {
2155                 "type": "git",
2156                 "url": "https://github.com/php-fig/container.git",
2157                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2158             },
2159             "dist": {
2160                 "type": "zip",
2161                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2162                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2163                 "shasum": ""
2164             },
2165             "require": {
2166                 "php": ">=5.3.0"
2167             },
2168             "type": "library",
2169             "extra": {
2170                 "branch-alias": {
2171                     "dev-master": "1.0.x-dev"
2172                 }
2173             },
2174             "autoload": {
2175                 "psr-4": {
2176                     "Psr\\Container\\": "src/"
2177                 }
2178             },
2179             "notification-url": "https://packagist.org/downloads/",
2180             "license": [
2181                 "MIT"
2182             ],
2183             "authors": [
2184                 {
2185                     "name": "PHP-FIG",
2186                     "homepage": "http://www.php-fig.org/"
2187                 }
2188             ],
2189             "description": "Common Container Interface (PHP FIG PSR-11)",
2190             "homepage": "https://github.com/php-fig/container",
2191             "keywords": [
2192                 "PSR-11",
2193                 "container",
2194                 "container-interface",
2195                 "container-interop",
2196                 "psr"
2197             ],
2198             "time": "2017-02-14T16:28:37+00:00"
2199         },
2200         {
2201             "name": "psr/http-message",
2202             "version": "1.0.1",
2203             "source": {
2204                 "type": "git",
2205                 "url": "https://github.com/php-fig/http-message.git",
2206                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2207             },
2208             "dist": {
2209                 "type": "zip",
2210                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2211                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2212                 "shasum": ""
2213             },
2214             "require": {
2215                 "php": ">=5.3.0"
2216             },
2217             "type": "library",
2218             "extra": {
2219                 "branch-alias": {
2220                     "dev-master": "1.0.x-dev"
2221                 }
2222             },
2223             "autoload": {
2224                 "psr-4": {
2225                     "Psr\\Http\\Message\\": "src/"
2226                 }
2227             },
2228             "notification-url": "https://packagist.org/downloads/",
2229             "license": [
2230                 "MIT"
2231             ],
2232             "authors": [
2233                 {
2234                     "name": "PHP-FIG",
2235                     "homepage": "http://www.php-fig.org/"
2236                 }
2237             ],
2238             "description": "Common interface for HTTP messages",
2239             "homepage": "https://github.com/php-fig/http-message",
2240             "keywords": [
2241                 "http",
2242                 "http-message",
2243                 "psr",
2244                 "psr-7",
2245                 "request",
2246                 "response"
2247             ],
2248             "time": "2016-08-06T14:39:51+00:00"
2249         },
2250         {
2251             "name": "psr/log",
2252             "version": "1.0.2",
2253             "source": {
2254                 "type": "git",
2255                 "url": "https://github.com/php-fig/log.git",
2256                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2257             },
2258             "dist": {
2259                 "type": "zip",
2260                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2261                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2262                 "shasum": ""
2263             },
2264             "require": {
2265                 "php": ">=5.3.0"
2266             },
2267             "type": "library",
2268             "extra": {
2269                 "branch-alias": {
2270                     "dev-master": "1.0.x-dev"
2271                 }
2272             },
2273             "autoload": {
2274                 "psr-4": {
2275                     "Psr\\Log\\": "Psr/Log/"
2276                 }
2277             },
2278             "notification-url": "https://packagist.org/downloads/",
2279             "license": [
2280                 "MIT"
2281             ],
2282             "authors": [
2283                 {
2284                     "name": "PHP-FIG",
2285                     "homepage": "http://www.php-fig.org/"
2286                 }
2287             ],
2288             "description": "Common interface for logging libraries",
2289             "homepage": "https://github.com/php-fig/log",
2290             "keywords": [
2291                 "log",
2292                 "psr",
2293                 "psr-3"
2294             ],
2295             "time": "2016-10-10T12:19:37+00:00"
2296         },
2297         {
2298             "name": "satooshi/php-coveralls",
2299             "version": "v2.0.0",
2300             "source": {
2301                 "type": "git",
2302                 "url": "https://github.com/php-coveralls/php-coveralls.git",
2303                 "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
2304             },
2305             "dist": {
2306                 "type": "zip",
2307                 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
2308                 "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
2309                 "shasum": ""
2310             },
2311             "require": {
2312                 "ext-json": "*",
2313                 "ext-simplexml": "*",
2314                 "guzzlehttp/guzzle": "^6.0",
2315                 "php": "^5.5 || ^7.0",
2316                 "psr/log": "^1.0",
2317                 "symfony/config": "^2.1 || ^3.0 || ^4.0",
2318                 "symfony/console": "^2.1 || ^3.0 || ^4.0",
2319                 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
2320                 "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
2321             },
2322             "require-dev": {
2323                 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
2324             },
2325             "suggest": {
2326                 "symfony/http-kernel": "Allows Symfony integration"
2327             },
2328             "bin": [
2329                 "bin/php-coveralls"
2330             ],
2331             "type": "library",
2332             "extra": {
2333                 "branch-alias": {
2334                     "dev-master": "2.0-dev"
2335                 }
2336             },
2337             "autoload": {
2338                 "psr-4": {
2339                     "PhpCoveralls\\": "src/"
2340                 }
2341             },
2342             "notification-url": "https://packagist.org/downloads/",
2343             "license": [
2344                 "MIT"
2345             ],
2346             "authors": [
2347                 {
2348                     "name": "Kitamura Satoshi",
2349                     "email": "with.no.parachute@gmail.com",
2350                     "homepage": "https://www.facebook.com/satooshi.jp",
2351                     "role": "Original creator"
2352                 },
2353                 {
2354                     "name": "Takashi Matsuo",
2355                     "email": "tmatsuo@google.com"
2356                 },
2357                 {
2358                     "name": "Google Inc"
2359                 },
2360                 {
2361                     "name": "Dariusz Ruminski",
2362                     "email": "dariusz.ruminski@gmail.com",
2363                     "homepage": "https://github.com/keradus"
2364                 },
2365                 {
2366                     "name": "Contributors",
2367                     "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2368                 }
2369             ],
2370             "description": "PHP client library for Coveralls API",
2371             "homepage": "https://github.com/php-coveralls/php-coveralls",
2372             "keywords": [
2373                 "ci",
2374                 "coverage",
2375                 "github",
2376                 "test"
2377             ],
2378             "abandoned": "php-coveralls/php-coveralls",
2379             "time": "2017-12-08T14:28:16+00:00"
2380         },
2381         {
2382             "name": "sebastian/code-unit-reverse-lookup",
2383             "version": "1.0.1",
2384             "source": {
2385                 "type": "git",
2386                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2387                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2388             },
2389             "dist": {
2390                 "type": "zip",
2391                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2392                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2393                 "shasum": ""
2394             },
2395             "require": {
2396                 "php": "^5.6 || ^7.0"
2397             },
2398             "require-dev": {
2399                 "phpunit/phpunit": "^5.7 || ^6.0"
2400             },
2401             "type": "library",
2402             "extra": {
2403                 "branch-alias": {
2404                     "dev-master": "1.0.x-dev"
2405                 }
2406             },
2407             "autoload": {
2408                 "classmap": [
2409                     "src/"
2410                 ]
2411             },
2412             "notification-url": "https://packagist.org/downloads/",
2413             "license": [
2414                 "BSD-3-Clause"
2415             ],
2416             "authors": [
2417                 {
2418                     "name": "Sebastian Bergmann",
2419                     "email": "sebastian@phpunit.de"
2420                 }
2421             ],
2422             "description": "Looks up which function or method a line of code belongs to",
2423             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2424             "time": "2017-03-04T06:30:41+00:00"
2425         },
2426         {
2427             "name": "sebastian/comparator",
2428             "version": "1.2.4",
2429             "source": {
2430                 "type": "git",
2431                 "url": "https://github.com/sebastianbergmann/comparator.git",
2432                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2433             },
2434             "dist": {
2435                 "type": "zip",
2436                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2437                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2438                 "shasum": ""
2439             },
2440             "require": {
2441                 "php": ">=5.3.3",
2442                 "sebastian/diff": "~1.2",
2443                 "sebastian/exporter": "~1.2 || ~2.0"
2444             },
2445             "require-dev": {
2446                 "phpunit/phpunit": "~4.4"
2447             },
2448             "type": "library",
2449             "extra": {
2450                 "branch-alias": {
2451                     "dev-master": "1.2.x-dev"
2452                 }
2453             },
2454             "autoload": {
2455                 "classmap": [
2456                     "src/"
2457                 ]
2458             },
2459             "notification-url": "https://packagist.org/downloads/",
2460             "license": [
2461                 "BSD-3-Clause"
2462             ],
2463             "authors": [
2464                 {
2465                     "name": "Jeff Welch",
2466                     "email": "whatthejeff@gmail.com"
2467                 },
2468                 {
2469                     "name": "Volker Dusch",
2470                     "email": "github@wallbash.com"
2471                 },
2472                 {
2473                     "name": "Bernhard Schussek",
2474                     "email": "bschussek@2bepublished.at"
2475                 },
2476                 {
2477                     "name": "Sebastian Bergmann",
2478                     "email": "sebastian@phpunit.de"
2479                 }
2480             ],
2481             "description": "Provides the functionality to compare PHP values for equality",
2482             "homepage": "http://www.github.com/sebastianbergmann/comparator",
2483             "keywords": [
2484                 "comparator",
2485                 "compare",
2486                 "equality"
2487             ],
2488             "time": "2017-01-29T09:50:25+00:00"
2489         },
2490         {
2491             "name": "sebastian/diff",
2492             "version": "1.4.3",
2493             "source": {
2494                 "type": "git",
2495                 "url": "https://github.com/sebastianbergmann/diff.git",
2496                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2497             },
2498             "dist": {
2499                 "type": "zip",
2500                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2501                 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2502                 "shasum": ""
2503             },
2504             "require": {
2505                 "php": "^5.3.3 || ^7.0"
2506             },
2507             "require-dev": {
2508                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2509             },
2510             "type": "library",
2511             "extra": {
2512                 "branch-alias": {
2513                     "dev-master": "1.4-dev"
2514                 }
2515             },
2516             "autoload": {
2517                 "classmap": [
2518                     "src/"
2519                 ]
2520             },
2521             "notification-url": "https://packagist.org/downloads/",
2522             "license": [
2523                 "BSD-3-Clause"
2524             ],
2525             "authors": [
2526                 {
2527                     "name": "Kore Nordmann",
2528                     "email": "mail@kore-nordmann.de"
2529                 },
2530                 {
2531                     "name": "Sebastian Bergmann",
2532                     "email": "sebastian@phpunit.de"
2533                 }
2534             ],
2535             "description": "Diff implementation",
2536             "homepage": "https://github.com/sebastianbergmann/diff",
2537             "keywords": [
2538                 "diff"
2539             ],
2540             "time": "2017-05-22T07:24:03+00:00"
2541         },
2542         {
2543             "name": "sebastian/environment",
2544             "version": "2.0.0",
2545             "source": {
2546                 "type": "git",
2547                 "url": "https://github.com/sebastianbergmann/environment.git",
2548                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2549             },
2550             "dist": {
2551                 "type": "zip",
2552                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2553                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2554                 "shasum": ""
2555             },
2556             "require": {
2557                 "php": "^5.6 || ^7.0"
2558             },
2559             "require-dev": {
2560                 "phpunit/phpunit": "^5.0"
2561             },
2562             "type": "library",
2563             "extra": {
2564                 "branch-alias": {
2565                     "dev-master": "2.0.x-dev"
2566                 }
2567             },
2568             "autoload": {
2569                 "classmap": [
2570                     "src/"
2571                 ]
2572             },
2573             "notification-url": "https://packagist.org/downloads/",
2574             "license": [
2575                 "BSD-3-Clause"
2576             ],
2577             "authors": [
2578                 {
2579                     "name": "Sebastian Bergmann",
2580                     "email": "sebastian@phpunit.de"
2581                 }
2582             ],
2583             "description": "Provides functionality to handle HHVM/PHP environments",
2584             "homepage": "http://www.github.com/sebastianbergmann/environment",
2585             "keywords": [
2586                 "Xdebug",
2587                 "environment",
2588                 "hhvm"
2589             ],
2590             "time": "2016-11-26T07:53:53+00:00"
2591         },
2592         {
2593             "name": "sebastian/exporter",
2594             "version": "2.0.0",
2595             "source": {
2596                 "type": "git",
2597                 "url": "https://github.com/sebastianbergmann/exporter.git",
2598                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2599             },
2600             "dist": {
2601                 "type": "zip",
2602                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2603                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2604                 "shasum": ""
2605             },
2606             "require": {
2607                 "php": ">=5.3.3",
2608                 "sebastian/recursion-context": "~2.0"
2609             },
2610             "require-dev": {
2611                 "ext-mbstring": "*",
2612                 "phpunit/phpunit": "~4.4"
2613             },
2614             "type": "library",
2615             "extra": {
2616                 "branch-alias": {
2617                     "dev-master": "2.0.x-dev"
2618                 }
2619             },
2620             "autoload": {
2621                 "classmap": [
2622                     "src/"
2623                 ]
2624             },
2625             "notification-url": "https://packagist.org/downloads/",
2626             "license": [
2627                 "BSD-3-Clause"
2628             ],
2629             "authors": [
2630                 {
2631                     "name": "Jeff Welch",
2632                     "email": "whatthejeff@gmail.com"
2633                 },
2634                 {
2635                     "name": "Volker Dusch",
2636                     "email": "github@wallbash.com"
2637                 },
2638                 {
2639                     "name": "Bernhard Schussek",
2640                     "email": "bschussek@2bepublished.at"
2641                 },
2642                 {
2643                     "name": "Sebastian Bergmann",
2644                     "email": "sebastian@phpunit.de"
2645                 },
2646                 {
2647                     "name": "Adam Harvey",
2648                     "email": "aharvey@php.net"
2649                 }
2650             ],
2651             "description": "Provides the functionality to export PHP variables for visualization",
2652             "homepage": "http://www.github.com/sebastianbergmann/exporter",
2653             "keywords": [
2654                 "export",
2655                 "exporter"
2656             ],
2657             "time": "2016-11-19T08:54:04+00:00"
2658         },
2659         {
2660             "name": "sebastian/global-state",
2661             "version": "1.1.1",
2662             "source": {
2663                 "type": "git",
2664                 "url": "https://github.com/sebastianbergmann/global-state.git",
2665                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2666             },
2667             "dist": {
2668                 "type": "zip",
2669                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2670                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2671                 "shasum": ""
2672             },
2673             "require": {
2674                 "php": ">=5.3.3"
2675             },
2676             "require-dev": {
2677                 "phpunit/phpunit": "~4.2"
2678             },
2679             "suggest": {
2680                 "ext-uopz": "*"
2681             },
2682             "type": "library",
2683             "extra": {
2684                 "branch-alias": {
2685                     "dev-master": "1.0-dev"
2686                 }
2687             },
2688             "autoload": {
2689                 "classmap": [
2690                     "src/"
2691                 ]
2692             },
2693             "notification-url": "https://packagist.org/downloads/",
2694             "license": [
2695                 "BSD-3-Clause"
2696             ],
2697             "authors": [
2698                 {
2699                     "name": "Sebastian Bergmann",
2700                     "email": "sebastian@phpunit.de"
2701                 }
2702             ],
2703             "description": "Snapshotting of global state",
2704             "homepage": "http://www.github.com/sebastianbergmann/global-state",
2705             "keywords": [
2706                 "global state"
2707             ],
2708             "time": "2015-10-12T03:26:01+00:00"
2709         },
2710         {
2711             "name": "sebastian/object-enumerator",
2712             "version": "2.0.1",
2713             "source": {
2714                 "type": "git",
2715                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2716                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2717             },
2718             "dist": {
2719                 "type": "zip",
2720                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2721                 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2722                 "shasum": ""
2723             },
2724             "require": {
2725                 "php": ">=5.6",
2726                 "sebastian/recursion-context": "~2.0"
2727             },
2728             "require-dev": {
2729                 "phpunit/phpunit": "~5"
2730             },
2731             "type": "library",
2732             "extra": {
2733                 "branch-alias": {
2734                     "dev-master": "2.0.x-dev"
2735                 }
2736             },
2737             "autoload": {
2738                 "classmap": [
2739                     "src/"
2740                 ]
2741             },
2742             "notification-url": "https://packagist.org/downloads/",
2743             "license": [
2744                 "BSD-3-Clause"
2745             ],
2746             "authors": [
2747                 {
2748                     "name": "Sebastian Bergmann",
2749                     "email": "sebastian@phpunit.de"
2750                 }
2751             ],
2752             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2753             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2754             "time": "2017-02-18T15:18:39+00:00"
2755         },
2756         {
2757             "name": "sebastian/recursion-context",
2758             "version": "2.0.0",
2759             "source": {
2760                 "type": "git",
2761                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2762                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2763             },
2764             "dist": {
2765                 "type": "zip",
2766                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2767                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2768                 "shasum": ""
2769             },
2770             "require": {
2771                 "php": ">=5.3.3"
2772             },
2773             "require-dev": {
2774                 "phpunit/phpunit": "~4.4"
2775             },
2776             "type": "library",
2777             "extra": {
2778                 "branch-alias": {
2779                     "dev-master": "2.0.x-dev"
2780                 }
2781             },
2782             "autoload": {
2783                 "classmap": [
2784                     "src/"
2785                 ]
2786             },
2787             "notification-url": "https://packagist.org/downloads/",
2788             "license": [
2789                 "BSD-3-Clause"
2790             ],
2791             "authors": [
2792                 {
2793                     "name": "Jeff Welch",
2794                     "email": "whatthejeff@gmail.com"
2795                 },
2796                 {
2797                     "name": "Sebastian Bergmann",
2798                     "email": "sebastian@phpunit.de"
2799                 },
2800                 {
2801                     "name": "Adam Harvey",
2802                     "email": "aharvey@php.net"
2803                 }
2804             ],
2805             "description": "Provides functionality to recursively process PHP variables",
2806             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2807             "time": "2016-11-19T07:33:16+00:00"
2808         },
2809         {
2810             "name": "sebastian/resource-operations",
2811             "version": "1.0.0",
2812             "source": {
2813                 "type": "git",
2814                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2815                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2816             },
2817             "dist": {
2818                 "type": "zip",
2819                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2820                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2821                 "shasum": ""
2822             },
2823             "require": {
2824                 "php": ">=5.6.0"
2825             },
2826             "type": "library",
2827             "extra": {
2828                 "branch-alias": {
2829                     "dev-master": "1.0.x-dev"
2830                 }
2831             },
2832             "autoload": {
2833                 "classmap": [
2834                     "src/"
2835                 ]
2836             },
2837             "notification-url": "https://packagist.org/downloads/",
2838             "license": [
2839                 "BSD-3-Clause"
2840             ],
2841             "authors": [
2842                 {
2843                     "name": "Sebastian Bergmann",
2844                     "email": "sebastian@phpunit.de"
2845                 }
2846             ],
2847             "description": "Provides a list of PHP built-in functions that operate on resources",
2848             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2849             "time": "2015-07-28T20:34:47+00:00"
2850         },
2851         {
2852             "name": "sebastian/version",
2853             "version": "2.0.1",
2854             "source": {
2855                 "type": "git",
2856                 "url": "https://github.com/sebastianbergmann/version.git",
2857                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2858             },
2859             "dist": {
2860                 "type": "zip",
2861                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2862                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2863                 "shasum": ""
2864             },
2865             "require": {
2866                 "php": ">=5.6"
2867             },
2868             "type": "library",
2869             "extra": {
2870                 "branch-alias": {
2871                     "dev-master": "2.0.x-dev"
2872                 }
2873             },
2874             "autoload": {
2875                 "classmap": [
2876                     "src/"
2877                 ]
2878             },
2879             "notification-url": "https://packagist.org/downloads/",
2880             "license": [
2881                 "BSD-3-Clause"
2882             ],
2883             "authors": [
2884                 {
2885                     "name": "Sebastian Bergmann",
2886                     "email": "sebastian@phpunit.de",
2887                     "role": "lead"
2888                 }
2889             ],
2890             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2891             "homepage": "https://github.com/sebastianbergmann/version",
2892             "time": "2016-10-03T07:35:21+00:00"
2893         },
2894         {
2895             "name": "squizlabs/php_codesniffer",
2896             "version": "2.9.1",
2897             "source": {
2898                 "type": "git",
2899                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2900                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
2901             },
2902             "dist": {
2903                 "type": "zip",
2904                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
2905                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
2906                 "shasum": ""
2907             },
2908             "require": {
2909                 "ext-simplexml": "*",
2910                 "ext-tokenizer": "*",
2911                 "ext-xmlwriter": "*",
2912                 "php": ">=5.1.2"
2913             },
2914             "require-dev": {
2915                 "phpunit/phpunit": "~4.0"
2916             },
2917             "bin": [
2918                 "scripts/phpcs",
2919                 "scripts/phpcbf"
2920             ],
2921             "type": "library",
2922             "extra": {
2923                 "branch-alias": {
2924                     "dev-master": "2.x-dev"
2925                 }
2926             },
2927             "autoload": {
2928                 "classmap": [
2929                     "CodeSniffer.php",
2930                     "CodeSniffer/CLI.php",
2931                     "CodeSniffer/Exception.php",
2932                     "CodeSniffer/File.php",
2933                     "CodeSniffer/Fixer.php",
2934                     "CodeSniffer/Report.php",
2935                     "CodeSniffer/Reporting.php",
2936                     "CodeSniffer/Sniff.php",
2937                     "CodeSniffer/Tokens.php",
2938                     "CodeSniffer/Reports/",
2939                     "CodeSniffer/Tokenizers/",
2940                     "CodeSniffer/DocGenerators/",
2941                     "CodeSniffer/Standards/AbstractPatternSniff.php",
2942                     "CodeSniffer/Standards/AbstractScopeSniff.php",
2943                     "CodeSniffer/Standards/AbstractVariableSniff.php",
2944                     "CodeSniffer/Standards/IncorrectPatternException.php",
2945                     "CodeSniffer/Standards/Generic/Sniffs/",
2946                     "CodeSniffer/Standards/MySource/Sniffs/",
2947                     "CodeSniffer/Standards/PEAR/Sniffs/",
2948                     "CodeSniffer/Standards/PSR1/Sniffs/",
2949                     "CodeSniffer/Standards/PSR2/Sniffs/",
2950                     "CodeSniffer/Standards/Squiz/Sniffs/",
2951                     "CodeSniffer/Standards/Zend/Sniffs/"
2952                 ]
2953             },
2954             "notification-url": "https://packagist.org/downloads/",
2955             "license": [
2956                 "BSD-3-Clause"
2957             ],
2958             "authors": [
2959                 {
2960                     "name": "Greg Sherwood",
2961                     "role": "lead"
2962                 }
2963             ],
2964             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2965             "homepage": "http://www.squizlabs.com/php-codesniffer",
2966             "keywords": [
2967                 "phpcs",
2968                 "standards"
2969             ],
2970             "time": "2017-05-22T02:43:20+00:00"
2971         },
2972         {
2973             "name": "symfony/config",
2974             "version": "v3.4.15",
2975             "source": {
2976                 "type": "git",
2977                 "url": "https://github.com/symfony/config.git",
2978                 "reference": "7b08223b7f6abd859651c56bcabf900d1627d085"
2979             },
2980             "dist": {
2981                 "type": "zip",
2982                 "url": "https://api.github.com/repos/symfony/config/zipball/7b08223b7f6abd859651c56bcabf900d1627d085",
2983                 "reference": "7b08223b7f6abd859651c56bcabf900d1627d085",
2984                 "shasum": ""
2985             },
2986             "require": {
2987                 "php": "^5.5.9|>=7.0.8",
2988                 "symfony/filesystem": "~2.8|~3.0|~4.0",
2989                 "symfony/polyfill-ctype": "~1.8"
2990             },
2991             "conflict": {
2992                 "symfony/dependency-injection": "<3.3",
2993                 "symfony/finder": "<3.3"
2994             },
2995             "require-dev": {
2996                 "symfony/dependency-injection": "~3.3|~4.0",
2997                 "symfony/event-dispatcher": "~3.3|~4.0",
2998                 "symfony/finder": "~3.3|~4.0",
2999                 "symfony/yaml": "~3.0|~4.0"
3000             },
3001             "suggest": {
3002                 "symfony/yaml": "To use the yaml reference dumper"
3003             },
3004             "type": "library",
3005             "extra": {
3006                 "branch-alias": {
3007                     "dev-master": "3.4-dev"
3008                 }
3009             },
3010             "autoload": {
3011                 "psr-4": {
3012                     "Symfony\\Component\\Config\\": ""
3013                 },
3014                 "exclude-from-classmap": [
3015                     "/Tests/"
3016                 ]
3017             },
3018             "notification-url": "https://packagist.org/downloads/",
3019             "license": [
3020                 "MIT"
3021             ],
3022             "authors": [
3023                 {
3024                     "name": "Fabien Potencier",
3025                     "email": "fabien@symfony.com"
3026                 },
3027                 {
3028                     "name": "Symfony Community",
3029                     "homepage": "https://symfony.com/contributors"
3030                 }
3031             ],
3032             "description": "Symfony Config Component",
3033             "homepage": "https://symfony.com",
3034             "time": "2018-07-26T11:19:56+00:00"
3035         },
3036         {
3037             "name": "symfony/console",
3038             "version": "v3.4.15",
3039             "source": {
3040                 "type": "git",
3041                 "url": "https://github.com/symfony/console.git",
3042                 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73"
3043             },
3044             "dist": {
3045                 "type": "zip",
3046                 "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73",
3047                 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73",
3048                 "shasum": ""
3049             },
3050             "require": {
3051                 "php": "^5.5.9|>=7.0.8",
3052                 "symfony/debug": "~2.8|~3.0|~4.0",
3053                 "symfony/polyfill-mbstring": "~1.0"
3054             },
3055             "conflict": {
3056                 "symfony/dependency-injection": "<3.4",
3057                 "symfony/process": "<3.3"
3058             },
3059             "require-dev": {
3060                 "psr/log": "~1.0",
3061                 "symfony/config": "~3.3|~4.0",
3062                 "symfony/dependency-injection": "~3.4|~4.0",
3063                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
3064                 "symfony/lock": "~3.4|~4.0",
3065                 "symfony/process": "~3.3|~4.0"
3066             },
3067             "suggest": {
3068                 "psr/log-implementation": "For using the console logger",
3069                 "symfony/event-dispatcher": "",
3070                 "symfony/lock": "",
3071                 "symfony/process": ""
3072             },
3073             "type": "library",
3074             "extra": {
3075                 "branch-alias": {
3076                     "dev-master": "3.4-dev"
3077                 }
3078             },
3079             "autoload": {
3080                 "psr-4": {
3081                     "Symfony\\Component\\Console\\": ""
3082                 },
3083                 "exclude-from-classmap": [
3084                     "/Tests/"
3085                 ]
3086             },
3087             "notification-url": "https://packagist.org/downloads/",
3088             "license": [
3089                 "MIT"
3090             ],
3091             "authors": [
3092                 {
3093                     "name": "Fabien Potencier",
3094                     "email": "fabien@symfony.com"
3095                 },
3096                 {
3097                     "name": "Symfony Community",
3098                     "homepage": "https://symfony.com/contributors"
3099                 }
3100             ],
3101             "description": "Symfony Console Component",
3102             "homepage": "https://symfony.com",
3103             "time": "2018-07-26T11:19:56+00:00"
3104         },
3105         {
3106             "name": "symfony/debug",
3107             "version": "v3.4.15",
3108             "source": {
3109                 "type": "git",
3110                 "url": "https://github.com/symfony/debug.git",
3111                 "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd"
3112             },
3113             "dist": {
3114                 "type": "zip",
3115                 "url": "https://api.github.com/repos/symfony/debug/zipball/c4625e75341e4fb309ce0c049cbf7fb84b8897cd",
3116                 "reference": "c4625e75341e4fb309ce0c049cbf7fb84b8897cd",
3117                 "shasum": ""
3118             },
3119             "require": {
3120                 "php": "^5.5.9|>=7.0.8",
3121                 "psr/log": "~1.0"
3122             },
3123             "conflict": {
3124                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3125             },
3126             "require-dev": {
3127                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
3128             },
3129             "type": "library",
3130             "extra": {
3131                 "branch-alias": {
3132                     "dev-master": "3.4-dev"
3133                 }
3134             },
3135             "autoload": {
3136                 "psr-4": {
3137                     "Symfony\\Component\\Debug\\": ""
3138                 },
3139                 "exclude-from-classmap": [
3140                     "/Tests/"
3141                 ]
3142             },
3143             "notification-url": "https://packagist.org/downloads/",
3144             "license": [
3145                 "MIT"
3146             ],
3147             "authors": [
3148                 {
3149                     "name": "Fabien Potencier",
3150                     "email": "fabien@symfony.com"
3151                 },
3152                 {
3153                     "name": "Symfony Community",
3154                     "homepage": "https://symfony.com/contributors"
3155                 }
3156             ],
3157             "description": "Symfony Debug Component",
3158             "homepage": "https://symfony.com",
3159             "time": "2018-08-03T10:42:44+00:00"
3160         },
3161         {
3162             "name": "symfony/event-dispatcher",
3163             "version": "v3.4.15",
3164             "source": {
3165                 "type": "git",
3166                 "url": "https://github.com/symfony/event-dispatcher.git",
3167                 "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb"
3168             },
3169             "dist": {
3170                 "type": "zip",
3171                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb",
3172                 "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb",
3173                 "shasum": ""
3174             },
3175             "require": {
3176                 "php": "^5.5.9|>=7.0.8"
3177             },
3178             "conflict": {
3179                 "symfony/dependency-injection": "<3.3"
3180             },
3181             "require-dev": {
3182                 "psr/log": "~1.0",
3183                 "symfony/config": "~2.8|~3.0|~4.0",
3184                 "symfony/dependency-injection": "~3.3|~4.0",
3185                 "symfony/expression-language": "~2.8|~3.0|~4.0",
3186                 "symfony/stopwatch": "~2.8|~3.0|~4.0"
3187             },
3188             "suggest": {
3189                 "symfony/dependency-injection": "",
3190                 "symfony/http-kernel": ""
3191             },
3192             "type": "library",
3193             "extra": {
3194                 "branch-alias": {
3195                     "dev-master": "3.4-dev"
3196                 }
3197             },
3198             "autoload": {
3199                 "psr-4": {
3200                     "Symfony\\Component\\EventDispatcher\\": ""
3201                 },
3202                 "exclude-from-classmap": [
3203                     "/Tests/"
3204                 ]
3205             },
3206             "notification-url": "https://packagist.org/downloads/",
3207             "license": [
3208                 "MIT"
3209             ],
3210             "authors": [
3211                 {
3212                     "name": "Fabien Potencier",
3213                     "email": "fabien@symfony.com"
3214                 },
3215                 {
3216                     "name": "Symfony Community",
3217                     "homepage": "https://symfony.com/contributors"
3218                 }
3219             ],
3220             "description": "Symfony EventDispatcher Component",
3221             "homepage": "https://symfony.com",
3222             "time": "2018-07-26T09:06:28+00:00"
3223         },
3224         {
3225             "name": "symfony/filesystem",
3226             "version": "v3.4.15",
3227             "source": {
3228                 "type": "git",
3229                 "url": "https://github.com/symfony/filesystem.git",
3230                 "reference": "285ce5005cb01a0aeaa5b0cf590bd0cc40bb631c"
3231             },
3232             "dist": {
3233                 "type": "zip",
3234                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/285ce5005cb01a0aeaa5b0cf590bd0cc40bb631c",
3235                 "reference": "285ce5005cb01a0aeaa5b0cf590bd0cc40bb631c",
3236                 "shasum": ""
3237             },
3238             "require": {
3239                 "php": "^5.5.9|>=7.0.8",
3240                 "symfony/polyfill-ctype": "~1.8"
3241             },
3242             "type": "library",
3243             "extra": {
3244                 "branch-alias": {
3245                     "dev-master": "3.4-dev"
3246                 }
3247             },
3248             "autoload": {
3249                 "psr-4": {
3250                     "Symfony\\Component\\Filesystem\\": ""
3251                 },
3252                 "exclude-from-classmap": [
3253                     "/Tests/"
3254                 ]
3255             },
3256             "notification-url": "https://packagist.org/downloads/",
3257             "license": [
3258                 "MIT"
3259             ],
3260             "authors": [
3261                 {
3262                     "name": "Fabien Potencier",
3263                     "email": "fabien@symfony.com"
3264                 },
3265                 {
3266                     "name": "Symfony Community",
3267                     "homepage": "https://symfony.com/contributors"
3268                 }
3269             ],
3270             "description": "Symfony Filesystem Component",
3271             "homepage": "https://symfony.com",
3272             "time": "2018-08-10T07:29:05+00:00"
3273         },
3274         {
3275             "name": "symfony/finder",
3276             "version": "v3.4.15",
3277             "source": {
3278                 "type": "git",
3279                 "url": "https://github.com/symfony/finder.git",
3280                 "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a"
3281             },
3282             "dist": {
3283                 "type": "zip",
3284                 "url": "https://api.github.com/repos/symfony/finder/zipball/8a84fcb207451df0013b2c74cbbf1b62d47b999a",
3285                 "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a",
3286                 "shasum": ""
3287             },
3288             "require": {
3289                 "php": "^5.5.9|>=7.0.8"
3290             },
3291             "type": "library",
3292             "extra": {
3293                 "branch-alias": {
3294                     "dev-master": "3.4-dev"
3295                 }
3296             },
3297             "autoload": {
3298                 "psr-4": {
3299                     "Symfony\\Component\\Finder\\": ""
3300                 },
3301                 "exclude-from-classmap": [
3302                     "/Tests/"
3303                 ]
3304             },
3305             "notification-url": "https://packagist.org/downloads/",
3306             "license": [
3307                 "MIT"
3308             ],
3309             "authors": [
3310                 {
3311                     "name": "Fabien Potencier",
3312                     "email": "fabien@symfony.com"
3313                 },
3314                 {
3315                     "name": "Symfony Community",
3316                     "homepage": "https://symfony.com/contributors"
3317                 }
3318             ],
3319             "description": "Symfony Finder Component",
3320             "homepage": "https://symfony.com",
3321             "time": "2018-07-26T11:19:56+00:00"
3322         },
3323         {
3324             "name": "symfony/options-resolver",
3325             "version": "v3.4.15",
3326             "source": {
3327                 "type": "git",
3328                 "url": "https://github.com/symfony/options-resolver.git",
3329                 "reference": "6debc476953a45969ab39afe8dee0b825f356dc7"
3330             },
3331             "dist": {
3332                 "type": "zip",
3333                 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/6debc476953a45969ab39afe8dee0b825f356dc7",
3334                 "reference": "6debc476953a45969ab39afe8dee0b825f356dc7",
3335                 "shasum": ""
3336             },
3337             "require": {
3338                 "php": "^5.5.9|>=7.0.8"
3339             },
3340             "type": "library",
3341             "extra": {
3342                 "branch-alias": {
3343                     "dev-master": "3.4-dev"
3344                 }
3345             },
3346             "autoload": {
3347                 "psr-4": {
3348                     "Symfony\\Component\\OptionsResolver\\": ""
3349                 },
3350                 "exclude-from-classmap": [
3351                     "/Tests/"
3352                 ]
3353             },
3354             "notification-url": "https://packagist.org/downloads/",
3355             "license": [
3356                 "MIT"
3357             ],
3358             "authors": [
3359                 {
3360                     "name": "Fabien Potencier",
3361                     "email": "fabien@symfony.com"
3362                 },
3363                 {
3364                     "name": "Symfony Community",
3365                     "homepage": "https://symfony.com/contributors"
3366                 }
3367             ],
3368             "description": "Symfony OptionsResolver Component",
3369             "homepage": "https://symfony.com",
3370             "keywords": [
3371                 "config",
3372                 "configuration",
3373                 "options"
3374             ],
3375             "time": "2018-07-26T08:45:46+00:00"
3376         },
3377         {
3378             "name": "symfony/polyfill-ctype",
3379             "version": "v1.9.0",
3380             "source": {
3381                 "type": "git",
3382                 "url": "https://github.com/symfony/polyfill-ctype.git",
3383                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
3384             },
3385             "dist": {
3386                 "type": "zip",
3387                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
3388                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
3389                 "shasum": ""
3390             },
3391             "require": {
3392                 "php": ">=5.3.3"
3393             },
3394             "suggest": {
3395                 "ext-ctype": "For best performance"
3396             },
3397             "type": "library",
3398             "extra": {
3399                 "branch-alias": {
3400                     "dev-master": "1.9-dev"
3401                 }
3402             },
3403             "autoload": {
3404                 "psr-4": {
3405                     "Symfony\\Polyfill\\Ctype\\": ""
3406                 },
3407                 "files": [
3408                     "bootstrap.php"
3409                 ]
3410             },
3411             "notification-url": "https://packagist.org/downloads/",
3412             "license": [
3413                 "MIT"
3414             ],
3415             "authors": [
3416                 {
3417                     "name": "Symfony Community",
3418                     "homepage": "https://symfony.com/contributors"
3419                 },
3420                 {
3421                     "name": "Gert de Pagter",
3422                     "email": "BackEndTea@gmail.com"
3423                 }
3424             ],
3425             "description": "Symfony polyfill for ctype functions",
3426             "homepage": "https://symfony.com",
3427             "keywords": [
3428                 "compatibility",
3429                 "ctype",
3430                 "polyfill",
3431                 "portable"
3432             ],
3433             "time": "2018-08-06T14:22:27+00:00"
3434         },
3435         {
3436             "name": "symfony/polyfill-mbstring",
3437             "version": "v1.9.0",
3438             "source": {
3439                 "type": "git",
3440                 "url": "https://github.com/symfony/polyfill-mbstring.git",
3441                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
3442             },
3443             "dist": {
3444                 "type": "zip",
3445                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
3446                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
3447                 "shasum": ""
3448             },
3449             "require": {
3450                 "php": ">=5.3.3"
3451             },
3452             "suggest": {
3453                 "ext-mbstring": "For best performance"
3454             },
3455             "type": "library",
3456             "extra": {
3457                 "branch-alias": {
3458                     "dev-master": "1.9-dev"
3459                 }
3460             },
3461             "autoload": {
3462                 "psr-4": {
3463                     "Symfony\\Polyfill\\Mbstring\\": ""
3464                 },
3465                 "files": [
3466                     "bootstrap.php"
3467                 ]
3468             },
3469             "notification-url": "https://packagist.org/downloads/",
3470             "license": [
3471                 "MIT"
3472             ],
3473             "authors": [
3474                 {
3475                     "name": "Nicolas Grekas",
3476                     "email": "p@tchwork.com"
3477                 },
3478                 {
3479                     "name": "Symfony Community",
3480                     "homepage": "https://symfony.com/contributors"
3481                 }
3482             ],
3483             "description": "Symfony polyfill for the Mbstring extension",
3484             "homepage": "https://symfony.com",
3485             "keywords": [
3486                 "compatibility",
3487                 "mbstring",
3488                 "polyfill",
3489                 "portable",
3490                 "shim"
3491             ],
3492             "time": "2018-08-06T14:22:27+00:00"
3493         },
3494         {
3495             "name": "symfony/process",
3496             "version": "v3.4.15",
3497             "source": {
3498                 "type": "git",
3499                 "url": "https://github.com/symfony/process.git",
3500                 "reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7"
3501             },
3502             "dist": {
3503                 "type": "zip",
3504                 "url": "https://api.github.com/repos/symfony/process/zipball/4d6b125d5293cbceedc2aa10f2c71617e76262e7",
3505                 "reference": "4d6b125d5293cbceedc2aa10f2c71617e76262e7",
3506                 "shasum": ""
3507             },
3508             "require": {
3509                 "php": "^5.5.9|>=7.0.8"
3510             },
3511             "type": "library",
3512             "extra": {
3513                 "branch-alias": {
3514                     "dev-master": "3.4-dev"
3515                 }
3516             },
3517             "autoload": {
3518                 "psr-4": {
3519                     "Symfony\\Component\\Process\\": ""
3520                 },
3521                 "exclude-from-classmap": [
3522                     "/Tests/"
3523                 ]
3524             },
3525             "notification-url": "https://packagist.org/downloads/",
3526             "license": [
3527                 "MIT"
3528             ],
3529             "authors": [
3530                 {
3531                     "name": "Fabien Potencier",
3532                     "email": "fabien@symfony.com"
3533                 },
3534                 {
3535                     "name": "Symfony Community",
3536                     "homepage": "https://symfony.com/contributors"
3537                 }
3538             ],
3539             "description": "Symfony Process Component",
3540             "homepage": "https://symfony.com",
3541             "time": "2018-08-03T10:42:44+00:00"
3542         },
3543         {
3544             "name": "symfony/stopwatch",
3545             "version": "v3.4.15",
3546             "source": {
3547                 "type": "git",
3548                 "url": "https://github.com/symfony/stopwatch.git",
3549                 "reference": "deda2765e8dab2fc38492e926ea690f2a681f59d"
3550             },
3551             "dist": {
3552                 "type": "zip",
3553                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/deda2765e8dab2fc38492e926ea690f2a681f59d",
3554                 "reference": "deda2765e8dab2fc38492e926ea690f2a681f59d",
3555                 "shasum": ""
3556             },
3557             "require": {
3558                 "php": "^5.5.9|>=7.0.8"
3559             },
3560             "type": "library",
3561             "extra": {
3562                 "branch-alias": {
3563                     "dev-master": "3.4-dev"
3564                 }
3565             },
3566             "autoload": {
3567                 "psr-4": {
3568                     "Symfony\\Component\\Stopwatch\\": ""
3569                 },
3570                 "exclude-from-classmap": [
3571                     "/Tests/"
3572                 ]
3573             },
3574             "notification-url": "https://packagist.org/downloads/",
3575             "license": [
3576                 "MIT"
3577             ],
3578             "authors": [
3579                 {
3580                     "name": "Fabien Potencier",
3581                     "email": "fabien@symfony.com"
3582                 },
3583                 {
3584                     "name": "Symfony Community",
3585                     "homepage": "https://symfony.com/contributors"
3586                 }
3587             ],
3588             "description": "Symfony Stopwatch Component",
3589             "homepage": "https://symfony.com",
3590             "time": "2018-07-26T10:03:52+00:00"
3591         },
3592         {
3593             "name": "symfony/yaml",
3594             "version": "v3.4.15",
3595             "source": {
3596                 "type": "git",
3597                 "url": "https://github.com/symfony/yaml.git",
3598                 "reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8"
3599             },
3600             "dist": {
3601                 "type": "zip",
3602                 "url": "https://api.github.com/repos/symfony/yaml/zipball/c2f4812ead9f847cb69e90917ca7502e6892d6b8",
3603                 "reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8",
3604                 "shasum": ""
3605             },
3606             "require": {
3607                 "php": "^5.5.9|>=7.0.8",
3608                 "symfony/polyfill-ctype": "~1.8"
3609             },
3610             "conflict": {
3611                 "symfony/console": "<3.4"
3612             },
3613             "require-dev": {
3614                 "symfony/console": "~3.4|~4.0"
3615             },
3616             "suggest": {
3617                 "symfony/console": "For validating YAML files using the lint command"
3618             },
3619             "type": "library",
3620             "extra": {
3621                 "branch-alias": {
3622                     "dev-master": "3.4-dev"
3623                 }
3624             },
3625             "autoload": {
3626                 "psr-4": {
3627                     "Symfony\\Component\\Yaml\\": ""
3628                 },
3629                 "exclude-from-classmap": [
3630                     "/Tests/"
3631                 ]
3632             },
3633             "notification-url": "https://packagist.org/downloads/",
3634             "license": [
3635                 "MIT"
3636             ],
3637             "authors": [
3638                 {
3639                     "name": "Fabien Potencier",
3640                     "email": "fabien@symfony.com"
3641                 },
3642                 {
3643                     "name": "Symfony Community",
3644                     "homepage": "https://symfony.com/contributors"
3645                 }
3646             ],
3647             "description": "Symfony Yaml Component",
3648             "homepage": "https://symfony.com",
3649             "time": "2018-08-10T07:34:36+00:00"
3650         },
3651         {
3652             "name": "webmozart/assert",
3653             "version": "1.3.0",
3654             "source": {
3655                 "type": "git",
3656                 "url": "https://github.com/webmozart/assert.git",
3657                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3658             },
3659             "dist": {
3660                 "type": "zip",
3661                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3662                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3663                 "shasum": ""
3664             },
3665             "require": {
3666                 "php": "^5.3.3 || ^7.0"
3667             },
3668             "require-dev": {
3669                 "phpunit/phpunit": "^4.6",
3670                 "sebastian/version": "^1.0.1"
3671             },
3672             "type": "library",
3673             "extra": {
3674                 "branch-alias": {
3675                     "dev-master": "1.3-dev"
3676                 }
3677             },
3678             "autoload": {
3679                 "psr-4": {
3680                     "Webmozart\\Assert\\": "src/"
3681                 }
3682             },
3683             "notification-url": "https://packagist.org/downloads/",
3684             "license": [
3685                 "MIT"
3686             ],
3687             "authors": [
3688                 {
3689                     "name": "Bernhard Schussek",
3690                     "email": "bschussek@gmail.com"
3691                 }
3692             ],
3693             "description": "Assertions to validate method input/output with nice error messages.",
3694             "keywords": [
3695                 "assert",
3696                 "check",
3697                 "validate"
3698             ],
3699             "time": "2018-01-29T19:49:41+00:00"
3700         }
3701     ],
3702     "aliases": [],
3703     "minimum-stability": "stable",
3704     "stability-flags": [],
3705     "prefer-stable": false,
3706     "prefer-lowest": false,
3707     "platform": {
3708         "php": ">=5.5.0"
3709     },
3710     "platform-dev": [],
3711     "platform-overrides": {
3712         "php": "7.0.8"
3713     }
3714 }