Security update for Core, with self-updated composer
[yaffs-website] / vendor / zendframework / zend-diactoros / 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     "content-hash": "de254758c5d28198ad8441fb154fc7f3",
8     "packages": [
9         {
10             "name": "psr/http-message",
11             "version": "1.0.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/php-fig/http-message.git",
15                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
20                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.3.0"
25             },
26             "type": "library",
27             "extra": {
28                 "branch-alias": {
29                     "dev-master": "1.0.x-dev"
30                 }
31             },
32             "autoload": {
33                 "psr-4": {
34                     "Psr\\Http\\Message\\": "src/"
35                 }
36             },
37             "notification-url": "https://packagist.org/downloads/",
38             "license": [
39                 "MIT"
40             ],
41             "authors": [
42                 {
43                     "name": "PHP-FIG",
44                     "homepage": "http://www.php-fig.org/"
45                 }
46             ],
47             "description": "Common interface for HTTP messages",
48             "homepage": "https://github.com/php-fig/http-message",
49             "keywords": [
50                 "http",
51                 "http-message",
52                 "psr",
53                 "psr-7",
54                 "request",
55                 "response"
56             ],
57             "time": "2016-08-06T14:39:51+00:00"
58         }
59     ],
60     "packages-dev": [
61         {
62             "name": "doctrine/instantiator",
63             "version": "1.0.5",
64             "source": {
65                 "type": "git",
66                 "url": "https://github.com/doctrine/instantiator.git",
67                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
68             },
69             "dist": {
70                 "type": "zip",
71                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
72                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
73                 "shasum": ""
74             },
75             "require": {
76                 "php": ">=5.3,<8.0-DEV"
77             },
78             "require-dev": {
79                 "athletic/athletic": "~0.1.8",
80                 "ext-pdo": "*",
81                 "ext-phar": "*",
82                 "phpunit/phpunit": "~4.0",
83                 "squizlabs/php_codesniffer": "~2.0"
84             },
85             "type": "library",
86             "extra": {
87                 "branch-alias": {
88                     "dev-master": "1.0.x-dev"
89                 }
90             },
91             "autoload": {
92                 "psr-4": {
93                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
94                 }
95             },
96             "notification-url": "https://packagist.org/downloads/",
97             "license": [
98                 "MIT"
99             ],
100             "authors": [
101                 {
102                     "name": "Marco Pivetta",
103                     "email": "ocramius@gmail.com",
104                     "homepage": "http://ocramius.github.com/"
105                 }
106             ],
107             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
108             "homepage": "https://github.com/doctrine/instantiator",
109             "keywords": [
110                 "constructor",
111                 "instantiate"
112             ],
113             "time": "2015-06-14T21:17:01+00:00"
114         },
115         {
116             "name": "myclabs/deep-copy",
117             "version": "1.6.1",
118             "source": {
119                 "type": "git",
120                 "url": "https://github.com/myclabs/DeepCopy.git",
121                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
122             },
123             "dist": {
124                 "type": "zip",
125                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
126                 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
127                 "shasum": ""
128             },
129             "require": {
130                 "php": ">=5.4.0"
131             },
132             "require-dev": {
133                 "doctrine/collections": "1.*",
134                 "phpunit/phpunit": "~4.1"
135             },
136             "type": "library",
137             "autoload": {
138                 "psr-4": {
139                     "DeepCopy\\": "src/DeepCopy/"
140                 }
141             },
142             "notification-url": "https://packagist.org/downloads/",
143             "license": [
144                 "MIT"
145             ],
146             "description": "Create deep copies (clones) of your objects",
147             "homepage": "https://github.com/myclabs/DeepCopy",
148             "keywords": [
149                 "clone",
150                 "copy",
151                 "duplicate",
152                 "object",
153                 "object graph"
154             ],
155             "time": "2017-04-12T18:52:22+00:00"
156         },
157         {
158             "name": "phar-io/manifest",
159             "version": "1.0.1",
160             "source": {
161                 "type": "git",
162                 "url": "https://github.com/phar-io/manifest.git",
163                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
164             },
165             "dist": {
166                 "type": "zip",
167                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
168                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
169                 "shasum": ""
170             },
171             "require": {
172                 "ext-dom": "*",
173                 "ext-phar": "*",
174                 "phar-io/version": "^1.0.1",
175                 "php": "^5.6 || ^7.0"
176             },
177             "type": "library",
178             "extra": {
179                 "branch-alias": {
180                     "dev-master": "1.0.x-dev"
181                 }
182             },
183             "autoload": {
184                 "classmap": [
185                     "src/"
186                 ]
187             },
188             "notification-url": "https://packagist.org/downloads/",
189             "license": [
190                 "BSD-3-Clause"
191             ],
192             "authors": [
193                 {
194                     "name": "Arne Blankerts",
195                     "email": "arne@blankerts.de",
196                     "role": "Developer"
197                 },
198                 {
199                     "name": "Sebastian Heuer",
200                     "email": "sebastian@phpeople.de",
201                     "role": "Developer"
202                 },
203                 {
204                     "name": "Sebastian Bergmann",
205                     "email": "sebastian@phpunit.de",
206                     "role": "Developer"
207                 }
208             ],
209             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
210             "time": "2017-03-05T18:14:27+00:00"
211         },
212         {
213             "name": "phar-io/version",
214             "version": "1.0.1",
215             "source": {
216                 "type": "git",
217                 "url": "https://github.com/phar-io/version.git",
218                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
219             },
220             "dist": {
221                 "type": "zip",
222                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
223                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
224                 "shasum": ""
225             },
226             "require": {
227                 "php": "^5.6 || ^7.0"
228             },
229             "type": "library",
230             "autoload": {
231                 "classmap": [
232                     "src/"
233                 ]
234             },
235             "notification-url": "https://packagist.org/downloads/",
236             "license": [
237                 "BSD-3-Clause"
238             ],
239             "authors": [
240                 {
241                     "name": "Arne Blankerts",
242                     "email": "arne@blankerts.de",
243                     "role": "Developer"
244                 },
245                 {
246                     "name": "Sebastian Heuer",
247                     "email": "sebastian@phpeople.de",
248                     "role": "Developer"
249                 },
250                 {
251                     "name": "Sebastian Bergmann",
252                     "email": "sebastian@phpunit.de",
253                     "role": "Developer"
254                 }
255             ],
256             "description": "Library for handling version information and constraints",
257             "time": "2017-03-05T17:38:23+00:00"
258         },
259         {
260             "name": "phpdocumentor/reflection-common",
261             "version": "1.0",
262             "source": {
263                 "type": "git",
264                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
265                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
266             },
267             "dist": {
268                 "type": "zip",
269                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
270                 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
271                 "shasum": ""
272             },
273             "require": {
274                 "php": ">=5.5"
275             },
276             "require-dev": {
277                 "phpunit/phpunit": "^4.6"
278             },
279             "type": "library",
280             "extra": {
281                 "branch-alias": {
282                     "dev-master": "1.0.x-dev"
283                 }
284             },
285             "autoload": {
286                 "psr-4": {
287                     "phpDocumentor\\Reflection\\": [
288                         "src"
289                     ]
290                 }
291             },
292             "notification-url": "https://packagist.org/downloads/",
293             "license": [
294                 "MIT"
295             ],
296             "authors": [
297                 {
298                     "name": "Jaap van Otterdijk",
299                     "email": "opensource@ijaap.nl"
300                 }
301             ],
302             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
303             "homepage": "http://www.phpdoc.org",
304             "keywords": [
305                 "FQSEN",
306                 "phpDocumentor",
307                 "phpdoc",
308                 "reflection",
309                 "static analysis"
310             ],
311             "time": "2015-12-27T11:43:31+00:00"
312         },
313         {
314             "name": "phpdocumentor/reflection-docblock",
315             "version": "3.2.2",
316             "source": {
317                 "type": "git",
318                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
319                 "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
320             },
321             "dist": {
322                 "type": "zip",
323                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
324                 "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
325                 "shasum": ""
326             },
327             "require": {
328                 "php": ">=5.5",
329                 "phpdocumentor/reflection-common": "^1.0@dev",
330                 "phpdocumentor/type-resolver": "^0.3.0",
331                 "webmozart/assert": "^1.0"
332             },
333             "require-dev": {
334                 "mockery/mockery": "^0.9.4",
335                 "phpunit/phpunit": "^4.4"
336             },
337             "type": "library",
338             "autoload": {
339                 "psr-4": {
340                     "phpDocumentor\\Reflection\\": [
341                         "src/"
342                     ]
343                 }
344             },
345             "notification-url": "https://packagist.org/downloads/",
346             "license": [
347                 "MIT"
348             ],
349             "authors": [
350                 {
351                     "name": "Mike van Riel",
352                     "email": "me@mikevanriel.com"
353                 }
354             ],
355             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
356             "time": "2017-08-08T06:39:58+00:00"
357         },
358         {
359             "name": "phpdocumentor/type-resolver",
360             "version": "0.3.0",
361             "source": {
362                 "type": "git",
363                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
364                 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
365             },
366             "dist": {
367                 "type": "zip",
368                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
369                 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
370                 "shasum": ""
371             },
372             "require": {
373                 "php": "^5.5 || ^7.0",
374                 "phpdocumentor/reflection-common": "^1.0"
375             },
376             "require-dev": {
377                 "mockery/mockery": "^0.9.4",
378                 "phpunit/phpunit": "^5.2||^4.8.24"
379             },
380             "type": "library",
381             "extra": {
382                 "branch-alias": {
383                     "dev-master": "1.0.x-dev"
384                 }
385             },
386             "autoload": {
387                 "psr-4": {
388                     "phpDocumentor\\Reflection\\": [
389                         "src/"
390                     ]
391                 }
392             },
393             "notification-url": "https://packagist.org/downloads/",
394             "license": [
395                 "MIT"
396             ],
397             "authors": [
398                 {
399                     "name": "Mike van Riel",
400                     "email": "me@mikevanriel.com"
401                 }
402             ],
403             "time": "2017-06-03T08:32:36+00:00"
404         },
405         {
406             "name": "phpspec/prophecy",
407             "version": "v1.7.0",
408             "source": {
409                 "type": "git",
410                 "url": "https://github.com/phpspec/prophecy.git",
411                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
412             },
413             "dist": {
414                 "type": "zip",
415                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
416                 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
417                 "shasum": ""
418             },
419             "require": {
420                 "doctrine/instantiator": "^1.0.2",
421                 "php": "^5.3|^7.0",
422                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
423                 "sebastian/comparator": "^1.1|^2.0",
424                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
425             },
426             "require-dev": {
427                 "phpspec/phpspec": "^2.5|^3.2",
428                 "phpunit/phpunit": "^4.8 || ^5.6.5"
429             },
430             "type": "library",
431             "extra": {
432                 "branch-alias": {
433                     "dev-master": "1.6.x-dev"
434                 }
435             },
436             "autoload": {
437                 "psr-0": {
438                     "Prophecy\\": "src/"
439                 }
440             },
441             "notification-url": "https://packagist.org/downloads/",
442             "license": [
443                 "MIT"
444             ],
445             "authors": [
446                 {
447                     "name": "Konstantin Kudryashov",
448                     "email": "ever.zet@gmail.com",
449                     "homepage": "http://everzet.com"
450                 },
451                 {
452                     "name": "Marcello Duarte",
453                     "email": "marcello.duarte@gmail.com"
454                 }
455             ],
456             "description": "Highly opinionated mocking framework for PHP 5.3+",
457             "homepage": "https://github.com/phpspec/prophecy",
458             "keywords": [
459                 "Double",
460                 "Dummy",
461                 "fake",
462                 "mock",
463                 "spy",
464                 "stub"
465             ],
466             "time": "2017-03-02T20:05:34+00:00"
467         },
468         {
469             "name": "phpunit/php-code-coverage",
470             "version": "5.2.2",
471             "source": {
472                 "type": "git",
473                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
474                 "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
475             },
476             "dist": {
477                 "type": "zip",
478                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
479                 "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
480                 "shasum": ""
481             },
482             "require": {
483                 "ext-dom": "*",
484                 "ext-xmlwriter": "*",
485                 "php": "^7.0",
486                 "phpunit/php-file-iterator": "^1.4.2",
487                 "phpunit/php-text-template": "^1.2.1",
488                 "phpunit/php-token-stream": "^1.4.11 || ^2.0",
489                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
490                 "sebastian/environment": "^3.0",
491                 "sebastian/version": "^2.0.1",
492                 "theseer/tokenizer": "^1.1"
493             },
494             "require-dev": {
495                 "ext-xdebug": "^2.5",
496                 "phpunit/phpunit": "^6.0"
497             },
498             "suggest": {
499                 "ext-xdebug": "^2.5.5"
500             },
501             "type": "library",
502             "extra": {
503                 "branch-alias": {
504                     "dev-master": "5.2.x-dev"
505                 }
506             },
507             "autoload": {
508                 "classmap": [
509                     "src/"
510                 ]
511             },
512             "notification-url": "https://packagist.org/downloads/",
513             "license": [
514                 "BSD-3-Clause"
515             ],
516             "authors": [
517                 {
518                     "name": "Sebastian Bergmann",
519                     "email": "sb@sebastian-bergmann.de",
520                     "role": "lead"
521                 }
522             ],
523             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
524             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
525             "keywords": [
526                 "coverage",
527                 "testing",
528                 "xunit"
529             ],
530             "time": "2017-08-03T12:40:43+00:00"
531         },
532         {
533             "name": "phpunit/php-file-iterator",
534             "version": "1.4.2",
535             "source": {
536                 "type": "git",
537                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
538                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
539             },
540             "dist": {
541                 "type": "zip",
542                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
543                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
544                 "shasum": ""
545             },
546             "require": {
547                 "php": ">=5.3.3"
548             },
549             "type": "library",
550             "extra": {
551                 "branch-alias": {
552                     "dev-master": "1.4.x-dev"
553                 }
554             },
555             "autoload": {
556                 "classmap": [
557                     "src/"
558                 ]
559             },
560             "notification-url": "https://packagist.org/downloads/",
561             "license": [
562                 "BSD-3-Clause"
563             ],
564             "authors": [
565                 {
566                     "name": "Sebastian Bergmann",
567                     "email": "sb@sebastian-bergmann.de",
568                     "role": "lead"
569                 }
570             ],
571             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
572             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
573             "keywords": [
574                 "filesystem",
575                 "iterator"
576             ],
577             "time": "2016-10-03T07:40:28+00:00"
578         },
579         {
580             "name": "phpunit/php-text-template",
581             "version": "1.2.1",
582             "source": {
583                 "type": "git",
584                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
585                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
586             },
587             "dist": {
588                 "type": "zip",
589                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
590                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
591                 "shasum": ""
592             },
593             "require": {
594                 "php": ">=5.3.3"
595             },
596             "type": "library",
597             "autoload": {
598                 "classmap": [
599                     "src/"
600                 ]
601             },
602             "notification-url": "https://packagist.org/downloads/",
603             "license": [
604                 "BSD-3-Clause"
605             ],
606             "authors": [
607                 {
608                     "name": "Sebastian Bergmann",
609                     "email": "sebastian@phpunit.de",
610                     "role": "lead"
611                 }
612             ],
613             "description": "Simple template engine.",
614             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
615             "keywords": [
616                 "template"
617             ],
618             "time": "2015-06-21T13:50:34+00:00"
619         },
620         {
621             "name": "phpunit/php-timer",
622             "version": "1.0.9",
623             "source": {
624                 "type": "git",
625                 "url": "https://github.com/sebastianbergmann/php-timer.git",
626                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
627             },
628             "dist": {
629                 "type": "zip",
630                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
631                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
632                 "shasum": ""
633             },
634             "require": {
635                 "php": "^5.3.3 || ^7.0"
636             },
637             "require-dev": {
638                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
639             },
640             "type": "library",
641             "extra": {
642                 "branch-alias": {
643                     "dev-master": "1.0-dev"
644                 }
645             },
646             "autoload": {
647                 "classmap": [
648                     "src/"
649                 ]
650             },
651             "notification-url": "https://packagist.org/downloads/",
652             "license": [
653                 "BSD-3-Clause"
654             ],
655             "authors": [
656                 {
657                     "name": "Sebastian Bergmann",
658                     "email": "sb@sebastian-bergmann.de",
659                     "role": "lead"
660                 }
661             ],
662             "description": "Utility class for timing",
663             "homepage": "https://github.com/sebastianbergmann/php-timer/",
664             "keywords": [
665                 "timer"
666             ],
667             "time": "2017-02-26T11:10:40+00:00"
668         },
669         {
670             "name": "phpunit/php-token-stream",
671             "version": "2.0.1",
672             "source": {
673                 "type": "git",
674                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
675                 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
676             },
677             "dist": {
678                 "type": "zip",
679                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
680                 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
681                 "shasum": ""
682             },
683             "require": {
684                 "ext-tokenizer": "*",
685                 "php": "^7.0"
686             },
687             "require-dev": {
688                 "phpunit/phpunit": "^6.2.4"
689             },
690             "type": "library",
691             "extra": {
692                 "branch-alias": {
693                     "dev-master": "2.0-dev"
694                 }
695             },
696             "autoload": {
697                 "classmap": [
698                     "src/"
699                 ]
700             },
701             "notification-url": "https://packagist.org/downloads/",
702             "license": [
703                 "BSD-3-Clause"
704             ],
705             "authors": [
706                 {
707                     "name": "Sebastian Bergmann",
708                     "email": "sebastian@phpunit.de"
709                 }
710             ],
711             "description": "Wrapper around PHP's tokenizer extension.",
712             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
713             "keywords": [
714                 "tokenizer"
715             ],
716             "time": "2017-08-20T05:47:52+00:00"
717         },
718         {
719             "name": "phpunit/phpunit",
720             "version": "6.3.0",
721             "source": {
722                 "type": "git",
723                 "url": "https://github.com/sebastianbergmann/phpunit.git",
724                 "reference": "9501bab711403a1ab5b8378a8adb4ec3db3debdb"
725             },
726             "dist": {
727                 "type": "zip",
728                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9501bab711403a1ab5b8378a8adb4ec3db3debdb",
729                 "reference": "9501bab711403a1ab5b8378a8adb4ec3db3debdb",
730                 "shasum": ""
731             },
732             "require": {
733                 "ext-dom": "*",
734                 "ext-json": "*",
735                 "ext-libxml": "*",
736                 "ext-mbstring": "*",
737                 "ext-xml": "*",
738                 "myclabs/deep-copy": "^1.6.1",
739                 "phar-io/manifest": "^1.0.1",
740                 "phar-io/version": "^1.0",
741                 "php": "^7.0",
742                 "phpspec/prophecy": "^1.7",
743                 "phpunit/php-code-coverage": "^5.2.2",
744                 "phpunit/php-file-iterator": "^1.4.2",
745                 "phpunit/php-text-template": "^1.2.1",
746                 "phpunit/php-timer": "^1.0.9",
747                 "phpunit/phpunit-mock-objects": "^4.0.3",
748                 "sebastian/comparator": "^2.0.2",
749                 "sebastian/diff": "^2.0",
750                 "sebastian/environment": "^3.1",
751                 "sebastian/exporter": "^3.1",
752                 "sebastian/global-state": "^2.0",
753                 "sebastian/object-enumerator": "^3.0.3",
754                 "sebastian/resource-operations": "^1.0",
755                 "sebastian/version": "^2.0.1"
756             },
757             "conflict": {
758                 "phpdocumentor/reflection-docblock": "3.0.2",
759                 "phpunit/dbunit": "<3.0"
760             },
761             "require-dev": {
762                 "ext-pdo": "*"
763             },
764             "suggest": {
765                 "ext-xdebug": "*",
766                 "phpunit/php-invoker": "^1.1"
767             },
768             "bin": [
769                 "phpunit"
770             ],
771             "type": "library",
772             "extra": {
773                 "branch-alias": {
774                     "dev-master": "6.3.x-dev"
775                 }
776             },
777             "autoload": {
778                 "classmap": [
779                     "src/"
780                 ]
781             },
782             "notification-url": "https://packagist.org/downloads/",
783             "license": [
784                 "BSD-3-Clause"
785             ],
786             "authors": [
787                 {
788                     "name": "Sebastian Bergmann",
789                     "email": "sebastian@phpunit.de",
790                     "role": "lead"
791                 }
792             ],
793             "description": "The PHP Unit Testing framework.",
794             "homepage": "https://phpunit.de/",
795             "keywords": [
796                 "phpunit",
797                 "testing",
798                 "xunit"
799             ],
800             "time": "2017-08-04T05:20:39+00:00"
801         },
802         {
803             "name": "phpunit/phpunit-mock-objects",
804             "version": "4.0.4",
805             "source": {
806                 "type": "git",
807                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
808                 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
809             },
810             "dist": {
811                 "type": "zip",
812                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
813                 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
814                 "shasum": ""
815             },
816             "require": {
817                 "doctrine/instantiator": "^1.0.5",
818                 "php": "^7.0",
819                 "phpunit/php-text-template": "^1.2.1",
820                 "sebastian/exporter": "^3.0"
821             },
822             "conflict": {
823                 "phpunit/phpunit": "<6.0"
824             },
825             "require-dev": {
826                 "phpunit/phpunit": "^6.0"
827             },
828             "suggest": {
829                 "ext-soap": "*"
830             },
831             "type": "library",
832             "extra": {
833                 "branch-alias": {
834                     "dev-master": "4.0.x-dev"
835                 }
836             },
837             "autoload": {
838                 "classmap": [
839                     "src/"
840                 ]
841             },
842             "notification-url": "https://packagist.org/downloads/",
843             "license": [
844                 "BSD-3-Clause"
845             ],
846             "authors": [
847                 {
848                     "name": "Sebastian Bergmann",
849                     "email": "sb@sebastian-bergmann.de",
850                     "role": "lead"
851                 }
852             ],
853             "description": "Mock Object library for PHPUnit",
854             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
855             "keywords": [
856                 "mock",
857                 "xunit"
858             ],
859             "time": "2017-08-03T14:08:16+00:00"
860         },
861         {
862             "name": "sebastian/code-unit-reverse-lookup",
863             "version": "1.0.1",
864             "source": {
865                 "type": "git",
866                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
867                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
868             },
869             "dist": {
870                 "type": "zip",
871                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
872                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
873                 "shasum": ""
874             },
875             "require": {
876                 "php": "^5.6 || ^7.0"
877             },
878             "require-dev": {
879                 "phpunit/phpunit": "^5.7 || ^6.0"
880             },
881             "type": "library",
882             "extra": {
883                 "branch-alias": {
884                     "dev-master": "1.0.x-dev"
885                 }
886             },
887             "autoload": {
888                 "classmap": [
889                     "src/"
890                 ]
891             },
892             "notification-url": "https://packagist.org/downloads/",
893             "license": [
894                 "BSD-3-Clause"
895             ],
896             "authors": [
897                 {
898                     "name": "Sebastian Bergmann",
899                     "email": "sebastian@phpunit.de"
900                 }
901             ],
902             "description": "Looks up which function or method a line of code belongs to",
903             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
904             "time": "2017-03-04T06:30:41+00:00"
905         },
906         {
907             "name": "sebastian/comparator",
908             "version": "2.0.2",
909             "source": {
910                 "type": "git",
911                 "url": "https://github.com/sebastianbergmann/comparator.git",
912                 "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
913             },
914             "dist": {
915                 "type": "zip",
916                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
917                 "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
918                 "shasum": ""
919             },
920             "require": {
921                 "php": "^7.0",
922                 "sebastian/diff": "^2.0",
923                 "sebastian/exporter": "^3.0"
924             },
925             "require-dev": {
926                 "phpunit/phpunit": "^6.0"
927             },
928             "type": "library",
929             "extra": {
930                 "branch-alias": {
931                     "dev-master": "2.0.x-dev"
932                 }
933             },
934             "autoload": {
935                 "classmap": [
936                     "src/"
937                 ]
938             },
939             "notification-url": "https://packagist.org/downloads/",
940             "license": [
941                 "BSD-3-Clause"
942             ],
943             "authors": [
944                 {
945                     "name": "Jeff Welch",
946                     "email": "whatthejeff@gmail.com"
947                 },
948                 {
949                     "name": "Volker Dusch",
950                     "email": "github@wallbash.com"
951                 },
952                 {
953                     "name": "Bernhard Schussek",
954                     "email": "bschussek@2bepublished.at"
955                 },
956                 {
957                     "name": "Sebastian Bergmann",
958                     "email": "sebastian@phpunit.de"
959                 }
960             ],
961             "description": "Provides the functionality to compare PHP values for equality",
962             "homepage": "http://www.github.com/sebastianbergmann/comparator",
963             "keywords": [
964                 "comparator",
965                 "compare",
966                 "equality"
967             ],
968             "time": "2017-08-03T07:14:59+00:00"
969         },
970         {
971             "name": "sebastian/diff",
972             "version": "2.0.1",
973             "source": {
974                 "type": "git",
975                 "url": "https://github.com/sebastianbergmann/diff.git",
976                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
977             },
978             "dist": {
979                 "type": "zip",
980                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
981                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
982                 "shasum": ""
983             },
984             "require": {
985                 "php": "^7.0"
986             },
987             "require-dev": {
988                 "phpunit/phpunit": "^6.2"
989             },
990             "type": "library",
991             "extra": {
992                 "branch-alias": {
993                     "dev-master": "2.0-dev"
994                 }
995             },
996             "autoload": {
997                 "classmap": [
998                     "src/"
999                 ]
1000             },
1001             "notification-url": "https://packagist.org/downloads/",
1002             "license": [
1003                 "BSD-3-Clause"
1004             ],
1005             "authors": [
1006                 {
1007                     "name": "Kore Nordmann",
1008                     "email": "mail@kore-nordmann.de"
1009                 },
1010                 {
1011                     "name": "Sebastian Bergmann",
1012                     "email": "sebastian@phpunit.de"
1013                 }
1014             ],
1015             "description": "Diff implementation",
1016             "homepage": "https://github.com/sebastianbergmann/diff",
1017             "keywords": [
1018                 "diff"
1019             ],
1020             "time": "2017-08-03T08:09:46+00:00"
1021         },
1022         {
1023             "name": "sebastian/environment",
1024             "version": "3.1.0",
1025             "source": {
1026                 "type": "git",
1027                 "url": "https://github.com/sebastianbergmann/environment.git",
1028                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
1029             },
1030             "dist": {
1031                 "type": "zip",
1032                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1033                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
1034                 "shasum": ""
1035             },
1036             "require": {
1037                 "php": "^7.0"
1038             },
1039             "require-dev": {
1040                 "phpunit/phpunit": "^6.1"
1041             },
1042             "type": "library",
1043             "extra": {
1044                 "branch-alias": {
1045                     "dev-master": "3.1.x-dev"
1046                 }
1047             },
1048             "autoload": {
1049                 "classmap": [
1050                     "src/"
1051                 ]
1052             },
1053             "notification-url": "https://packagist.org/downloads/",
1054             "license": [
1055                 "BSD-3-Clause"
1056             ],
1057             "authors": [
1058                 {
1059                     "name": "Sebastian Bergmann",
1060                     "email": "sebastian@phpunit.de"
1061                 }
1062             ],
1063             "description": "Provides functionality to handle HHVM/PHP environments",
1064             "homepage": "http://www.github.com/sebastianbergmann/environment",
1065             "keywords": [
1066                 "Xdebug",
1067                 "environment",
1068                 "hhvm"
1069             ],
1070             "time": "2017-07-01T08:51:00+00:00"
1071         },
1072         {
1073             "name": "sebastian/exporter",
1074             "version": "3.1.0",
1075             "source": {
1076                 "type": "git",
1077                 "url": "https://github.com/sebastianbergmann/exporter.git",
1078                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
1079             },
1080             "dist": {
1081                 "type": "zip",
1082                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
1083                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
1084                 "shasum": ""
1085             },
1086             "require": {
1087                 "php": "^7.0",
1088                 "sebastian/recursion-context": "^3.0"
1089             },
1090             "require-dev": {
1091                 "ext-mbstring": "*",
1092                 "phpunit/phpunit": "^6.0"
1093             },
1094             "type": "library",
1095             "extra": {
1096                 "branch-alias": {
1097                     "dev-master": "3.1.x-dev"
1098                 }
1099             },
1100             "autoload": {
1101                 "classmap": [
1102                     "src/"
1103                 ]
1104             },
1105             "notification-url": "https://packagist.org/downloads/",
1106             "license": [
1107                 "BSD-3-Clause"
1108             ],
1109             "authors": [
1110                 {
1111                     "name": "Jeff Welch",
1112                     "email": "whatthejeff@gmail.com"
1113                 },
1114                 {
1115                     "name": "Volker Dusch",
1116                     "email": "github@wallbash.com"
1117                 },
1118                 {
1119                     "name": "Bernhard Schussek",
1120                     "email": "bschussek@2bepublished.at"
1121                 },
1122                 {
1123                     "name": "Sebastian Bergmann",
1124                     "email": "sebastian@phpunit.de"
1125                 },
1126                 {
1127                     "name": "Adam Harvey",
1128                     "email": "aharvey@php.net"
1129                 }
1130             ],
1131             "description": "Provides the functionality to export PHP variables for visualization",
1132             "homepage": "http://www.github.com/sebastianbergmann/exporter",
1133             "keywords": [
1134                 "export",
1135                 "exporter"
1136             ],
1137             "time": "2017-04-03T13:19:02+00:00"
1138         },
1139         {
1140             "name": "sebastian/global-state",
1141             "version": "2.0.0",
1142             "source": {
1143                 "type": "git",
1144                 "url": "https://github.com/sebastianbergmann/global-state.git",
1145                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
1146             },
1147             "dist": {
1148                 "type": "zip",
1149                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1150                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
1151                 "shasum": ""
1152             },
1153             "require": {
1154                 "php": "^7.0"
1155             },
1156             "require-dev": {
1157                 "phpunit/phpunit": "^6.0"
1158             },
1159             "suggest": {
1160                 "ext-uopz": "*"
1161             },
1162             "type": "library",
1163             "extra": {
1164                 "branch-alias": {
1165                     "dev-master": "2.0-dev"
1166                 }
1167             },
1168             "autoload": {
1169                 "classmap": [
1170                     "src/"
1171                 ]
1172             },
1173             "notification-url": "https://packagist.org/downloads/",
1174             "license": [
1175                 "BSD-3-Clause"
1176             ],
1177             "authors": [
1178                 {
1179                     "name": "Sebastian Bergmann",
1180                     "email": "sebastian@phpunit.de"
1181                 }
1182             ],
1183             "description": "Snapshotting of global state",
1184             "homepage": "http://www.github.com/sebastianbergmann/global-state",
1185             "keywords": [
1186                 "global state"
1187             ],
1188             "time": "2017-04-27T15:39:26+00:00"
1189         },
1190         {
1191             "name": "sebastian/object-enumerator",
1192             "version": "3.0.3",
1193             "source": {
1194                 "type": "git",
1195                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1196                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
1197             },
1198             "dist": {
1199                 "type": "zip",
1200                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1201                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
1202                 "shasum": ""
1203             },
1204             "require": {
1205                 "php": "^7.0",
1206                 "sebastian/object-reflector": "^1.1.1",
1207                 "sebastian/recursion-context": "^3.0"
1208             },
1209             "require-dev": {
1210                 "phpunit/phpunit": "^6.0"
1211             },
1212             "type": "library",
1213             "extra": {
1214                 "branch-alias": {
1215                     "dev-master": "3.0.x-dev"
1216                 }
1217             },
1218             "autoload": {
1219                 "classmap": [
1220                     "src/"
1221                 ]
1222             },
1223             "notification-url": "https://packagist.org/downloads/",
1224             "license": [
1225                 "BSD-3-Clause"
1226             ],
1227             "authors": [
1228                 {
1229                     "name": "Sebastian Bergmann",
1230                     "email": "sebastian@phpunit.de"
1231                 }
1232             ],
1233             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1234             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1235             "time": "2017-08-03T12:35:26+00:00"
1236         },
1237         {
1238             "name": "sebastian/object-reflector",
1239             "version": "1.1.1",
1240             "source": {
1241                 "type": "git",
1242                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1243                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
1244             },
1245             "dist": {
1246                 "type": "zip",
1247                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
1248                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
1249                 "shasum": ""
1250             },
1251             "require": {
1252                 "php": "^7.0"
1253             },
1254             "require-dev": {
1255                 "phpunit/phpunit": "^6.0"
1256             },
1257             "type": "library",
1258             "extra": {
1259                 "branch-alias": {
1260                     "dev-master": "1.1-dev"
1261                 }
1262             },
1263             "autoload": {
1264                 "classmap": [
1265                     "src/"
1266                 ]
1267             },
1268             "notification-url": "https://packagist.org/downloads/",
1269             "license": [
1270                 "BSD-3-Clause"
1271             ],
1272             "authors": [
1273                 {
1274                     "name": "Sebastian Bergmann",
1275                     "email": "sebastian@phpunit.de"
1276                 }
1277             ],
1278             "description": "Allows reflection of object attributes, including inherited and non-public ones",
1279             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1280             "time": "2017-03-29T09:07:27+00:00"
1281         },
1282         {
1283             "name": "sebastian/recursion-context",
1284             "version": "3.0.0",
1285             "source": {
1286                 "type": "git",
1287                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1288                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
1289             },
1290             "dist": {
1291                 "type": "zip",
1292                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1293                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
1294                 "shasum": ""
1295             },
1296             "require": {
1297                 "php": "^7.0"
1298             },
1299             "require-dev": {
1300                 "phpunit/phpunit": "^6.0"
1301             },
1302             "type": "library",
1303             "extra": {
1304                 "branch-alias": {
1305                     "dev-master": "3.0.x-dev"
1306                 }
1307             },
1308             "autoload": {
1309                 "classmap": [
1310                     "src/"
1311                 ]
1312             },
1313             "notification-url": "https://packagist.org/downloads/",
1314             "license": [
1315                 "BSD-3-Clause"
1316             ],
1317             "authors": [
1318                 {
1319                     "name": "Jeff Welch",
1320                     "email": "whatthejeff@gmail.com"
1321                 },
1322                 {
1323                     "name": "Sebastian Bergmann",
1324                     "email": "sebastian@phpunit.de"
1325                 },
1326                 {
1327                     "name": "Adam Harvey",
1328                     "email": "aharvey@php.net"
1329                 }
1330             ],
1331             "description": "Provides functionality to recursively process PHP variables",
1332             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1333             "time": "2017-03-03T06:23:57+00:00"
1334         },
1335         {
1336             "name": "sebastian/resource-operations",
1337             "version": "1.0.0",
1338             "source": {
1339                 "type": "git",
1340                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1341                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
1342             },
1343             "dist": {
1344                 "type": "zip",
1345                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1346                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
1347                 "shasum": ""
1348             },
1349             "require": {
1350                 "php": ">=5.6.0"
1351             },
1352             "type": "library",
1353             "extra": {
1354                 "branch-alias": {
1355                     "dev-master": "1.0.x-dev"
1356                 }
1357             },
1358             "autoload": {
1359                 "classmap": [
1360                     "src/"
1361                 ]
1362             },
1363             "notification-url": "https://packagist.org/downloads/",
1364             "license": [
1365                 "BSD-3-Clause"
1366             ],
1367             "authors": [
1368                 {
1369                     "name": "Sebastian Bergmann",
1370                     "email": "sebastian@phpunit.de"
1371                 }
1372             ],
1373             "description": "Provides a list of PHP built-in functions that operate on resources",
1374             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1375             "time": "2015-07-28T20:34:47+00:00"
1376         },
1377         {
1378             "name": "sebastian/version",
1379             "version": "2.0.1",
1380             "source": {
1381                 "type": "git",
1382                 "url": "https://github.com/sebastianbergmann/version.git",
1383                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1384             },
1385             "dist": {
1386                 "type": "zip",
1387                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1388                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1389                 "shasum": ""
1390             },
1391             "require": {
1392                 "php": ">=5.6"
1393             },
1394             "type": "library",
1395             "extra": {
1396                 "branch-alias": {
1397                     "dev-master": "2.0.x-dev"
1398                 }
1399             },
1400             "autoload": {
1401                 "classmap": [
1402                     "src/"
1403                 ]
1404             },
1405             "notification-url": "https://packagist.org/downloads/",
1406             "license": [
1407                 "BSD-3-Clause"
1408             ],
1409             "authors": [
1410                 {
1411                     "name": "Sebastian Bergmann",
1412                     "email": "sebastian@phpunit.de",
1413                     "role": "lead"
1414                 }
1415             ],
1416             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1417             "homepage": "https://github.com/sebastianbergmann/version",
1418             "time": "2016-10-03T07:35:21+00:00"
1419         },
1420         {
1421             "name": "squizlabs/php_codesniffer",
1422             "version": "2.9.1",
1423             "source": {
1424                 "type": "git",
1425                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1426                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1427             },
1428             "dist": {
1429                 "type": "zip",
1430                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
1431                 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1432                 "shasum": ""
1433             },
1434             "require": {
1435                 "ext-simplexml": "*",
1436                 "ext-tokenizer": "*",
1437                 "ext-xmlwriter": "*",
1438                 "php": ">=5.1.2"
1439             },
1440             "require-dev": {
1441                 "phpunit/phpunit": "~4.0"
1442             },
1443             "bin": [
1444                 "scripts/phpcs",
1445                 "scripts/phpcbf"
1446             ],
1447             "type": "library",
1448             "extra": {
1449                 "branch-alias": {
1450                     "dev-master": "2.x-dev"
1451                 }
1452             },
1453             "autoload": {
1454                 "classmap": [
1455                     "CodeSniffer.php",
1456                     "CodeSniffer/CLI.php",
1457                     "CodeSniffer/Exception.php",
1458                     "CodeSniffer/File.php",
1459                     "CodeSniffer/Fixer.php",
1460                     "CodeSniffer/Report.php",
1461                     "CodeSniffer/Reporting.php",
1462                     "CodeSniffer/Sniff.php",
1463                     "CodeSniffer/Tokens.php",
1464                     "CodeSniffer/Reports/",
1465                     "CodeSniffer/Tokenizers/",
1466                     "CodeSniffer/DocGenerators/",
1467                     "CodeSniffer/Standards/AbstractPatternSniff.php",
1468                     "CodeSniffer/Standards/AbstractScopeSniff.php",
1469                     "CodeSniffer/Standards/AbstractVariableSniff.php",
1470                     "CodeSniffer/Standards/IncorrectPatternException.php",
1471                     "CodeSniffer/Standards/Generic/Sniffs/",
1472                     "CodeSniffer/Standards/MySource/Sniffs/",
1473                     "CodeSniffer/Standards/PEAR/Sniffs/",
1474                     "CodeSniffer/Standards/PSR1/Sniffs/",
1475                     "CodeSniffer/Standards/PSR2/Sniffs/",
1476                     "CodeSniffer/Standards/Squiz/Sniffs/",
1477                     "CodeSniffer/Standards/Zend/Sniffs/"
1478                 ]
1479             },
1480             "notification-url": "https://packagist.org/downloads/",
1481             "license": [
1482                 "BSD-3-Clause"
1483             ],
1484             "authors": [
1485                 {
1486                     "name": "Greg Sherwood",
1487                     "role": "lead"
1488                 }
1489             ],
1490             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1491             "homepage": "http://www.squizlabs.com/php-codesniffer",
1492             "keywords": [
1493                 "phpcs",
1494                 "standards"
1495             ],
1496             "time": "2017-05-22T02:43:20+00:00"
1497         },
1498         {
1499             "name": "theseer/tokenizer",
1500             "version": "1.1.0",
1501             "source": {
1502                 "type": "git",
1503                 "url": "https://github.com/theseer/tokenizer.git",
1504                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
1505             },
1506             "dist": {
1507                 "type": "zip",
1508                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
1509                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
1510                 "shasum": ""
1511             },
1512             "require": {
1513                 "ext-dom": "*",
1514                 "ext-tokenizer": "*",
1515                 "ext-xmlwriter": "*",
1516                 "php": "^7.0"
1517             },
1518             "type": "library",
1519             "autoload": {
1520                 "classmap": [
1521                     "src/"
1522                 ]
1523             },
1524             "notification-url": "https://packagist.org/downloads/",
1525             "license": [
1526                 "BSD-3-Clause"
1527             ],
1528             "authors": [
1529                 {
1530                     "name": "Arne Blankerts",
1531                     "email": "arne@blankerts.de",
1532                     "role": "Developer"
1533                 }
1534             ],
1535             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1536             "time": "2017-04-07T12:08:54+00:00"
1537         },
1538         {
1539             "name": "webmozart/assert",
1540             "version": "1.2.0",
1541             "source": {
1542                 "type": "git",
1543                 "url": "https://github.com/webmozart/assert.git",
1544                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1545             },
1546             "dist": {
1547                 "type": "zip",
1548                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1549                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1550                 "shasum": ""
1551             },
1552             "require": {
1553                 "php": "^5.3.3 || ^7.0"
1554             },
1555             "require-dev": {
1556                 "phpunit/phpunit": "^4.6",
1557                 "sebastian/version": "^1.0.1"
1558             },
1559             "type": "library",
1560             "extra": {
1561                 "branch-alias": {
1562                     "dev-master": "1.3-dev"
1563                 }
1564             },
1565             "autoload": {
1566                 "psr-4": {
1567                     "Webmozart\\Assert\\": "src/"
1568                 }
1569             },
1570             "notification-url": "https://packagist.org/downloads/",
1571             "license": [
1572                 "MIT"
1573             ],
1574             "authors": [
1575                 {
1576                     "name": "Bernhard Schussek",
1577                     "email": "bschussek@gmail.com"
1578                 }
1579             ],
1580             "description": "Assertions to validate method input/output with nice error messages.",
1581             "keywords": [
1582                 "assert",
1583                 "check",
1584                 "validate"
1585             ],
1586             "time": "2016-11-23T20:04:58+00:00"
1587         },
1588         {
1589             "name": "zendframework/zend-coding-standard",
1590             "version": "1.0.0",
1591             "source": {
1592                 "type": "git",
1593                 "url": "https://github.com/zendframework/zend-coding-standard.git",
1594                 "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6"
1595             },
1596             "dist": {
1597                 "type": "zip",
1598                 "url": "https://api.github.com/repos/zendframework/zend-coding-standard/zipball/893316d2904e93f1c74c1384b6d7d57778299cb6",
1599                 "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6",
1600                 "shasum": ""
1601             },
1602             "require": {
1603                 "squizlabs/php_codesniffer": "^2.7"
1604             },
1605             "type": "library",
1606             "notification-url": "https://packagist.org/downloads/",
1607             "license": [
1608                 "BSD-3-Clause"
1609             ],
1610             "description": "Zend Framework coding standard",
1611             "keywords": [
1612                 "Coding Standard",
1613                 "zf"
1614             ],
1615             "time": "2016-11-09T21:30:43+00:00"
1616         }
1617     ],
1618     "aliases": [],
1619     "minimum-stability": "stable",
1620     "stability-flags": [],
1621     "prefer-stable": false,
1622     "prefer-lowest": false,
1623     "platform": {
1624         "php": "^5.6 || ^7.0"
1625     },
1626     "platform-dev": {
1627         "ext-dom": "*",
1628         "ext-libxml": "*"
1629     }
1630 }