Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / vendor / drupal-composer / drupal-scaffold / 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": "cc2cd84cd41c52965cd00f2e515bb6d3",
8     "packages": [
9         {
10             "name": "composer/semver",
11             "version": "1.4.2",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/composer/semver.git",
15                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
20                 "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^5.3.2 || ^7.0"
25             },
26             "require-dev": {
27                 "phpunit/phpunit": "^4.5 || ^5.0.5",
28                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
29             },
30             "type": "library",
31             "extra": {
32                 "branch-alias": {
33                     "dev-master": "1.x-dev"
34                 }
35             },
36             "autoload": {
37                 "psr-4": {
38                     "Composer\\Semver\\": "src"
39                 }
40             },
41             "notification-url": "https://packagist.org/downloads/",
42             "license": [
43                 "MIT"
44             ],
45             "authors": [
46                 {
47                     "name": "Nils Adermann",
48                     "email": "naderman@naderman.de",
49                     "homepage": "http://www.naderman.de"
50                 },
51                 {
52                     "name": "Jordi Boggiano",
53                     "email": "j.boggiano@seld.be",
54                     "homepage": "http://seld.be"
55                 },
56                 {
57                     "name": "Rob Bast",
58                     "email": "rob.bast@gmail.com",
59                     "homepage": "http://robbast.nl"
60                 }
61             ],
62             "description": "Semver library that offers utilities, version constraint parsing and validation.",
63             "keywords": [
64                 "semantic",
65                 "semver",
66                 "validation",
67                 "versioning"
68             ],
69             "time": "2016-08-30T16:08:34+00:00"
70         }
71     ],
72     "packages-dev": [
73         {
74             "name": "composer/ca-bundle",
75             "version": "1.1.1",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/composer/ca-bundle.git",
79                 "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
84                 "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
85                 "shasum": ""
86             },
87             "require": {
88                 "ext-openssl": "*",
89                 "ext-pcre": "*",
90                 "php": "^5.3.2 || ^7.0"
91             },
92             "require-dev": {
93                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
94                 "psr/log": "^1.0",
95                 "symfony/process": "^2.5 || ^3.0 || ^4.0"
96             },
97             "type": "library",
98             "extra": {
99                 "branch-alias": {
100                     "dev-master": "1.x-dev"
101                 }
102             },
103             "autoload": {
104                 "psr-4": {
105                     "Composer\\CaBundle\\": "src"
106                 }
107             },
108             "notification-url": "https://packagist.org/downloads/",
109             "license": [
110                 "MIT"
111             ],
112             "authors": [
113                 {
114                     "name": "Jordi Boggiano",
115                     "email": "j.boggiano@seld.be",
116                     "homepage": "http://seld.be"
117                 }
118             ],
119             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
120             "keywords": [
121                 "cabundle",
122                 "cacert",
123                 "certificate",
124                 "ssl",
125                 "tls"
126             ],
127             "time": "2018-03-29T19:57:20+00:00"
128         },
129         {
130             "name": "composer/composer",
131             "version": "dev-master",
132             "source": {
133                 "type": "git",
134                 "url": "https://github.com/composer/composer.git",
135                 "reference": "837ad7c14e8ce364296e0d0600d04c415b6e359d"
136             },
137             "dist": {
138                 "type": "zip",
139                 "url": "https://api.github.com/repos/composer/composer/zipball/837ad7c14e8ce364296e0d0600d04c415b6e359d",
140                 "reference": "837ad7c14e8ce364296e0d0600d04c415b6e359d",
141                 "shasum": ""
142             },
143             "require": {
144                 "composer/ca-bundle": "^1.0",
145                 "composer/semver": "^1.0",
146                 "composer/spdx-licenses": "^1.2",
147                 "composer/xdebug-handler": "^1.1",
148                 "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
149                 "php": "^5.3.2 || ^7.0",
150                 "psr/log": "^1.0",
151                 "seld/jsonlint": "^1.4",
152                 "seld/phar-utils": "^1.0",
153                 "symfony/console": "^2.7 || ^3.0 || ^4.0",
154                 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
155                 "symfony/finder": "^2.7 || ^3.0 || ^4.0",
156                 "symfony/process": "^2.7 || ^3.0 || ^4.0"
157             },
158             "conflict": {
159                 "symfony/console": "2.8.38"
160             },
161             "require-dev": {
162                 "phpunit/phpunit": "^4.8.35 || ^5.7",
163                 "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
164             },
165             "suggest": {
166                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
167                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
168                 "ext-zlib": "Allow gzip compression of HTTP requests"
169             },
170             "bin": [
171                 "bin/composer"
172             ],
173             "type": "library",
174             "extra": {
175                 "branch-alias": {
176                     "dev-master": "1.7-dev"
177                 }
178             },
179             "autoload": {
180                 "psr-4": {
181                     "Composer\\": "src/Composer"
182                 }
183             },
184             "notification-url": "https://packagist.org/downloads/",
185             "license": [
186                 "MIT"
187             ],
188             "authors": [
189                 {
190                     "name": "Nils Adermann",
191                     "email": "naderman@naderman.de",
192                     "homepage": "http://www.naderman.de"
193                 },
194                 {
195                     "name": "Jordi Boggiano",
196                     "email": "j.boggiano@seld.be",
197                     "homepage": "http://seld.be"
198                 }
199             ],
200             "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
201             "homepage": "https://getcomposer.org/",
202             "keywords": [
203                 "autoload",
204                 "dependency",
205                 "package"
206             ],
207             "time": "2018-06-07T09:15:18+00:00"
208         },
209         {
210             "name": "composer/spdx-licenses",
211             "version": "1.4.0",
212             "source": {
213                 "type": "git",
214                 "url": "https://github.com/composer/spdx-licenses.git",
215                 "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
216             },
217             "dist": {
218                 "type": "zip",
219                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
220                 "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
221                 "shasum": ""
222             },
223             "require": {
224                 "php": "^5.3.2 || ^7.0"
225             },
226             "require-dev": {
227                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
228                 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
229             },
230             "type": "library",
231             "extra": {
232                 "branch-alias": {
233                     "dev-master": "1.x-dev"
234                 }
235             },
236             "autoload": {
237                 "psr-4": {
238                     "Composer\\Spdx\\": "src"
239                 }
240             },
241             "notification-url": "https://packagist.org/downloads/",
242             "license": [
243                 "MIT"
244             ],
245             "authors": [
246                 {
247                     "name": "Nils Adermann",
248                     "email": "naderman@naderman.de",
249                     "homepage": "http://www.naderman.de"
250                 },
251                 {
252                     "name": "Jordi Boggiano",
253                     "email": "j.boggiano@seld.be",
254                     "homepage": "http://seld.be"
255                 },
256                 {
257                     "name": "Rob Bast",
258                     "email": "rob.bast@gmail.com",
259                     "homepage": "http://robbast.nl"
260                 }
261             ],
262             "description": "SPDX licenses list and validation library.",
263             "keywords": [
264                 "license",
265                 "spdx",
266                 "validator"
267             ],
268             "time": "2018-04-30T10:33:04+00:00"
269         },
270         {
271             "name": "composer/xdebug-handler",
272             "version": "1.1.0",
273             "source": {
274                 "type": "git",
275                 "url": "https://github.com/composer/xdebug-handler.git",
276                 "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08"
277             },
278             "dist": {
279                 "type": "zip",
280                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08",
281                 "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08",
282                 "shasum": ""
283             },
284             "require": {
285                 "php": "^5.3.2 || ^7.0",
286                 "psr/log": "^1.0"
287             },
288             "require-dev": {
289                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
290             },
291             "type": "library",
292             "autoload": {
293                 "psr-4": {
294                     "Composer\\XdebugHandler\\": "src"
295                 }
296             },
297             "notification-url": "https://packagist.org/downloads/",
298             "license": [
299                 "MIT"
300             ],
301             "authors": [
302                 {
303                     "name": "John Stevenson",
304                     "email": "john-stevenson@blueyonder.co.uk"
305                 }
306             ],
307             "description": "Restarts a process without xdebug.",
308             "keywords": [
309                 "Xdebug",
310                 "performance"
311             ],
312             "time": "2018-04-11T15:42:36+00:00"
313         },
314         {
315             "name": "doctrine/instantiator",
316             "version": "1.0.5",
317             "source": {
318                 "type": "git",
319                 "url": "https://github.com/doctrine/instantiator.git",
320                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
321             },
322             "dist": {
323                 "type": "zip",
324                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
325                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
326                 "shasum": ""
327             },
328             "require": {
329                 "php": ">=5.3,<8.0-DEV"
330             },
331             "require-dev": {
332                 "athletic/athletic": "~0.1.8",
333                 "ext-pdo": "*",
334                 "ext-phar": "*",
335                 "phpunit/phpunit": "~4.0",
336                 "squizlabs/php_codesniffer": "~2.0"
337             },
338             "type": "library",
339             "extra": {
340                 "branch-alias": {
341                     "dev-master": "1.0.x-dev"
342                 }
343             },
344             "autoload": {
345                 "psr-4": {
346                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
347                 }
348             },
349             "notification-url": "https://packagist.org/downloads/",
350             "license": [
351                 "MIT"
352             ],
353             "authors": [
354                 {
355                     "name": "Marco Pivetta",
356                     "email": "ocramius@gmail.com",
357                     "homepage": "http://ocramius.github.com/"
358                 }
359             ],
360             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
361             "homepage": "https://github.com/doctrine/instantiator",
362             "keywords": [
363                 "constructor",
364                 "instantiate"
365             ],
366             "time": "2015-06-14T21:17:01+00:00"
367         },
368         {
369             "name": "g1a/composer-test-scenarios",
370             "version": "2.1.0",
371             "source": {
372                 "type": "git",
373                 "url": "https://github.com/g1a/composer-test-scenarios.git",
374                 "reference": "4c2b990712dbcb87a0ab618e46f908c731c3a0bb"
375             },
376             "dist": {
377                 "type": "zip",
378                 "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/4c2b990712dbcb87a0ab618e46f908c731c3a0bb",
379                 "reference": "4c2b990712dbcb87a0ab618e46f908c731c3a0bb",
380                 "shasum": ""
381             },
382             "bin": [
383                 "scripts/create-scenario",
384                 "scripts/dependency-licenses",
385                 "scripts/install-scenario"
386             ],
387             "type": "library",
388             "notification-url": "https://packagist.org/downloads/",
389             "license": [
390                 "MIT"
391             ],
392             "authors": [
393                 {
394                     "name": "Greg Anderson",
395                     "email": "greg.1.anderson@greenknowe.org"
396                 }
397             ],
398             "description": "Useful scripts for testing multiple sets of Composer dependencies.",
399             "time": "2018-06-10T21:56:28+00:00"
400         },
401         {
402             "name": "justinrainbow/json-schema",
403             "version": "5.2.7",
404             "source": {
405                 "type": "git",
406                 "url": "https://github.com/justinrainbow/json-schema.git",
407                 "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
408             },
409             "dist": {
410                 "type": "zip",
411                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
412                 "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
413                 "shasum": ""
414             },
415             "require": {
416                 "php": ">=5.3.3"
417             },
418             "require-dev": {
419                 "friendsofphp/php-cs-fixer": "^2.1",
420                 "json-schema/json-schema-test-suite": "1.2.0",
421                 "phpunit/phpunit": "^4.8.35"
422             },
423             "bin": [
424                 "bin/validate-json"
425             ],
426             "type": "library",
427             "extra": {
428                 "branch-alias": {
429                     "dev-master": "5.0.x-dev"
430                 }
431             },
432             "autoload": {
433                 "psr-4": {
434                     "JsonSchema\\": "src/JsonSchema/"
435                 }
436             },
437             "notification-url": "https://packagist.org/downloads/",
438             "license": [
439                 "MIT"
440             ],
441             "authors": [
442                 {
443                     "name": "Bruno Prieto Reis",
444                     "email": "bruno.p.reis@gmail.com"
445                 },
446                 {
447                     "name": "Justin Rainbow",
448                     "email": "justin.rainbow@gmail.com"
449                 },
450                 {
451                     "name": "Igor Wiedler",
452                     "email": "igor@wiedler.ch"
453                 },
454                 {
455                     "name": "Robert Schönthal",
456                     "email": "seroscho@googlemail.com"
457                 }
458             ],
459             "description": "A library to validate a json schema.",
460             "homepage": "https://github.com/justinrainbow/json-schema",
461             "keywords": [
462                 "json",
463                 "schema"
464             ],
465             "time": "2018-02-14T22:26:30+00:00"
466         },
467         {
468             "name": "myclabs/deep-copy",
469             "version": "1.7.0",
470             "source": {
471                 "type": "git",
472                 "url": "https://github.com/myclabs/DeepCopy.git",
473                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
474             },
475             "dist": {
476                 "type": "zip",
477                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
478                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
479                 "shasum": ""
480             },
481             "require": {
482                 "php": "^5.6 || ^7.0"
483             },
484             "require-dev": {
485                 "doctrine/collections": "^1.0",
486                 "doctrine/common": "^2.6",
487                 "phpunit/phpunit": "^4.1"
488             },
489             "type": "library",
490             "autoload": {
491                 "psr-4": {
492                     "DeepCopy\\": "src/DeepCopy/"
493                 },
494                 "files": [
495                     "src/DeepCopy/deep_copy.php"
496                 ]
497             },
498             "notification-url": "https://packagist.org/downloads/",
499             "license": [
500                 "MIT"
501             ],
502             "description": "Create deep copies (clones) of your objects",
503             "keywords": [
504                 "clone",
505                 "copy",
506                 "duplicate",
507                 "object",
508                 "object graph"
509             ],
510             "time": "2017-10-19T19:58:43+00:00"
511         },
512         {
513             "name": "phar-io/manifest",
514             "version": "1.0.1",
515             "source": {
516                 "type": "git",
517                 "url": "https://github.com/phar-io/manifest.git",
518                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
519             },
520             "dist": {
521                 "type": "zip",
522                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
523                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
524                 "shasum": ""
525             },
526             "require": {
527                 "ext-dom": "*",
528                 "ext-phar": "*",
529                 "phar-io/version": "^1.0.1",
530                 "php": "^5.6 || ^7.0"
531             },
532             "type": "library",
533             "extra": {
534                 "branch-alias": {
535                     "dev-master": "1.0.x-dev"
536                 }
537             },
538             "autoload": {
539                 "classmap": [
540                     "src/"
541                 ]
542             },
543             "notification-url": "https://packagist.org/downloads/",
544             "license": [
545                 "BSD-3-Clause"
546             ],
547             "authors": [
548                 {
549                     "name": "Arne Blankerts",
550                     "email": "arne@blankerts.de",
551                     "role": "Developer"
552                 },
553                 {
554                     "name": "Sebastian Heuer",
555                     "email": "sebastian@phpeople.de",
556                     "role": "Developer"
557                 },
558                 {
559                     "name": "Sebastian Bergmann",
560                     "email": "sebastian@phpunit.de",
561                     "role": "Developer"
562                 }
563             ],
564             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
565             "time": "2017-03-05T18:14:27+00:00"
566         },
567         {
568             "name": "phar-io/version",
569             "version": "1.0.1",
570             "source": {
571                 "type": "git",
572                 "url": "https://github.com/phar-io/version.git",
573                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
574             },
575             "dist": {
576                 "type": "zip",
577                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
578                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
579                 "shasum": ""
580             },
581             "require": {
582                 "php": "^5.6 || ^7.0"
583             },
584             "type": "library",
585             "autoload": {
586                 "classmap": [
587                     "src/"
588                 ]
589             },
590             "notification-url": "https://packagist.org/downloads/",
591             "license": [
592                 "BSD-3-Clause"
593             ],
594             "authors": [
595                 {
596                     "name": "Arne Blankerts",
597                     "email": "arne@blankerts.de",
598                     "role": "Developer"
599                 },
600                 {
601                     "name": "Sebastian Heuer",
602                     "email": "sebastian@phpeople.de",
603                     "role": "Developer"
604                 },
605                 {
606                     "name": "Sebastian Bergmann",
607                     "email": "sebastian@phpunit.de",
608                     "role": "Developer"
609                 }
610             ],
611             "description": "Library for handling version information and constraints",
612             "time": "2017-03-05T17:38:23+00:00"
613         },
614         {
615             "name": "phpdocumentor/reflection-common",
616             "version": "1.0.1",
617             "source": {
618                 "type": "git",
619                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
620                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
621             },
622             "dist": {
623                 "type": "zip",
624                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
625                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
626                 "shasum": ""
627             },
628             "require": {
629                 "php": ">=5.5"
630             },
631             "require-dev": {
632                 "phpunit/phpunit": "^4.6"
633             },
634             "type": "library",
635             "extra": {
636                 "branch-alias": {
637                     "dev-master": "1.0.x-dev"
638                 }
639             },
640             "autoload": {
641                 "psr-4": {
642                     "phpDocumentor\\Reflection\\": [
643                         "src"
644                     ]
645                 }
646             },
647             "notification-url": "https://packagist.org/downloads/",
648             "license": [
649                 "MIT"
650             ],
651             "authors": [
652                 {
653                     "name": "Jaap van Otterdijk",
654                     "email": "opensource@ijaap.nl"
655                 }
656             ],
657             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
658             "homepage": "http://www.phpdoc.org",
659             "keywords": [
660                 "FQSEN",
661                 "phpDocumentor",
662                 "phpdoc",
663                 "reflection",
664                 "static analysis"
665             ],
666             "time": "2017-09-11T18:02:19+00:00"
667         },
668         {
669             "name": "phpdocumentor/reflection-docblock",
670             "version": "4.3.0",
671             "source": {
672                 "type": "git",
673                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
674                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
675             },
676             "dist": {
677                 "type": "zip",
678                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
679                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
680                 "shasum": ""
681             },
682             "require": {
683                 "php": "^7.0",
684                 "phpdocumentor/reflection-common": "^1.0.0",
685                 "phpdocumentor/type-resolver": "^0.4.0",
686                 "webmozart/assert": "^1.0"
687             },
688             "require-dev": {
689                 "doctrine/instantiator": "~1.0.5",
690                 "mockery/mockery": "^1.0",
691                 "phpunit/phpunit": "^6.4"
692             },
693             "type": "library",
694             "extra": {
695                 "branch-alias": {
696                     "dev-master": "4.x-dev"
697                 }
698             },
699             "autoload": {
700                 "psr-4": {
701                     "phpDocumentor\\Reflection\\": [
702                         "src/"
703                     ]
704                 }
705             },
706             "notification-url": "https://packagist.org/downloads/",
707             "license": [
708                 "MIT"
709             ],
710             "authors": [
711                 {
712                     "name": "Mike van Riel",
713                     "email": "me@mikevanriel.com"
714                 }
715             ],
716             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
717             "time": "2017-11-30T07:14:17+00:00"
718         },
719         {
720             "name": "phpdocumentor/type-resolver",
721             "version": "0.4.0",
722             "source": {
723                 "type": "git",
724                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
725                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
726             },
727             "dist": {
728                 "type": "zip",
729                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
730                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
731                 "shasum": ""
732             },
733             "require": {
734                 "php": "^5.5 || ^7.0",
735                 "phpdocumentor/reflection-common": "^1.0"
736             },
737             "require-dev": {
738                 "mockery/mockery": "^0.9.4",
739                 "phpunit/phpunit": "^5.2||^4.8.24"
740             },
741             "type": "library",
742             "extra": {
743                 "branch-alias": {
744                     "dev-master": "1.0.x-dev"
745                 }
746             },
747             "autoload": {
748                 "psr-4": {
749                     "phpDocumentor\\Reflection\\": [
750                         "src/"
751                     ]
752                 }
753             },
754             "notification-url": "https://packagist.org/downloads/",
755             "license": [
756                 "MIT"
757             ],
758             "authors": [
759                 {
760                     "name": "Mike van Riel",
761                     "email": "me@mikevanriel.com"
762                 }
763             ],
764             "time": "2017-07-14T14:27:02+00:00"
765         },
766         {
767             "name": "phpspec/prophecy",
768             "version": "1.7.6",
769             "source": {
770                 "type": "git",
771                 "url": "https://github.com/phpspec/prophecy.git",
772                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
773             },
774             "dist": {
775                 "type": "zip",
776                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
777                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
778                 "shasum": ""
779             },
780             "require": {
781                 "doctrine/instantiator": "^1.0.2",
782                 "php": "^5.3|^7.0",
783                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
784                 "sebastian/comparator": "^1.1|^2.0|^3.0",
785                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
786             },
787             "require-dev": {
788                 "phpspec/phpspec": "^2.5|^3.2",
789                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
790             },
791             "type": "library",
792             "extra": {
793                 "branch-alias": {
794                     "dev-master": "1.7.x-dev"
795                 }
796             },
797             "autoload": {
798                 "psr-0": {
799                     "Prophecy\\": "src/"
800                 }
801             },
802             "notification-url": "https://packagist.org/downloads/",
803             "license": [
804                 "MIT"
805             ],
806             "authors": [
807                 {
808                     "name": "Konstantin Kudryashov",
809                     "email": "ever.zet@gmail.com",
810                     "homepage": "http://everzet.com"
811                 },
812                 {
813                     "name": "Marcello Duarte",
814                     "email": "marcello.duarte@gmail.com"
815                 }
816             ],
817             "description": "Highly opinionated mocking framework for PHP 5.3+",
818             "homepage": "https://github.com/phpspec/prophecy",
819             "keywords": [
820                 "Double",
821                 "Dummy",
822                 "fake",
823                 "mock",
824                 "spy",
825                 "stub"
826             ],
827             "time": "2018-04-18T13:57:24+00:00"
828         },
829         {
830             "name": "phpunit/php-code-coverage",
831             "version": "5.3.2",
832             "source": {
833                 "type": "git",
834                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
835                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
836             },
837             "dist": {
838                 "type": "zip",
839                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
840                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
841                 "shasum": ""
842             },
843             "require": {
844                 "ext-dom": "*",
845                 "ext-xmlwriter": "*",
846                 "php": "^7.0",
847                 "phpunit/php-file-iterator": "^1.4.2",
848                 "phpunit/php-text-template": "^1.2.1",
849                 "phpunit/php-token-stream": "^2.0.1",
850                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
851                 "sebastian/environment": "^3.0",
852                 "sebastian/version": "^2.0.1",
853                 "theseer/tokenizer": "^1.1"
854             },
855             "require-dev": {
856                 "phpunit/phpunit": "^6.0"
857             },
858             "suggest": {
859                 "ext-xdebug": "^2.5.5"
860             },
861             "type": "library",
862             "extra": {
863                 "branch-alias": {
864                     "dev-master": "5.3.x-dev"
865                 }
866             },
867             "autoload": {
868                 "classmap": [
869                     "src/"
870                 ]
871             },
872             "notification-url": "https://packagist.org/downloads/",
873             "license": [
874                 "BSD-3-Clause"
875             ],
876             "authors": [
877                 {
878                     "name": "Sebastian Bergmann",
879                     "email": "sebastian@phpunit.de",
880                     "role": "lead"
881                 }
882             ],
883             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
884             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
885             "keywords": [
886                 "coverage",
887                 "testing",
888                 "xunit"
889             ],
890             "time": "2018-04-06T15:36:58+00:00"
891         },
892         {
893             "name": "phpunit/php-file-iterator",
894             "version": "1.4.5",
895             "source": {
896                 "type": "git",
897                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
898                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
899             },
900             "dist": {
901                 "type": "zip",
902                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
903                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
904                 "shasum": ""
905             },
906             "require": {
907                 "php": ">=5.3.3"
908             },
909             "type": "library",
910             "extra": {
911                 "branch-alias": {
912                     "dev-master": "1.4.x-dev"
913                 }
914             },
915             "autoload": {
916                 "classmap": [
917                     "src/"
918                 ]
919             },
920             "notification-url": "https://packagist.org/downloads/",
921             "license": [
922                 "BSD-3-Clause"
923             ],
924             "authors": [
925                 {
926                     "name": "Sebastian Bergmann",
927                     "email": "sb@sebastian-bergmann.de",
928                     "role": "lead"
929                 }
930             ],
931             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
932             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
933             "keywords": [
934                 "filesystem",
935                 "iterator"
936             ],
937             "time": "2017-11-27T13:52:08+00:00"
938         },
939         {
940             "name": "phpunit/php-text-template",
941             "version": "1.2.1",
942             "source": {
943                 "type": "git",
944                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
945                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
946             },
947             "dist": {
948                 "type": "zip",
949                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
950                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
951                 "shasum": ""
952             },
953             "require": {
954                 "php": ">=5.3.3"
955             },
956             "type": "library",
957             "autoload": {
958                 "classmap": [
959                     "src/"
960                 ]
961             },
962             "notification-url": "https://packagist.org/downloads/",
963             "license": [
964                 "BSD-3-Clause"
965             ],
966             "authors": [
967                 {
968                     "name": "Sebastian Bergmann",
969                     "email": "sebastian@phpunit.de",
970                     "role": "lead"
971                 }
972             ],
973             "description": "Simple template engine.",
974             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
975             "keywords": [
976                 "template"
977             ],
978             "time": "2015-06-21T13:50:34+00:00"
979         },
980         {
981             "name": "phpunit/php-timer",
982             "version": "1.0.9",
983             "source": {
984                 "type": "git",
985                 "url": "https://github.com/sebastianbergmann/php-timer.git",
986                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
987             },
988             "dist": {
989                 "type": "zip",
990                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
991                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
992                 "shasum": ""
993             },
994             "require": {
995                 "php": "^5.3.3 || ^7.0"
996             },
997             "require-dev": {
998                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
999             },
1000             "type": "library",
1001             "extra": {
1002                 "branch-alias": {
1003                     "dev-master": "1.0-dev"
1004                 }
1005             },
1006             "autoload": {
1007                 "classmap": [
1008                     "src/"
1009                 ]
1010             },
1011             "notification-url": "https://packagist.org/downloads/",
1012             "license": [
1013                 "BSD-3-Clause"
1014             ],
1015             "authors": [
1016                 {
1017                     "name": "Sebastian Bergmann",
1018                     "email": "sb@sebastian-bergmann.de",
1019                     "role": "lead"
1020                 }
1021             ],
1022             "description": "Utility class for timing",
1023             "homepage": "https://github.com/sebastianbergmann/php-timer/",
1024             "keywords": [
1025                 "timer"
1026             ],
1027             "time": "2017-02-26T11:10:40+00:00"
1028         },
1029         {
1030             "name": "phpunit/php-token-stream",
1031             "version": "2.0.2",
1032             "source": {
1033                 "type": "git",
1034                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1035                 "reference": "791198a2c6254db10131eecfe8c06670700904db"
1036             },
1037             "dist": {
1038                 "type": "zip",
1039                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
1040                 "reference": "791198a2c6254db10131eecfe8c06670700904db",
1041                 "shasum": ""
1042             },
1043             "require": {
1044                 "ext-tokenizer": "*",
1045                 "php": "^7.0"
1046             },
1047             "require-dev": {
1048                 "phpunit/phpunit": "^6.2.4"
1049             },
1050             "type": "library",
1051             "extra": {
1052                 "branch-alias": {
1053                     "dev-master": "2.0-dev"
1054                 }
1055             },
1056             "autoload": {
1057                 "classmap": [
1058                     "src/"
1059                 ]
1060             },
1061             "notification-url": "https://packagist.org/downloads/",
1062             "license": [
1063                 "BSD-3-Clause"
1064             ],
1065             "authors": [
1066                 {
1067                     "name": "Sebastian Bergmann",
1068                     "email": "sebastian@phpunit.de"
1069                 }
1070             ],
1071             "description": "Wrapper around PHP's tokenizer extension.",
1072             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1073             "keywords": [
1074                 "tokenizer"
1075             ],
1076             "time": "2017-11-27T05:48:46+00:00"
1077         },
1078         {
1079             "name": "phpunit/phpunit",
1080             "version": "6.5.8",
1081             "source": {
1082                 "type": "git",
1083                 "url": "https://github.com/sebastianbergmann/phpunit.git",
1084                 "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
1085             },
1086             "dist": {
1087                 "type": "zip",
1088                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
1089                 "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
1090                 "shasum": ""
1091             },
1092             "require": {
1093                 "ext-dom": "*",
1094                 "ext-json": "*",
1095                 "ext-libxml": "*",
1096                 "ext-mbstring": "*",
1097                 "ext-xml": "*",
1098                 "myclabs/deep-copy": "^1.6.1",
1099                 "phar-io/manifest": "^1.0.1",
1100                 "phar-io/version": "^1.0",
1101                 "php": "^7.0",
1102                 "phpspec/prophecy": "^1.7",
1103                 "phpunit/php-code-coverage": "^5.3",
1104                 "phpunit/php-file-iterator": "^1.4.3",
1105                 "phpunit/php-text-template": "^1.2.1",
1106                 "phpunit/php-timer": "^1.0.9",
1107                 "phpunit/phpunit-mock-objects": "^5.0.5",
1108                 "sebastian/comparator": "^2.1",
1109                 "sebastian/diff": "^2.0",
1110                 "sebastian/environment": "^3.1",
1111                 "sebastian/exporter": "^3.1",
1112                 "sebastian/global-state": "^2.0",
1113                 "sebastian/object-enumerator": "^3.0.3",
1114                 "sebastian/resource-operations": "^1.0",
1115                 "sebastian/version": "^2.0.1"
1116             },
1117             "conflict": {
1118                 "phpdocumentor/reflection-docblock": "3.0.2",
1119                 "phpunit/dbunit": "<3.0"
1120             },
1121             "require-dev": {
1122                 "ext-pdo": "*"
1123             },
1124             "suggest": {
1125                 "ext-xdebug": "*",
1126                 "phpunit/php-invoker": "^1.1"
1127             },
1128             "bin": [
1129                 "phpunit"
1130             ],
1131             "type": "library",
1132             "extra": {
1133                 "branch-alias": {
1134                     "dev-master": "6.5.x-dev"
1135                 }
1136             },
1137             "autoload": {
1138                 "classmap": [
1139                     "src/"
1140                 ]
1141             },
1142             "notification-url": "https://packagist.org/downloads/",
1143             "license": [
1144                 "BSD-3-Clause"
1145             ],
1146             "authors": [
1147                 {
1148                     "name": "Sebastian Bergmann",
1149                     "email": "sebastian@phpunit.de",
1150                     "role": "lead"
1151                 }
1152             ],
1153             "description": "The PHP Unit Testing framework.",
1154             "homepage": "https://phpunit.de/",
1155             "keywords": [
1156                 "phpunit",
1157                 "testing",
1158                 "xunit"
1159             ],
1160             "time": "2018-04-10T11:38:34+00:00"
1161         },
1162         {
1163             "name": "phpunit/phpunit-mock-objects",
1164             "version": "5.0.7",
1165             "source": {
1166                 "type": "git",
1167                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1168                 "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce"
1169             },
1170             "dist": {
1171                 "type": "zip",
1172                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3eaf040f20154d27d6da59ca2c6e28ac8fd56dce",
1173                 "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce",
1174                 "shasum": ""
1175             },
1176             "require": {
1177                 "doctrine/instantiator": "^1.0.5",
1178                 "php": "^7.0",
1179                 "phpunit/php-text-template": "^1.2.1",
1180                 "sebastian/exporter": "^3.1"
1181             },
1182             "conflict": {
1183                 "phpunit/phpunit": "<6.0"
1184             },
1185             "require-dev": {
1186                 "phpunit/phpunit": "^6.5"
1187             },
1188             "suggest": {
1189                 "ext-soap": "*"
1190             },
1191             "type": "library",
1192             "extra": {
1193                 "branch-alias": {
1194                     "dev-master": "5.0.x-dev"
1195                 }
1196             },
1197             "autoload": {
1198                 "classmap": [
1199                     "src/"
1200                 ]
1201             },
1202             "notification-url": "https://packagist.org/downloads/",
1203             "license": [
1204                 "BSD-3-Clause"
1205             ],
1206             "authors": [
1207                 {
1208                     "name": "Sebastian Bergmann",
1209                     "email": "sebastian@phpunit.de",
1210                     "role": "lead"
1211                 }
1212             ],
1213             "description": "Mock Object library for PHPUnit",
1214             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1215             "keywords": [
1216                 "mock",
1217                 "xunit"
1218             ],
1219             "time": "2018-05-29T13:50:43+00:00"
1220         },
1221         {
1222             "name": "psr/log",
1223             "version": "1.0.2",
1224             "source": {
1225                 "type": "git",
1226                 "url": "https://github.com/php-fig/log.git",
1227                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1228             },
1229             "dist": {
1230                 "type": "zip",
1231                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1232                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1233                 "shasum": ""
1234             },
1235             "require": {
1236                 "php": ">=5.3.0"
1237             },
1238             "type": "library",
1239             "extra": {
1240                 "branch-alias": {
1241                     "dev-master": "1.0.x-dev"
1242                 }
1243             },
1244             "autoload": {
1245                 "psr-4": {
1246                     "Psr\\Log\\": "Psr/Log/"
1247                 }
1248             },
1249             "notification-url": "https://packagist.org/downloads/",
1250             "license": [
1251                 "MIT"
1252             ],
1253             "authors": [
1254                 {
1255                     "name": "PHP-FIG",
1256                     "homepage": "http://www.php-fig.org/"
1257                 }
1258             ],
1259             "description": "Common interface for logging libraries",
1260             "homepage": "https://github.com/php-fig/log",
1261             "keywords": [
1262                 "log",
1263                 "psr",
1264                 "psr-3"
1265             ],
1266             "time": "2016-10-10T12:19:37+00:00"
1267         },
1268         {
1269             "name": "sebastian/code-unit-reverse-lookup",
1270             "version": "1.0.1",
1271             "source": {
1272                 "type": "git",
1273                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1274                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1275             },
1276             "dist": {
1277                 "type": "zip",
1278                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1279                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1280                 "shasum": ""
1281             },
1282             "require": {
1283                 "php": "^5.6 || ^7.0"
1284             },
1285             "require-dev": {
1286                 "phpunit/phpunit": "^5.7 || ^6.0"
1287             },
1288             "type": "library",
1289             "extra": {
1290                 "branch-alias": {
1291                     "dev-master": "1.0.x-dev"
1292                 }
1293             },
1294             "autoload": {
1295                 "classmap": [
1296                     "src/"
1297                 ]
1298             },
1299             "notification-url": "https://packagist.org/downloads/",
1300             "license": [
1301                 "BSD-3-Clause"
1302             ],
1303             "authors": [
1304                 {
1305                     "name": "Sebastian Bergmann",
1306                     "email": "sebastian@phpunit.de"
1307                 }
1308             ],
1309             "description": "Looks up which function or method a line of code belongs to",
1310             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1311             "time": "2017-03-04T06:30:41+00:00"
1312         },
1313         {
1314             "name": "sebastian/comparator",
1315             "version": "2.1.3",
1316             "source": {
1317                 "type": "git",
1318                 "url": "https://github.com/sebastianbergmann/comparator.git",
1319                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
1320             },
1321             "dist": {
1322                 "type": "zip",
1323                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
1324                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
1325                 "shasum": ""
1326             },
1327             "require": {
1328                 "php": "^7.0",
1329                 "sebastian/diff": "^2.0 || ^3.0",
1330                 "sebastian/exporter": "^3.1"
1331             },
1332             "require-dev": {
1333                 "phpunit/phpunit": "^6.4"
1334             },
1335             "type": "library",
1336             "extra": {
1337                 "branch-alias": {
1338                     "dev-master": "2.1.x-dev"
1339                 }
1340             },
1341             "autoload": {
1342                 "classmap": [
1343                     "src/"
1344                 ]
1345             },
1346             "notification-url": "https://packagist.org/downloads/",
1347             "license": [
1348                 "BSD-3-Clause"
1349             ],
1350             "authors": [
1351                 {
1352                     "name": "Jeff Welch",
1353                     "email": "whatthejeff@gmail.com"
1354                 },
1355                 {
1356                     "name": "Volker Dusch",
1357                     "email": "github@wallbash.com"
1358                 },
1359                 {
1360                     "name": "Bernhard Schussek",
1361                     "email": "bschussek@2bepublished.at"
1362                 },
1363                 {
1364                     "name": "Sebastian Bergmann",
1365                     "email": "sebastian@phpunit.de"
1366                 }
1367             ],
1368             "description": "Provides the functionality to compare PHP values for equality",
1369             "homepage": "https://github.com/sebastianbergmann/comparator",
1370             "keywords": [
1371                 "comparator",
1372                 "compare",
1373                 "equality"
1374             ],
1375             "time": "2018-02-01T13:46:46+00:00"
1376         },
1377         {
1378             "name": "sebastian/diff",
1379             "version": "2.0.1",
1380             "source": {
1381                 "type": "git",
1382                 "url": "https://github.com/sebastianbergmann/diff.git",
1383                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
1384             },
1385             "dist": {
1386                 "type": "zip",
1387                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1388                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
1389                 "shasum": ""
1390             },
1391             "require": {
1392                 "php": "^7.0"
1393             },
1394             "require-dev": {
1395                 "phpunit/phpunit": "^6.2"
1396             },
1397             "type": "library",
1398             "extra": {
1399                 "branch-alias": {
1400                     "dev-master": "2.0-dev"
1401                 }
1402             },
1403             "autoload": {
1404                 "classmap": [
1405                     "src/"
1406                 ]
1407             },
1408             "notification-url": "https://packagist.org/downloads/",
1409             "license": [
1410                 "BSD-3-Clause"
1411             ],
1412             "authors": [
1413                 {
1414                     "name": "Kore Nordmann",
1415                     "email": "mail@kore-nordmann.de"
1416                 },
1417                 {
1418                     "name": "Sebastian Bergmann",
1419                     "email": "sebastian@phpunit.de"
1420                 }
1421             ],
1422             "description": "Diff implementation",
1423             "homepage": "https://github.com/sebastianbergmann/diff",
1424             "keywords": [
1425                 "diff"
1426             ],
1427             "time": "2017-08-03T08:09:46+00:00"
1428         },
1429         {
1430             "name": "sebastian/environment",
1431             "version": "3.1.0",
1432             "source": {
1433                 "type": "git",
1434                 "url": "https://github.com/sebastianbergmann/environment.git",
1435                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1436             },
1437             "dist": {
1438                 "type": "zip",
1439                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1440                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1441                 "shasum": ""
1442             },
1443             "require": {
1444                 "php": "^7.0"
1445             },
1446             "require-dev": {
1447                 "phpunit/phpunit": "^6.1"
1448             },
1449             "type": "library",
1450             "extra": {
1451                 "branch-alias": {
1452                     "dev-master": "3.1.x-dev"
1453                 }
1454             },
1455             "autoload": {
1456                 "classmap": [
1457                     "src/"
1458                 ]
1459             },
1460             "notification-url": "https://packagist.org/downloads/",
1461             "license": [
1462                 "BSD-3-Clause"
1463             ],
1464             "authors": [
1465                 {
1466                     "name": "Sebastian Bergmann",
1467                     "email": "sebastian@phpunit.de"
1468                 }
1469             ],
1470             "description": "Provides functionality to handle HHVM/PHP environments",
1471             "homepage": "http://www.github.com/sebastianbergmann/environment",
1472             "keywords": [
1473                 "Xdebug",
1474                 "environment",
1475                 "hhvm"
1476             ],
1477             "time": "2017-07-01T08:51:00+00:00"
1478         },
1479         {
1480             "name": "sebastian/exporter",
1481             "version": "3.1.0",
1482             "source": {
1483                 "type": "git",
1484                 "url": "https://github.com/sebastianbergmann/exporter.git",
1485                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
1486             },
1487             "dist": {
1488                 "type": "zip",
1489                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
1490                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
1491                 "shasum": ""
1492             },
1493             "require": {
1494                 "php": "^7.0",
1495                 "sebastian/recursion-context": "^3.0"
1496             },
1497             "require-dev": {
1498                 "ext-mbstring": "*",
1499                 "phpunit/phpunit": "^6.0"
1500             },
1501             "type": "library",
1502             "extra": {
1503                 "branch-alias": {
1504                     "dev-master": "3.1.x-dev"
1505                 }
1506             },
1507             "autoload": {
1508                 "classmap": [
1509                     "src/"
1510                 ]
1511             },
1512             "notification-url": "https://packagist.org/downloads/",
1513             "license": [
1514                 "BSD-3-Clause"
1515             ],
1516             "authors": [
1517                 {
1518                     "name": "Jeff Welch",
1519                     "email": "whatthejeff@gmail.com"
1520                 },
1521                 {
1522                     "name": "Volker Dusch",
1523                     "email": "github@wallbash.com"
1524                 },
1525                 {
1526                     "name": "Bernhard Schussek",
1527                     "email": "bschussek@2bepublished.at"
1528                 },
1529                 {
1530                     "name": "Sebastian Bergmann",
1531                     "email": "sebastian@phpunit.de"
1532                 },
1533                 {
1534                     "name": "Adam Harvey",
1535                     "email": "aharvey@php.net"
1536                 }
1537             ],
1538             "description": "Provides the functionality to export PHP variables for visualization",
1539             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1540             "keywords": [
1541                 "export",
1542                 "exporter"
1543             ],
1544             "time": "2017-04-03T13:19:02+00:00"
1545         },
1546         {
1547             "name": "sebastian/global-state",
1548             "version": "2.0.0",
1549             "source": {
1550                 "type": "git",
1551                 "url": "https://github.com/sebastianbergmann/global-state.git",
1552                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1553             },
1554             "dist": {
1555                 "type": "zip",
1556                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1557                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1558                 "shasum": ""
1559             },
1560             "require": {
1561                 "php": "^7.0"
1562             },
1563             "require-dev": {
1564                 "phpunit/phpunit": "^6.0"
1565             },
1566             "suggest": {
1567                 "ext-uopz": "*"
1568             },
1569             "type": "library",
1570             "extra": {
1571                 "branch-alias": {
1572                     "dev-master": "2.0-dev"
1573                 }
1574             },
1575             "autoload": {
1576                 "classmap": [
1577                     "src/"
1578                 ]
1579             },
1580             "notification-url": "https://packagist.org/downloads/",
1581             "license": [
1582                 "BSD-3-Clause"
1583             ],
1584             "authors": [
1585                 {
1586                     "name": "Sebastian Bergmann",
1587                     "email": "sebastian@phpunit.de"
1588                 }
1589             ],
1590             "description": "Snapshotting of global state",
1591             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1592             "keywords": [
1593                 "global state"
1594             ],
1595             "time": "2017-04-27T15:39:26+00:00"
1596         },
1597         {
1598             "name": "sebastian/object-enumerator",
1599             "version": "3.0.3",
1600             "source": {
1601                 "type": "git",
1602                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1603                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1604             },
1605             "dist": {
1606                 "type": "zip",
1607                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1608                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1609                 "shasum": ""
1610             },
1611             "require": {
1612                 "php": "^7.0",
1613                 "sebastian/object-reflector": "^1.1.1",
1614                 "sebastian/recursion-context": "^3.0"
1615             },
1616             "require-dev": {
1617                 "phpunit/phpunit": "^6.0"
1618             },
1619             "type": "library",
1620             "extra": {
1621                 "branch-alias": {
1622                     "dev-master": "3.0.x-dev"
1623                 }
1624             },
1625             "autoload": {
1626                 "classmap": [
1627                     "src/"
1628                 ]
1629             },
1630             "notification-url": "https://packagist.org/downloads/",
1631             "license": [
1632                 "BSD-3-Clause"
1633             ],
1634             "authors": [
1635                 {
1636                     "name": "Sebastian Bergmann",
1637                     "email": "sebastian@phpunit.de"
1638                 }
1639             ],
1640             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1641             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1642             "time": "2017-08-03T12:35:26+00:00"
1643         },
1644         {
1645             "name": "sebastian/object-reflector",
1646             "version": "1.1.1",
1647             "source": {
1648                 "type": "git",
1649                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1650                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
1651             },
1652             "dist": {
1653                 "type": "zip",
1654                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1655                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
1656                 "shasum": ""
1657             },
1658             "require": {
1659                 "php": "^7.0"
1660             },
1661             "require-dev": {
1662                 "phpunit/phpunit": "^6.0"
1663             },
1664             "type": "library",
1665             "extra": {
1666                 "branch-alias": {
1667                     "dev-master": "1.1-dev"
1668                 }
1669             },
1670             "autoload": {
1671                 "classmap": [
1672                     "src/"
1673                 ]
1674             },
1675             "notification-url": "https://packagist.org/downloads/",
1676             "license": [
1677                 "BSD-3-Clause"
1678             ],
1679             "authors": [
1680                 {
1681                     "name": "Sebastian Bergmann",
1682                     "email": "sebastian@phpunit.de"
1683                 }
1684             ],
1685             "description": "Allows reflection of object attributes, including inherited and non-public ones",
1686             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1687             "time": "2017-03-29T09:07:27+00:00"
1688         },
1689         {
1690             "name": "sebastian/recursion-context",
1691             "version": "3.0.0",
1692             "source": {
1693                 "type": "git",
1694                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1695                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1696             },
1697             "dist": {
1698                 "type": "zip",
1699                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1700                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1701                 "shasum": ""
1702             },
1703             "require": {
1704                 "php": "^7.0"
1705             },
1706             "require-dev": {
1707                 "phpunit/phpunit": "^6.0"
1708             },
1709             "type": "library",
1710             "extra": {
1711                 "branch-alias": {
1712                     "dev-master": "3.0.x-dev"
1713                 }
1714             },
1715             "autoload": {
1716                 "classmap": [
1717                     "src/"
1718                 ]
1719             },
1720             "notification-url": "https://packagist.org/downloads/",
1721             "license": [
1722                 "BSD-3-Clause"
1723             ],
1724             "authors": [
1725                 {
1726                     "name": "Jeff Welch",
1727                     "email": "whatthejeff@gmail.com"
1728                 },
1729                 {
1730                     "name": "Sebastian Bergmann",
1731                     "email": "sebastian@phpunit.de"
1732                 },
1733                 {
1734                     "name": "Adam Harvey",
1735                     "email": "aharvey@php.net"
1736                 }
1737             ],
1738             "description": "Provides functionality to recursively process PHP variables",
1739             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1740             "time": "2017-03-03T06:23:57+00:00"
1741         },
1742         {
1743             "name": "sebastian/resource-operations",
1744             "version": "1.0.0",
1745             "source": {
1746                 "type": "git",
1747                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1748                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1749             },
1750             "dist": {
1751                 "type": "zip",
1752                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1753                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1754                 "shasum": ""
1755             },
1756             "require": {
1757                 "php": ">=5.6.0"
1758             },
1759             "type": "library",
1760             "extra": {
1761                 "branch-alias": {
1762                     "dev-master": "1.0.x-dev"
1763                 }
1764             },
1765             "autoload": {
1766                 "classmap": [
1767                     "src/"
1768                 ]
1769             },
1770             "notification-url": "https://packagist.org/downloads/",
1771             "license": [
1772                 "BSD-3-Clause"
1773             ],
1774             "authors": [
1775                 {
1776                     "name": "Sebastian Bergmann",
1777                     "email": "sebastian@phpunit.de"
1778                 }
1779             ],
1780             "description": "Provides a list of PHP built-in functions that operate on resources",
1781             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1782             "time": "2015-07-28T20:34:47+00:00"
1783         },
1784         {
1785             "name": "sebastian/version",
1786             "version": "2.0.1",
1787             "source": {
1788                 "type": "git",
1789                 "url": "https://github.com/sebastianbergmann/version.git",
1790                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1791             },
1792             "dist": {
1793                 "type": "zip",
1794                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1795                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1796                 "shasum": ""
1797             },
1798             "require": {
1799                 "php": ">=5.6"
1800             },
1801             "type": "library",
1802             "extra": {
1803                 "branch-alias": {
1804                     "dev-master": "2.0.x-dev"
1805                 }
1806             },
1807             "autoload": {
1808                 "classmap": [
1809                     "src/"
1810                 ]
1811             },
1812             "notification-url": "https://packagist.org/downloads/",
1813             "license": [
1814                 "BSD-3-Clause"
1815             ],
1816             "authors": [
1817                 {
1818                     "name": "Sebastian Bergmann",
1819                     "email": "sebastian@phpunit.de",
1820                     "role": "lead"
1821                 }
1822             ],
1823             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1824             "homepage": "https://github.com/sebastianbergmann/version",
1825             "time": "2016-10-03T07:35:21+00:00"
1826         },
1827         {
1828             "name": "seld/jsonlint",
1829             "version": "1.7.1",
1830             "source": {
1831                 "type": "git",
1832                 "url": "https://github.com/Seldaek/jsonlint.git",
1833                 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
1834             },
1835             "dist": {
1836                 "type": "zip",
1837                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
1838                 "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
1839                 "shasum": ""
1840             },
1841             "require": {
1842                 "php": "^5.3 || ^7.0"
1843             },
1844             "require-dev": {
1845                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1846             },
1847             "bin": [
1848                 "bin/jsonlint"
1849             ],
1850             "type": "library",
1851             "autoload": {
1852                 "psr-4": {
1853                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
1854                 }
1855             },
1856             "notification-url": "https://packagist.org/downloads/",
1857             "license": [
1858                 "MIT"
1859             ],
1860             "authors": [
1861                 {
1862                     "name": "Jordi Boggiano",
1863                     "email": "j.boggiano@seld.be",
1864                     "homepage": "http://seld.be"
1865                 }
1866             ],
1867             "description": "JSON Linter",
1868             "keywords": [
1869                 "json",
1870                 "linter",
1871                 "parser",
1872                 "validator"
1873             ],
1874             "time": "2018-01-24T12:46:19+00:00"
1875         },
1876         {
1877             "name": "seld/phar-utils",
1878             "version": "1.0.1",
1879             "source": {
1880                 "type": "git",
1881                 "url": "https://github.com/Seldaek/phar-utils.git",
1882                 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
1883             },
1884             "dist": {
1885                 "type": "zip",
1886                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
1887                 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
1888                 "shasum": ""
1889             },
1890             "require": {
1891                 "php": ">=5.3"
1892             },
1893             "type": "library",
1894             "extra": {
1895                 "branch-alias": {
1896                     "dev-master": "1.x-dev"
1897                 }
1898             },
1899             "autoload": {
1900                 "psr-4": {
1901                     "Seld\\PharUtils\\": "src/"
1902                 }
1903             },
1904             "notification-url": "https://packagist.org/downloads/",
1905             "license": [
1906                 "MIT"
1907             ],
1908             "authors": [
1909                 {
1910                     "name": "Jordi Boggiano",
1911                     "email": "j.boggiano@seld.be"
1912                 }
1913             ],
1914             "description": "PHAR file format utilities, for when PHP phars you up",
1915             "keywords": [
1916                 "phra"
1917             ],
1918             "time": "2015-10-13T18:44:15+00:00"
1919         },
1920         {
1921             "name": "squizlabs/php_codesniffer",
1922             "version": "2.9.1",
1923             "source": {
1924                 "type": "git",
1925                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1926                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1927             },
1928             "dist": {
1929                 "type": "zip",
1930                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
1931                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1932                 "shasum": ""
1933             },
1934             "require": {
1935                 "ext-simplexml": "*",
1936                 "ext-tokenizer": "*",
1937                 "ext-xmlwriter": "*",
1938                 "php": ">=5.1.2"
1939             },
1940             "require-dev": {
1941                 "phpunit/phpunit": "~4.0"
1942             },
1943             "bin": [
1944                 "scripts/phpcs",
1945                 "scripts/phpcbf"
1946             ],
1947             "type": "library",
1948             "extra": {
1949                 "branch-alias": {
1950                     "dev-master": "2.x-dev"
1951                 }
1952             },
1953             "autoload": {
1954                 "classmap": [
1955                     "CodeSniffer.php",
1956                     "CodeSniffer/CLI.php",
1957                     "CodeSniffer/Exception.php",
1958                     "CodeSniffer/File.php",
1959                     "CodeSniffer/Fixer.php",
1960                     "CodeSniffer/Report.php",
1961                     "CodeSniffer/Reporting.php",
1962                     "CodeSniffer/Sniff.php",
1963                     "CodeSniffer/Tokens.php",
1964                     "CodeSniffer/Reports/",
1965                     "CodeSniffer/Tokenizers/",
1966                     "CodeSniffer/DocGenerators/",
1967                     "CodeSniffer/Standards/AbstractPatternSniff.php",
1968                     "CodeSniffer/Standards/AbstractScopeSniff.php",
1969                     "CodeSniffer/Standards/AbstractVariableSniff.php",
1970                     "CodeSniffer/Standards/IncorrectPatternException.php",
1971                     "CodeSniffer/Standards/Generic/Sniffs/",
1972                     "CodeSniffer/Standards/MySource/Sniffs/",
1973                     "CodeSniffer/Standards/PEAR/Sniffs/",
1974                     "CodeSniffer/Standards/PSR1/Sniffs/",
1975                     "CodeSniffer/Standards/PSR2/Sniffs/",
1976                     "CodeSniffer/Standards/Squiz/Sniffs/",
1977                     "CodeSniffer/Standards/Zend/Sniffs/"
1978                 ]
1979             },
1980             "notification-url": "https://packagist.org/downloads/",
1981             "license": [
1982                 "BSD-3-Clause"
1983             ],
1984             "authors": [
1985                 {
1986                     "name": "Greg Sherwood",
1987                     "role": "lead"
1988                 }
1989             ],
1990             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1991             "homepage": "http://www.squizlabs.com/php-codesniffer",
1992             "keywords": [
1993                 "phpcs",
1994                 "standards"
1995             ],
1996             "time": "2017-05-22T02:43:20+00:00"
1997         },
1998         {
1999             "name": "symfony/console",
2000             "version": "v3.4.11",
2001             "source": {
2002                 "type": "git",
2003                 "url": "https://github.com/symfony/console.git",
2004                 "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27"
2005             },
2006             "dist": {
2007                 "type": "zip",
2008                 "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27",
2009                 "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27",
2010                 "shasum": ""
2011             },
2012             "require": {
2013                 "php": "^5.5.9|>=7.0.8",
2014                 "symfony/debug": "~2.8|~3.0|~4.0",
2015                 "symfony/polyfill-mbstring": "~1.0"
2016             },
2017             "conflict": {
2018                 "symfony/dependency-injection": "<3.4",
2019                 "symfony/process": "<3.3"
2020             },
2021             "require-dev": {
2022                 "psr/log": "~1.0",
2023                 "symfony/config": "~3.3|~4.0",
2024                 "symfony/dependency-injection": "~3.4|~4.0",
2025                 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2026                 "symfony/lock": "~3.4|~4.0",
2027                 "symfony/process": "~3.3|~4.0"
2028             },
2029             "suggest": {
2030                 "psr/log-implementation": "For using the console logger",
2031                 "symfony/event-dispatcher": "",
2032                 "symfony/lock": "",
2033                 "symfony/process": ""
2034             },
2035             "type": "library",
2036             "extra": {
2037                 "branch-alias": {
2038                     "dev-master": "3.4-dev"
2039                 }
2040             },
2041             "autoload": {
2042                 "psr-4": {
2043                     "Symfony\\Component\\Console\\": ""
2044                 },
2045                 "exclude-from-classmap": [
2046                     "/Tests/"
2047                 ]
2048             },
2049             "notification-url": "https://packagist.org/downloads/",
2050             "license": [
2051                 "MIT"
2052             ],
2053             "authors": [
2054                 {
2055                     "name": "Fabien Potencier",
2056                     "email": "fabien@symfony.com"
2057                 },
2058                 {
2059                     "name": "Symfony Community",
2060                     "homepage": "https://symfony.com/contributors"
2061                 }
2062             ],
2063             "description": "Symfony Console Component",
2064             "homepage": "https://symfony.com",
2065             "time": "2018-05-16T08:49:21+00:00"
2066         },
2067         {
2068             "name": "symfony/debug",
2069             "version": "v3.4.11",
2070             "source": {
2071                 "type": "git",
2072                 "url": "https://github.com/symfony/debug.git",
2073                 "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68"
2074             },
2075             "dist": {
2076                 "type": "zip",
2077                 "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68",
2078                 "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68",
2079                 "shasum": ""
2080             },
2081             "require": {
2082                 "php": "^5.5.9|>=7.0.8",
2083                 "psr/log": "~1.0"
2084             },
2085             "conflict": {
2086                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2087             },
2088             "require-dev": {
2089                 "symfony/http-kernel": "~2.8|~3.0|~4.0"
2090             },
2091             "type": "library",
2092             "extra": {
2093                 "branch-alias": {
2094                     "dev-master": "3.4-dev"
2095                 }
2096             },
2097             "autoload": {
2098                 "psr-4": {
2099                     "Symfony\\Component\\Debug\\": ""
2100                 },
2101                 "exclude-from-classmap": [
2102                     "/Tests/"
2103                 ]
2104             },
2105             "notification-url": "https://packagist.org/downloads/",
2106             "license": [
2107                 "MIT"
2108             ],
2109             "authors": [
2110                 {
2111                     "name": "Fabien Potencier",
2112                     "email": "fabien@symfony.com"
2113                 },
2114                 {
2115                     "name": "Symfony Community",
2116                     "homepage": "https://symfony.com/contributors"
2117                 }
2118             ],
2119             "description": "Symfony Debug Component",
2120             "homepage": "https://symfony.com",
2121             "time": "2018-05-16T14:03:39+00:00"
2122         },
2123         {
2124             "name": "symfony/filesystem",
2125             "version": "v3.4.11",
2126             "source": {
2127                 "type": "git",
2128                 "url": "https://github.com/symfony/filesystem.git",
2129                 "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0"
2130             },
2131             "dist": {
2132                 "type": "zip",
2133                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
2134                 "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0",
2135                 "shasum": ""
2136             },
2137             "require": {
2138                 "php": "^5.5.9|>=7.0.8",
2139                 "symfony/polyfill-ctype": "~1.8"
2140             },
2141             "type": "library",
2142             "extra": {
2143                 "branch-alias": {
2144                     "dev-master": "3.4-dev"
2145                 }
2146             },
2147             "autoload": {
2148                 "psr-4": {
2149                     "Symfony\\Component\\Filesystem\\": ""
2150                 },
2151                 "exclude-from-classmap": [
2152                     "/Tests/"
2153                 ]
2154             },
2155             "notification-url": "https://packagist.org/downloads/",
2156             "license": [
2157                 "MIT"
2158             ],
2159             "authors": [
2160                 {
2161                     "name": "Fabien Potencier",
2162                     "email": "fabien@symfony.com"
2163                 },
2164                 {
2165                     "name": "Symfony Community",
2166                     "homepage": "https://symfony.com/contributors"
2167                 }
2168             ],
2169             "description": "Symfony Filesystem Component",
2170             "homepage": "https://symfony.com",
2171             "time": "2018-05-16T08:49:21+00:00"
2172         },
2173         {
2174             "name": "symfony/finder",
2175             "version": "v3.4.11",
2176             "source": {
2177                 "type": "git",
2178                 "url": "https://github.com/symfony/finder.git",
2179                 "reference": "472a92f3df8b247b49ae364275fb32943b9656c6"
2180             },
2181             "dist": {
2182                 "type": "zip",
2183                 "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6",
2184                 "reference": "472a92f3df8b247b49ae364275fb32943b9656c6",
2185                 "shasum": ""
2186             },
2187             "require": {
2188                 "php": "^5.5.9|>=7.0.8"
2189             },
2190             "type": "library",
2191             "extra": {
2192                 "branch-alias": {
2193                     "dev-master": "3.4-dev"
2194                 }
2195             },
2196             "autoload": {
2197                 "psr-4": {
2198                     "Symfony\\Component\\Finder\\": ""
2199                 },
2200                 "exclude-from-classmap": [
2201                     "/Tests/"
2202                 ]
2203             },
2204             "notification-url": "https://packagist.org/downloads/",
2205             "license": [
2206                 "MIT"
2207             ],
2208             "authors": [
2209                 {
2210                     "name": "Fabien Potencier",
2211                     "email": "fabien@symfony.com"
2212                 },
2213                 {
2214                     "name": "Symfony Community",
2215                     "homepage": "https://symfony.com/contributors"
2216                 }
2217             ],
2218             "description": "Symfony Finder Component",
2219             "homepage": "https://symfony.com",
2220             "time": "2018-05-16T08:49:21+00:00"
2221         },
2222         {
2223             "name": "symfony/polyfill-ctype",
2224             "version": "v1.8.0",
2225             "source": {
2226                 "type": "git",
2227                 "url": "https://github.com/symfony/polyfill-ctype.git",
2228                 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
2229             },
2230             "dist": {
2231                 "type": "zip",
2232                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2233                 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
2234                 "shasum": ""
2235             },
2236             "require": {
2237                 "php": ">=5.3.3"
2238             },
2239             "type": "library",
2240             "extra": {
2241                 "branch-alias": {
2242                     "dev-master": "1.8-dev"
2243                 }
2244             },
2245             "autoload": {
2246                 "psr-4": {
2247                     "Symfony\\Polyfill\\Ctype\\": ""
2248                 },
2249                 "files": [
2250                     "bootstrap.php"
2251                 ]
2252             },
2253             "notification-url": "https://packagist.org/downloads/",
2254             "license": [
2255                 "MIT"
2256             ],
2257             "authors": [
2258                 {
2259                     "name": "Symfony Community",
2260                     "homepage": "https://symfony.com/contributors"
2261                 },
2262                 {
2263                     "name": "Gert de Pagter",
2264                     "email": "BackEndTea@gmail.com"
2265                 }
2266             ],
2267             "description": "Symfony polyfill for ctype functions",
2268             "homepage": "https://symfony.com",
2269             "keywords": [
2270                 "compatibility",
2271                 "ctype",
2272                 "polyfill",
2273                 "portable"
2274             ],
2275             "time": "2018-04-30T19:57:29+00:00"
2276         },
2277         {
2278             "name": "symfony/polyfill-mbstring",
2279             "version": "v1.8.0",
2280             "source": {
2281                 "type": "git",
2282                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2283                 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
2284             },
2285             "dist": {
2286                 "type": "zip",
2287                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
2288                 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
2289                 "shasum": ""
2290             },
2291             "require": {
2292                 "php": ">=5.3.3"
2293             },
2294             "suggest": {
2295                 "ext-mbstring": "For best performance"
2296             },
2297             "type": "library",
2298             "extra": {
2299                 "branch-alias": {
2300                     "dev-master": "1.8-dev"
2301                 }
2302             },
2303             "autoload": {
2304                 "psr-4": {
2305                     "Symfony\\Polyfill\\Mbstring\\": ""
2306                 },
2307                 "files": [
2308                     "bootstrap.php"
2309                 ]
2310             },
2311             "notification-url": "https://packagist.org/downloads/",
2312             "license": [
2313                 "MIT"
2314             ],
2315             "authors": [
2316                 {
2317                     "name": "Nicolas Grekas",
2318                     "email": "p@tchwork.com"
2319                 },
2320                 {
2321                     "name": "Symfony Community",
2322                     "homepage": "https://symfony.com/contributors"
2323                 }
2324             ],
2325             "description": "Symfony polyfill for the Mbstring extension",
2326             "homepage": "https://symfony.com",
2327             "keywords": [
2328                 "compatibility",
2329                 "mbstring",
2330                 "polyfill",
2331                 "portable",
2332                 "shim"
2333             ],
2334             "time": "2018-04-26T10:06:28+00:00"
2335         },
2336         {
2337             "name": "symfony/process",
2338             "version": "v3.4.11",
2339             "source": {
2340                 "type": "git",
2341                 "url": "https://github.com/symfony/process.git",
2342                 "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187"
2343             },
2344             "dist": {
2345                 "type": "zip",
2346                 "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187",
2347                 "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187",
2348                 "shasum": ""
2349             },
2350             "require": {
2351                 "php": "^5.5.9|>=7.0.8"
2352             },
2353             "type": "library",
2354             "extra": {
2355                 "branch-alias": {
2356                     "dev-master": "3.4-dev"
2357                 }
2358             },
2359             "autoload": {
2360                 "psr-4": {
2361                     "Symfony\\Component\\Process\\": ""
2362                 },
2363                 "exclude-from-classmap": [
2364                     "/Tests/"
2365                 ]
2366             },
2367             "notification-url": "https://packagist.org/downloads/",
2368             "license": [
2369                 "MIT"
2370             ],
2371             "authors": [
2372                 {
2373                     "name": "Fabien Potencier",
2374                     "email": "fabien@symfony.com"
2375                 },
2376                 {
2377                     "name": "Symfony Community",
2378                     "homepage": "https://symfony.com/contributors"
2379                 }
2380             ],
2381             "description": "Symfony Process Component",
2382             "homepage": "https://symfony.com",
2383             "time": "2018-05-16T08:49:21+00:00"
2384         },
2385         {
2386             "name": "theseer/tokenizer",
2387             "version": "1.1.0",
2388             "source": {
2389                 "type": "git",
2390                 "url": "https://github.com/theseer/tokenizer.git",
2391                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
2392             },
2393             "dist": {
2394                 "type": "zip",
2395                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2396                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
2397                 "shasum": ""
2398             },
2399             "require": {
2400                 "ext-dom": "*",
2401                 "ext-tokenizer": "*",
2402                 "ext-xmlwriter": "*",
2403                 "php": "^7.0"
2404             },
2405             "type": "library",
2406             "autoload": {
2407                 "classmap": [
2408                     "src/"
2409                 ]
2410             },
2411             "notification-url": "https://packagist.org/downloads/",
2412             "license": [
2413                 "BSD-3-Clause"
2414             ],
2415             "authors": [
2416                 {
2417                     "name": "Arne Blankerts",
2418                     "email": "arne@blankerts.de",
2419                     "role": "Developer"
2420                 }
2421             ],
2422             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2423             "time": "2017-04-07T12:08:54+00:00"
2424         },
2425         {
2426             "name": "webmozart/assert",
2427             "version": "1.3.0",
2428             "source": {
2429                 "type": "git",
2430                 "url": "https://github.com/webmozart/assert.git",
2431                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2432             },
2433             "dist": {
2434                 "type": "zip",
2435                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2436                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2437                 "shasum": ""
2438             },
2439             "require": {
2440                 "php": "^5.3.3 || ^7.0"
2441             },
2442             "require-dev": {
2443                 "phpunit/phpunit": "^4.6",
2444                 "sebastian/version": "^1.0.1"
2445             },
2446             "type": "library",
2447             "extra": {
2448                 "branch-alias": {
2449                     "dev-master": "1.3-dev"
2450                 }
2451             },
2452             "autoload": {
2453                 "psr-4": {
2454                     "Webmozart\\Assert\\": "src/"
2455                 }
2456             },
2457             "notification-url": "https://packagist.org/downloads/",
2458             "license": [
2459                 "MIT"
2460             ],
2461             "authors": [
2462                 {
2463                     "name": "Bernhard Schussek",
2464                     "email": "bschussek@gmail.com"
2465                 }
2466             ],
2467             "description": "Assertions to validate method input/output with nice error messages.",
2468             "keywords": [
2469                 "assert",
2470                 "check",
2471                 "validate"
2472             ],
2473             "time": "2018-01-29T19:49:41+00:00"
2474         }
2475     ],
2476     "aliases": [],
2477     "minimum-stability": "stable",
2478     "stability-flags": {
2479         "composer/composer": 20
2480     },
2481     "prefer-stable": false,
2482     "prefer-lowest": false,
2483     "platform": {
2484         "php": ">=5.4.5"
2485     },
2486     "platform-dev": [],
2487     "platform-overrides": {
2488         "php": "7.0.8"
2489     }
2490 }