3c4496384aabdfe0c67f10d45f56c68e616eadb3
[yaffs-website] / vendor / psy / psysh / vendor-bin / box / 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": "d98ffe050f0ba4e81c2d1a98ca945200",
8     "packages": [
9         {
10             "name": "amphp/amp",
11             "version": "v2.0.7",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/amphp/amp.git",
15                 "reference": "d561cc9736bc18dd94a2fc9cdae98b616bd92c43"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/amphp/amp/zipball/d561cc9736bc18dd94a2fc9cdae98b616bd92c43",
20                 "reference": "d561cc9736bc18dd94a2fc9cdae98b616bd92c43",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=7"
25             },
26             "require-dev": {
27                 "amphp/phpunit-util": "^1",
28                 "friendsofphp/php-cs-fixer": "^2.3",
29                 "phpstan/phpstan": "^0.8.5",
30                 "phpunit/phpunit": "^6.0.9",
31                 "react/promise": "^2"
32             },
33             "type": "library",
34             "extra": {
35                 "branch-alias": {
36                     "dev-master": "2.0.x-dev"
37                 }
38             },
39             "autoload": {
40                 "psr-4": {
41                     "Amp\\": "lib"
42                 },
43                 "files": [
44                     "lib/functions.php",
45                     "lib/Internal/functions.php"
46                 ]
47             },
48             "notification-url": "https://packagist.org/downloads/",
49             "license": [
50                 "MIT"
51             ],
52             "authors": [
53                 {
54                     "name": "Bob Weinand",
55                     "email": "bobwei9@hotmail.com"
56                 },
57                 {
58                     "name": "Niklas Keller",
59                     "email": "me@kelunik.com"
60                 },
61                 {
62                     "name": "Daniel Lowrey",
63                     "email": "rdlowrey@php.net"
64                 },
65                 {
66                     "name": "Aaron Piotrowski",
67                     "email": "aaron@trowski.com"
68                 }
69             ],
70             "description": "A non-blocking concurrency framework for PHP applications.",
71             "homepage": "http://amphp.org/amp",
72             "keywords": [
73                 "async",
74                 "asynchronous",
75                 "awaitable",
76                 "concurrency",
77                 "event",
78                 "event-loop",
79                 "future",
80                 "non-blocking",
81                 "promise"
82             ],
83             "time": "2018-04-30T20:49:57+00:00"
84         },
85         {
86             "name": "amphp/byte-stream",
87             "version": "v1.3.1",
88             "source": {
89                 "type": "git",
90                 "url": "https://github.com/amphp/byte-stream.git",
91                 "reference": "1b75b122e6f069e7d102eef065dc192119d99ca7"
92             },
93             "dist": {
94                 "type": "zip",
95                 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/1b75b122e6f069e7d102eef065dc192119d99ca7",
96                 "reference": "1b75b122e6f069e7d102eef065dc192119d99ca7",
97                 "shasum": ""
98             },
99             "require": {
100                 "amphp/amp": "^2"
101             },
102             "require-dev": {
103                 "amphp/phpunit-util": "^1",
104                 "friendsofphp/php-cs-fixer": "^2.3",
105                 "phpunit/phpunit": "^6"
106             },
107             "type": "library",
108             "autoload": {
109                 "psr-4": {
110                     "Amp\\ByteStream\\": "lib"
111                 },
112                 "files": [
113                     "lib/functions.php"
114                 ]
115             },
116             "notification-url": "https://packagist.org/downloads/",
117             "license": [
118                 "MIT"
119             ],
120             "authors": [
121                 {
122                     "name": "Niklas Keller",
123                     "email": "me@kelunik.com"
124                 },
125                 {
126                     "name": "Aaron Piotrowski",
127                     "email": "aaron@trowski.com"
128                 }
129             ],
130             "description": "A stream abstraction to make working with non-blocking I/O simple.",
131             "homepage": "http://amphp.org/byte-stream",
132             "keywords": [
133                 "amp",
134                 "amphp",
135                 "async",
136                 "io",
137                 "non-blocking",
138                 "stream"
139             ],
140             "time": "2018-04-04T05:33:09+00:00"
141         },
142         {
143             "name": "amphp/parallel",
144             "version": "v0.2.5",
145             "source": {
146                 "type": "git",
147                 "url": "https://github.com/amphp/parallel.git",
148                 "reference": "732694688461936bec02c0ccf020dfee10c4f7ee"
149             },
150             "dist": {
151                 "type": "zip",
152                 "url": "https://api.github.com/repos/amphp/parallel/zipball/732694688461936bec02c0ccf020dfee10c4f7ee",
153                 "reference": "732694688461936bec02c0ccf020dfee10c4f7ee",
154                 "shasum": ""
155             },
156             "require": {
157                 "amphp/amp": "^2",
158                 "amphp/byte-stream": "^1.2",
159                 "amphp/parser": "^1",
160                 "amphp/process": "^0.2 || ^0.3",
161                 "amphp/sync": "^1.0.1"
162             },
163             "require-dev": {
164                 "amphp/phpunit-util": "^1",
165                 "friendsofphp/php-cs-fixer": "^2.3",
166                 "phpunit/phpunit": "^6"
167             },
168             "suggest": {
169                 "ext-pthreads": "Required for thread contexts"
170             },
171             "type": "library",
172             "autoload": {
173                 "psr-4": {
174                     "Amp\\Parallel\\": "lib"
175                 },
176                 "files": [
177                     "lib/Worker/functions.php"
178                 ]
179             },
180             "notification-url": "https://packagist.org/downloads/",
181             "license": [
182                 "MIT"
183             ],
184             "authors": [
185                 {
186                     "name": "Stephen Coakley",
187                     "email": "me@stephencoakley.com"
188                 },
189                 {
190                     "name": "Aaron Piotrowski",
191                     "email": "aaron@trowski.com"
192                 }
193             ],
194             "description": "Parallel processing component for Amp.",
195             "homepage": "https://github.com/amphp/parallel",
196             "keywords": [
197                 "async",
198                 "asynchronous",
199                 "concurrent",
200                 "multi-processing",
201                 "multi-threading"
202             ],
203             "time": "2018-03-21T14:37:51+00:00"
204         },
205         {
206             "name": "amphp/parallel-functions",
207             "version": "v0.1.2",
208             "source": {
209                 "type": "git",
210                 "url": "https://github.com/amphp/parallel-functions.git",
211                 "reference": "999ba8a00adaf4d1fd3a7cb40bf7e565e507ff48"
212             },
213             "dist": {
214                 "type": "zip",
215                 "url": "https://api.github.com/repos/amphp/parallel-functions/zipball/999ba8a00adaf4d1fd3a7cb40bf7e565e507ff48",
216                 "reference": "999ba8a00adaf4d1fd3a7cb40bf7e565e507ff48",
217                 "shasum": ""
218             },
219             "require": {
220                 "amphp/amp": "^2.0.3",
221                 "amphp/parallel": "^0.1.8 || ^0.2",
222                 "opis/closure": "^3.0.7",
223                 "php": ">=7"
224             },
225             "require-dev": {
226                 "amphp/phpunit-util": "^1.0",
227                 "friendsofphp/php-cs-fixer": "^2.9",
228                 "phpunit/phpunit": "^6.5"
229             },
230             "type": "library",
231             "autoload": {
232                 "psr-4": {
233                     "Amp\\ParallelFunctions\\": "src"
234                 },
235                 "files": [
236                     "src/functions.php"
237                 ]
238             },
239             "notification-url": "https://packagist.org/downloads/",
240             "license": [
241                 "MIT"
242             ],
243             "authors": [
244                 {
245                     "name": "Niklas Keller",
246                     "email": "me@kelunik.com"
247                 }
248             ],
249             "description": "Parallel processing made simple.",
250             "time": "2017-12-17T18:33:29+00:00"
251         },
252         {
253             "name": "amphp/parser",
254             "version": "v1.0.0",
255             "source": {
256                 "type": "git",
257                 "url": "https://github.com/amphp/parser.git",
258                 "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1"
259             },
260             "dist": {
261                 "type": "zip",
262                 "url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
263                 "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
264                 "shasum": ""
265             },
266             "require": {
267                 "php": ">=7"
268             },
269             "require-dev": {
270                 "friendsofphp/php-cs-fixer": "^2.3",
271                 "phpunit/phpunit": "^6"
272             },
273             "type": "library",
274             "autoload": {
275                 "psr-4": {
276                     "Amp\\Parser\\": "lib"
277                 }
278             },
279             "notification-url": "https://packagist.org/downloads/",
280             "license": [
281                 "MIT"
282             ],
283             "authors": [
284                 {
285                     "name": "Niklas Keller",
286                     "email": "me@kelunik.com"
287                 },
288                 {
289                     "name": "Aaron Piotrowski",
290                     "email": "aaron@trowski.com"
291                 }
292             ],
293             "description": "A generator parser to make streaming parsers simple.",
294             "homepage": "https://github.com/amphp/parser",
295             "keywords": [
296                 "async",
297                 "non-blocking",
298                 "parser",
299                 "stream"
300             ],
301             "time": "2017-06-06T05:29:10+00:00"
302         },
303         {
304             "name": "amphp/process",
305             "version": "v0.3.3",
306             "source": {
307                 "type": "git",
308                 "url": "https://github.com/amphp/process.git",
309                 "reference": "b795d20a7f6d5a0637128a02be613f520f1705fc"
310             },
311             "dist": {
312                 "type": "zip",
313                 "url": "https://api.github.com/repos/amphp/process/zipball/b795d20a7f6d5a0637128a02be613f520f1705fc",
314                 "reference": "b795d20a7f6d5a0637128a02be613f520f1705fc",
315                 "shasum": ""
316             },
317             "require": {
318                 "amphp/amp": "^2",
319                 "amphp/byte-stream": "^1",
320                 "php": ">=7"
321             },
322             "require-dev": {
323                 "amphp/phpunit-util": "^1",
324                 "friendsofphp/php-cs-fixer": "^2.3",
325                 "phpunit/phpunit": "^6"
326             },
327             "type": "library",
328             "autoload": {
329                 "psr-4": {
330                     "Amp\\Process\\": "lib"
331                 },
332                 "files": [
333                     "lib/constants.php"
334                 ]
335             },
336             "notification-url": "https://packagist.org/downloads/",
337             "license": [
338                 "MIT"
339             ],
340             "authors": [
341                 {
342                     "name": "Bob Weinand",
343                     "email": "bobwei9@hotmail.com"
344                 },
345                 {
346                     "name": "Niklas Keller",
347                     "email": "me@kelunik.com"
348                 },
349                 {
350                     "name": "Aaron Piotrowski",
351                     "email": "aaron@trowski.com"
352                 }
353             ],
354             "description": "Asynchronous process manager.",
355             "homepage": "https://github.com/amphp/process",
356             "time": "2018-04-08T18:55:42+00:00"
357         },
358         {
359             "name": "amphp/sync",
360             "version": "v1.0.1",
361             "source": {
362                 "type": "git",
363                 "url": "https://github.com/amphp/sync.git",
364                 "reference": "a1d8f244eb19e3e2a96abc4686cebc80995bbc90"
365             },
366             "dist": {
367                 "type": "zip",
368                 "url": "https://api.github.com/repos/amphp/sync/zipball/a1d8f244eb19e3e2a96abc4686cebc80995bbc90",
369                 "reference": "a1d8f244eb19e3e2a96abc4686cebc80995bbc90",
370                 "shasum": ""
371             },
372             "require": {
373                 "amphp/amp": "^2"
374             },
375             "require-dev": {
376                 "amphp/phpunit-util": "^1",
377                 "friendsofphp/php-cs-fixer": "^2.3",
378                 "phpunit/phpunit": "^6"
379             },
380             "type": "library",
381             "autoload": {
382                 "psr-4": {
383                     "Amp\\Sync\\": "lib"
384                 },
385                 "files": [
386                     "lib/functions.php"
387                 ]
388             },
389             "notification-url": "https://packagist.org/downloads/",
390             "license": [
391                 "MIT"
392             ],
393             "authors": [
394                 {
395                     "name": "Stephen Coakley",
396                     "email": "me@stephencoakley.com"
397                 },
398                 {
399                     "name": "Aaron Piotrowski",
400                     "email": "aaron@trowski.com"
401                 }
402             ],
403             "description": "Mutex, Semaphore, and other synchronization tools for Amp.",
404             "homepage": "https://github.com/amphp/sync",
405             "keywords": [
406                 "async",
407                 "asynchronous",
408                 "mutex",
409                 "semaphore",
410                 "synchronization"
411             ],
412             "time": "2017-11-29T21:48:53+00:00"
413         },
414         {
415             "name": "beberlei/assert",
416             "version": "v2.9.5",
417             "source": {
418                 "type": "git",
419                 "url": "https://github.com/beberlei/assert.git",
420                 "reference": "c07fe163d6a3b3e4b1275981ec004397954afa89"
421             },
422             "dist": {
423                 "type": "zip",
424                 "url": "https://api.github.com/repos/beberlei/assert/zipball/c07fe163d6a3b3e4b1275981ec004397954afa89",
425                 "reference": "c07fe163d6a3b3e4b1275981ec004397954afa89",
426                 "shasum": ""
427             },
428             "require": {
429                 "ext-mbstring": "*",
430                 "php": ">=5.3"
431             },
432             "require-dev": {
433                 "friendsofphp/php-cs-fixer": "^2.1.1",
434                 "phpunit/phpunit": "^4.8.35|^5.7"
435             },
436             "type": "library",
437             "autoload": {
438                 "psr-4": {
439                     "Assert\\": "lib/Assert"
440                 },
441                 "files": [
442                     "lib/Assert/functions.php"
443                 ]
444             },
445             "notification-url": "https://packagist.org/downloads/",
446             "license": [
447                 "BSD-2-Clause"
448             ],
449             "authors": [
450                 {
451                     "name": "Benjamin Eberlei",
452                     "email": "kontakt@beberlei.de",
453                     "role": "Lead Developer"
454                 },
455                 {
456                     "name": "Richard Quadling",
457                     "email": "rquadling@gmail.com",
458                     "role": "Collaborator"
459                 }
460             ],
461             "description": "Thin assertion library for input validation in business models.",
462             "keywords": [
463                 "assert",
464                 "assertion",
465                 "validation"
466             ],
467             "time": "2018-04-16T11:18:27+00:00"
468         },
469         {
470             "name": "composer/ca-bundle",
471             "version": "1.1.1",
472             "source": {
473                 "type": "git",
474                 "url": "https://github.com/composer/ca-bundle.git",
475                 "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
476             },
477             "dist": {
478                 "type": "zip",
479                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
480                 "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
481                 "shasum": ""
482             },
483             "require": {
484                 "ext-openssl": "*",
485                 "ext-pcre": "*",
486                 "php": "^5.3.2 || ^7.0"
487             },
488             "require-dev": {
489                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
490                 "psr/log": "^1.0",
491                 "symfony/process": "^2.5 || ^3.0 || ^4.0"
492             },
493             "type": "library",
494             "extra": {
495                 "branch-alias": {
496                     "dev-master": "1.x-dev"
497                 }
498             },
499             "autoload": {
500                 "psr-4": {
501                     "Composer\\CaBundle\\": "src"
502                 }
503             },
504             "notification-url": "https://packagist.org/downloads/",
505             "license": [
506                 "MIT"
507             ],
508             "authors": [
509                 {
510                     "name": "Jordi Boggiano",
511                     "email": "j.boggiano@seld.be",
512                     "homepage": "http://seld.be"
513                 }
514             ],
515             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
516             "keywords": [
517                 "cabundle",
518                 "cacert",
519                 "certificate",
520                 "ssl",
521                 "tls"
522             ],
523             "time": "2018-03-29T19:57:20+00:00"
524         },
525         {
526             "name": "composer/composer",
527             "version": "1.6.5",
528             "source": {
529                 "type": "git",
530                 "url": "https://github.com/composer/composer.git",
531                 "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9"
532             },
533             "dist": {
534                 "type": "zip",
535                 "url": "https://api.github.com/repos/composer/composer/zipball/b184a92419cc9a9c4c6a09db555a94d441cb11c9",
536                 "reference": "b184a92419cc9a9c4c6a09db555a94d441cb11c9",
537                 "shasum": ""
538             },
539             "require": {
540                 "composer/ca-bundle": "^1.0",
541                 "composer/semver": "^1.0",
542                 "composer/spdx-licenses": "^1.2",
543                 "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
544                 "php": "^5.3.2 || ^7.0",
545                 "psr/log": "^1.0",
546                 "seld/cli-prompt": "^1.0",
547                 "seld/jsonlint": "^1.4",
548                 "seld/phar-utils": "^1.0",
549                 "symfony/console": "^2.7 || ^3.0 || ^4.0",
550                 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
551                 "symfony/finder": "^2.7 || ^3.0 || ^4.0",
552                 "symfony/process": "^2.7 || ^3.0 || ^4.0"
553             },
554             "conflict": {
555                 "symfony/console": "2.8.38"
556             },
557             "require-dev": {
558                 "phpunit/phpunit": "^4.8.35 || ^5.7",
559                 "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
560             },
561             "suggest": {
562                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
563                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
564                 "ext-zlib": "Allow gzip compression of HTTP requests"
565             },
566             "bin": [
567                 "bin/composer"
568             ],
569             "type": "library",
570             "extra": {
571                 "branch-alias": {
572                     "dev-master": "1.6-dev"
573                 }
574             },
575             "autoload": {
576                 "psr-4": {
577                     "Composer\\": "src/Composer"
578                 }
579             },
580             "notification-url": "https://packagist.org/downloads/",
581             "license": [
582                 "MIT"
583             ],
584             "authors": [
585                 {
586                     "name": "Nils Adermann",
587                     "email": "naderman@naderman.de",
588                     "homepage": "http://www.naderman.de"
589                 },
590                 {
591                     "name": "Jordi Boggiano",
592                     "email": "j.boggiano@seld.be",
593                     "homepage": "http://seld.be"
594                 }
595             ],
596             "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
597             "homepage": "https://getcomposer.org/",
598             "keywords": [
599                 "autoload",
600                 "dependency",
601                 "package"
602             ],
603             "time": "2018-05-04T09:44:59+00:00"
604         },
605         {
606             "name": "composer/semver",
607             "version": "1.4.2",
608             "source": {
609                 "type": "git",
610                 "url": "https://github.com/composer/semver.git",
611                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
612             },
613             "dist": {
614                 "type": "zip",
615                 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
616                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
617                 "shasum": ""
618             },
619             "require": {
620                 "php": "^5.3.2 || ^7.0"
621             },
622             "require-dev": {
623                 "phpunit/phpunit": "^4.5 || ^5.0.5",
624                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
625             },
626             "type": "library",
627             "extra": {
628                 "branch-alias": {
629                     "dev-master": "1.x-dev"
630                 }
631             },
632             "autoload": {
633                 "psr-4": {
634                     "Composer\\Semver\\": "src"
635                 }
636             },
637             "notification-url": "https://packagist.org/downloads/",
638             "license": [
639                 "MIT"
640             ],
641             "authors": [
642                 {
643                     "name": "Nils Adermann",
644                     "email": "naderman@naderman.de",
645                     "homepage": "http://www.naderman.de"
646                 },
647                 {
648                     "name": "Jordi Boggiano",
649                     "email": "j.boggiano@seld.be",
650                     "homepage": "http://seld.be"
651                 },
652                 {
653                     "name": "Rob Bast",
654                     "email": "rob.bast@gmail.com",
655                     "homepage": "http://robbast.nl"
656                 }
657             ],
658             "description": "Semver library that offers utilities, version constraint parsing and validation.",
659             "keywords": [
660                 "semantic",
661                 "semver",
662                 "validation",
663                 "versioning"
664             ],
665             "time": "2016-08-30T16:08:34+00:00"
666         },
667         {
668             "name": "composer/spdx-licenses",
669             "version": "1.4.0",
670             "source": {
671                 "type": "git",
672                 "url": "https://github.com/composer/spdx-licenses.git",
673                 "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
674             },
675             "dist": {
676                 "type": "zip",
677                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
678                 "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
679                 "shasum": ""
680             },
681             "require": {
682                 "php": "^5.3.2 || ^7.0"
683             },
684             "require-dev": {
685                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
686                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
687             },
688             "type": "library",
689             "extra": {
690                 "branch-alias": {
691                     "dev-master": "1.x-dev"
692                 }
693             },
694             "autoload": {
695                 "psr-4": {
696                     "Composer\\Spdx\\": "src"
697                 }
698             },
699             "notification-url": "https://packagist.org/downloads/",
700             "license": [
701                 "MIT"
702             ],
703             "authors": [
704                 {
705                     "name": "Nils Adermann",
706                     "email": "naderman@naderman.de",
707                     "homepage": "http://www.naderman.de"
708                 },
709                 {
710                     "name": "Jordi Boggiano",
711                     "email": "j.boggiano@seld.be",
712                     "homepage": "http://seld.be"
713                 },
714                 {
715                     "name": "Rob Bast",
716                     "email": "rob.bast@gmail.com",
717                     "homepage": "http://robbast.nl"
718                 }
719             ],
720             "description": "SPDX licenses list and validation library.",
721             "keywords": [
722                 "license",
723                 "spdx",
724                 "validator"
725             ],
726             "time": "2018-04-30T10:33:04+00:00"
727         },
728         {
729             "name": "composer/xdebug-handler",
730             "version": "1.1.0",
731             "source": {
732                 "type": "git",
733                 "url": "https://github.com/composer/xdebug-handler.git",
734                 "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08"
735             },
736             "dist": {
737                 "type": "zip",
738                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08",
739                 "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08",
740                 "shasum": ""
741             },
742             "require": {
743                 "php": "^5.3.2 || ^7.0",
744                 "psr/log": "^1.0"
745             },
746             "require-dev": {
747                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
748             },
749             "type": "library",
750             "autoload": {
751                 "psr-4": {
752                     "Composer\\XdebugHandler\\": "src"
753                 }
754             },
755             "notification-url": "https://packagist.org/downloads/",
756             "license": [
757                 "MIT"
758             ],
759             "authors": [
760                 {
761                     "name": "John Stevenson",
762                     "email": "john-stevenson@blueyonder.co.uk"
763                 }
764             ],
765             "description": "Restarts a process without xdebug.",
766             "keywords": [
767                 "Xdebug",
768                 "performance"
769             ],
770             "time": "2018-04-11T15:42:36+00:00"
771         },
772         {
773             "name": "doctrine/annotations",
774             "version": "v1.6.0",
775             "source": {
776                 "type": "git",
777                 "url": "https://github.com/doctrine/annotations.git",
778                 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
779             },
780             "dist": {
781                 "type": "zip",
782                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
783                 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
784                 "shasum": ""
785             },
786             "require": {
787                 "doctrine/lexer": "1.*",
788                 "php": "^7.1"
789             },
790             "require-dev": {
791                 "doctrine/cache": "1.*",
792                 "phpunit/phpunit": "^6.4"
793             },
794             "type": "library",
795             "extra": {
796                 "branch-alias": {
797                     "dev-master": "1.6.x-dev"
798                 }
799             },
800             "autoload": {
801                 "psr-4": {
802                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
803                 }
804             },
805             "notification-url": "https://packagist.org/downloads/",
806             "license": [
807                 "MIT"
808             ],
809             "authors": [
810                 {
811                     "name": "Roman Borschel",
812                     "email": "roman@code-factory.org"
813                 },
814                 {
815                     "name": "Benjamin Eberlei",
816                     "email": "kontakt@beberlei.de"
817                 },
818                 {
819                     "name": "Guilherme Blanco",
820                     "email": "guilhermeblanco@gmail.com"
821                 },
822                 {
823                     "name": "Jonathan Wage",
824                     "email": "jonwage@gmail.com"
825                 },
826                 {
827                     "name": "Johannes Schmitt",
828                     "email": "schmittjoh@gmail.com"
829                 }
830             ],
831             "description": "Docblock Annotations Parser",
832             "homepage": "http://www.doctrine-project.org",
833             "keywords": [
834                 "annotations",
835                 "docblock",
836                 "parser"
837             ],
838             "time": "2017-12-06T07:11:42+00:00"
839         },
840         {
841             "name": "doctrine/lexer",
842             "version": "v1.0.1",
843             "source": {
844                 "type": "git",
845                 "url": "https://github.com/doctrine/lexer.git",
846                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
847             },
848             "dist": {
849                 "type": "zip",
850                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
851                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
852                 "shasum": ""
853             },
854             "require": {
855                 "php": ">=5.3.2"
856             },
857             "type": "library",
858             "extra": {
859                 "branch-alias": {
860                     "dev-master": "1.0.x-dev"
861                 }
862             },
863             "autoload": {
864                 "psr-0": {
865                     "Doctrine\\Common\\Lexer\\": "lib/"
866                 }
867             },
868             "notification-url": "https://packagist.org/downloads/",
869             "license": [
870                 "MIT"
871             ],
872             "authors": [
873                 {
874                     "name": "Roman Borschel",
875                     "email": "roman@code-factory.org"
876                 },
877                 {
878                     "name": "Guilherme Blanco",
879                     "email": "guilhermeblanco@gmail.com"
880                 },
881                 {
882                     "name": "Johannes Schmitt",
883                     "email": "schmittjoh@gmail.com"
884                 }
885             ],
886             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
887             "homepage": "http://www.doctrine-project.org",
888             "keywords": [
889                 "lexer",
890                 "parser"
891             ],
892             "time": "2014-09-09T13:34:57+00:00"
893         },
894         {
895             "name": "herrera-io/annotations",
896             "version": "1.0.1",
897             "source": {
898                 "type": "git",
899                 "url": "https://github.com/kherge-abandoned/php-annotations.git",
900                 "reference": "7d8b9a536da7f12aad8de7f28b2cb5266bde8da1"
901             },
902             "dist": {
903                 "type": "zip",
904                 "url": "https://api.github.com/repos/kherge-abandoned/php-annotations/zipball/7d8b9a536da7f12aad8de7f28b2cb5266bde8da1",
905                 "reference": "7d8b9a536da7f12aad8de7f28b2cb5266bde8da1",
906                 "shasum": ""
907             },
908             "require": {
909                 "doctrine/annotations": "~1.0",
910                 "php": ">=5.3.3"
911             },
912             "require-dev": {
913                 "herrera-io/phpunit-test-case": "1.*",
914                 "phpunit/phpunit": "3.7.*"
915             },
916             "type": "library",
917             "extra": {
918                 "branch-alias": {
919                     "dev-master": "1.0-dev"
920                 }
921             },
922             "autoload": {
923                 "psr-0": {
924                     "Herrera\\Annotations": "src/lib"
925                 }
926             },
927             "notification-url": "https://packagist.org/downloads/",
928             "license": [
929                 "MIT"
930             ],
931             "authors": [
932                 {
933                     "name": "Kevin Herrera",
934                     "email": "kevin@herrera.io",
935                     "homepage": "http://kevin.herrera.io"
936                 }
937             ],
938             "description": "A tokenizer for Doctrine annotations.",
939             "homepage": "https://github.com/herrera-io/php-annotations",
940             "keywords": [
941                 "annotations",
942                 "doctrine",
943                 "tokenizer"
944             ],
945             "abandoned": true,
946             "time": "2014-02-03T17:34:08+00:00"
947         },
948         {
949             "name": "humbug/box",
950             "version": "3.0.0-alpha.5",
951             "source": {
952                 "type": "git",
953                 "url": "https://github.com/humbug/box.git",
954                 "reference": "26b3f481e3b375f55c0644f501b831f7c05d8058"
955             },
956             "dist": {
957                 "type": "zip",
958                 "url": "https://api.github.com/repos/humbug/box/zipball/26b3f481e3b375f55c0644f501b831f7c05d8058",
959                 "reference": "26b3f481e3b375f55c0644f501b831f7c05d8058",
960                 "shasum": ""
961             },
962             "require": {
963                 "amphp/parallel-functions": "^0.1.2",
964                 "beberlei/assert": "^2.8",
965                 "composer/composer": "^1.6",
966                 "composer/xdebug-handler": "^1.1.0",
967                 "ext-phar": "*",
968                 "herrera-io/annotations": "~1.0",
969                 "humbug/php-scoper": "^1.0@dev",
970                 "justinrainbow/json-schema": "^5.2",
971                 "nikic/iter": "^1.6",
972                 "php": "^7.1",
973                 "phpseclib/phpseclib": "~2.0",
974                 "seld/jsonlint": "^1.6",
975                 "symfony/console": "^3.4 || ^4.0",
976                 "symfony/filesystem": "^3.4 || ^4.0",
977                 "symfony/finder": "^3.4 || ^4.0",
978                 "symfony/var-dumper": "^3.4 || ^4.0",
979                 "webmozart/path-util": "^2.3"
980             },
981             "require-dev": {
982                 "bamarni/composer-bin-plugin": "^1.2",
983                 "infection/infection": "^0.8",
984                 "mikey179/vfsstream": "^1.1",
985                 "phpunit/phpunit": "^7.0"
986             },
987             "suggest": {
988                 "ext-openssl": "To accelerate private key generation."
989             },
990             "bin": [
991                 "bin/box"
992             ],
993             "type": "library",
994             "extra": {
995                 "branch-alias": {
996                     "dev-master": "3.x-dev"
997                 },
998                 "bamarni-bin": {
999                     "bin-links": false
1000                 }
1001             },
1002             "autoload": {
1003                 "psr-4": {
1004                     "KevinGH\\Box\\": "src"
1005                 },
1006                 "files": [
1007                     "src/FileSystem/file_system.php",
1008                     "src/functions.php"
1009                 ],
1010                 "exclude-from-classmap": [
1011                     "/Test/"
1012                 ]
1013             },
1014             "notification-url": "https://packagist.org/downloads/",
1015             "license": [
1016                 "MIT"
1017             ],
1018             "authors": [
1019                 {
1020                     "name": "Kevin Herrera",
1021                     "email": "kevin@herrera.io",
1022                     "homepage": "http://kevin.herrera.io"
1023                 },
1024                 {
1025                     "name": "Théo Fidry",
1026                     "email": "theo.fidry@gmail.com"
1027                 }
1028             ],
1029             "description": "Fast, zero config application bundler with PHARs.",
1030             "keywords": [
1031                 "phar"
1032             ],
1033             "time": "2018-05-04T22:04:10+00:00"
1034         },
1035         {
1036             "name": "humbug/php-scoper",
1037             "version": "dev-master",
1038             "source": {
1039                 "type": "git",
1040                 "url": "https://github.com/humbug/php-scoper.git",
1041                 "reference": "450fe36a7457847d0cb431e7379b5df9d05992a4"
1042             },
1043             "dist": {
1044                 "type": "zip",
1045                 "url": "https://api.github.com/repos/humbug/php-scoper/zipball/450fe36a7457847d0cb431e7379b5df9d05992a4",
1046                 "reference": "450fe36a7457847d0cb431e7379b5df9d05992a4",
1047                 "shasum": ""
1048             },
1049             "require": {
1050                 "nikic/php-parser": "^3.0",
1051                 "ocramius/package-versions": "^1.1",
1052                 "padraic/phar-updater": "^1.0",
1053                 "php": "^7.1",
1054                 "roave/better-reflection": "^2.0",
1055                 "symfony/console": "^3.2 || ^4.0",
1056                 "symfony/filesystem": "^3.2 || ^4.0",
1057                 "symfony/finder": "^3.2 || ^4.0"
1058             },
1059             "require-dev": {
1060                 "bamarni/composer-bin-plugin": "^1.1",
1061                 "phpunit/phpunit": "^6.1"
1062             },
1063             "bin": [
1064                 "bin/php-scoper"
1065             ],
1066             "type": "library",
1067             "extra": {
1068                 "bamarni-bin": {
1069                     "bin-links": false
1070                 },
1071                 "branch-alias": {
1072                     "dev-master": "1.0-dev"
1073                 }
1074             },
1075             "autoload": {
1076                 "files": [
1077                     "src/functions.php"
1078                 ],
1079                 "psr-4": {
1080                     "Humbug\\PhpScoper\\": "src/"
1081                 }
1082             },
1083             "notification-url": "https://packagist.org/downloads/",
1084             "license": [
1085                 "MIT"
1086             ],
1087             "authors": [
1088                 {
1089                     "name": "Bernhard Schussek",
1090                     "email": "bschussek@gmail.com"
1091                 },
1092                 {
1093                     "name": "Théo Fidry",
1094                     "email": "theo.fidry@gmail.com"
1095                 },
1096                 {
1097                     "name": "Pádraic Brady",
1098                     "email": "padraic.brady@gmail.com"
1099                 }
1100             ],
1101             "description": "Prefixes all PHP namespaces in a file or directory.",
1102             "time": "2018-04-25T21:59:07+00:00"
1103         },
1104         {
1105             "name": "justinrainbow/json-schema",
1106             "version": "5.2.7",
1107             "source": {
1108                 "type": "git",
1109                 "url": "https://github.com/justinrainbow/json-schema.git",
1110                 "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
1111             },
1112             "dist": {
1113                 "type": "zip",
1114                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
1115                 "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
1116                 "shasum": ""
1117             },
1118             "require": {
1119                 "php": ">=5.3.3"
1120             },
1121             "require-dev": {
1122                 "friendsofphp/php-cs-fixer": "^2.1",
1123                 "json-schema/json-schema-test-suite": "1.2.0",
1124                 "phpunit/phpunit": "^4.8.35"
1125             },
1126             "bin": [
1127                 "bin/validate-json"
1128             ],
1129             "type": "library",
1130             "extra": {
1131                 "branch-alias": {
1132                     "dev-master": "5.0.x-dev"
1133                 }
1134             },
1135             "autoload": {
1136                 "psr-4": {
1137                     "JsonSchema\\": "src/JsonSchema/"
1138                 }
1139             },
1140             "notification-url": "https://packagist.org/downloads/",
1141             "license": [
1142                 "MIT"
1143             ],
1144             "authors": [
1145                 {
1146                     "name": "Bruno Prieto Reis",
1147                     "email": "bruno.p.reis@gmail.com"
1148                 },
1149                 {
1150                     "name": "Justin Rainbow",
1151                     "email": "justin.rainbow@gmail.com"
1152                 },
1153                 {
1154                     "name": "Igor Wiedler",
1155                     "email": "igor@wiedler.ch"
1156                 },
1157                 {
1158                     "name": "Robert Schönthal",
1159                     "email": "seroscho@googlemail.com"
1160                 }
1161             ],
1162             "description": "A library to validate a json schema.",
1163             "homepage": "https://github.com/justinrainbow/json-schema",
1164             "keywords": [
1165                 "json",
1166                 "schema"
1167             ],
1168             "time": "2018-02-14T22:26:30+00:00"
1169         },
1170         {
1171             "name": "nikic/iter",
1172             "version": "v1.6.0",
1173             "source": {
1174                 "type": "git",
1175                 "url": "https://github.com/nikic/iter.git",
1176                 "reference": "fed36b417ea93fe9b4b7cb2e2abf98d91092564c"
1177             },
1178             "dist": {
1179                 "type": "zip",
1180                 "url": "https://api.github.com/repos/nikic/iter/zipball/fed36b417ea93fe9b4b7cb2e2abf98d91092564c",
1181                 "reference": "fed36b417ea93fe9b4b7cb2e2abf98d91092564c",
1182                 "shasum": ""
1183             },
1184             "require": {
1185                 "php": ">=5.5.0"
1186             },
1187             "require-dev": {
1188                 "phpunit/phpunit": "~4.0|~5.0"
1189             },
1190             "type": "library",
1191             "autoload": {
1192                 "files": [
1193                     "src/bootstrap.php"
1194                 ]
1195             },
1196             "notification-url": "https://packagist.org/downloads/",
1197             "license": [
1198                 "BSD-3-Clause"
1199             ],
1200             "authors": [
1201                 {
1202                     "name": "Nikita Popov",
1203                     "email": "nikic@php.net"
1204                 }
1205             ],
1206             "description": "Iteration primitives using generators",
1207             "keywords": [
1208                 "functional",
1209                 "generator",
1210                 "iterator"
1211             ],
1212             "time": "2017-11-10T22:56:03+00:00"
1213         },
1214         {
1215             "name": "nikic/php-parser",
1216             "version": "v3.1.5",
1217             "source": {
1218                 "type": "git",
1219                 "url": "https://github.com/nikic/PHP-Parser.git",
1220                 "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1221             },
1222             "dist": {
1223                 "type": "zip",
1224                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1225                 "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1226                 "shasum": ""
1227             },
1228             "require": {
1229                 "ext-tokenizer": "*",
1230                 "php": ">=5.5"
1231             },
1232             "require-dev": {
1233                 "phpunit/phpunit": "~4.0|~5.0"
1234             },
1235             "bin": [
1236                 "bin/php-parse"
1237             ],
1238             "type": "library",
1239             "extra": {
1240                 "branch-alias": {
1241                     "dev-master": "3.0-dev"
1242                 }
1243             },
1244             "autoload": {
1245                 "psr-4": {
1246                     "PhpParser\\": "lib/PhpParser"
1247                 }
1248             },
1249             "notification-url": "https://packagist.org/downloads/",
1250             "license": [
1251                 "BSD-3-Clause"
1252             ],
1253             "authors": [
1254                 {
1255                     "name": "Nikita Popov"
1256                 }
1257             ],
1258             "description": "A PHP parser written in PHP",
1259             "keywords": [
1260                 "parser",
1261                 "php"
1262             ],
1263             "time": "2018-02-28T20:30:58+00:00"
1264         },
1265         {
1266             "name": "ocramius/package-versions",
1267             "version": "1.3.0",
1268             "source": {
1269                 "type": "git",
1270                 "url": "https://github.com/Ocramius/PackageVersions.git",
1271                 "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
1272             },
1273             "dist": {
1274                 "type": "zip",
1275                 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
1276                 "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
1277                 "shasum": ""
1278             },
1279             "require": {
1280                 "composer-plugin-api": "^1.0.0",
1281                 "php": "^7.1.0"
1282             },
1283             "require-dev": {
1284                 "composer/composer": "^1.6.3",
1285                 "ext-zip": "*",
1286                 "infection/infection": "^0.7.1",
1287                 "phpunit/phpunit": "^7.0.0"
1288             },
1289             "type": "composer-plugin",
1290             "extra": {
1291                 "class": "PackageVersions\\Installer",
1292                 "branch-alias": {
1293                     "dev-master": "2.0.x-dev"
1294                 }
1295             },
1296             "autoload": {
1297                 "psr-4": {
1298                     "PackageVersions\\": "src/PackageVersions"
1299                 }
1300             },
1301             "notification-url": "https://packagist.org/downloads/",
1302             "license": [
1303                 "MIT"
1304             ],
1305             "authors": [
1306                 {
1307                     "name": "Marco Pivetta",
1308                     "email": "ocramius@gmail.com"
1309                 }
1310             ],
1311             "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1312             "time": "2018-02-05T13:05:30+00:00"
1313         },
1314         {
1315             "name": "opis/closure",
1316             "version": "3.0.12",
1317             "source": {
1318                 "type": "git",
1319                 "url": "https://github.com/opis/closure.git",
1320                 "reference": "507a28d15e79258d404ba76e73976ba895d0eb11"
1321             },
1322             "dist": {
1323                 "type": "zip",
1324                 "url": "https://api.github.com/repos/opis/closure/zipball/507a28d15e79258d404ba76e73976ba895d0eb11",
1325                 "reference": "507a28d15e79258d404ba76e73976ba895d0eb11",
1326                 "shasum": ""
1327             },
1328             "require": {
1329                 "php": ">=5.4.0"
1330             },
1331             "require-dev": {
1332                 "jeremeamia/superclosure": "^2.0",
1333                 "phpunit/phpunit": "^4.0"
1334             },
1335             "type": "library",
1336             "extra": {
1337                 "branch-alias": {
1338                     "dev-master": "3.0.x-dev"
1339                 }
1340             },
1341             "autoload": {
1342                 "psr-4": {
1343                     "Opis\\Closure\\": "src/"
1344                 },
1345                 "files": [
1346                     "functions.php"
1347                 ]
1348             },
1349             "notification-url": "https://packagist.org/downloads/",
1350             "license": [
1351                 "MIT"
1352             ],
1353             "authors": [
1354                 {
1355                     "name": "Marius Sarca",
1356                     "email": "marius.sarca@gmail.com"
1357                 }
1358             ],
1359             "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
1360             "homepage": "http://www.opis.io/closure",
1361             "keywords": [
1362                 "anonymous functions",
1363                 "closure",
1364                 "function",
1365                 "serializable",
1366                 "serialization",
1367                 "serialize"
1368             ],
1369             "time": "2018-02-23T08:08:14+00:00"
1370         },
1371         {
1372             "name": "padraic/humbug_get_contents",
1373             "version": "1.1.2",
1374             "source": {
1375                 "type": "git",
1376                 "url": "https://github.com/humbug/file_get_contents.git",
1377                 "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7"
1378             },
1379             "dist": {
1380                 "type": "zip",
1381                 "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7",
1382                 "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7",
1383                 "shasum": ""
1384             },
1385             "require": {
1386                 "composer/ca-bundle": "^1.0",
1387                 "ext-openssl": "*",
1388                 "php": "^5.3 || ^7.0 || ^7.1 || ^7.2"
1389             },
1390             "require-dev": {
1391                 "bamarni/composer-bin-plugin": "^1.1",
1392                 "mikey179/vfsstream": "^1.6",
1393                 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
1394             },
1395             "type": "library",
1396             "extra": {
1397                 "bamarni-bin": {
1398                     "bin-links": false
1399                 },
1400                 "branch-alias": {
1401                     "dev-master": "2.0-dev"
1402                 }
1403             },
1404             "autoload": {
1405                 "psr-4": {
1406                     "Humbug\\": "src/"
1407                 },
1408                 "files": [
1409                     "src/function.php",
1410                     "src/functions.php"
1411                 ]
1412             },
1413             "notification-url": "https://packagist.org/downloads/",
1414             "license": [
1415                 "BSD-3-Clause"
1416             ],
1417             "authors": [
1418                 {
1419                     "name": "Padraic Brady",
1420                     "email": "padraic.brady@gmail.com",
1421                     "homepage": "http://blog.astrumfutura.com"
1422                 },
1423                 {
1424                     "name": "Théo Fidry",
1425                     "email": "theo.fidry@gmail.com"
1426                 }
1427             ],
1428             "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
1429             "homepage": "https://github.com/padraic/file_get_contents",
1430             "keywords": [
1431                 "download",
1432                 "file_get_contents",
1433                 "http",
1434                 "https",
1435                 "ssl",
1436                 "tls"
1437             ],
1438             "time": "2018-02-12T18:47:17+00:00"
1439         },
1440         {
1441             "name": "padraic/phar-updater",
1442             "version": "v1.0.6",
1443             "source": {
1444                 "type": "git",
1445                 "url": "https://github.com/humbug/phar-updater.git",
1446                 "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1"
1447             },
1448             "dist": {
1449                 "type": "zip",
1450                 "url": "https://api.github.com/repos/humbug/phar-updater/zipball/d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
1451                 "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
1452                 "shasum": ""
1453             },
1454             "require": {
1455                 "padraic/humbug_get_contents": "^1.0",
1456                 "php": ">=5.3.3"
1457             },
1458             "require-dev": {
1459                 "phpunit/phpunit": "~4.0"
1460             },
1461             "type": "library",
1462             "extra": {
1463                 "branch-alias": {
1464                     "dev-master": "1.0-dev"
1465                 }
1466             },
1467             "autoload": {
1468                 "psr-4": {
1469                     "Humbug\\SelfUpdate\\": "src/"
1470                 }
1471             },
1472             "notification-url": "https://packagist.org/downloads/",
1473             "license": [
1474                 "BSD-3-Clause"
1475             ],
1476             "authors": [
1477                 {
1478                     "name": "Pádraic Brady",
1479                     "email": "padraic.brady@gmail.com",
1480                     "homepage": "http://blog.astrumfutura.com"
1481                 }
1482             ],
1483             "description": "A thing to make PHAR self-updating easy and secure.",
1484             "keywords": [
1485                 "humbug",
1486                 "phar",
1487                 "self-update",
1488                 "update"
1489             ],
1490             "time": "2018-03-30T12:52:15+00:00"
1491         },
1492         {
1493             "name": "phpdocumentor/reflection-common",
1494             "version": "1.0.1",
1495             "source": {
1496                 "type": "git",
1497                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1498                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1499             },
1500             "dist": {
1501                 "type": "zip",
1502                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1503                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1504                 "shasum": ""
1505             },
1506             "require": {
1507                 "php": ">=5.5"
1508             },
1509             "require-dev": {
1510                 "phpunit/phpunit": "^4.6"
1511             },
1512             "type": "library",
1513             "extra": {
1514                 "branch-alias": {
1515                     "dev-master": "1.0.x-dev"
1516                 }
1517             },
1518             "autoload": {
1519                 "psr-4": {
1520                     "phpDocumentor\\Reflection\\": [
1521                         "src"
1522                     ]
1523                 }
1524             },
1525             "notification-url": "https://packagist.org/downloads/",
1526             "license": [
1527                 "MIT"
1528             ],
1529             "authors": [
1530                 {
1531                     "name": "Jaap van Otterdijk",
1532                     "email": "opensource@ijaap.nl"
1533                 }
1534             ],
1535             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1536             "homepage": "http://www.phpdoc.org",
1537             "keywords": [
1538                 "FQSEN",
1539                 "phpDocumentor",
1540                 "phpdoc",
1541                 "reflection",
1542                 "static analysis"
1543             ],
1544             "time": "2017-09-11T18:02:19+00:00"
1545         },
1546         {
1547             "name": "phpdocumentor/reflection-docblock",
1548             "version": "4.3.0",
1549             "source": {
1550                 "type": "git",
1551                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1552                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1553             },
1554             "dist": {
1555                 "type": "zip",
1556                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1557                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1558                 "shasum": ""
1559             },
1560             "require": {
1561                 "php": "^7.0",
1562                 "phpdocumentor/reflection-common": "^1.0.0",
1563                 "phpdocumentor/type-resolver": "^0.4.0",
1564                 "webmozart/assert": "^1.0"
1565             },
1566             "require-dev": {
1567                 "doctrine/instantiator": "~1.0.5",
1568                 "mockery/mockery": "^1.0",
1569                 "phpunit/phpunit": "^6.4"
1570             },
1571             "type": "library",
1572             "extra": {
1573                 "branch-alias": {
1574                     "dev-master": "4.x-dev"
1575                 }
1576             },
1577             "autoload": {
1578                 "psr-4": {
1579                     "phpDocumentor\\Reflection\\": [
1580                         "src/"
1581                     ]
1582                 }
1583             },
1584             "notification-url": "https://packagist.org/downloads/",
1585             "license": [
1586                 "MIT"
1587             ],
1588             "authors": [
1589                 {
1590                     "name": "Mike van Riel",
1591                     "email": "me@mikevanriel.com"
1592                 }
1593             ],
1594             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1595             "time": "2017-11-30T07:14:17+00:00"
1596         },
1597         {
1598             "name": "phpdocumentor/type-resolver",
1599             "version": "0.4.0",
1600             "source": {
1601                 "type": "git",
1602                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1603                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1604             },
1605             "dist": {
1606                 "type": "zip",
1607                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1608                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1609                 "shasum": ""
1610             },
1611             "require": {
1612                 "php": "^5.5 || ^7.0",
1613                 "phpdocumentor/reflection-common": "^1.0"
1614             },
1615             "require-dev": {
1616                 "mockery/mockery": "^0.9.4",
1617                 "phpunit/phpunit": "^5.2||^4.8.24"
1618             },
1619             "type": "library",
1620             "extra": {
1621                 "branch-alias": {
1622                     "dev-master": "1.0.x-dev"
1623                 }
1624             },
1625             "autoload": {
1626                 "psr-4": {
1627                     "phpDocumentor\\Reflection\\": [
1628                         "src/"
1629                     ]
1630                 }
1631             },
1632             "notification-url": "https://packagist.org/downloads/",
1633             "license": [
1634                 "MIT"
1635             ],
1636             "authors": [
1637                 {
1638                     "name": "Mike van Riel",
1639                     "email": "me@mikevanriel.com"
1640                 }
1641             ],
1642             "time": "2017-07-14T14:27:02+00:00"
1643         },
1644         {
1645             "name": "phpseclib/phpseclib",
1646             "version": "2.0.11",
1647             "source": {
1648                 "type": "git",
1649                 "url": "https://github.com/phpseclib/phpseclib.git",
1650                 "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
1651             },
1652             "dist": {
1653                 "type": "zip",
1654                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
1655                 "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
1656                 "shasum": ""
1657             },
1658             "require": {
1659                 "php": ">=5.3.3"
1660             },
1661             "require-dev": {
1662                 "phing/phing": "~2.7",
1663                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
1664                 "sami/sami": "~2.0",
1665                 "squizlabs/php_codesniffer": "~2.0"
1666             },
1667             "suggest": {
1668                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1669                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1670                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1671                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1672             },
1673             "type": "library",
1674             "autoload": {
1675                 "files": [
1676                     "phpseclib/bootstrap.php"
1677                 ],
1678                 "psr-4": {
1679                     "phpseclib\\": "phpseclib/"
1680                 }
1681             },
1682             "notification-url": "https://packagist.org/downloads/",
1683             "license": [
1684                 "MIT"
1685             ],
1686             "authors": [
1687                 {
1688                     "name": "Jim Wigginton",
1689                     "email": "terrafrost@php.net",
1690                     "role": "Lead Developer"
1691                 },
1692                 {
1693                     "name": "Patrick Monnerat",
1694                     "email": "pm@datasphere.ch",
1695                     "role": "Developer"
1696                 },
1697                 {
1698                     "name": "Andreas Fischer",
1699                     "email": "bantu@phpbb.com",
1700                     "role": "Developer"
1701                 },
1702                 {
1703                     "name": "Hans-Jürgen Petrich",
1704                     "email": "petrich@tronic-media.com",
1705                     "role": "Developer"
1706                 },
1707                 {
1708                     "name": "Graham Campbell",
1709                     "email": "graham@alt-three.com",
1710                     "role": "Developer"
1711                 }
1712             ],
1713             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1714             "homepage": "http://phpseclib.sourceforge.net",
1715             "keywords": [
1716                 "BigInteger",
1717                 "aes",
1718                 "asn.1",
1719                 "asn1",
1720                 "blowfish",
1721                 "crypto",
1722                 "cryptography",
1723                 "encryption",
1724                 "rsa",
1725                 "security",
1726                 "sftp",
1727                 "signature",
1728                 "signing",
1729                 "ssh",
1730                 "twofish",
1731                 "x.509",
1732                 "x509"
1733             ],
1734             "time": "2018-04-15T16:55:05+00:00"
1735         },
1736         {
1737             "name": "psr/log",
1738             "version": "1.0.2",
1739             "source": {
1740                 "type": "git",
1741                 "url": "https://github.com/php-fig/log.git",
1742                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1743             },
1744             "dist": {
1745                 "type": "zip",
1746                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1747                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1748                 "shasum": ""
1749             },
1750             "require": {
1751                 "php": ">=5.3.0"
1752             },
1753             "type": "library",
1754             "extra": {
1755                 "branch-alias": {
1756                     "dev-master": "1.0.x-dev"
1757                 }
1758             },
1759             "autoload": {
1760                 "psr-4": {
1761                     "Psr\\Log\\": "Psr/Log/"
1762                 }
1763             },
1764             "notification-url": "https://packagist.org/downloads/",
1765             "license": [
1766                 "MIT"
1767             ],
1768             "authors": [
1769                 {
1770                     "name": "PHP-FIG",
1771                     "homepage": "http://www.php-fig.org/"
1772                 }
1773             ],
1774             "description": "Common interface for logging libraries",
1775             "homepage": "https://github.com/php-fig/log",
1776             "keywords": [
1777                 "log",
1778                 "psr",
1779                 "psr-3"
1780             ],
1781             "time": "2016-10-10T12:19:37+00:00"
1782         },
1783         {
1784             "name": "roave/better-reflection",
1785             "version": "2.0.2",
1786             "source": {
1787                 "type": "git",
1788                 "url": "https://github.com/Roave/BetterReflection.git",
1789                 "reference": "efc45b50cb52d5eeaacab15741376e981e28738b"
1790             },
1791             "dist": {
1792                 "type": "zip",
1793                 "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/efc45b50cb52d5eeaacab15741376e981e28738b",
1794                 "reference": "efc45b50cb52d5eeaacab15741376e981e28738b",
1795                 "shasum": ""
1796             },
1797             "require": {
1798                 "nikic/php-parser": "^3.1.1",
1799                 "php": ">=7.1.0,<7.3.0",
1800                 "phpdocumentor/reflection-docblock": "^4.1.1",
1801                 "phpdocumentor/type-resolver": "^0.4.0",
1802                 "roave/signature": "^1.0"
1803             },
1804             "require-dev": {
1805                 "phpunit/phpunit": "^6.3.0"
1806             },
1807             "suggest": {
1808                 "composer/composer": "Required to use the ComposerSourceLocator"
1809             },
1810             "type": "library",
1811             "autoload": {
1812                 "psr-4": {
1813                     "Roave\\BetterReflection\\": "src"
1814                 }
1815             },
1816             "notification-url": "https://packagist.org/downloads/",
1817             "license": [
1818                 "MIT"
1819             ],
1820             "authors": [
1821                 {
1822                     "name": "Marco Pivetta",
1823                     "email": "ocramius@gmail.com",
1824                     "homepage": "http://ocramius.github.io/"
1825                 },
1826                 {
1827                     "name": "James Titcumb",
1828                     "email": "james@asgrim.com",
1829                     "homepage": "https://github.com/asgrim"
1830                 },
1831                 {
1832                     "name": "Gary Hockin",
1833                     "email": "gary@roave.com",
1834                     "homepage": "https://github.com/geeh"
1835                 },
1836                 {
1837                     "name": "Jaroslav Hanslík",
1838                     "email": "kukulich@kukulich.cz",
1839                     "homepage": "https://github.com/kukulich"
1840                 }
1841             ],
1842             "description": "Better Reflection - an improved code reflection API",
1843             "time": "2018-02-05T08:08:57+00:00"
1844         },
1845         {
1846             "name": "roave/signature",
1847             "version": "1.0.0",
1848             "source": {
1849                 "type": "git",
1850                 "url": "https://github.com/Roave/Signature.git",
1851                 "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386"
1852             },
1853             "dist": {
1854                 "type": "zip",
1855                 "url": "https://api.github.com/repos/Roave/Signature/zipball/bed4ecbdd7f312ab6bb39561ac191f520bcee386",
1856                 "reference": "bed4ecbdd7f312ab6bb39561ac191f520bcee386",
1857                 "shasum": ""
1858             },
1859             "require": {
1860                 "php": "^7.0|^7.1"
1861             },
1862             "require-dev": {
1863                 "phpunit/phpunit": "^5.6"
1864             },
1865             "type": "library",
1866             "autoload": {
1867                 "psr-4": {
1868                     "Roave\\Signature\\": "src"
1869                 }
1870             },
1871             "notification-url": "https://packagist.org/downloads/",
1872             "license": [
1873                 "MIT"
1874             ],
1875             "description": "Sign and verify stuff",
1876             "time": "2017-02-17T13:53:21+00:00"
1877         },
1878         {
1879             "name": "seld/cli-prompt",
1880             "version": "1.0.3",
1881             "source": {
1882                 "type": "git",
1883                 "url": "https://github.com/Seldaek/cli-prompt.git",
1884                 "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
1885             },
1886             "dist": {
1887                 "type": "zip",
1888                 "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
1889                 "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
1890                 "shasum": ""
1891             },
1892             "require": {
1893                 "php": ">=5.3"
1894             },
1895             "type": "library",
1896             "extra": {
1897                 "branch-alias": {
1898                     "dev-master": "1.x-dev"
1899                 }
1900             },
1901             "autoload": {
1902                 "psr-4": {
1903                     "Seld\\CliPrompt\\": "src/"
1904                 }
1905             },
1906             "notification-url": "https://packagist.org/downloads/",
1907             "license": [
1908                 "MIT"
1909             ],
1910             "authors": [
1911                 {
1912                     "name": "Jordi Boggiano",
1913                     "email": "j.boggiano@seld.be"
1914                 }
1915             ],
1916             "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
1917             "keywords": [
1918                 "cli",
1919                 "console",
1920                 "hidden",
1921                 "input",
1922                 "prompt"
1923             ],
1924             "time": "2017-03-18T11:32:45+00:00"
1925         },
1926         {
1927             "name": "seld/jsonlint",
1928             "version": "1.7.1",
1929             "source": {
1930                 "type": "git",
1931                 "url": "https://github.com/Seldaek/jsonlint.git",
1932                 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
1933             },
1934             "dist": {
1935                 "type": "zip",
1936                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
1937                 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
1938                 "shasum": ""
1939             },
1940             "require": {
1941                 "php": "^5.3 || ^7.0"
1942             },
1943             "require-dev": {
1944                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1945             },
1946             "bin": [
1947                 "bin/jsonlint"
1948             ],
1949             "type": "library",
1950             "autoload": {
1951                 "psr-4": {
1952                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
1953                 }
1954             },
1955             "notification-url": "https://packagist.org/downloads/",
1956             "license": [
1957                 "MIT"
1958             ],
1959             "authors": [
1960                 {
1961                     "name": "Jordi Boggiano",
1962                     "email": "j.boggiano@seld.be",
1963                     "homepage": "http://seld.be"
1964                 }
1965             ],
1966             "description": "JSON Linter",
1967             "keywords": [
1968                 "json",
1969                 "linter",
1970                 "parser",
1971                 "validator"
1972             ],
1973             "time": "2018-01-24T12:46:19+00:00"
1974         },
1975         {
1976             "name": "seld/phar-utils",
1977             "version": "1.0.1",
1978             "source": {
1979                 "type": "git",
1980                 "url": "https://github.com/Seldaek/phar-utils.git",
1981                 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
1982             },
1983             "dist": {
1984                 "type": "zip",
1985                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
1986                 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
1987                 "shasum": ""
1988             },
1989             "require": {
1990                 "php": ">=5.3"
1991             },
1992             "type": "library",
1993             "extra": {
1994                 "branch-alias": {
1995                     "dev-master": "1.x-dev"
1996                 }
1997             },
1998             "autoload": {
1999                 "psr-4": {
2000                     "Seld\\PharUtils\\": "src/"
2001                 }
2002             },
2003             "notification-url": "https://packagist.org/downloads/",
2004             "license": [
2005                 "MIT"
2006             ],
2007             "authors": [
2008                 {
2009                     "name": "Jordi Boggiano",
2010                     "email": "j.boggiano@seld.be"
2011                 }
2012             ],
2013             "description": "PHAR file format utilities, for when PHP phars you up",
2014             "keywords": [
2015                 "phra"
2016             ],
2017             "time": "2015-10-13T18:44:15+00:00"
2018         },
2019         {
2020             "name": "symfony/console",
2021             "version": "v4.0.9",
2022             "source": {
2023                 "type": "git",
2024                 "url": "https://github.com/symfony/console.git",
2025                 "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
2026             },
2027             "dist": {
2028                 "type": "zip",
2029                 "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
2030                 "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
2031                 "shasum": ""
2032             },
2033             "require": {
2034                 "php": "^7.1.3",
2035                 "symfony/polyfill-mbstring": "~1.0"
2036             },
2037             "conflict": {
2038                 "symfony/dependency-injection": "<3.4",
2039                 "symfony/process": "<3.3"
2040             },
2041             "require-dev": {
2042                 "psr/log": "~1.0",
2043                 "symfony/config": "~3.4|~4.0",
2044                 "symfony/dependency-injection": "~3.4|~4.0",
2045                 "symfony/event-dispatcher": "~3.4|~4.0",
2046                 "symfony/lock": "~3.4|~4.0",
2047                 "symfony/process": "~3.4|~4.0"
2048             },
2049             "suggest": {
2050                 "psr/log-implementation": "For using the console logger",
2051                 "symfony/event-dispatcher": "",
2052                 "symfony/lock": "",
2053                 "symfony/process": ""
2054             },
2055             "type": "library",
2056             "extra": {
2057                 "branch-alias": {
2058                     "dev-master": "4.0-dev"
2059                 }
2060             },
2061             "autoload": {
2062                 "psr-4": {
2063                     "Symfony\\Component\\Console\\": ""
2064                 },
2065                 "exclude-from-classmap": [
2066                     "/Tests/"
2067                 ]
2068             },
2069             "notification-url": "https://packagist.org/downloads/",
2070             "license": [
2071                 "MIT"
2072             ],
2073             "authors": [
2074                 {
2075                     "name": "Fabien Potencier",
2076                     "email": "fabien@symfony.com"
2077                 },
2078                 {
2079                     "name": "Symfony Community",
2080                     "homepage": "https://symfony.com/contributors"
2081                 }
2082             ],
2083             "description": "Symfony Console Component",
2084             "homepage": "https://symfony.com",
2085             "time": "2018-04-30T01:23:47+00:00"
2086         },
2087         {
2088             "name": "symfony/filesystem",
2089             "version": "v4.0.9",
2090             "source": {
2091                 "type": "git",
2092                 "url": "https://github.com/symfony/filesystem.git",
2093                 "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
2094             },
2095             "dist": {
2096                 "type": "zip",
2097                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2098                 "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2099                 "shasum": ""
2100             },
2101             "require": {
2102                 "php": "^7.1.3"
2103             },
2104             "type": "library",
2105             "extra": {
2106                 "branch-alias": {
2107                     "dev-master": "4.0-dev"
2108                 }
2109             },
2110             "autoload": {
2111                 "psr-4": {
2112                     "Symfony\\Component\\Filesystem\\": ""
2113                 },
2114                 "exclude-from-classmap": [
2115                     "/Tests/"
2116                 ]
2117             },
2118             "notification-url": "https://packagist.org/downloads/",
2119             "license": [
2120                 "MIT"
2121             ],
2122             "authors": [
2123                 {
2124                     "name": "Fabien Potencier",
2125                     "email": "fabien@symfony.com"
2126                 },
2127                 {
2128                     "name": "Symfony Community",
2129                     "homepage": "https://symfony.com/contributors"
2130                 }
2131             ],
2132             "description": "Symfony Filesystem Component",
2133             "homepage": "https://symfony.com",
2134             "time": "2018-02-22T10:50:29+00:00"
2135         },
2136         {
2137             "name": "symfony/finder",
2138             "version": "v4.0.9",
2139             "source": {
2140                 "type": "git",
2141                 "url": "https://github.com/symfony/finder.git",
2142                 "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
2143             },
2144             "dist": {
2145                 "type": "zip",
2146                 "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2147                 "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2148                 "shasum": ""
2149             },
2150             "require": {
2151                 "php": "^7.1.3"
2152             },
2153             "type": "library",
2154             "extra": {
2155                 "branch-alias": {
2156                     "dev-master": "4.0-dev"
2157                 }
2158             },
2159             "autoload": {
2160                 "psr-4": {
2161                     "Symfony\\Component\\Finder\\": ""
2162                 },
2163                 "exclude-from-classmap": [
2164                     "/Tests/"
2165                 ]
2166             },
2167             "notification-url": "https://packagist.org/downloads/",
2168             "license": [
2169                 "MIT"
2170             ],
2171             "authors": [
2172                 {
2173                     "name": "Fabien Potencier",
2174                     "email": "fabien@symfony.com"
2175                 },
2176                 {
2177                     "name": "Symfony Community",
2178                     "homepage": "https://symfony.com/contributors"
2179                 }
2180             ],
2181             "description": "Symfony Finder Component",
2182             "homepage": "https://symfony.com",
2183             "time": "2018-04-04T05:10:37+00:00"
2184         },
2185         {
2186             "name": "symfony/polyfill-mbstring",
2187             "version": "v1.8.0",
2188             "source": {
2189                 "type": "git",
2190                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2191                 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
2192             },
2193             "dist": {
2194                 "type": "zip",
2195                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
2196                 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
2197                 "shasum": ""
2198             },
2199             "require": {
2200                 "php": ">=5.3.3"
2201             },
2202             "suggest": {
2203                 "ext-mbstring": "For best performance"
2204             },
2205             "type": "library",
2206             "extra": {
2207                 "branch-alias": {
2208                     "dev-master": "1.8-dev"
2209                 }
2210             },
2211             "autoload": {
2212                 "psr-4": {
2213                     "Symfony\\Polyfill\\Mbstring\\": ""
2214                 },
2215                 "files": [
2216                     "bootstrap.php"
2217                 ]
2218             },
2219             "notification-url": "https://packagist.org/downloads/",
2220             "license": [
2221                 "MIT"
2222             ],
2223             "authors": [
2224                 {
2225                     "name": "Nicolas Grekas",
2226                     "email": "p@tchwork.com"
2227                 },
2228                 {
2229                     "name": "Symfony Community",
2230                     "homepage": "https://symfony.com/contributors"
2231                 }
2232             ],
2233             "description": "Symfony polyfill for the Mbstring extension",
2234             "homepage": "https://symfony.com",
2235             "keywords": [
2236                 "compatibility",
2237                 "mbstring",
2238                 "polyfill",
2239                 "portable",
2240                 "shim"
2241             ],
2242             "time": "2018-04-26T10:06:28+00:00"
2243         },
2244         {
2245             "name": "symfony/polyfill-php72",
2246             "version": "v1.8.0",
2247             "source": {
2248                 "type": "git",
2249                 "url": "https://github.com/symfony/polyfill-php72.git",
2250                 "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
2251             },
2252             "dist": {
2253                 "type": "zip",
2254                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
2255                 "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
2256                 "shasum": ""
2257             },
2258             "require": {
2259                 "php": ">=5.3.3"
2260             },
2261             "type": "library",
2262             "extra": {
2263                 "branch-alias": {
2264                     "dev-master": "1.8-dev"
2265                 }
2266             },
2267             "autoload": {
2268                 "psr-4": {
2269                     "Symfony\\Polyfill\\Php72\\": ""
2270                 },
2271                 "files": [
2272                     "bootstrap.php"
2273                 ]
2274             },
2275             "notification-url": "https://packagist.org/downloads/",
2276             "license": [
2277                 "MIT"
2278             ],
2279             "authors": [
2280                 {
2281                     "name": "Nicolas Grekas",
2282                     "email": "p@tchwork.com"
2283                 },
2284                 {
2285                     "name": "Symfony Community",
2286                     "homepage": "https://symfony.com/contributors"
2287                 }
2288             ],
2289             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2290             "homepage": "https://symfony.com",
2291             "keywords": [
2292                 "compatibility",
2293                 "polyfill",
2294                 "portable",
2295                 "shim"
2296             ],
2297             "time": "2018-04-26T10:06:28+00:00"
2298         },
2299         {
2300             "name": "symfony/process",
2301             "version": "v4.0.9",
2302             "source": {
2303                 "type": "git",
2304                 "url": "https://github.com/symfony/process.git",
2305                 "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
2306             },
2307             "dist": {
2308                 "type": "zip",
2309                 "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
2310                 "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
2311                 "shasum": ""
2312             },
2313             "require": {
2314                 "php": "^7.1.3"
2315             },
2316             "type": "library",
2317             "extra": {
2318                 "branch-alias": {
2319                     "dev-master": "4.0-dev"
2320                 }
2321             },
2322             "autoload": {
2323                 "psr-4": {
2324                     "Symfony\\Component\\Process\\": ""
2325                 },
2326                 "exclude-from-classmap": [
2327                     "/Tests/"
2328                 ]
2329             },
2330             "notification-url": "https://packagist.org/downloads/",
2331             "license": [
2332                 "MIT"
2333             ],
2334             "authors": [
2335                 {
2336                     "name": "Fabien Potencier",
2337                     "email": "fabien@symfony.com"
2338                 },
2339                 {
2340                     "name": "Symfony Community",
2341                     "homepage": "https://symfony.com/contributors"
2342                 }
2343             ],
2344             "description": "Symfony Process Component",
2345             "homepage": "https://symfony.com",
2346             "time": "2018-04-03T05:24:00+00:00"
2347         },
2348         {
2349             "name": "symfony/var-dumper",
2350             "version": "v4.0.9",
2351             "source": {
2352                 "type": "git",
2353                 "url": "https://github.com/symfony/var-dumper.git",
2354                 "reference": "3c34cf3f4bbac9e003d9325225e9ef1a49180a18"
2355             },
2356             "dist": {
2357                 "type": "zip",
2358                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3c34cf3f4bbac9e003d9325225e9ef1a49180a18",
2359                 "reference": "3c34cf3f4bbac9e003d9325225e9ef1a49180a18",
2360                 "shasum": ""
2361             },
2362             "require": {
2363                 "php": "^7.1.3",
2364                 "symfony/polyfill-mbstring": "~1.0",
2365                 "symfony/polyfill-php72": "~1.5"
2366             },
2367             "conflict": {
2368                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2369             },
2370             "require-dev": {
2371                 "ext-iconv": "*",
2372                 "twig/twig": "~1.34|~2.4"
2373             },
2374             "suggest": {
2375                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2376                 "ext-intl": "To show region name in time zone dump"
2377             },
2378             "type": "library",
2379             "extra": {
2380                 "branch-alias": {
2381                     "dev-master": "4.0-dev"
2382                 }
2383             },
2384             "autoload": {
2385                 "files": [
2386                     "Resources/functions/dump.php"
2387                 ],
2388                 "psr-4": {
2389                     "Symfony\\Component\\VarDumper\\": ""
2390                 },
2391                 "exclude-from-classmap": [
2392                     "/Tests/"
2393                 ]
2394             },
2395             "notification-url": "https://packagist.org/downloads/",
2396             "license": [
2397                 "MIT"
2398             ],
2399             "authors": [
2400                 {
2401                     "name": "Nicolas Grekas",
2402                     "email": "p@tchwork.com"
2403                 },
2404                 {
2405                     "name": "Symfony Community",
2406                     "homepage": "https://symfony.com/contributors"
2407                 }
2408             ],
2409             "description": "Symfony mechanism for exploring and dumping PHP variables",
2410             "homepage": "https://symfony.com",
2411             "keywords": [
2412                 "debug",
2413                 "dump"
2414             ],
2415             "time": "2018-04-26T16:12:06+00:00"
2416         },
2417         {
2418             "name": "webmozart/assert",
2419             "version": "1.3.0",
2420             "source": {
2421                 "type": "git",
2422                 "url": "https://github.com/webmozart/assert.git",
2423                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2424             },
2425             "dist": {
2426                 "type": "zip",
2427                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2428                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2429                 "shasum": ""
2430             },
2431             "require": {
2432                 "php": "^5.3.3 || ^7.0"
2433             },
2434             "require-dev": {
2435                 "phpunit/phpunit": "^4.6",
2436                 "sebastian/version": "^1.0.1"
2437             },
2438             "type": "library",
2439             "extra": {
2440                 "branch-alias": {
2441                     "dev-master": "1.3-dev"
2442                 }
2443             },
2444             "autoload": {
2445                 "psr-4": {
2446                     "Webmozart\\Assert\\": "src/"
2447                 }
2448             },
2449             "notification-url": "https://packagist.org/downloads/",
2450             "license": [
2451                 "MIT"
2452             ],
2453             "authors": [
2454                 {
2455                     "name": "Bernhard Schussek",
2456                     "email": "bschussek@gmail.com"
2457                 }
2458             ],
2459             "description": "Assertions to validate method input/output with nice error messages.",
2460             "keywords": [
2461                 "assert",
2462                 "check",
2463                 "validate"
2464             ],
2465             "time": "2018-01-29T19:49:41+00:00"
2466         },
2467         {
2468             "name": "webmozart/path-util",
2469             "version": "2.3.0",
2470             "source": {
2471                 "type": "git",
2472                 "url": "https://github.com/webmozart/path-util.git",
2473                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
2474             },
2475             "dist": {
2476                 "type": "zip",
2477                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
2478                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
2479                 "shasum": ""
2480             },
2481             "require": {
2482                 "php": ">=5.3.3",
2483                 "webmozart/assert": "~1.0"
2484             },
2485             "require-dev": {
2486                 "phpunit/phpunit": "^4.6",
2487                 "sebastian/version": "^1.0.1"
2488             },
2489             "type": "library",
2490             "extra": {
2491                 "branch-alias": {
2492                     "dev-master": "2.3-dev"
2493                 }
2494             },
2495             "autoload": {
2496                 "psr-4": {
2497                     "Webmozart\\PathUtil\\": "src/"
2498                 }
2499             },
2500             "notification-url": "https://packagist.org/downloads/",
2501             "license": [
2502                 "MIT"
2503             ],
2504             "authors": [
2505                 {
2506                     "name": "Bernhard Schussek",
2507                     "email": "bschussek@gmail.com"
2508                 }
2509             ],
2510             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
2511             "time": "2015-12-17T08:42:14+00:00"
2512         }
2513     ],
2514     "packages-dev": [],
2515     "aliases": [],
2516     "minimum-stability": "dev",
2517     "stability-flags": {
2518         "humbug/box": 15
2519     },
2520     "prefer-stable": true,
2521     "prefer-lowest": false,
2522     "platform": [],
2523     "platform-dev": []
2524 }