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