Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / lsolesen / pel / 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#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "471b99c1d4c0c5563c29bd06c3c6c830",
8     "content-hash": "c769b15d30a93d377a0dd7be57e22aa7",
9     "packages": [],
10     "packages-dev": [
11         {
12             "name": "doctrine/instantiator",
13             "version": "1.0.5",
14             "source": {
15                 "type": "git",
16                 "url": "https://github.com/doctrine/instantiator.git",
17                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
18             },
19             "dist": {
20                 "type": "zip",
21                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
22                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
23                 "shasum": ""
24             },
25             "require": {
26                 "php": ">=5.3,<8.0-DEV"
27             },
28             "require-dev": {
29                 "athletic/athletic": "~0.1.8",
30                 "ext-pdo": "*",
31                 "ext-phar": "*",
32                 "phpunit/phpunit": "~4.0",
33                 "squizlabs/php_codesniffer": "~2.0"
34             },
35             "type": "library",
36             "extra": {
37                 "branch-alias": {
38                     "dev-master": "1.0.x-dev"
39                 }
40             },
41             "autoload": {
42                 "psr-4": {
43                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
44                 }
45             },
46             "notification-url": "https://packagist.org/downloads/",
47             "license": [
48                 "MIT"
49             ],
50             "authors": [
51                 {
52                     "name": "Marco Pivetta",
53                     "email": "ocramius@gmail.com",
54                     "homepage": "http://ocramius.github.com/"
55                 }
56             ],
57             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
58             "homepage": "https://github.com/doctrine/instantiator",
59             "keywords": [
60                 "constructor",
61                 "instantiate"
62             ],
63             "time": "2015-06-14 21:17:01"
64         },
65         {
66             "name": "guzzle/guzzle",
67             "version": "v3.9.3",
68             "source": {
69                 "type": "git",
70                 "url": "https://github.com/guzzle/guzzle3.git",
71                 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
72             },
73             "dist": {
74                 "type": "zip",
75                 "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
76                 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
77                 "shasum": ""
78             },
79             "require": {
80                 "ext-curl": "*",
81                 "php": ">=5.3.3",
82                 "symfony/event-dispatcher": "~2.1"
83             },
84             "replace": {
85                 "guzzle/batch": "self.version",
86                 "guzzle/cache": "self.version",
87                 "guzzle/common": "self.version",
88                 "guzzle/http": "self.version",
89                 "guzzle/inflection": "self.version",
90                 "guzzle/iterator": "self.version",
91                 "guzzle/log": "self.version",
92                 "guzzle/parser": "self.version",
93                 "guzzle/plugin": "self.version",
94                 "guzzle/plugin-async": "self.version",
95                 "guzzle/plugin-backoff": "self.version",
96                 "guzzle/plugin-cache": "self.version",
97                 "guzzle/plugin-cookie": "self.version",
98                 "guzzle/plugin-curlauth": "self.version",
99                 "guzzle/plugin-error-response": "self.version",
100                 "guzzle/plugin-history": "self.version",
101                 "guzzle/plugin-log": "self.version",
102                 "guzzle/plugin-md5": "self.version",
103                 "guzzle/plugin-mock": "self.version",
104                 "guzzle/plugin-oauth": "self.version",
105                 "guzzle/service": "self.version",
106                 "guzzle/stream": "self.version"
107             },
108             "require-dev": {
109                 "doctrine/cache": "~1.3",
110                 "monolog/monolog": "~1.0",
111                 "phpunit/phpunit": "3.7.*",
112                 "psr/log": "~1.0",
113                 "symfony/class-loader": "~2.1",
114                 "zendframework/zend-cache": "2.*,<2.3",
115                 "zendframework/zend-log": "2.*,<2.3"
116             },
117             "suggest": {
118                 "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
119             },
120             "type": "library",
121             "extra": {
122                 "branch-alias": {
123                     "dev-master": "3.9-dev"
124                 }
125             },
126             "autoload": {
127                 "psr-0": {
128                     "Guzzle": "src/",
129                     "Guzzle\\Tests": "tests/"
130                 }
131             },
132             "notification-url": "https://packagist.org/downloads/",
133             "license": [
134                 "MIT"
135             ],
136             "authors": [
137                 {
138                     "name": "Michael Dowling",
139                     "email": "mtdowling@gmail.com",
140                     "homepage": "https://github.com/mtdowling"
141                 },
142                 {
143                     "name": "Guzzle Community",
144                     "homepage": "https://github.com/guzzle/guzzle/contributors"
145                 }
146             ],
147             "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
148             "homepage": "http://guzzlephp.org/",
149             "keywords": [
150                 "client",
151                 "curl",
152                 "framework",
153                 "http",
154                 "http client",
155                 "rest",
156                 "web service"
157             ],
158             "abandoned": "guzzlehttp/guzzle",
159             "time": "2015-03-18 18:23:50"
160         },
161         {
162             "name": "myclabs/deep-copy",
163             "version": "1.6.0",
164             "source": {
165                 "type": "git",
166                 "url": "https://github.com/myclabs/DeepCopy.git",
167                 "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe"
168             },
169             "dist": {
170                 "type": "zip",
171                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe",
172                 "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe",
173                 "shasum": ""
174             },
175             "require": {
176                 "php": ">=5.4.0"
177             },
178             "require-dev": {
179                 "doctrine/collections": "1.*",
180                 "phpunit/phpunit": "~4.1"
181             },
182             "type": "library",
183             "autoload": {
184                 "psr-4": {
185                     "DeepCopy\\": "src/DeepCopy/"
186                 }
187             },
188             "notification-url": "https://packagist.org/downloads/",
189             "license": [
190                 "MIT"
191             ],
192             "description": "Create deep copies (clones) of your objects",
193             "homepage": "https://github.com/myclabs/DeepCopy",
194             "keywords": [
195                 "clone",
196                 "copy",
197                 "duplicate",
198                 "object",
199                 "object graph"
200             ],
201             "time": "2017-01-26 22:05:40"
202         },
203         {
204             "name": "phpdocumentor/reflection-common",
205             "version": "1.0",
206             "source": {
207                 "type": "git",
208                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
209                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
210             },
211             "dist": {
212                 "type": "zip",
213                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
214                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
215                 "shasum": ""
216             },
217             "require": {
218                 "php": ">=5.5"
219             },
220             "require-dev": {
221                 "phpunit/phpunit": "^4.6"
222             },
223             "type": "library",
224             "extra": {
225                 "branch-alias": {
226                     "dev-master": "1.0.x-dev"
227                 }
228             },
229             "autoload": {
230                 "psr-4": {
231                     "phpDocumentor\\Reflection\\": [
232                         "src"
233                     ]
234                 }
235             },
236             "notification-url": "https://packagist.org/downloads/",
237             "license": [
238                 "MIT"
239             ],
240             "authors": [
241                 {
242                     "name": "Jaap van Otterdijk",
243                     "email": "opensource@ijaap.nl"
244                 }
245             ],
246             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
247             "homepage": "http://www.phpdoc.org",
248             "keywords": [
249                 "FQSEN",
250                 "phpDocumentor",
251                 "phpdoc",
252                 "reflection",
253                 "static analysis"
254             ],
255             "time": "2015-12-27 11:43:31"
256         },
257         {
258             "name": "phpdocumentor/reflection-docblock",
259             "version": "3.1.1",
260             "source": {
261                 "type": "git",
262                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
263                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
264             },
265             "dist": {
266                 "type": "zip",
267                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
268                 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
269                 "shasum": ""
270             },
271             "require": {
272                 "php": ">=5.5",
273                 "phpdocumentor/reflection-common": "^1.0@dev",
274                 "phpdocumentor/type-resolver": "^0.2.0",
275                 "webmozart/assert": "^1.0"
276             },
277             "require-dev": {
278                 "mockery/mockery": "^0.9.4",
279                 "phpunit/phpunit": "^4.4"
280             },
281             "type": "library",
282             "autoload": {
283                 "psr-4": {
284                     "phpDocumentor\\Reflection\\": [
285                         "src/"
286                     ]
287                 }
288             },
289             "notification-url": "https://packagist.org/downloads/",
290             "license": [
291                 "MIT"
292             ],
293             "authors": [
294                 {
295                     "name": "Mike van Riel",
296                     "email": "me@mikevanriel.com"
297                 }
298             ],
299             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
300             "time": "2016-09-30 07:12:33"
301         },
302         {
303             "name": "phpdocumentor/type-resolver",
304             "version": "0.2.1",
305             "source": {
306                 "type": "git",
307                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
308                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
309             },
310             "dist": {
311                 "type": "zip",
312                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
313                 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
314                 "shasum": ""
315             },
316             "require": {
317                 "php": ">=5.5",
318                 "phpdocumentor/reflection-common": "^1.0"
319             },
320             "require-dev": {
321                 "mockery/mockery": "^0.9.4",
322                 "phpunit/phpunit": "^5.2||^4.8.24"
323             },
324             "type": "library",
325             "extra": {
326                 "branch-alias": {
327                     "dev-master": "1.0.x-dev"
328                 }
329             },
330             "autoload": {
331                 "psr-4": {
332                     "phpDocumentor\\Reflection\\": [
333                         "src/"
334                     ]
335                 }
336             },
337             "notification-url": "https://packagist.org/downloads/",
338             "license": [
339                 "MIT"
340             ],
341             "authors": [
342                 {
343                     "name": "Mike van Riel",
344                     "email": "me@mikevanriel.com"
345                 }
346             ],
347             "time": "2016-11-25 06:54:22"
348         },
349         {
350             "name": "phpspec/prophecy",
351             "version": "v1.6.2",
352             "source": {
353                 "type": "git",
354                 "url": "https://github.com/phpspec/prophecy.git",
355                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
356             },
357             "dist": {
358                 "type": "zip",
359                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
360                 "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
361                 "shasum": ""
362             },
363             "require": {
364                 "doctrine/instantiator": "^1.0.2",
365                 "php": "^5.3|^7.0",
366                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
367                 "sebastian/comparator": "^1.1",
368                 "sebastian/recursion-context": "^1.0|^2.0"
369             },
370             "require-dev": {
371                 "phpspec/phpspec": "^2.0",
372                 "phpunit/phpunit": "^4.8 || ^5.6.5"
373             },
374             "type": "library",
375             "extra": {
376                 "branch-alias": {
377                     "dev-master": "1.6.x-dev"
378                 }
379             },
380             "autoload": {
381                 "psr-0": {
382                     "Prophecy\\": "src/"
383                 }
384             },
385             "notification-url": "https://packagist.org/downloads/",
386             "license": [
387                 "MIT"
388             ],
389             "authors": [
390                 {
391                     "name": "Konstantin Kudryashov",
392                     "email": "ever.zet@gmail.com",
393                     "homepage": "http://everzet.com"
394                 },
395                 {
396                     "name": "Marcello Duarte",
397                     "email": "marcello.duarte@gmail.com"
398                 }
399             ],
400             "description": "Highly opinionated mocking framework for PHP 5.3+",
401             "homepage": "https://github.com/phpspec/prophecy",
402             "keywords": [
403                 "Double",
404                 "Dummy",
405                 "fake",
406                 "mock",
407                 "spy",
408                 "stub"
409             ],
410             "time": "2016-11-21 14:58:47"
411         },
412         {
413             "name": "phpunit/php-code-coverage",
414             "version": "4.0.5",
415             "source": {
416                 "type": "git",
417                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
418                 "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971"
419             },
420             "dist": {
421                 "type": "zip",
422                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
423                 "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
424                 "shasum": ""
425             },
426             "require": {
427                 "php": "^5.6 || ^7.0",
428                 "phpunit/php-file-iterator": "~1.3",
429                 "phpunit/php-text-template": "~1.2",
430                 "phpunit/php-token-stream": "^1.4.2",
431                 "sebastian/code-unit-reverse-lookup": "~1.0",
432                 "sebastian/environment": "^1.3.2 || ^2.0",
433                 "sebastian/version": "~1.0|~2.0"
434             },
435             "require-dev": {
436                 "ext-xdebug": ">=2.1.4",
437                 "phpunit/phpunit": "^5.4"
438             },
439             "suggest": {
440                 "ext-dom": "*",
441                 "ext-xdebug": ">=2.4.0",
442                 "ext-xmlwriter": "*"
443             },
444             "type": "library",
445             "extra": {
446                 "branch-alias": {
447                     "dev-master": "4.0.x-dev"
448                 }
449             },
450             "autoload": {
451                 "classmap": [
452                     "src/"
453                 ]
454             },
455             "notification-url": "https://packagist.org/downloads/",
456             "license": [
457                 "BSD-3-Clause"
458             ],
459             "authors": [
460                 {
461                     "name": "Sebastian Bergmann",
462                     "email": "sb@sebastian-bergmann.de",
463                     "role": "lead"
464                 }
465             ],
466             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
467             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
468             "keywords": [
469                 "coverage",
470                 "testing",
471                 "xunit"
472             ],
473             "time": "2017-01-20 15:06:43"
474         },
475         {
476             "name": "phpunit/php-file-iterator",
477             "version": "1.4.2",
478             "source": {
479                 "type": "git",
480                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
481                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
482             },
483             "dist": {
484                 "type": "zip",
485                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
486                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
487                 "shasum": ""
488             },
489             "require": {
490                 "php": ">=5.3.3"
491             },
492             "type": "library",
493             "extra": {
494                 "branch-alias": {
495                     "dev-master": "1.4.x-dev"
496                 }
497             },
498             "autoload": {
499                 "classmap": [
500                     "src/"
501                 ]
502             },
503             "notification-url": "https://packagist.org/downloads/",
504             "license": [
505                 "BSD-3-Clause"
506             ],
507             "authors": [
508                 {
509                     "name": "Sebastian Bergmann",
510                     "email": "sb@sebastian-bergmann.de",
511                     "role": "lead"
512                 }
513             ],
514             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
515             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
516             "keywords": [
517                 "filesystem",
518                 "iterator"
519             ],
520             "time": "2016-10-03 07:40:28"
521         },
522         {
523             "name": "phpunit/php-text-template",
524             "version": "1.2.1",
525             "source": {
526                 "type": "git",
527                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
528                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
529             },
530             "dist": {
531                 "type": "zip",
532                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
533                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
534                 "shasum": ""
535             },
536             "require": {
537                 "php": ">=5.3.3"
538             },
539             "type": "library",
540             "autoload": {
541                 "classmap": [
542                     "src/"
543                 ]
544             },
545             "notification-url": "https://packagist.org/downloads/",
546             "license": [
547                 "BSD-3-Clause"
548             ],
549             "authors": [
550                 {
551                     "name": "Sebastian Bergmann",
552                     "email": "sebastian@phpunit.de",
553                     "role": "lead"
554                 }
555             ],
556             "description": "Simple template engine.",
557             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
558             "keywords": [
559                 "template"
560             ],
561             "time": "2015-06-21 13:50:34"
562         },
563         {
564             "name": "phpunit/php-timer",
565             "version": "1.0.8",
566             "source": {
567                 "type": "git",
568                 "url": "https://github.com/sebastianbergmann/php-timer.git",
569                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
570             },
571             "dist": {
572                 "type": "zip",
573                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
574                 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
575                 "shasum": ""
576             },
577             "require": {
578                 "php": ">=5.3.3"
579             },
580             "require-dev": {
581                 "phpunit/phpunit": "~4|~5"
582             },
583             "type": "library",
584             "autoload": {
585                 "classmap": [
586                     "src/"
587                 ]
588             },
589             "notification-url": "https://packagist.org/downloads/",
590             "license": [
591                 "BSD-3-Clause"
592             ],
593             "authors": [
594                 {
595                     "name": "Sebastian Bergmann",
596                     "email": "sb@sebastian-bergmann.de",
597                     "role": "lead"
598                 }
599             ],
600             "description": "Utility class for timing",
601             "homepage": "https://github.com/sebastianbergmann/php-timer/",
602             "keywords": [
603                 "timer"
604             ],
605             "time": "2016-05-12 18:03:57"
606         },
607         {
608             "name": "phpunit/php-token-stream",
609             "version": "1.4.9",
610             "source": {
611                 "type": "git",
612                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
613                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
614             },
615             "dist": {
616                 "type": "zip",
617                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
618                 "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
619                 "shasum": ""
620             },
621             "require": {
622                 "ext-tokenizer": "*",
623                 "php": ">=5.3.3"
624             },
625             "require-dev": {
626                 "phpunit/phpunit": "~4.2"
627             },
628             "type": "library",
629             "extra": {
630                 "branch-alias": {
631                     "dev-master": "1.4-dev"
632                 }
633             },
634             "autoload": {
635                 "classmap": [
636                     "src/"
637                 ]
638             },
639             "notification-url": "https://packagist.org/downloads/",
640             "license": [
641                 "BSD-3-Clause"
642             ],
643             "authors": [
644                 {
645                     "name": "Sebastian Bergmann",
646                     "email": "sebastian@phpunit.de"
647                 }
648             ],
649             "description": "Wrapper around PHP's tokenizer extension.",
650             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
651             "keywords": [
652                 "tokenizer"
653             ],
654             "time": "2016-11-15 14:06:22"
655         },
656         {
657             "name": "phpunit/phpunit",
658             "version": "5.7.9",
659             "source": {
660                 "type": "git",
661                 "url": "https://github.com/sebastianbergmann/phpunit.git",
662                 "reference": "69f832b87c731d5cacad7f91948778fe98335fdd"
663             },
664             "dist": {
665                 "type": "zip",
666                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69f832b87c731d5cacad7f91948778fe98335fdd",
667                 "reference": "69f832b87c731d5cacad7f91948778fe98335fdd",
668                 "shasum": ""
669             },
670             "require": {
671                 "ext-dom": "*",
672                 "ext-json": "*",
673                 "ext-libxml": "*",
674                 "ext-mbstring": "*",
675                 "ext-xml": "*",
676                 "myclabs/deep-copy": "~1.3",
677                 "php": "^5.6 || ^7.0",
678                 "phpspec/prophecy": "^1.6.2",
679                 "phpunit/php-code-coverage": "^4.0.4",
680                 "phpunit/php-file-iterator": "~1.4",
681                 "phpunit/php-text-template": "~1.2",
682                 "phpunit/php-timer": "^1.0.6",
683                 "phpunit/phpunit-mock-objects": "^3.2",
684                 "sebastian/comparator": "~1.2.2",
685                 "sebastian/diff": "~1.2",
686                 "sebastian/environment": "^1.3.4 || ^2.0",
687                 "sebastian/exporter": "~2.0",
688                 "sebastian/global-state": "^1.0 || ^2.0",
689                 "sebastian/object-enumerator": "~2.0",
690                 "sebastian/resource-operations": "~1.0",
691                 "sebastian/version": "~1.0|~2.0",
692                 "symfony/yaml": "~2.1|~3.0"
693             },
694             "conflict": {
695                 "phpdocumentor/reflection-docblock": "3.0.2"
696             },
697             "require-dev": {
698                 "ext-pdo": "*"
699             },
700             "suggest": {
701                 "ext-xdebug": "*",
702                 "phpunit/php-invoker": "~1.1"
703             },
704             "bin": [
705                 "phpunit"
706             ],
707             "type": "library",
708             "extra": {
709                 "branch-alias": {
710                     "dev-master": "5.7.x-dev"
711                 }
712             },
713             "autoload": {
714                 "classmap": [
715                     "src/"
716                 ]
717             },
718             "notification-url": "https://packagist.org/downloads/",
719             "license": [
720                 "BSD-3-Clause"
721             ],
722             "authors": [
723                 {
724                     "name": "Sebastian Bergmann",
725                     "email": "sebastian@phpunit.de",
726                     "role": "lead"
727                 }
728             ],
729             "description": "The PHP Unit Testing framework.",
730             "homepage": "https://phpunit.de/",
731             "keywords": [
732                 "phpunit",
733                 "testing",
734                 "xunit"
735             ],
736             "time": "2017-01-28 06:14:33"
737         },
738         {
739             "name": "phpunit/phpunit-mock-objects",
740             "version": "3.4.3",
741             "source": {
742                 "type": "git",
743                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
744                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
745             },
746             "dist": {
747                 "type": "zip",
748                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
749                 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
750                 "shasum": ""
751             },
752             "require": {
753                 "doctrine/instantiator": "^1.0.2",
754                 "php": "^5.6 || ^7.0",
755                 "phpunit/php-text-template": "^1.2",
756                 "sebastian/exporter": "^1.2 || ^2.0"
757             },
758             "conflict": {
759                 "phpunit/phpunit": "<5.4.0"
760             },
761             "require-dev": {
762                 "phpunit/phpunit": "^5.4"
763             },
764             "suggest": {
765                 "ext-soap": "*"
766             },
767             "type": "library",
768             "extra": {
769                 "branch-alias": {
770                     "dev-master": "3.2.x-dev"
771                 }
772             },
773             "autoload": {
774                 "classmap": [
775                     "src/"
776                 ]
777             },
778             "notification-url": "https://packagist.org/downloads/",
779             "license": [
780                 "BSD-3-Clause"
781             ],
782             "authors": [
783                 {
784                     "name": "Sebastian Bergmann",
785                     "email": "sb@sebastian-bergmann.de",
786                     "role": "lead"
787                 }
788             ],
789             "description": "Mock Object library for PHPUnit",
790             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
791             "keywords": [
792                 "mock",
793                 "xunit"
794             ],
795             "time": "2016-12-08 20:27:08"
796         },
797         {
798             "name": "psr/log",
799             "version": "1.0.2",
800             "source": {
801                 "type": "git",
802                 "url": "https://github.com/php-fig/log.git",
803                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
804             },
805             "dist": {
806                 "type": "zip",
807                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
808                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
809                 "shasum": ""
810             },
811             "require": {
812                 "php": ">=5.3.0"
813             },
814             "type": "library",
815             "extra": {
816                 "branch-alias": {
817                     "dev-master": "1.0.x-dev"
818                 }
819             },
820             "autoload": {
821                 "psr-4": {
822                     "Psr\\Log\\": "Psr/Log/"
823                 }
824             },
825             "notification-url": "https://packagist.org/downloads/",
826             "license": [
827                 "MIT"
828             ],
829             "authors": [
830                 {
831                     "name": "PHP-FIG",
832                     "homepage": "http://www.php-fig.org/"
833                 }
834             ],
835             "description": "Common interface for logging libraries",
836             "homepage": "https://github.com/php-fig/log",
837             "keywords": [
838                 "log",
839                 "psr",
840                 "psr-3"
841             ],
842             "time": "2016-10-10 12:19:37"
843         },
844         {
845             "name": "satooshi/php-coveralls",
846             "version": "v1.0.1",
847             "source": {
848                 "type": "git",
849                 "url": "https://github.com/satooshi/php-coveralls.git",
850                 "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
851             },
852             "dist": {
853                 "type": "zip",
854                 "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
855                 "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
856                 "shasum": ""
857             },
858             "require": {
859                 "ext-json": "*",
860                 "ext-simplexml": "*",
861                 "guzzle/guzzle": "^2.8|^3.0",
862                 "php": ">=5.3.3",
863                 "psr/log": "^1.0",
864                 "symfony/config": "^2.1|^3.0",
865                 "symfony/console": "^2.1|^3.0",
866                 "symfony/stopwatch": "^2.0|^3.0",
867                 "symfony/yaml": "^2.0|^3.0"
868             },
869             "suggest": {
870                 "symfony/http-kernel": "Allows Symfony integration"
871             },
872             "bin": [
873                 "bin/coveralls"
874             ],
875             "type": "library",
876             "autoload": {
877                 "psr-4": {
878                     "Satooshi\\": "src/Satooshi/"
879                 }
880             },
881             "notification-url": "https://packagist.org/downloads/",
882             "license": [
883                 "MIT"
884             ],
885             "authors": [
886                 {
887                     "name": "Kitamura Satoshi",
888                     "email": "with.no.parachute@gmail.com",
889                     "homepage": "https://www.facebook.com/satooshi.jp"
890                 }
891             ],
892             "description": "PHP client library for Coveralls API",
893             "homepage": "https://github.com/satooshi/php-coveralls",
894             "keywords": [
895                 "ci",
896                 "coverage",
897                 "github",
898                 "test"
899             ],
900             "time": "2016-01-20 17:35:46"
901         },
902         {
903             "name": "sebastian/code-unit-reverse-lookup",
904             "version": "1.0.0",
905             "source": {
906                 "type": "git",
907                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
908                 "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
909             },
910             "dist": {
911                 "type": "zip",
912                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
913                 "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
914                 "shasum": ""
915             },
916             "require": {
917                 "php": ">=5.6"
918             },
919             "require-dev": {
920                 "phpunit/phpunit": "~5"
921             },
922             "type": "library",
923             "extra": {
924                 "branch-alias": {
925                     "dev-master": "1.0.x-dev"
926                 }
927             },
928             "autoload": {
929                 "classmap": [
930                     "src/"
931                 ]
932             },
933             "notification-url": "https://packagist.org/downloads/",
934             "license": [
935                 "BSD-3-Clause"
936             ],
937             "authors": [
938                 {
939                     "name": "Sebastian Bergmann",
940                     "email": "sebastian@phpunit.de"
941                 }
942             ],
943             "description": "Looks up which function or method a line of code belongs to",
944             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
945             "time": "2016-02-13 06:45:14"
946         },
947         {
948             "name": "sebastian/comparator",
949             "version": "1.2.4",
950             "source": {
951                 "type": "git",
952                 "url": "https://github.com/sebastianbergmann/comparator.git",
953                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
954             },
955             "dist": {
956                 "type": "zip",
957                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
958                 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
959                 "shasum": ""
960             },
961             "require": {
962                 "php": ">=5.3.3",
963                 "sebastian/diff": "~1.2",
964                 "sebastian/exporter": "~1.2 || ~2.0"
965             },
966             "require-dev": {
967                 "phpunit/phpunit": "~4.4"
968             },
969             "type": "library",
970             "extra": {
971                 "branch-alias": {
972                     "dev-master": "1.2.x-dev"
973                 }
974             },
975             "autoload": {
976                 "classmap": [
977                     "src/"
978                 ]
979             },
980             "notification-url": "https://packagist.org/downloads/",
981             "license": [
982                 "BSD-3-Clause"
983             ],
984             "authors": [
985                 {
986                     "name": "Jeff Welch",
987                     "email": "whatthejeff@gmail.com"
988                 },
989                 {
990                     "name": "Volker Dusch",
991                     "email": "github@wallbash.com"
992                 },
993                 {
994                     "name": "Bernhard Schussek",
995                     "email": "bschussek@2bepublished.at"
996                 },
997                 {
998                     "name": "Sebastian Bergmann",
999                     "email": "sebastian@phpunit.de"
1000                 }
1001             ],
1002             "description": "Provides the functionality to compare PHP values for equality",
1003             "homepage": "http://www.github.com/sebastianbergmann/comparator",
1004             "keywords": [
1005                 "comparator",
1006                 "compare",
1007                 "equality"
1008             ],
1009             "time": "2017-01-29 09:50:25"
1010         },
1011         {
1012             "name": "sebastian/diff",
1013             "version": "1.4.1",
1014             "source": {
1015                 "type": "git",
1016                 "url": "https://github.com/sebastianbergmann/diff.git",
1017                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1018             },
1019             "dist": {
1020                 "type": "zip",
1021                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1022                 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1023                 "shasum": ""
1024             },
1025             "require": {
1026                 "php": ">=5.3.3"
1027             },
1028             "require-dev": {
1029                 "phpunit/phpunit": "~4.8"
1030             },
1031             "type": "library",
1032             "extra": {
1033                 "branch-alias": {
1034                     "dev-master": "1.4-dev"
1035                 }
1036             },
1037             "autoload": {
1038                 "classmap": [
1039                     "src/"
1040                 ]
1041             },
1042             "notification-url": "https://packagist.org/downloads/",
1043             "license": [
1044                 "BSD-3-Clause"
1045             ],
1046             "authors": [
1047                 {
1048                     "name": "Kore Nordmann",
1049                     "email": "mail@kore-nordmann.de"
1050                 },
1051                 {
1052                     "name": "Sebastian Bergmann",
1053                     "email": "sebastian@phpunit.de"
1054                 }
1055             ],
1056             "description": "Diff implementation",
1057             "homepage": "https://github.com/sebastianbergmann/diff",
1058             "keywords": [
1059                 "diff"
1060             ],
1061             "time": "2015-12-08 07:14:41"
1062         },
1063         {
1064             "name": "sebastian/environment",
1065             "version": "2.0.0",
1066             "source": {
1067                 "type": "git",
1068                 "url": "https://github.com/sebastianbergmann/environment.git",
1069                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1070             },
1071             "dist": {
1072                 "type": "zip",
1073                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1074                 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1075                 "shasum": ""
1076             },
1077             "require": {
1078                 "php": "^5.6 || ^7.0"
1079             },
1080             "require-dev": {
1081                 "phpunit/phpunit": "^5.0"
1082             },
1083             "type": "library",
1084             "extra": {
1085                 "branch-alias": {
1086                     "dev-master": "2.0.x-dev"
1087                 }
1088             },
1089             "autoload": {
1090                 "classmap": [
1091                     "src/"
1092                 ]
1093             },
1094             "notification-url": "https://packagist.org/downloads/",
1095             "license": [
1096                 "BSD-3-Clause"
1097             ],
1098             "authors": [
1099                 {
1100                     "name": "Sebastian Bergmann",
1101                     "email": "sebastian@phpunit.de"
1102                 }
1103             ],
1104             "description": "Provides functionality to handle HHVM/PHP environments",
1105             "homepage": "http://www.github.com/sebastianbergmann/environment",
1106             "keywords": [
1107                 "Xdebug",
1108                 "environment",
1109                 "hhvm"
1110             ],
1111             "time": "2016-11-26 07:53:53"
1112         },
1113         {
1114             "name": "sebastian/exporter",
1115             "version": "2.0.0",
1116             "source": {
1117                 "type": "git",
1118                 "url": "https://github.com/sebastianbergmann/exporter.git",
1119                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1120             },
1121             "dist": {
1122                 "type": "zip",
1123                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1124                 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1125                 "shasum": ""
1126             },
1127             "require": {
1128                 "php": ">=5.3.3",
1129                 "sebastian/recursion-context": "~2.0"
1130             },
1131             "require-dev": {
1132                 "ext-mbstring": "*",
1133                 "phpunit/phpunit": "~4.4"
1134             },
1135             "type": "library",
1136             "extra": {
1137                 "branch-alias": {
1138                     "dev-master": "2.0.x-dev"
1139                 }
1140             },
1141             "autoload": {
1142                 "classmap": [
1143                     "src/"
1144                 ]
1145             },
1146             "notification-url": "https://packagist.org/downloads/",
1147             "license": [
1148                 "BSD-3-Clause"
1149             ],
1150             "authors": [
1151                 {
1152                     "name": "Jeff Welch",
1153                     "email": "whatthejeff@gmail.com"
1154                 },
1155                 {
1156                     "name": "Volker Dusch",
1157                     "email": "github@wallbash.com"
1158                 },
1159                 {
1160                     "name": "Bernhard Schussek",
1161                     "email": "bschussek@2bepublished.at"
1162                 },
1163                 {
1164                     "name": "Sebastian Bergmann",
1165                     "email": "sebastian@phpunit.de"
1166                 },
1167                 {
1168                     "name": "Adam Harvey",
1169                     "email": "aharvey@php.net"
1170                 }
1171             ],
1172             "description": "Provides the functionality to export PHP variables for visualization",
1173             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1174             "keywords": [
1175                 "export",
1176                 "exporter"
1177             ],
1178             "time": "2016-11-19 08:54:04"
1179         },
1180         {
1181             "name": "sebastian/global-state",
1182             "version": "1.1.1",
1183             "source": {
1184                 "type": "git",
1185                 "url": "https://github.com/sebastianbergmann/global-state.git",
1186                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1187             },
1188             "dist": {
1189                 "type": "zip",
1190                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1191                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1192                 "shasum": ""
1193             },
1194             "require": {
1195                 "php": ">=5.3.3"
1196             },
1197             "require-dev": {
1198                 "phpunit/phpunit": "~4.2"
1199             },
1200             "suggest": {
1201                 "ext-uopz": "*"
1202             },
1203             "type": "library",
1204             "extra": {
1205                 "branch-alias": {
1206                     "dev-master": "1.0-dev"
1207                 }
1208             },
1209             "autoload": {
1210                 "classmap": [
1211                     "src/"
1212                 ]
1213             },
1214             "notification-url": "https://packagist.org/downloads/",
1215             "license": [
1216                 "BSD-3-Clause"
1217             ],
1218             "authors": [
1219                 {
1220                     "name": "Sebastian Bergmann",
1221                     "email": "sebastian@phpunit.de"
1222                 }
1223             ],
1224             "description": "Snapshotting of global state",
1225             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1226             "keywords": [
1227                 "global state"
1228             ],
1229             "time": "2015-10-12 03:26:01"
1230         },
1231         {
1232             "name": "sebastian/object-enumerator",
1233             "version": "2.0.0",
1234             "source": {
1235                 "type": "git",
1236                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1237                 "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35"
1238             },
1239             "dist": {
1240                 "type": "zip",
1241                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
1242                 "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
1243                 "shasum": ""
1244             },
1245             "require": {
1246                 "php": ">=5.6",
1247                 "sebastian/recursion-context": "~2.0"
1248             },
1249             "require-dev": {
1250                 "phpunit/phpunit": "~5"
1251             },
1252             "type": "library",
1253             "extra": {
1254                 "branch-alias": {
1255                     "dev-master": "2.0.x-dev"
1256                 }
1257             },
1258             "autoload": {
1259                 "classmap": [
1260                     "src/"
1261                 ]
1262             },
1263             "notification-url": "https://packagist.org/downloads/",
1264             "license": [
1265                 "BSD-3-Clause"
1266             ],
1267             "authors": [
1268                 {
1269                     "name": "Sebastian Bergmann",
1270                     "email": "sebastian@phpunit.de"
1271                 }
1272             ],
1273             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1274             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1275             "time": "2016-11-19 07:35:10"
1276         },
1277         {
1278             "name": "sebastian/recursion-context",
1279             "version": "2.0.0",
1280             "source": {
1281                 "type": "git",
1282                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1283                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1284             },
1285             "dist": {
1286                 "type": "zip",
1287                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1288                 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1289                 "shasum": ""
1290             },
1291             "require": {
1292                 "php": ">=5.3.3"
1293             },
1294             "require-dev": {
1295                 "phpunit/phpunit": "~4.4"
1296             },
1297             "type": "library",
1298             "extra": {
1299                 "branch-alias": {
1300                     "dev-master": "2.0.x-dev"
1301                 }
1302             },
1303             "autoload": {
1304                 "classmap": [
1305                     "src/"
1306                 ]
1307             },
1308             "notification-url": "https://packagist.org/downloads/",
1309             "license": [
1310                 "BSD-3-Clause"
1311             ],
1312             "authors": [
1313                 {
1314                     "name": "Jeff Welch",
1315                     "email": "whatthejeff@gmail.com"
1316                 },
1317                 {
1318                     "name": "Sebastian Bergmann",
1319                     "email": "sebastian@phpunit.de"
1320                 },
1321                 {
1322                     "name": "Adam Harvey",
1323                     "email": "aharvey@php.net"
1324                 }
1325             ],
1326             "description": "Provides functionality to recursively process PHP variables",
1327             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1328             "time": "2016-11-19 07:33:16"
1329         },
1330         {
1331             "name": "sebastian/resource-operations",
1332             "version": "1.0.0",
1333             "source": {
1334                 "type": "git",
1335                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1336                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1337             },
1338             "dist": {
1339                 "type": "zip",
1340                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1341                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1342                 "shasum": ""
1343             },
1344             "require": {
1345                 "php": ">=5.6.0"
1346             },
1347             "type": "library",
1348             "extra": {
1349                 "branch-alias": {
1350                     "dev-master": "1.0.x-dev"
1351                 }
1352             },
1353             "autoload": {
1354                 "classmap": [
1355                     "src/"
1356                 ]
1357             },
1358             "notification-url": "https://packagist.org/downloads/",
1359             "license": [
1360                 "BSD-3-Clause"
1361             ],
1362             "authors": [
1363                 {
1364                     "name": "Sebastian Bergmann",
1365                     "email": "sebastian@phpunit.de"
1366                 }
1367             ],
1368             "description": "Provides a list of PHP built-in functions that operate on resources",
1369             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1370             "time": "2015-07-28 20:34:47"
1371         },
1372         {
1373             "name": "sebastian/version",
1374             "version": "2.0.1",
1375             "source": {
1376                 "type": "git",
1377                 "url": "https://github.com/sebastianbergmann/version.git",
1378                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1379             },
1380             "dist": {
1381                 "type": "zip",
1382                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1383                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1384                 "shasum": ""
1385             },
1386             "require": {
1387                 "php": ">=5.6"
1388             },
1389             "type": "library",
1390             "extra": {
1391                 "branch-alias": {
1392                     "dev-master": "2.0.x-dev"
1393                 }
1394             },
1395             "autoload": {
1396                 "classmap": [
1397                     "src/"
1398                 ]
1399             },
1400             "notification-url": "https://packagist.org/downloads/",
1401             "license": [
1402                 "BSD-3-Clause"
1403             ],
1404             "authors": [
1405                 {
1406                     "name": "Sebastian Bergmann",
1407                     "email": "sebastian@phpunit.de",
1408                     "role": "lead"
1409                 }
1410             ],
1411             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1412             "homepage": "https://github.com/sebastianbergmann/version",
1413             "time": "2016-10-03 07:35:21"
1414         },
1415         {
1416             "name": "squizlabs/php_codesniffer",
1417             "version": "3.0.0RC3",
1418             "source": {
1419                 "type": "git",
1420                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1421                 "reference": "2c1ba4635457a793238982d3ea21a20b87863330"
1422             },
1423             "dist": {
1424                 "type": "zip",
1425                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2c1ba4635457a793238982d3ea21a20b87863330",
1426                 "reference": "2c1ba4635457a793238982d3ea21a20b87863330",
1427                 "shasum": ""
1428             },
1429             "require": {
1430                 "ext-simplexml": "*",
1431                 "ext-tokenizer": "*",
1432                 "ext-xmlwriter": "*",
1433                 "php": ">=5.4.0"
1434             },
1435             "require-dev": {
1436                 "phpunit/phpunit": "~4.0"
1437             },
1438             "bin": [
1439                 "bin/phpcs",
1440                 "bin/phpcbf"
1441             ],
1442             "type": "library",
1443             "extra": {
1444                 "branch-alias": {
1445                     "dev-master": "3.x-dev"
1446                 }
1447             },
1448             "autoload": {
1449                 "psr-4": {
1450                     "PHP_CodeSniffer\\": "src/",
1451                     "PHP_CodeSniffer\\Tests\\": "tests/"
1452                 },
1453                 "files": [
1454                     "autoload.php"
1455                 ]
1456             },
1457             "notification-url": "https://packagist.org/downloads/",
1458             "license": [
1459                 "BSD-3-Clause"
1460             ],
1461             "authors": [
1462                 {
1463                     "name": "Greg Sherwood",
1464                     "role": "lead"
1465                 }
1466             ],
1467             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1468             "homepage": "http://www.squizlabs.com/php-codesniffer",
1469             "keywords": [
1470                 "phpcs",
1471                 "standards"
1472             ],
1473             "time": "2017-02-02 03:53:25"
1474         },
1475         {
1476             "name": "symfony/config",
1477             "version": "v3.2.2",
1478             "source": {
1479                 "type": "git",
1480                 "url": "https://github.com/symfony/config.git",
1481                 "reference": "c5ea878b5a7f6a01b9a2f182f905831711b9ff3f"
1482             },
1483             "dist": {
1484                 "type": "zip",
1485                 "url": "https://api.github.com/repos/symfony/config/zipball/c5ea878b5a7f6a01b9a2f182f905831711b9ff3f",
1486                 "reference": "c5ea878b5a7f6a01b9a2f182f905831711b9ff3f",
1487                 "shasum": ""
1488             },
1489             "require": {
1490                 "php": ">=5.5.9",
1491                 "symfony/filesystem": "~2.8|~3.0"
1492             },
1493             "require-dev": {
1494                 "symfony/yaml": "~3.0"
1495             },
1496             "suggest": {
1497                 "symfony/yaml": "To use the yaml reference dumper"
1498             },
1499             "type": "library",
1500             "extra": {
1501                 "branch-alias": {
1502                     "dev-master": "3.2-dev"
1503                 }
1504             },
1505             "autoload": {
1506                 "psr-4": {
1507                     "Symfony\\Component\\Config\\": ""
1508                 },
1509                 "exclude-from-classmap": [
1510                     "/Tests/"
1511                 ]
1512             },
1513             "notification-url": "https://packagist.org/downloads/",
1514             "license": [
1515                 "MIT"
1516             ],
1517             "authors": [
1518                 {
1519                     "name": "Fabien Potencier",
1520                     "email": "fabien@symfony.com"
1521                 },
1522                 {
1523                     "name": "Symfony Community",
1524                     "homepage": "https://symfony.com/contributors"
1525                 }
1526             ],
1527             "description": "Symfony Config Component",
1528             "homepage": "https://symfony.com",
1529             "time": "2017-01-02 20:32:22"
1530         },
1531         {
1532             "name": "symfony/console",
1533             "version": "v3.2.2",
1534             "source": {
1535                 "type": "git",
1536                 "url": "https://github.com/symfony/console.git",
1537                 "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd"
1538             },
1539             "dist": {
1540                 "type": "zip",
1541                 "url": "https://api.github.com/repos/symfony/console/zipball/4f9e449e76996adf310498a8ca955c6deebe29dd",
1542                 "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd",
1543                 "shasum": ""
1544             },
1545             "require": {
1546                 "php": ">=5.5.9",
1547                 "symfony/debug": "~2.8|~3.0",
1548                 "symfony/polyfill-mbstring": "~1.0"
1549             },
1550             "require-dev": {
1551                 "psr/log": "~1.0",
1552                 "symfony/event-dispatcher": "~2.8|~3.0",
1553                 "symfony/filesystem": "~2.8|~3.0",
1554                 "symfony/process": "~2.8|~3.0"
1555             },
1556             "suggest": {
1557                 "psr/log": "For using the console logger",
1558                 "symfony/event-dispatcher": "",
1559                 "symfony/filesystem": "",
1560                 "symfony/process": ""
1561             },
1562             "type": "library",
1563             "extra": {
1564                 "branch-alias": {
1565                     "dev-master": "3.2-dev"
1566                 }
1567             },
1568             "autoload": {
1569                 "psr-4": {
1570                     "Symfony\\Component\\Console\\": ""
1571                 },
1572                 "exclude-from-classmap": [
1573                     "/Tests/"
1574                 ]
1575             },
1576             "notification-url": "https://packagist.org/downloads/",
1577             "license": [
1578                 "MIT"
1579             ],
1580             "authors": [
1581                 {
1582                     "name": "Fabien Potencier",
1583                     "email": "fabien@symfony.com"
1584                 },
1585                 {
1586                     "name": "Symfony Community",
1587                     "homepage": "https://symfony.com/contributors"
1588                 }
1589             ],
1590             "description": "Symfony Console Component",
1591             "homepage": "https://symfony.com",
1592             "time": "2017-01-08 20:47:33"
1593         },
1594         {
1595             "name": "symfony/debug",
1596             "version": "v3.2.2",
1597             "source": {
1598                 "type": "git",
1599                 "url": "https://github.com/symfony/debug.git",
1600                 "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05"
1601             },
1602             "dist": {
1603                 "type": "zip",
1604                 "url": "https://api.github.com/repos/symfony/debug/zipball/810ba5c1c5352a4ddb15d4719e8936751dff0b05",
1605                 "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05",
1606                 "shasum": ""
1607             },
1608             "require": {
1609                 "php": ">=5.5.9",
1610                 "psr/log": "~1.0"
1611             },
1612             "conflict": {
1613                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1614             },
1615             "require-dev": {
1616                 "symfony/class-loader": "~2.8|~3.0",
1617                 "symfony/http-kernel": "~2.8|~3.0"
1618             },
1619             "type": "library",
1620             "extra": {
1621                 "branch-alias": {
1622                     "dev-master": "3.2-dev"
1623                 }
1624             },
1625             "autoload": {
1626                 "psr-4": {
1627                     "Symfony\\Component\\Debug\\": ""
1628                 },
1629                 "exclude-from-classmap": [
1630                     "/Tests/"
1631                 ]
1632             },
1633             "notification-url": "https://packagist.org/downloads/",
1634             "license": [
1635                 "MIT"
1636             ],
1637             "authors": [
1638                 {
1639                     "name": "Fabien Potencier",
1640                     "email": "fabien@symfony.com"
1641                 },
1642                 {
1643                     "name": "Symfony Community",
1644                     "homepage": "https://symfony.com/contributors"
1645                 }
1646             ],
1647             "description": "Symfony Debug Component",
1648             "homepage": "https://symfony.com",
1649             "time": "2017-01-02 20:32:22"
1650         },
1651         {
1652             "name": "symfony/event-dispatcher",
1653             "version": "v2.8.16",
1654             "source": {
1655                 "type": "git",
1656                 "url": "https://github.com/symfony/event-dispatcher.git",
1657                 "reference": "74877977f90fb9c3e46378d5764217c55f32df34"
1658             },
1659             "dist": {
1660                 "type": "zip",
1661                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74877977f90fb9c3e46378d5764217c55f32df34",
1662                 "reference": "74877977f90fb9c3e46378d5764217c55f32df34",
1663                 "shasum": ""
1664             },
1665             "require": {
1666                 "php": ">=5.3.9"
1667             },
1668             "require-dev": {
1669                 "psr/log": "~1.0",
1670                 "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1671                 "symfony/dependency-injection": "~2.6|~3.0.0",
1672                 "symfony/expression-language": "~2.6|~3.0.0",
1673                 "symfony/stopwatch": "~2.3|~3.0.0"
1674             },
1675             "suggest": {
1676                 "symfony/dependency-injection": "",
1677                 "symfony/http-kernel": ""
1678             },
1679             "type": "library",
1680             "extra": {
1681                 "branch-alias": {
1682                     "dev-master": "2.8-dev"
1683                 }
1684             },
1685             "autoload": {
1686                 "psr-4": {
1687                     "Symfony\\Component\\EventDispatcher\\": ""
1688                 },
1689                 "exclude-from-classmap": [
1690                     "/Tests/"
1691                 ]
1692             },
1693             "notification-url": "https://packagist.org/downloads/",
1694             "license": [
1695                 "MIT"
1696             ],
1697             "authors": [
1698                 {
1699                     "name": "Fabien Potencier",
1700                     "email": "fabien@symfony.com"
1701                 },
1702                 {
1703                     "name": "Symfony Community",
1704                     "homepage": "https://symfony.com/contributors"
1705                 }
1706             ],
1707             "description": "Symfony EventDispatcher Component",
1708             "homepage": "https://symfony.com",
1709             "time": "2017-01-02 20:30:24"
1710         },
1711         {
1712             "name": "symfony/filesystem",
1713             "version": "v3.2.2",
1714             "source": {
1715                 "type": "git",
1716                 "url": "https://github.com/symfony/filesystem.git",
1717                 "reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4"
1718             },
1719             "dist": {
1720                 "type": "zip",
1721                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
1722                 "reference": "a0c6ef2dc78d33b58d91d3a49f49797a184d06f4",
1723                 "shasum": ""
1724             },
1725             "require": {
1726                 "php": ">=5.5.9"
1727             },
1728             "type": "library",
1729             "extra": {
1730                 "branch-alias": {
1731                     "dev-master": "3.2-dev"
1732                 }
1733             },
1734             "autoload": {
1735                 "psr-4": {
1736                     "Symfony\\Component\\Filesystem\\": ""
1737                 },
1738                 "exclude-from-classmap": [
1739                     "/Tests/"
1740                 ]
1741             },
1742             "notification-url": "https://packagist.org/downloads/",
1743             "license": [
1744                 "MIT"
1745             ],
1746             "authors": [
1747                 {
1748                     "name": "Fabien Potencier",
1749                     "email": "fabien@symfony.com"
1750                 },
1751                 {
1752                     "name": "Symfony Community",
1753                     "homepage": "https://symfony.com/contributors"
1754                 }
1755             ],
1756             "description": "Symfony Filesystem Component",
1757             "homepage": "https://symfony.com",
1758             "time": "2017-01-08 20:47:33"
1759         },
1760         {
1761             "name": "symfony/polyfill-mbstring",
1762             "version": "v1.3.0",
1763             "source": {
1764                 "type": "git",
1765                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1766                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1767             },
1768             "dist": {
1769                 "type": "zip",
1770                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1771                 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1772                 "shasum": ""
1773             },
1774             "require": {
1775                 "php": ">=5.3.3"
1776             },
1777             "suggest": {
1778                 "ext-mbstring": "For best performance"
1779             },
1780             "type": "library",
1781             "extra": {
1782                 "branch-alias": {
1783                     "dev-master": "1.3-dev"
1784                 }
1785             },
1786             "autoload": {
1787                 "psr-4": {
1788                     "Symfony\\Polyfill\\Mbstring\\": ""
1789                 },
1790                 "files": [
1791                     "bootstrap.php"
1792                 ]
1793             },
1794             "notification-url": "https://packagist.org/downloads/",
1795             "license": [
1796                 "MIT"
1797             ],
1798             "authors": [
1799                 {
1800                     "name": "Nicolas Grekas",
1801                     "email": "p@tchwork.com"
1802                 },
1803                 {
1804                     "name": "Symfony Community",
1805                     "homepage": "https://symfony.com/contributors"
1806                 }
1807             ],
1808             "description": "Symfony polyfill for the Mbstring extension",
1809             "homepage": "https://symfony.com",
1810             "keywords": [
1811                 "compatibility",
1812                 "mbstring",
1813                 "polyfill",
1814                 "portable",
1815                 "shim"
1816             ],
1817             "time": "2016-11-14 01:06:16"
1818         },
1819         {
1820             "name": "symfony/stopwatch",
1821             "version": "v3.2.2",
1822             "source": {
1823                 "type": "git",
1824                 "url": "https://github.com/symfony/stopwatch.git",
1825                 "reference": "9aa0b51889c01bca474853ef76e9394b02264464"
1826             },
1827             "dist": {
1828                 "type": "zip",
1829                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9aa0b51889c01bca474853ef76e9394b02264464",
1830                 "reference": "9aa0b51889c01bca474853ef76e9394b02264464",
1831                 "shasum": ""
1832             },
1833             "require": {
1834                 "php": ">=5.5.9"
1835             },
1836             "type": "library",
1837             "extra": {
1838                 "branch-alias": {
1839                     "dev-master": "3.2-dev"
1840                 }
1841             },
1842             "autoload": {
1843                 "psr-4": {
1844                     "Symfony\\Component\\Stopwatch\\": ""
1845                 },
1846                 "exclude-from-classmap": [
1847                     "/Tests/"
1848                 ]
1849             },
1850             "notification-url": "https://packagist.org/downloads/",
1851             "license": [
1852                 "MIT"
1853             ],
1854             "authors": [
1855                 {
1856                     "name": "Fabien Potencier",
1857                     "email": "fabien@symfony.com"
1858                 },
1859                 {
1860                     "name": "Symfony Community",
1861                     "homepage": "https://symfony.com/contributors"
1862                 }
1863             ],
1864             "description": "Symfony Stopwatch Component",
1865             "homepage": "https://symfony.com",
1866             "time": "2017-01-02 20:32:22"
1867         },
1868         {
1869             "name": "symfony/yaml",
1870             "version": "v3.2.2",
1871             "source": {
1872                 "type": "git",
1873                 "url": "https://github.com/symfony/yaml.git",
1874                 "reference": "50eadbd7926e31842893c957eca362b21592a97d"
1875             },
1876             "dist": {
1877                 "type": "zip",
1878                 "url": "https://api.github.com/repos/symfony/yaml/zipball/50eadbd7926e31842893c957eca362b21592a97d",
1879                 "reference": "50eadbd7926e31842893c957eca362b21592a97d",
1880                 "shasum": ""
1881             },
1882             "require": {
1883                 "php": ">=5.5.9"
1884             },
1885             "require-dev": {
1886                 "symfony/console": "~2.8|~3.0"
1887             },
1888             "suggest": {
1889                 "symfony/console": "For validating YAML files using the lint command"
1890             },
1891             "type": "library",
1892             "extra": {
1893                 "branch-alias": {
1894                     "dev-master": "3.2-dev"
1895                 }
1896             },
1897             "autoload": {
1898                 "psr-4": {
1899                     "Symfony\\Component\\Yaml\\": ""
1900                 },
1901                 "exclude-from-classmap": [
1902                     "/Tests/"
1903                 ]
1904             },
1905             "notification-url": "https://packagist.org/downloads/",
1906             "license": [
1907                 "MIT"
1908             ],
1909             "authors": [
1910                 {
1911                     "name": "Fabien Potencier",
1912                     "email": "fabien@symfony.com"
1913                 },
1914                 {
1915                     "name": "Symfony Community",
1916                     "homepage": "https://symfony.com/contributors"
1917                 }
1918             ],
1919             "description": "Symfony Yaml Component",
1920             "homepage": "https://symfony.com",
1921             "time": "2017-01-03 13:51:32"
1922         },
1923         {
1924             "name": "webmozart/assert",
1925             "version": "1.2.0",
1926             "source": {
1927                 "type": "git",
1928                 "url": "https://github.com/webmozart/assert.git",
1929                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1930             },
1931             "dist": {
1932                 "type": "zip",
1933                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1934                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1935                 "shasum": ""
1936             },
1937             "require": {
1938                 "php": "^5.3.3 || ^7.0"
1939             },
1940             "require-dev": {
1941                 "phpunit/phpunit": "^4.6",
1942                 "sebastian/version": "^1.0.1"
1943             },
1944             "type": "library",
1945             "extra": {
1946                 "branch-alias": {
1947                     "dev-master": "1.3-dev"
1948                 }
1949             },
1950             "autoload": {
1951                 "psr-4": {
1952                     "Webmozart\\Assert\\": "src/"
1953                 }
1954             },
1955             "notification-url": "https://packagist.org/downloads/",
1956             "license": [
1957                 "MIT"
1958             ],
1959             "authors": [
1960                 {
1961                     "name": "Bernhard Schussek",
1962                     "email": "bschussek@gmail.com"
1963                 }
1964             ],
1965             "description": "Assertions to validate method input/output with nice error messages.",
1966             "keywords": [
1967                 "assert",
1968                 "check",
1969                 "validate"
1970             ],
1971             "time": "2016-11-23 20:04:58"
1972         }
1973     ],
1974     "aliases": [],
1975     "minimum-stability": "stable",
1976     "stability-flags": {
1977         "squizlabs/php_codesniffer": 5
1978     },
1979     "prefer-stable": false,
1980     "prefer-lowest": false,
1981     "platform": {
1982         "php": ">=5.0.0"
1983     },
1984     "platform-dev": {
1985         "ext-gd": "*"
1986     }
1987 }