]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - composer.lock
Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.x
[github/shaarli/Shaarli.git] / 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": "bc39afd7f6d37c76509f96bea69f6131",
8 "packages": [
9 {
10 "name": "container-interop/container-interop",
11 "version": "1.2.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/container-interop/container-interop.git",
15 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
20 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
21 "shasum": ""
22 },
23 "require": {
24 "psr/container": "^1.0"
25 },
26 "type": "library",
27 "autoload": {
28 "psr-4": {
29 "Interop\\Container\\": "src/Interop/Container/"
30 }
31 },
32 "notification-url": "https://packagist.org/downloads/",
33 "license": [
34 "MIT"
35 ],
36 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
37 "homepage": "https://github.com/container-interop/container-interop",
38 "time": "2017-02-14T19:40:03+00:00"
39 },
40 {
41 "name": "erusev/parsedown",
42 "version": "1.6.0",
43 "source": {
44 "type": "git",
45 "url": "https://github.com/erusev/parsedown.git",
46 "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
47 },
48 "dist": {
49 "type": "zip",
50 "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
51 "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
52 "shasum": ""
53 },
54 "type": "library",
55 "autoload": {
56 "psr-0": {
57 "Parsedown": ""
58 }
59 },
60 "notification-url": "https://packagist.org/downloads/",
61 "license": [
62 "MIT"
63 ],
64 "authors": [
65 {
66 "name": "Emanuil Rusev",
67 "email": "hello@erusev.com",
68 "homepage": "http://erusev.com"
69 }
70 ],
71 "description": "Parser for Markdown.",
72 "homepage": "http://parsedown.org",
73 "keywords": [
74 "markdown",
75 "parser"
76 ],
77 "time": "2015-10-04T16:44:32+00:00"
78 },
79 {
80 "name": "gettext/gettext",
81 "version": "v4.4.3",
82 "source": {
83 "type": "git",
84 "url": "https://github.com/oscarotero/Gettext.git",
85 "reference": "4f57f004635cc6311a20815ebfdc0757cb337113"
86 },
87 "dist": {
88 "type": "zip",
89 "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/4f57f004635cc6311a20815ebfdc0757cb337113",
90 "reference": "4f57f004635cc6311a20815ebfdc0757cb337113",
91 "shasum": ""
92 },
93 "require": {
94 "gettext/languages": "^2.3",
95 "php": ">=5.4.0"
96 },
97 "require-dev": {
98 "illuminate/view": "*",
99 "phpunit/phpunit": "^4.8|^5.7",
100 "squizlabs/php_codesniffer": "^3.0",
101 "symfony/yaml": "~2",
102 "twig/extensions": "*",
103 "twig/twig": "^1.31|^2.0"
104 },
105 "suggest": {
106 "illuminate/view": "Is necessary if you want to use the Blade extractor",
107 "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
108 "twig/extensions": "Is necessary if you want to use the Twig extractor",
109 "twig/twig": "Is necessary if you want to use the Twig extractor"
110 },
111 "type": "library",
112 "autoload": {
113 "psr-4": {
114 "Gettext\\": "src"
115 }
116 },
117 "notification-url": "https://packagist.org/downloads/",
118 "license": [
119 "MIT"
120 ],
121 "authors": [
122 {
123 "name": "Oscar Otero",
124 "email": "oom@oscarotero.com",
125 "homepage": "http://oscarotero.com",
126 "role": "Developer"
127 }
128 ],
129 "description": "PHP gettext manager",
130 "homepage": "https://github.com/oscarotero/Gettext",
131 "keywords": [
132 "JS",
133 "gettext",
134 "i18n",
135 "mo",
136 "po",
137 "translation"
138 ],
139 "time": "2017-08-09T16:59:46+00:00"
140 },
141 {
142 "name": "gettext/languages",
143 "version": "2.3.0",
144 "source": {
145 "type": "git",
146 "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git",
147 "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7"
148 },
149 "dist": {
150 "type": "zip",
151 "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/49c39e51569963cc917a924b489e7025bfb9d8c7",
152 "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7",
153 "shasum": ""
154 },
155 "require": {
156 "php": ">=5.3"
157 },
158 "require-dev": {
159 "phpunit/phpunit": "^4"
160 },
161 "bin": [
162 "bin/export-plural-rules",
163 "bin/export-plural-rules.php"
164 ],
165 "type": "library",
166 "autoload": {
167 "psr-4": {
168 "Gettext\\Languages\\": "src/"
169 }
170 },
171 "notification-url": "https://packagist.org/downloads/",
172 "license": [
173 "MIT"
174 ],
175 "authors": [
176 {
177 "name": "Michele Locati",
178 "email": "mlocati@gmail.com",
179 "role": "Developer"
180 }
181 ],
182 "description": "gettext languages with plural rules",
183 "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules",
184 "keywords": [
185 "cldr",
186 "i18n",
187 "internationalization",
188 "l10n",
189 "language",
190 "languages",
191 "localization",
192 "php",
193 "plural",
194 "plural rules",
195 "plurals",
196 "translate",
197 "translations",
198 "unicode"
199 ],
200 "time": "2017-03-23T17:02:28+00:00"
201 },
202 {
203 "name": "katzgrau/klogger",
204 "version": "1.2.1",
205 "source": {
206 "type": "git",
207 "url": "https://github.com/katzgrau/KLogger.git",
208 "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1"
209 },
210 "dist": {
211 "type": "zip",
212 "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
213 "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
214 "shasum": ""
215 },
216 "require": {
217 "php": ">=5.3",
218 "psr/log": "^1.0.0"
219 },
220 "require-dev": {
221 "phpunit/phpunit": "4.0.*"
222 },
223 "type": "library",
224 "autoload": {
225 "psr-4": {
226 "Katzgrau\\KLogger\\": "src/"
227 },
228 "classmap": [
229 "src/"
230 ]
231 },
232 "notification-url": "https://packagist.org/downloads/",
233 "license": [
234 "MIT"
235 ],
236 "authors": [
237 {
238 "name": "Kenny Katzgrau",
239 "email": "katzgrau@gmail.com"
240 },
241 {
242 "name": "Dan Horrigan",
243 "email": "dan@dhorrigan.com"
244 }
245 ],
246 "description": "A Simple Logging Class",
247 "keywords": [
248 "logging"
249 ],
250 "time": "2016-11-07T19:29:14+00:00"
251 },
252 {
253 "name": "nikic/fast-route",
254 "version": "v1.2.0",
255 "source": {
256 "type": "git",
257 "url": "https://github.com/nikic/FastRoute.git",
258 "reference": "b5f95749071c82a8e0f58586987627054400cdf6"
259 },
260 "dist": {
261 "type": "zip",
262 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/b5f95749071c82a8e0f58586987627054400cdf6",
263 "reference": "b5f95749071c82a8e0f58586987627054400cdf6",
264 "shasum": ""
265 },
266 "require": {
267 "php": ">=5.4.0"
268 },
269 "type": "library",
270 "autoload": {
271 "psr-4": {
272 "FastRoute\\": "src/"
273 },
274 "files": [
275 "src/functions.php"
276 ]
277 },
278 "notification-url": "https://packagist.org/downloads/",
279 "license": [
280 "BSD-3-Clause"
281 ],
282 "authors": [
283 {
284 "name": "Nikita Popov",
285 "email": "nikic@php.net"
286 }
287 ],
288 "description": "Fast request router for PHP",
289 "keywords": [
290 "router",
291 "routing"
292 ],
293 "time": "2017-01-19T11:35:12+00:00"
294 },
295 {
296 "name": "pimple/pimple",
297 "version": "v3.2.3",
298 "source": {
299 "type": "git",
300 "url": "https://github.com/silexphp/Pimple.git",
301 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
302 },
303 "dist": {
304 "type": "zip",
305 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
306 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
307 "shasum": ""
308 },
309 "require": {
310 "php": ">=5.3.0",
311 "psr/container": "^1.0"
312 },
313 "require-dev": {
314 "symfony/phpunit-bridge": "^3.2"
315 },
316 "type": "library",
317 "extra": {
318 "branch-alias": {
319 "dev-master": "3.2.x-dev"
320 }
321 },
322 "autoload": {
323 "psr-0": {
324 "Pimple": "src/"
325 }
326 },
327 "notification-url": "https://packagist.org/downloads/",
328 "license": [
329 "MIT"
330 ],
331 "authors": [
332 {
333 "name": "Fabien Potencier",
334 "email": "fabien@symfony.com"
335 }
336 ],
337 "description": "Pimple, a simple Dependency Injection Container",
338 "homepage": "http://pimple.sensiolabs.org",
339 "keywords": [
340 "container",
341 "dependency injection"
342 ],
343 "time": "2018-01-21T07:42:36+00:00"
344 },
345 {
346 "name": "psr/container",
347 "version": "1.0.0",
348 "source": {
349 "type": "git",
350 "url": "https://github.com/php-fig/container.git",
351 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
352 },
353 "dist": {
354 "type": "zip",
355 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
356 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
357 "shasum": ""
358 },
359 "require": {
360 "php": ">=5.3.0"
361 },
362 "type": "library",
363 "extra": {
364 "branch-alias": {
365 "dev-master": "1.0.x-dev"
366 }
367 },
368 "autoload": {
369 "psr-4": {
370 "Psr\\Container\\": "src/"
371 }
372 },
373 "notification-url": "https://packagist.org/downloads/",
374 "license": [
375 "MIT"
376 ],
377 "authors": [
378 {
379 "name": "PHP-FIG",
380 "homepage": "http://www.php-fig.org/"
381 }
382 ],
383 "description": "Common Container Interface (PHP FIG PSR-11)",
384 "homepage": "https://github.com/php-fig/container",
385 "keywords": [
386 "PSR-11",
387 "container",
388 "container-interface",
389 "container-interop",
390 "psr"
391 ],
392 "time": "2017-02-14T16:28:37+00:00"
393 },
394 {
395 "name": "psr/http-message",
396 "version": "1.0.1",
397 "source": {
398 "type": "git",
399 "url": "https://github.com/php-fig/http-message.git",
400 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
401 },
402 "dist": {
403 "type": "zip",
404 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
405 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
406 "shasum": ""
407 },
408 "require": {
409 "php": ">=5.3.0"
410 },
411 "type": "library",
412 "extra": {
413 "branch-alias": {
414 "dev-master": "1.0.x-dev"
415 }
416 },
417 "autoload": {
418 "psr-4": {
419 "Psr\\Http\\Message\\": "src/"
420 }
421 },
422 "notification-url": "https://packagist.org/downloads/",
423 "license": [
424 "MIT"
425 ],
426 "authors": [
427 {
428 "name": "PHP-FIG",
429 "homepage": "http://www.php-fig.org/"
430 }
431 ],
432 "description": "Common interface for HTTP messages",
433 "homepage": "https://github.com/php-fig/http-message",
434 "keywords": [
435 "http",
436 "http-message",
437 "psr",
438 "psr-7",
439 "request",
440 "response"
441 ],
442 "time": "2016-08-06T14:39:51+00:00"
443 },
444 {
445 "name": "psr/log",
446 "version": "1.0.2",
447 "source": {
448 "type": "git",
449 "url": "https://github.com/php-fig/log.git",
450 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
451 },
452 "dist": {
453 "type": "zip",
454 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
455 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
456 "shasum": ""
457 },
458 "require": {
459 "php": ">=5.3.0"
460 },
461 "type": "library",
462 "extra": {
463 "branch-alias": {
464 "dev-master": "1.0.x-dev"
465 }
466 },
467 "autoload": {
468 "psr-4": {
469 "Psr\\Log\\": "Psr/Log/"
470 }
471 },
472 "notification-url": "https://packagist.org/downloads/",
473 "license": [
474 "MIT"
475 ],
476 "authors": [
477 {
478 "name": "PHP-FIG",
479 "homepage": "http://www.php-fig.org/"
480 }
481 ],
482 "description": "Common interface for logging libraries",
483 "homepage": "https://github.com/php-fig/log",
484 "keywords": [
485 "log",
486 "psr",
487 "psr-3"
488 ],
489 "time": "2016-10-10T12:19:37+00:00"
490 },
491 {
492 "name": "pubsubhubbub/publisher",
493 "version": "dev-master",
494 "source": {
495 "type": "git",
496 "url": "https://github.com/pubsubhubbub/php-publisher.git",
497 "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f"
498 },
499 "dist": {
500 "type": "zip",
501 "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/0d224daebd504ab61c22fee4db58f8d1fc18945f",
502 "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f",
503 "shasum": ""
504 },
505 "require": {
506 "php": "~5.4 || ~7.0"
507 },
508 "type": "library",
509 "autoload": {
510 "psr-4": {
511 "pubsubhubbub\\publisher\\": "library/"
512 }
513 },
514 "notification-url": "https://packagist.org/downloads/",
515 "license": [
516 "Apache-2.0"
517 ],
518 "authors": [
519 {
520 "name": "pubsubhubbub publisher Contributors",
521 "homepage": "https://github.com/pubsubhubbub/php-publisher/contributors"
522 }
523 ],
524 "description": "pubsubhubbub implementation of publisher.",
525 "homepage": "https://github.com/pubsubhubbub/php-publisher",
526 "keywords": [
527 "data",
528 "feeds",
529 "publishers",
530 "pubsubhubbub"
531 ],
532 "time": "2017-10-08T10:59:41+00:00"
533 },
534 {
535 "name": "shaarli/netscape-bookmark-parser",
536 "version": "v2.0.5",
537 "source": {
538 "type": "git",
539 "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
540 "reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315"
541 },
542 "dist": {
543 "type": "zip",
544 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/ea6911a0ea3dd372fa7002593c5aef9c15a49315",
545 "reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315",
546 "shasum": ""
547 },
548 "require": {
549 "katzgrau/klogger": "~1.0",
550 "php": ">=5.3.4"
551 },
552 "require-dev": {
553 "phpunit/phpunit": "4.8.*"
554 },
555 "type": "library",
556 "autoload": {
557 "files": [
558 "NetscapeBookmarkParser.php"
559 ]
560 },
561 "notification-url": "https://packagist.org/downloads/",
562 "license": [
563 "MIT"
564 ],
565 "authors": [
566 {
567 "name": "Kafene",
568 "email": "io@kafene.org",
569 "homepage": "https://github.com/kafene",
570 "role": "Developer"
571 },
572 {
573 "name": "VirtualTam",
574 "email": "virtualtam@flibidi.net",
575 "homepage": "https://github.com/virtualtam",
576 "role": "Developer"
577 }
578 ],
579 "description": "Generic Netscape bookmark parser",
580 "homepage": "https://github.com/shaarli/netscape-bookmark-parser",
581 "keywords": [
582 "bookmark",
583 "link",
584 "netscape",
585 "parse"
586 ],
587 "time": "2018-01-30T17:34:48+00:00"
588 },
589 {
590 "name": "slim/slim",
591 "version": "3.9.2",
592 "source": {
593 "type": "git",
594 "url": "https://github.com/slimphp/Slim.git",
595 "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118"
596 },
597 "dist": {
598 "type": "zip",
599 "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118",
600 "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118",
601 "shasum": ""
602 },
603 "require": {
604 "container-interop/container-interop": "^1.2",
605 "nikic/fast-route": "^1.0",
606 "php": ">=5.5.0",
607 "pimple/pimple": "^3.0",
608 "psr/container": "^1.0",
609 "psr/http-message": "^1.0"
610 },
611 "provide": {
612 "psr/http-message-implementation": "1.0"
613 },
614 "require-dev": {
615 "phpunit/phpunit": "^4.0",
616 "squizlabs/php_codesniffer": "^2.5"
617 },
618 "type": "library",
619 "autoload": {
620 "psr-4": {
621 "Slim\\": "Slim"
622 }
623 },
624 "notification-url": "https://packagist.org/downloads/",
625 "license": [
626 "MIT"
627 ],
628 "authors": [
629 {
630 "name": "Rob Allen",
631 "email": "rob@akrabat.com",
632 "homepage": "http://akrabat.com"
633 },
634 {
635 "name": "Josh Lockhart",
636 "email": "hello@joshlockhart.com",
637 "homepage": "https://joshlockhart.com"
638 },
639 {
640 "name": "Gabriel Manricks",
641 "email": "gmanricks@me.com",
642 "homepage": "http://gabrielmanricks.com"
643 },
644 {
645 "name": "Andrew Smith",
646 "email": "a.smith@silentworks.co.uk",
647 "homepage": "http://silentworks.co.uk"
648 }
649 ],
650 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
651 "homepage": "https://slimframework.com",
652 "keywords": [
653 "api",
654 "framework",
655 "micro",
656 "router"
657 ],
658 "time": "2017-11-26T19:13:09+00:00"
659 }
660 ],
661 "packages-dev": [
662 {
663 "name": "doctrine/instantiator",
664 "version": "1.0.5",
665 "source": {
666 "type": "git",
667 "url": "https://github.com/doctrine/instantiator.git",
668 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
669 },
670 "dist": {
671 "type": "zip",
672 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
673 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
674 "shasum": ""
675 },
676 "require": {
677 "php": ">=5.3,<8.0-DEV"
678 },
679 "require-dev": {
680 "athletic/athletic": "~0.1.8",
681 "ext-pdo": "*",
682 "ext-phar": "*",
683 "phpunit/phpunit": "~4.0",
684 "squizlabs/php_codesniffer": "~2.0"
685 },
686 "type": "library",
687 "extra": {
688 "branch-alias": {
689 "dev-master": "1.0.x-dev"
690 }
691 },
692 "autoload": {
693 "psr-4": {
694 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
695 }
696 },
697 "notification-url": "https://packagist.org/downloads/",
698 "license": [
699 "MIT"
700 ],
701 "authors": [
702 {
703 "name": "Marco Pivetta",
704 "email": "ocramius@gmail.com",
705 "homepage": "http://ocramius.github.com/"
706 }
707 ],
708 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
709 "homepage": "https://github.com/doctrine/instantiator",
710 "keywords": [
711 "constructor",
712 "instantiate"
713 ],
714 "time": "2015-06-14T21:17:01+00:00"
715 },
716 {
717 "name": "myclabs/deep-copy",
718 "version": "1.7.0",
719 "source": {
720 "type": "git",
721 "url": "https://github.com/myclabs/DeepCopy.git",
722 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
723 },
724 "dist": {
725 "type": "zip",
726 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
727 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
728 "shasum": ""
729 },
730 "require": {
731 "php": "^5.6 || ^7.0"
732 },
733 "require-dev": {
734 "doctrine/collections": "^1.0",
735 "doctrine/common": "^2.6",
736 "phpunit/phpunit": "^4.1"
737 },
738 "type": "library",
739 "autoload": {
740 "psr-4": {
741 "DeepCopy\\": "src/DeepCopy/"
742 },
743 "files": [
744 "src/DeepCopy/deep_copy.php"
745 ]
746 },
747 "notification-url": "https://packagist.org/downloads/",
748 "license": [
749 "MIT"
750 ],
751 "description": "Create deep copies (clones) of your objects",
752 "keywords": [
753 "clone",
754 "copy",
755 "duplicate",
756 "object",
757 "object graph"
758 ],
759 "time": "2017-10-19T19:58:43+00:00"
760 },
761 {
762 "name": "pdepend/pdepend",
763 "version": "2.5.2",
764 "source": {
765 "type": "git",
766 "url": "https://github.com/pdepend/pdepend.git",
767 "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
768 },
769 "dist": {
770 "type": "zip",
771 "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
772 "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
773 "shasum": ""
774 },
775 "require": {
776 "php": ">=5.3.7",
777 "symfony/config": "^2.3.0|^3|^4",
778 "symfony/dependency-injection": "^2.3.0|^3|^4",
779 "symfony/filesystem": "^2.3.0|^3|^4"
780 },
781 "require-dev": {
782 "phpunit/phpunit": "^4.8|^5.7",
783 "squizlabs/php_codesniffer": "^2.0.0"
784 },
785 "bin": [
786 "src/bin/pdepend"
787 ],
788 "type": "library",
789 "autoload": {
790 "psr-4": {
791 "PDepend\\": "src/main/php/PDepend"
792 }
793 },
794 "notification-url": "https://packagist.org/downloads/",
795 "license": [
796 "BSD-3-Clause"
797 ],
798 "description": "Official version of pdepend to be handled with Composer",
799 "time": "2017-12-13T13:21:38+00:00"
800 },
801 {
802 "name": "phpdocumentor/reflection-common",
803 "version": "1.0.1",
804 "source": {
805 "type": "git",
806 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
807 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
808 },
809 "dist": {
810 "type": "zip",
811 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
812 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
813 "shasum": ""
814 },
815 "require": {
816 "php": ">=5.5"
817 },
818 "require-dev": {
819 "phpunit/phpunit": "^4.6"
820 },
821 "type": "library",
822 "extra": {
823 "branch-alias": {
824 "dev-master": "1.0.x-dev"
825 }
826 },
827 "autoload": {
828 "psr-4": {
829 "phpDocumentor\\Reflection\\": [
830 "src"
831 ]
832 }
833 },
834 "notification-url": "https://packagist.org/downloads/",
835 "license": [
836 "MIT"
837 ],
838 "authors": [
839 {
840 "name": "Jaap van Otterdijk",
841 "email": "opensource@ijaap.nl"
842 }
843 ],
844 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
845 "homepage": "http://www.phpdoc.org",
846 "keywords": [
847 "FQSEN",
848 "phpDocumentor",
849 "phpdoc",
850 "reflection",
851 "static analysis"
852 ],
853 "time": "2017-09-11T18:02:19+00:00"
854 },
855 {
856 "name": "phpdocumentor/reflection-docblock",
857 "version": "3.3.2",
858 "source": {
859 "type": "git",
860 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
861 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
862 },
863 "dist": {
864 "type": "zip",
865 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
866 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
867 "shasum": ""
868 },
869 "require": {
870 "php": "^5.6 || ^7.0",
871 "phpdocumentor/reflection-common": "^1.0.0",
872 "phpdocumentor/type-resolver": "^0.4.0",
873 "webmozart/assert": "^1.0"
874 },
875 "require-dev": {
876 "mockery/mockery": "^0.9.4",
877 "phpunit/phpunit": "^4.4"
878 },
879 "type": "library",
880 "autoload": {
881 "psr-4": {
882 "phpDocumentor\\Reflection\\": [
883 "src/"
884 ]
885 }
886 },
887 "notification-url": "https://packagist.org/downloads/",
888 "license": [
889 "MIT"
890 ],
891 "authors": [
892 {
893 "name": "Mike van Riel",
894 "email": "me@mikevanriel.com"
895 }
896 ],
897 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
898 "time": "2017-11-10T14:09:06+00:00"
899 },
900 {
901 "name": "phpdocumentor/type-resolver",
902 "version": "0.4.0",
903 "source": {
904 "type": "git",
905 "url": "https://github.com/phpDocumentor/TypeResolver.git",
906 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
907 },
908 "dist": {
909 "type": "zip",
910 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
911 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
912 "shasum": ""
913 },
914 "require": {
915 "php": "^5.5 || ^7.0",
916 "phpdocumentor/reflection-common": "^1.0"
917 },
918 "require-dev": {
919 "mockery/mockery": "^0.9.4",
920 "phpunit/phpunit": "^5.2||^4.8.24"
921 },
922 "type": "library",
923 "extra": {
924 "branch-alias": {
925 "dev-master": "1.0.x-dev"
926 }
927 },
928 "autoload": {
929 "psr-4": {
930 "phpDocumentor\\Reflection\\": [
931 "src/"
932 ]
933 }
934 },
935 "notification-url": "https://packagist.org/downloads/",
936 "license": [
937 "MIT"
938 ],
939 "authors": [
940 {
941 "name": "Mike van Riel",
942 "email": "me@mikevanriel.com"
943 }
944 ],
945 "time": "2017-07-14T14:27:02+00:00"
946 },
947 {
948 "name": "phpmd/phpmd",
949 "version": "2.6.0",
950 "source": {
951 "type": "git",
952 "url": "https://github.com/phpmd/phpmd.git",
953 "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
954 },
955 "dist": {
956 "type": "zip",
957 "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
958 "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
959 "shasum": ""
960 },
961 "require": {
962 "ext-xml": "*",
963 "pdepend/pdepend": "^2.5",
964 "php": ">=5.3.9"
965 },
966 "require-dev": {
967 "phpunit/phpunit": "^4.0",
968 "squizlabs/php_codesniffer": "^2.0"
969 },
970 "bin": [
971 "src/bin/phpmd"
972 ],
973 "type": "project",
974 "autoload": {
975 "psr-0": {
976 "PHPMD\\": "src/main/php"
977 }
978 },
979 "notification-url": "https://packagist.org/downloads/",
980 "license": [
981 "BSD-3-Clause"
982 ],
983 "authors": [
984 {
985 "name": "Manuel Pichler",
986 "email": "github@manuel-pichler.de",
987 "homepage": "https://github.com/manuelpichler",
988 "role": "Project Founder"
989 },
990 {
991 "name": "Other contributors",
992 "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
993 "role": "Contributors"
994 },
995 {
996 "name": "Marc Würth",
997 "email": "ravage@bluewin.ch",
998 "homepage": "https://github.com/ravage84",
999 "role": "Project Maintainer"
1000 }
1001 ],
1002 "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
1003 "homepage": "http://phpmd.org/",
1004 "keywords": [
1005 "mess detection",
1006 "mess detector",
1007 "pdepend",
1008 "phpmd",
1009 "pmd"
1010 ],
1011 "time": "2017-01-20T14:41:10+00:00"
1012 },
1013 {
1014 "name": "phpspec/prophecy",
1015 "version": "1.7.3",
1016 "source": {
1017 "type": "git",
1018 "url": "https://github.com/phpspec/prophecy.git",
1019 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
1020 },
1021 "dist": {
1022 "type": "zip",
1023 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1024 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
1025 "shasum": ""
1026 },
1027 "require": {
1028 "doctrine/instantiator": "^1.0.2",
1029 "php": "^5.3|^7.0",
1030 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1031 "sebastian/comparator": "^1.1|^2.0",
1032 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1033 },
1034 "require-dev": {
1035 "phpspec/phpspec": "^2.5|^3.2",
1036 "phpunit/phpunit": "^4.8.35 || ^5.7"
1037 },
1038 "type": "library",
1039 "extra": {
1040 "branch-alias": {
1041 "dev-master": "1.7.x-dev"
1042 }
1043 },
1044 "autoload": {
1045 "psr-0": {
1046 "Prophecy\\": "src/"
1047 }
1048 },
1049 "notification-url": "https://packagist.org/downloads/",
1050 "license": [
1051 "MIT"
1052 ],
1053 "authors": [
1054 {
1055 "name": "Konstantin Kudryashov",
1056 "email": "ever.zet@gmail.com",
1057 "homepage": "http://everzet.com"
1058 },
1059 {
1060 "name": "Marcello Duarte",
1061 "email": "marcello.duarte@gmail.com"
1062 }
1063 ],
1064 "description": "Highly opinionated mocking framework for PHP 5.3+",
1065 "homepage": "https://github.com/phpspec/prophecy",
1066 "keywords": [
1067 "Double",
1068 "Dummy",
1069 "fake",
1070 "mock",
1071 "spy",
1072 "stub"
1073 ],
1074 "time": "2017-11-24T13:59:53+00:00"
1075 },
1076 {
1077 "name": "phpunit/php-code-coverage",
1078 "version": "4.0.8",
1079 "source": {
1080 "type": "git",
1081 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1082 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1083 },
1084 "dist": {
1085 "type": "zip",
1086 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1087 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1088 "shasum": ""
1089 },
1090 "require": {
1091 "ext-dom": "*",
1092 "ext-xmlwriter": "*",
1093 "php": "^5.6 || ^7.0",
1094 "phpunit/php-file-iterator": "^1.3",
1095 "phpunit/php-text-template": "^1.2",
1096 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1097 "sebastian/code-unit-reverse-lookup": "^1.0",
1098 "sebastian/environment": "^1.3.2 || ^2.0",
1099 "sebastian/version": "^1.0 || ^2.0"
1100 },
1101 "require-dev": {
1102 "ext-xdebug": "^2.1.4",
1103 "phpunit/phpunit": "^5.7"
1104 },
1105 "suggest": {
1106 "ext-xdebug": "^2.5.1"
1107 },
1108 "type": "library",
1109 "extra": {
1110 "branch-alias": {
1111 "dev-master": "4.0.x-dev"
1112 }
1113 },
1114 "autoload": {
1115 "classmap": [
1116 "src/"
1117 ]
1118 },
1119 "notification-url": "https://packagist.org/downloads/",
1120 "license": [
1121 "BSD-3-Clause"
1122 ],
1123 "authors": [
1124 {
1125 "name": "Sebastian Bergmann",
1126 "email": "sb@sebastian-bergmann.de",
1127 "role": "lead"
1128 }
1129 ],
1130 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1131 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1132 "keywords": [
1133 "coverage",
1134 "testing",
1135 "xunit"
1136 ],
1137 "time": "2017-04-02T07:44:40+00:00"
1138 },
1139 {
1140 "name": "phpunit/php-file-iterator",
1141 "version": "1.4.5",
1142 "source": {
1143 "type": "git",
1144 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1145 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1146 },
1147 "dist": {
1148 "type": "zip",
1149 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1150 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1151 "shasum": ""
1152 },
1153 "require": {
1154 "php": ">=5.3.3"
1155 },
1156 "type": "library",
1157 "extra": {
1158 "branch-alias": {
1159 "dev-master": "1.4.x-dev"
1160 }
1161 },
1162 "autoload": {
1163 "classmap": [
1164 "src/"
1165 ]
1166 },
1167 "notification-url": "https://packagist.org/downloads/",
1168 "license": [
1169 "BSD-3-Clause"
1170 ],
1171 "authors": [
1172 {
1173 "name": "Sebastian Bergmann",
1174 "email": "sb@sebastian-bergmann.de",
1175 "role": "lead"
1176 }
1177 ],
1178 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1179 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1180 "keywords": [
1181 "filesystem",
1182 "iterator"
1183 ],
1184 "time": "2017-11-27T13:52:08+00:00"
1185 },
1186 {
1187 "name": "phpunit/php-text-template",
1188 "version": "1.2.1",
1189 "source": {
1190 "type": "git",
1191 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1192 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1193 },
1194 "dist": {
1195 "type": "zip",
1196 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1197 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1198 "shasum": ""
1199 },
1200 "require": {
1201 "php": ">=5.3.3"
1202 },
1203 "type": "library",
1204 "autoload": {
1205 "classmap": [
1206 "src/"
1207 ]
1208 },
1209 "notification-url": "https://packagist.org/downloads/",
1210 "license": [
1211 "BSD-3-Clause"
1212 ],
1213 "authors": [
1214 {
1215 "name": "Sebastian Bergmann",
1216 "email": "sebastian@phpunit.de",
1217 "role": "lead"
1218 }
1219 ],
1220 "description": "Simple template engine.",
1221 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1222 "keywords": [
1223 "template"
1224 ],
1225 "time": "2015-06-21T13:50:34+00:00"
1226 },
1227 {
1228 "name": "phpunit/php-timer",
1229 "version": "1.0.9",
1230 "source": {
1231 "type": "git",
1232 "url": "https://github.com/sebastianbergmann/php-timer.git",
1233 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1234 },
1235 "dist": {
1236 "type": "zip",
1237 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1238 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1239 "shasum": ""
1240 },
1241 "require": {
1242 "php": "^5.3.3 || ^7.0"
1243 },
1244 "require-dev": {
1245 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1246 },
1247 "type": "library",
1248 "extra": {
1249 "branch-alias": {
1250 "dev-master": "1.0-dev"
1251 }
1252 },
1253 "autoload": {
1254 "classmap": [
1255 "src/"
1256 ]
1257 },
1258 "notification-url": "https://packagist.org/downloads/",
1259 "license": [
1260 "BSD-3-Clause"
1261 ],
1262 "authors": [
1263 {
1264 "name": "Sebastian Bergmann",
1265 "email": "sb@sebastian-bergmann.de",
1266 "role": "lead"
1267 }
1268 ],
1269 "description": "Utility class for timing",
1270 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1271 "keywords": [
1272 "timer"
1273 ],
1274 "time": "2017-02-26T11:10:40+00:00"
1275 },
1276 {
1277 "name": "phpunit/php-token-stream",
1278 "version": "1.4.12",
1279 "source": {
1280 "type": "git",
1281 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1282 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
1283 },
1284 "dist": {
1285 "type": "zip",
1286 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
1287 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
1288 "shasum": ""
1289 },
1290 "require": {
1291 "ext-tokenizer": "*",
1292 "php": ">=5.3.3"
1293 },
1294 "require-dev": {
1295 "phpunit/phpunit": "~4.2"
1296 },
1297 "type": "library",
1298 "extra": {
1299 "branch-alias": {
1300 "dev-master": "1.4-dev"
1301 }
1302 },
1303 "autoload": {
1304 "classmap": [
1305 "src/"
1306 ]
1307 },
1308 "notification-url": "https://packagist.org/downloads/",
1309 "license": [
1310 "BSD-3-Clause"
1311 ],
1312 "authors": [
1313 {
1314 "name": "Sebastian Bergmann",
1315 "email": "sebastian@phpunit.de"
1316 }
1317 ],
1318 "description": "Wrapper around PHP's tokenizer extension.",
1319 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1320 "keywords": [
1321 "tokenizer"
1322 ],
1323 "time": "2017-12-04T08:55:13+00:00"
1324 },
1325 {
1326 "name": "phpunit/phpcov",
1327 "version": "3.1.0",
1328 "source": {
1329 "type": "git",
1330 "url": "https://github.com/sebastianbergmann/phpcov.git",
1331 "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d"
1332 },
1333 "dist": {
1334 "type": "zip",
1335 "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d",
1336 "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d",
1337 "shasum": ""
1338 },
1339 "require": {
1340 "php": "^5.6 || ^7.0",
1341 "phpunit/php-code-coverage": "^4.0",
1342 "phpunit/phpunit": "^5.0",
1343 "sebastian/diff": "^1.1",
1344 "sebastian/finder-facade": "^1.1",
1345 "sebastian/version": "^1.0|^2.0",
1346 "symfony/console": "^2|^3"
1347 },
1348 "bin": [
1349 "phpcov"
1350 ],
1351 "type": "library",
1352 "extra": {
1353 "branch-alias": {
1354 "dev-master": "3.1.x-dev"
1355 }
1356 },
1357 "autoload": {
1358 "classmap": [
1359 "src/"
1360 ]
1361 },
1362 "notification-url": "https://packagist.org/downloads/",
1363 "license": [
1364 "BSD-3-Clause"
1365 ],
1366 "authors": [
1367 {
1368 "name": "Sebastian Bergmann",
1369 "email": "sebastian@phpunit.de",
1370 "role": "lead"
1371 }
1372 ],
1373 "description": "CLI frontend for PHP_CodeCoverage",
1374 "homepage": "https://github.com/sebastianbergmann/phpcov",
1375 "time": "2016-06-03T07:01:55+00:00"
1376 },
1377 {
1378 "name": "phpunit/phpunit",
1379 "version": "5.7.27",
1380 "source": {
1381 "type": "git",
1382 "url": "https://github.com/sebastianbergmann/phpunit.git",
1383 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1384 },
1385 "dist": {
1386 "type": "zip",
1387 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1388 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1389 "shasum": ""
1390 },
1391 "require": {
1392 "ext-dom": "*",
1393 "ext-json": "*",
1394 "ext-libxml": "*",
1395 "ext-mbstring": "*",
1396 "ext-xml": "*",
1397 "myclabs/deep-copy": "~1.3",
1398 "php": "^5.6 || ^7.0",
1399 "phpspec/prophecy": "^1.6.2",
1400 "phpunit/php-code-coverage": "^4.0.4",
1401 "phpunit/php-file-iterator": "~1.4",
1402 "phpunit/php-text-template": "~1.2",
1403 "phpunit/php-timer": "^1.0.6",
1404 "phpunit/phpunit-mock-objects": "^3.2",
1405 "sebastian/comparator": "^1.2.4",
1406 "sebastian/diff": "^1.4.3",
1407 "sebastian/environment": "^1.3.4 || ^2.0",
1408 "sebastian/exporter": "~2.0",
1409 "sebastian/global-state": "^1.1",
1410 "sebastian/object-enumerator": "~2.0",
1411 "sebastian/resource-operations": "~1.0",
1412 "sebastian/version": "^1.0.6|^2.0.1",
1413 "symfony/yaml": "~2.1|~3.0|~4.0"
1414 },
1415 "conflict": {
1416 "phpdocumentor/reflection-docblock": "3.0.2"
1417 },
1418 "require-dev": {
1419 "ext-pdo": "*"
1420 },
1421 "suggest": {
1422 "ext-xdebug": "*",
1423 "phpunit/php-invoker": "~1.1"
1424 },
1425 "bin": [
1426 "phpunit"
1427 ],
1428 "type": "library",
1429 "extra": {
1430 "branch-alias": {
1431 "dev-master": "5.7.x-dev"
1432 }
1433 },
1434 "autoload": {
1435 "classmap": [
1436 "src/"
1437 ]
1438 },
1439 "notification-url": "https://packagist.org/downloads/",
1440 "license": [
1441 "BSD-3-Clause"
1442 ],
1443 "authors": [
1444 {
1445 "name": "Sebastian Bergmann",
1446 "email": "sebastian@phpunit.de",
1447 "role": "lead"
1448 }
1449 ],
1450 "description": "The PHP Unit Testing framework.",
1451 "homepage": "https://phpunit.de/",
1452 "keywords": [
1453 "phpunit",
1454 "testing",
1455 "xunit"
1456 ],
1457 "time": "2018-02-01T05:50:59+00:00"
1458 },
1459 {
1460 "name": "phpunit/phpunit-mock-objects",
1461 "version": "3.4.4",
1462 "source": {
1463 "type": "git",
1464 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1465 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1466 },
1467 "dist": {
1468 "type": "zip",
1469 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1470 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1471 "shasum": ""
1472 },
1473 "require": {
1474 "doctrine/instantiator": "^1.0.2",
1475 "php": "^5.6 || ^7.0",
1476 "phpunit/php-text-template": "^1.2",
1477 "sebastian/exporter": "^1.2 || ^2.0"
1478 },
1479 "conflict": {
1480 "phpunit/phpunit": "<5.4.0"
1481 },
1482 "require-dev": {
1483 "phpunit/phpunit": "^5.4"
1484 },
1485 "suggest": {
1486 "ext-soap": "*"
1487 },
1488 "type": "library",
1489 "extra": {
1490 "branch-alias": {
1491 "dev-master": "3.2.x-dev"
1492 }
1493 },
1494 "autoload": {
1495 "classmap": [
1496 "src/"
1497 ]
1498 },
1499 "notification-url": "https://packagist.org/downloads/",
1500 "license": [
1501 "BSD-3-Clause"
1502 ],
1503 "authors": [
1504 {
1505 "name": "Sebastian Bergmann",
1506 "email": "sb@sebastian-bergmann.de",
1507 "role": "lead"
1508 }
1509 ],
1510 "description": "Mock Object library for PHPUnit",
1511 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1512 "keywords": [
1513 "mock",
1514 "xunit"
1515 ],
1516 "time": "2017-06-30T09:13:00+00:00"
1517 },
1518 {
1519 "name": "sebastian/code-unit-reverse-lookup",
1520 "version": "1.0.1",
1521 "source": {
1522 "type": "git",
1523 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1524 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1525 },
1526 "dist": {
1527 "type": "zip",
1528 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1529 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1530 "shasum": ""
1531 },
1532 "require": {
1533 "php": "^5.6 || ^7.0"
1534 },
1535 "require-dev": {
1536 "phpunit/phpunit": "^5.7 || ^6.0"
1537 },
1538 "type": "library",
1539 "extra": {
1540 "branch-alias": {
1541 "dev-master": "1.0.x-dev"
1542 }
1543 },
1544 "autoload": {
1545 "classmap": [
1546 "src/"
1547 ]
1548 },
1549 "notification-url": "https://packagist.org/downloads/",
1550 "license": [
1551 "BSD-3-Clause"
1552 ],
1553 "authors": [
1554 {
1555 "name": "Sebastian Bergmann",
1556 "email": "sebastian@phpunit.de"
1557 }
1558 ],
1559 "description": "Looks up which function or method a line of code belongs to",
1560 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1561 "time": "2017-03-04T06:30:41+00:00"
1562 },
1563 {
1564 "name": "sebastian/comparator",
1565 "version": "1.2.4",
1566 "source": {
1567 "type": "git",
1568 "url": "https://github.com/sebastianbergmann/comparator.git",
1569 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1570 },
1571 "dist": {
1572 "type": "zip",
1573 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1574 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1575 "shasum": ""
1576 },
1577 "require": {
1578 "php": ">=5.3.3",
1579 "sebastian/diff": "~1.2",
1580 "sebastian/exporter": "~1.2 || ~2.0"
1581 },
1582 "require-dev": {
1583 "phpunit/phpunit": "~4.4"
1584 },
1585 "type": "library",
1586 "extra": {
1587 "branch-alias": {
1588 "dev-master": "1.2.x-dev"
1589 }
1590 },
1591 "autoload": {
1592 "classmap": [
1593 "src/"
1594 ]
1595 },
1596 "notification-url": "https://packagist.org/downloads/",
1597 "license": [
1598 "BSD-3-Clause"
1599 ],
1600 "authors": [
1601 {
1602 "name": "Jeff Welch",
1603 "email": "whatthejeff@gmail.com"
1604 },
1605 {
1606 "name": "Volker Dusch",
1607 "email": "github@wallbash.com"
1608 },
1609 {
1610 "name": "Bernhard Schussek",
1611 "email": "bschussek@2bepublished.at"
1612 },
1613 {
1614 "name": "Sebastian Bergmann",
1615 "email": "sebastian@phpunit.de"
1616 }
1617 ],
1618 "description": "Provides the functionality to compare PHP values for equality",
1619 "homepage": "http://www.github.com/sebastianbergmann/comparator",
1620 "keywords": [
1621 "comparator",
1622 "compare",
1623 "equality"
1624 ],
1625 "time": "2017-01-29T09:50:25+00:00"
1626 },
1627 {
1628 "name": "sebastian/diff",
1629 "version": "1.4.3",
1630 "source": {
1631 "type": "git",
1632 "url": "https://github.com/sebastianbergmann/diff.git",
1633 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1634 },
1635 "dist": {
1636 "type": "zip",
1637 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1638 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1639 "shasum": ""
1640 },
1641 "require": {
1642 "php": "^5.3.3 || ^7.0"
1643 },
1644 "require-dev": {
1645 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1646 },
1647 "type": "library",
1648 "extra": {
1649 "branch-alias": {
1650 "dev-master": "1.4-dev"
1651 }
1652 },
1653 "autoload": {
1654 "classmap": [
1655 "src/"
1656 ]
1657 },
1658 "notification-url": "https://packagist.org/downloads/",
1659 "license": [
1660 "BSD-3-Clause"
1661 ],
1662 "authors": [
1663 {
1664 "name": "Kore Nordmann",
1665 "email": "mail@kore-nordmann.de"
1666 },
1667 {
1668 "name": "Sebastian Bergmann",
1669 "email": "sebastian@phpunit.de"
1670 }
1671 ],
1672 "description": "Diff implementation",
1673 "homepage": "https://github.com/sebastianbergmann/diff",
1674 "keywords": [
1675 "diff"
1676 ],
1677 "time": "2017-05-22T07:24:03+00:00"
1678 },
1679 {
1680 "name": "sebastian/environment",
1681 "version": "2.0.0",
1682 "source": {
1683 "type": "git",
1684 "url": "https://github.com/sebastianbergmann/environment.git",
1685 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1686 },
1687 "dist": {
1688 "type": "zip",
1689 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1690 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1691 "shasum": ""
1692 },
1693 "require": {
1694 "php": "^5.6 || ^7.0"
1695 },
1696 "require-dev": {
1697 "phpunit/phpunit": "^5.0"
1698 },
1699 "type": "library",
1700 "extra": {
1701 "branch-alias": {
1702 "dev-master": "2.0.x-dev"
1703 }
1704 },
1705 "autoload": {
1706 "classmap": [
1707 "src/"
1708 ]
1709 },
1710 "notification-url": "https://packagist.org/downloads/",
1711 "license": [
1712 "BSD-3-Clause"
1713 ],
1714 "authors": [
1715 {
1716 "name": "Sebastian Bergmann",
1717 "email": "sebastian@phpunit.de"
1718 }
1719 ],
1720 "description": "Provides functionality to handle HHVM/PHP environments",
1721 "homepage": "http://www.github.com/sebastianbergmann/environment",
1722 "keywords": [
1723 "Xdebug",
1724 "environment",
1725 "hhvm"
1726 ],
1727 "time": "2016-11-26T07:53:53+00:00"
1728 },
1729 {
1730 "name": "sebastian/exporter",
1731 "version": "2.0.0",
1732 "source": {
1733 "type": "git",
1734 "url": "https://github.com/sebastianbergmann/exporter.git",
1735 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1736 },
1737 "dist": {
1738 "type": "zip",
1739 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1740 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1741 "shasum": ""
1742 },
1743 "require": {
1744 "php": ">=5.3.3",
1745 "sebastian/recursion-context": "~2.0"
1746 },
1747 "require-dev": {
1748 "ext-mbstring": "*",
1749 "phpunit/phpunit": "~4.4"
1750 },
1751 "type": "library",
1752 "extra": {
1753 "branch-alias": {
1754 "dev-master": "2.0.x-dev"
1755 }
1756 },
1757 "autoload": {
1758 "classmap": [
1759 "src/"
1760 ]
1761 },
1762 "notification-url": "https://packagist.org/downloads/",
1763 "license": [
1764 "BSD-3-Clause"
1765 ],
1766 "authors": [
1767 {
1768 "name": "Jeff Welch",
1769 "email": "whatthejeff@gmail.com"
1770 },
1771 {
1772 "name": "Volker Dusch",
1773 "email": "github@wallbash.com"
1774 },
1775 {
1776 "name": "Bernhard Schussek",
1777 "email": "bschussek@2bepublished.at"
1778 },
1779 {
1780 "name": "Sebastian Bergmann",
1781 "email": "sebastian@phpunit.de"
1782 },
1783 {
1784 "name": "Adam Harvey",
1785 "email": "aharvey@php.net"
1786 }
1787 ],
1788 "description": "Provides the functionality to export PHP variables for visualization",
1789 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1790 "keywords": [
1791 "export",
1792 "exporter"
1793 ],
1794 "time": "2016-11-19T08:54:04+00:00"
1795 },
1796 {
1797 "name": "sebastian/finder-facade",
1798 "version": "1.2.2",
1799 "source": {
1800 "type": "git",
1801 "url": "https://github.com/sebastianbergmann/finder-facade.git",
1802 "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
1803 },
1804 "dist": {
1805 "type": "zip",
1806 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
1807 "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
1808 "shasum": ""
1809 },
1810 "require": {
1811 "symfony/finder": "~2.3|~3.0|~4.0",
1812 "theseer/fdomdocument": "~1.3"
1813 },
1814 "type": "library",
1815 "autoload": {
1816 "classmap": [
1817 "src/"
1818 ]
1819 },
1820 "notification-url": "https://packagist.org/downloads/",
1821 "license": [
1822 "BSD-3-Clause"
1823 ],
1824 "authors": [
1825 {
1826 "name": "Sebastian Bergmann",
1827 "email": "sebastian@phpunit.de",
1828 "role": "lead"
1829 }
1830 ],
1831 "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
1832 "homepage": "https://github.com/sebastianbergmann/finder-facade",
1833 "time": "2017-11-18T17:31:49+00:00"
1834 },
1835 {
1836 "name": "sebastian/global-state",
1837 "version": "1.1.1",
1838 "source": {
1839 "type": "git",
1840 "url": "https://github.com/sebastianbergmann/global-state.git",
1841 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1842 },
1843 "dist": {
1844 "type": "zip",
1845 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1846 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1847 "shasum": ""
1848 },
1849 "require": {
1850 "php": ">=5.3.3"
1851 },
1852 "require-dev": {
1853 "phpunit/phpunit": "~4.2"
1854 },
1855 "suggest": {
1856 "ext-uopz": "*"
1857 },
1858 "type": "library",
1859 "extra": {
1860 "branch-alias": {
1861 "dev-master": "1.0-dev"
1862 }
1863 },
1864 "autoload": {
1865 "classmap": [
1866 "src/"
1867 ]
1868 },
1869 "notification-url": "https://packagist.org/downloads/",
1870 "license": [
1871 "BSD-3-Clause"
1872 ],
1873 "authors": [
1874 {
1875 "name": "Sebastian Bergmann",
1876 "email": "sebastian@phpunit.de"
1877 }
1878 ],
1879 "description": "Snapshotting of global state",
1880 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1881 "keywords": [
1882 "global state"
1883 ],
1884 "time": "2015-10-12T03:26:01+00:00"
1885 },
1886 {
1887 "name": "sebastian/object-enumerator",
1888 "version": "2.0.1",
1889 "source": {
1890 "type": "git",
1891 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1892 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1893 },
1894 "dist": {
1895 "type": "zip",
1896 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1897 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1898 "shasum": ""
1899 },
1900 "require": {
1901 "php": ">=5.6",
1902 "sebastian/recursion-context": "~2.0"
1903 },
1904 "require-dev": {
1905 "phpunit/phpunit": "~5"
1906 },
1907 "type": "library",
1908 "extra": {
1909 "branch-alias": {
1910 "dev-master": "2.0.x-dev"
1911 }
1912 },
1913 "autoload": {
1914 "classmap": [
1915 "src/"
1916 ]
1917 },
1918 "notification-url": "https://packagist.org/downloads/",
1919 "license": [
1920 "BSD-3-Clause"
1921 ],
1922 "authors": [
1923 {
1924 "name": "Sebastian Bergmann",
1925 "email": "sebastian@phpunit.de"
1926 }
1927 ],
1928 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1929 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1930 "time": "2017-02-18T15:18:39+00:00"
1931 },
1932 {
1933 "name": "sebastian/phpcpd",
1934 "version": "3.0.1",
1935 "source": {
1936 "type": "git",
1937 "url": "https://github.com/sebastianbergmann/phpcpd.git",
1938 "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564"
1939 },
1940 "dist": {
1941 "type": "zip",
1942 "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/dfed51c1288790fc957c9433e2f49ab152e8a564",
1943 "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564",
1944 "shasum": ""
1945 },
1946 "require": {
1947 "php": "^5.6|^7.0",
1948 "phpunit/php-timer": "^1.0.6",
1949 "sebastian/finder-facade": "^1.1",
1950 "sebastian/version": "^1.0|^2.0",
1951 "symfony/console": "^2.7|^3.0|^4.0"
1952 },
1953 "bin": [
1954 "phpcpd"
1955 ],
1956 "type": "library",
1957 "extra": {
1958 "branch-alias": {
1959 "dev-master": "3.0-dev"
1960 }
1961 },
1962 "autoload": {
1963 "classmap": [
1964 "src/"
1965 ]
1966 },
1967 "notification-url": "https://packagist.org/downloads/",
1968 "license": [
1969 "BSD-3-Clause"
1970 ],
1971 "authors": [
1972 {
1973 "name": "Sebastian Bergmann",
1974 "email": "sebastian@phpunit.de",
1975 "role": "lead"
1976 }
1977 ],
1978 "description": "Copy/Paste Detector (CPD) for PHP code.",
1979 "homepage": "https://github.com/sebastianbergmann/phpcpd",
1980 "time": "2017-11-16T08:49:28+00:00"
1981 },
1982 {
1983 "name": "sebastian/recursion-context",
1984 "version": "2.0.0",
1985 "source": {
1986 "type": "git",
1987 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1988 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1989 },
1990 "dist": {
1991 "type": "zip",
1992 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1993 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1994 "shasum": ""
1995 },
1996 "require": {
1997 "php": ">=5.3.3"
1998 },
1999 "require-dev": {
2000 "phpunit/phpunit": "~4.4"
2001 },
2002 "type": "library",
2003 "extra": {
2004 "branch-alias": {
2005 "dev-master": "2.0.x-dev"
2006 }
2007 },
2008 "autoload": {
2009 "classmap": [
2010 "src/"
2011 ]
2012 },
2013 "notification-url": "https://packagist.org/downloads/",
2014 "license": [
2015 "BSD-3-Clause"
2016 ],
2017 "authors": [
2018 {
2019 "name": "Jeff Welch",
2020 "email": "whatthejeff@gmail.com"
2021 },
2022 {
2023 "name": "Sebastian Bergmann",
2024 "email": "sebastian@phpunit.de"
2025 },
2026 {
2027 "name": "Adam Harvey",
2028 "email": "aharvey@php.net"
2029 }
2030 ],
2031 "description": "Provides functionality to recursively process PHP variables",
2032 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2033 "time": "2016-11-19T07:33:16+00:00"
2034 },
2035 {
2036 "name": "sebastian/resource-operations",
2037 "version": "1.0.0",
2038 "source": {
2039 "type": "git",
2040 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2041 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2042 },
2043 "dist": {
2044 "type": "zip",
2045 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2046 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2047 "shasum": ""
2048 },
2049 "require": {
2050 "php": ">=5.6.0"
2051 },
2052 "type": "library",
2053 "extra": {
2054 "branch-alias": {
2055 "dev-master": "1.0.x-dev"
2056 }
2057 },
2058 "autoload": {
2059 "classmap": [
2060 "src/"
2061 ]
2062 },
2063 "notification-url": "https://packagist.org/downloads/",
2064 "license": [
2065 "BSD-3-Clause"
2066 ],
2067 "authors": [
2068 {
2069 "name": "Sebastian Bergmann",
2070 "email": "sebastian@phpunit.de"
2071 }
2072 ],
2073 "description": "Provides a list of PHP built-in functions that operate on resources",
2074 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2075 "time": "2015-07-28T20:34:47+00:00"
2076 },
2077 {
2078 "name": "sebastian/version",
2079 "version": "2.0.1",
2080 "source": {
2081 "type": "git",
2082 "url": "https://github.com/sebastianbergmann/version.git",
2083 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2084 },
2085 "dist": {
2086 "type": "zip",
2087 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2088 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2089 "shasum": ""
2090 },
2091 "require": {
2092 "php": ">=5.6"
2093 },
2094 "type": "library",
2095 "extra": {
2096 "branch-alias": {
2097 "dev-master": "2.0.x-dev"
2098 }
2099 },
2100 "autoload": {
2101 "classmap": [
2102 "src/"
2103 ]
2104 },
2105 "notification-url": "https://packagist.org/downloads/",
2106 "license": [
2107 "BSD-3-Clause"
2108 ],
2109 "authors": [
2110 {
2111 "name": "Sebastian Bergmann",
2112 "email": "sebastian@phpunit.de",
2113 "role": "lead"
2114 }
2115 ],
2116 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2117 "homepage": "https://github.com/sebastianbergmann/version",
2118 "time": "2016-10-03T07:35:21+00:00"
2119 },
2120 {
2121 "name": "squizlabs/php_codesniffer",
2122 "version": "2.9.1",
2123 "source": {
2124 "type": "git",
2125 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2126 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
2127 },
2128 "dist": {
2129 "type": "zip",
2130 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
2131 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
2132 "shasum": ""
2133 },
2134 "require": {
2135 "ext-simplexml": "*",
2136 "ext-tokenizer": "*",
2137 "ext-xmlwriter": "*",
2138 "php": ">=5.1.2"
2139 },
2140 "require-dev": {
2141 "phpunit/phpunit": "~4.0"
2142 },
2143 "bin": [
2144 "scripts/phpcs",
2145 "scripts/phpcbf"
2146 ],
2147 "type": "library",
2148 "extra": {
2149 "branch-alias": {
2150 "dev-master": "2.x-dev"
2151 }
2152 },
2153 "autoload": {
2154 "classmap": [
2155 "CodeSniffer.php",
2156 "CodeSniffer/CLI.php",
2157 "CodeSniffer/Exception.php",
2158 "CodeSniffer/File.php",
2159 "CodeSniffer/Fixer.php",
2160 "CodeSniffer/Report.php",
2161 "CodeSniffer/Reporting.php",
2162 "CodeSniffer/Sniff.php",
2163 "CodeSniffer/Tokens.php",
2164 "CodeSniffer/Reports/",
2165 "CodeSniffer/Tokenizers/",
2166 "CodeSniffer/DocGenerators/",
2167 "CodeSniffer/Standards/AbstractPatternSniff.php",
2168 "CodeSniffer/Standards/AbstractScopeSniff.php",
2169 "CodeSniffer/Standards/AbstractVariableSniff.php",
2170 "CodeSniffer/Standards/IncorrectPatternException.php",
2171 "CodeSniffer/Standards/Generic/Sniffs/",
2172 "CodeSniffer/Standards/MySource/Sniffs/",
2173 "CodeSniffer/Standards/PEAR/Sniffs/",
2174 "CodeSniffer/Standards/PSR1/Sniffs/",
2175 "CodeSniffer/Standards/PSR2/Sniffs/",
2176 "CodeSniffer/Standards/Squiz/Sniffs/",
2177 "CodeSniffer/Standards/Zend/Sniffs/"
2178 ]
2179 },
2180 "notification-url": "https://packagist.org/downloads/",
2181 "license": [
2182 "BSD-3-Clause"
2183 ],
2184 "authors": [
2185 {
2186 "name": "Greg Sherwood",
2187 "role": "lead"
2188 }
2189 ],
2190 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2191 "homepage": "http://www.squizlabs.com/php-codesniffer",
2192 "keywords": [
2193 "phpcs",
2194 "standards"
2195 ],
2196 "time": "2017-05-22T02:43:20+00:00"
2197 },
2198 {
2199 "name": "symfony/config",
2200 "version": "v3.4.4",
2201 "source": {
2202 "type": "git",
2203 "url": "https://github.com/symfony/config.git",
2204 "reference": "72689b934d6c6ecf73eca874e98933bf055313c9"
2205 },
2206 "dist": {
2207 "type": "zip",
2208 "url": "https://api.github.com/repos/symfony/config/zipball/72689b934d6c6ecf73eca874e98933bf055313c9",
2209 "reference": "72689b934d6c6ecf73eca874e98933bf055313c9",
2210 "shasum": ""
2211 },
2212 "require": {
2213 "php": "^5.5.9|>=7.0.8",
2214 "symfony/filesystem": "~2.8|~3.0|~4.0"
2215 },
2216 "conflict": {
2217 "symfony/dependency-injection": "<3.3",
2218 "symfony/finder": "<3.3"
2219 },
2220 "require-dev": {
2221 "symfony/dependency-injection": "~3.3|~4.0",
2222 "symfony/finder": "~3.3|~4.0",
2223 "symfony/yaml": "~3.0|~4.0"
2224 },
2225 "suggest": {
2226 "symfony/yaml": "To use the yaml reference dumper"
2227 },
2228 "type": "library",
2229 "extra": {
2230 "branch-alias": {
2231 "dev-master": "3.4-dev"
2232 }
2233 },
2234 "autoload": {
2235 "psr-4": {
2236 "Symfony\\Component\\Config\\": ""
2237 },
2238 "exclude-from-classmap": [
2239 "/Tests/"
2240 ]
2241 },
2242 "notification-url": "https://packagist.org/downloads/",
2243 "license": [
2244 "MIT"
2245 ],
2246 "authors": [
2247 {
2248 "name": "Fabien Potencier",
2249 "email": "fabien@symfony.com"
2250 },
2251 {
2252 "name": "Symfony Community",
2253 "homepage": "https://symfony.com/contributors"
2254 }
2255 ],
2256 "description": "Symfony Config Component",
2257 "homepage": "https://symfony.com",
2258 "time": "2018-01-21T19:05:02+00:00"
2259 },
2260 {
2261 "name": "symfony/console",
2262 "version": "v3.4.4",
2263 "source": {
2264 "type": "git",
2265 "url": "https://github.com/symfony/console.git",
2266 "reference": "26b6f419edda16c19775211987651cb27baea7f1"
2267 },
2268 "dist": {
2269 "type": "zip",
2270 "url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1",
2271 "reference": "26b6f419edda16c19775211987651cb27baea7f1",
2272 "shasum": ""
2273 },
2274 "require": {
2275 "php": "^5.5.9|>=7.0.8",
2276 "symfony/debug": "~2.8|~3.0|~4.0",
2277 "symfony/polyfill-mbstring": "~1.0"
2278 },
2279 "conflict": {
2280 "symfony/dependency-injection": "<3.4",
2281 "symfony/process": "<3.3"
2282 },
2283 "require-dev": {
2284 "psr/log": "~1.0",
2285 "symfony/config": "~3.3|~4.0",
2286 "symfony/dependency-injection": "~3.4|~4.0",
2287 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2288 "symfony/lock": "~3.4|~4.0",
2289 "symfony/process": "~3.3|~4.0"
2290 },
2291 "suggest": {
2292 "psr/log": "For using the console logger",
2293 "symfony/event-dispatcher": "",
2294 "symfony/lock": "",
2295 "symfony/process": ""
2296 },
2297 "type": "library",
2298 "extra": {
2299 "branch-alias": {
2300 "dev-master": "3.4-dev"
2301 }
2302 },
2303 "autoload": {
2304 "psr-4": {
2305 "Symfony\\Component\\Console\\": ""
2306 },
2307 "exclude-from-classmap": [
2308 "/Tests/"
2309 ]
2310 },
2311 "notification-url": "https://packagist.org/downloads/",
2312 "license": [
2313 "MIT"
2314 ],
2315 "authors": [
2316 {
2317 "name": "Fabien Potencier",
2318 "email": "fabien@symfony.com"
2319 },
2320 {
2321 "name": "Symfony Community",
2322 "homepage": "https://symfony.com/contributors"
2323 }
2324 ],
2325 "description": "Symfony Console Component",
2326 "homepage": "https://symfony.com",
2327 "time": "2018-01-29T09:03:43+00:00"
2328 },
2329 {
2330 "name": "symfony/debug",
2331 "version": "v3.4.4",
2332 "source": {
2333 "type": "git",
2334 "url": "https://github.com/symfony/debug.git",
2335 "reference": "53f6af2805daf52a43b393b93d2f24925d35c937"
2336 },
2337 "dist": {
2338 "type": "zip",
2339 "url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937",
2340 "reference": "53f6af2805daf52a43b393b93d2f24925d35c937",
2341 "shasum": ""
2342 },
2343 "require": {
2344 "php": "^5.5.9|>=7.0.8",
2345 "psr/log": "~1.0"
2346 },
2347 "conflict": {
2348 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2349 },
2350 "require-dev": {
2351 "symfony/http-kernel": "~2.8|~3.0|~4.0"
2352 },
2353 "type": "library",
2354 "extra": {
2355 "branch-alias": {
2356 "dev-master": "3.4-dev"
2357 }
2358 },
2359 "autoload": {
2360 "psr-4": {
2361 "Symfony\\Component\\Debug\\": ""
2362 },
2363 "exclude-from-classmap": [
2364 "/Tests/"
2365 ]
2366 },
2367 "notification-url": "https://packagist.org/downloads/",
2368 "license": [
2369 "MIT"
2370 ],
2371 "authors": [
2372 {
2373 "name": "Fabien Potencier",
2374 "email": "fabien@symfony.com"
2375 },
2376 {
2377 "name": "Symfony Community",
2378 "homepage": "https://symfony.com/contributors"
2379 }
2380 ],
2381 "description": "Symfony Debug Component",
2382 "homepage": "https://symfony.com",
2383 "time": "2018-01-18T22:16:57+00:00"
2384 },
2385 {
2386 "name": "symfony/dependency-injection",
2387 "version": "v3.4.4",
2388 "source": {
2389 "type": "git",
2390 "url": "https://github.com/symfony/dependency-injection.git",
2391 "reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d"
2392 },
2393 "dist": {
2394 "type": "zip",
2395 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4b2717ee2499390e371e1fc7abaf886c1c83e83d",
2396 "reference": "4b2717ee2499390e371e1fc7abaf886c1c83e83d",
2397 "shasum": ""
2398 },
2399 "require": {
2400 "php": "^5.5.9|>=7.0.8",
2401 "psr/container": "^1.0"
2402 },
2403 "conflict": {
2404 "symfony/config": "<3.3.7",
2405 "symfony/finder": "<3.3",
2406 "symfony/proxy-manager-bridge": "<3.4",
2407 "symfony/yaml": "<3.4"
2408 },
2409 "provide": {
2410 "psr/container-implementation": "1.0"
2411 },
2412 "require-dev": {
2413 "symfony/config": "~3.3|~4.0",
2414 "symfony/expression-language": "~2.8|~3.0|~4.0",
2415 "symfony/yaml": "~3.4|~4.0"
2416 },
2417 "suggest": {
2418 "symfony/config": "",
2419 "symfony/expression-language": "For using expressions in service container configuration",
2420 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2421 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2422 "symfony/yaml": ""
2423 },
2424 "type": "library",
2425 "extra": {
2426 "branch-alias": {
2427 "dev-master": "3.4-dev"
2428 }
2429 },
2430 "autoload": {
2431 "psr-4": {
2432 "Symfony\\Component\\DependencyInjection\\": ""
2433 },
2434 "exclude-from-classmap": [
2435 "/Tests/"
2436 ]
2437 },
2438 "notification-url": "https://packagist.org/downloads/",
2439 "license": [
2440 "MIT"
2441 ],
2442 "authors": [
2443 {
2444 "name": "Fabien Potencier",
2445 "email": "fabien@symfony.com"
2446 },
2447 {
2448 "name": "Symfony Community",
2449 "homepage": "https://symfony.com/contributors"
2450 }
2451 ],
2452 "description": "Symfony DependencyInjection Component",
2453 "homepage": "https://symfony.com",
2454 "time": "2018-01-29T09:16:57+00:00"
2455 },
2456 {
2457 "name": "symfony/filesystem",
2458 "version": "v3.4.4",
2459 "source": {
2460 "type": "git",
2461 "url": "https://github.com/symfony/filesystem.git",
2462 "reference": "e078773ad6354af38169faf31c21df0f18ace03d"
2463 },
2464 "dist": {
2465 "type": "zip",
2466 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d",
2467 "reference": "e078773ad6354af38169faf31c21df0f18ace03d",
2468 "shasum": ""
2469 },
2470 "require": {
2471 "php": "^5.5.9|>=7.0.8"
2472 },
2473 "type": "library",
2474 "extra": {
2475 "branch-alias": {
2476 "dev-master": "3.4-dev"
2477 }
2478 },
2479 "autoload": {
2480 "psr-4": {
2481 "Symfony\\Component\\Filesystem\\": ""
2482 },
2483 "exclude-from-classmap": [
2484 "/Tests/"
2485 ]
2486 },
2487 "notification-url": "https://packagist.org/downloads/",
2488 "license": [
2489 "MIT"
2490 ],
2491 "authors": [
2492 {
2493 "name": "Fabien Potencier",
2494 "email": "fabien@symfony.com"
2495 },
2496 {
2497 "name": "Symfony Community",
2498 "homepage": "https://symfony.com/contributors"
2499 }
2500 ],
2501 "description": "Symfony Filesystem Component",
2502 "homepage": "https://symfony.com",
2503 "time": "2018-01-03T07:37:34+00:00"
2504 },
2505 {
2506 "name": "symfony/finder",
2507 "version": "v3.4.4",
2508 "source": {
2509 "type": "git",
2510 "url": "https://github.com/symfony/finder.git",
2511 "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f"
2512 },
2513 "dist": {
2514 "type": "zip",
2515 "url": "https://api.github.com/repos/symfony/finder/zipball/613e26310776f49a1773b6737c6bd554b8bc8c6f",
2516 "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f",
2517 "shasum": ""
2518 },
2519 "require": {
2520 "php": "^5.5.9|>=7.0.8"
2521 },
2522 "type": "library",
2523 "extra": {
2524 "branch-alias": {
2525 "dev-master": "3.4-dev"
2526 }
2527 },
2528 "autoload": {
2529 "psr-4": {
2530 "Symfony\\Component\\Finder\\": ""
2531 },
2532 "exclude-from-classmap": [
2533 "/Tests/"
2534 ]
2535 },
2536 "notification-url": "https://packagist.org/downloads/",
2537 "license": [
2538 "MIT"
2539 ],
2540 "authors": [
2541 {
2542 "name": "Fabien Potencier",
2543 "email": "fabien@symfony.com"
2544 },
2545 {
2546 "name": "Symfony Community",
2547 "homepage": "https://symfony.com/contributors"
2548 }
2549 ],
2550 "description": "Symfony Finder Component",
2551 "homepage": "https://symfony.com",
2552 "time": "2018-01-03T07:37:34+00:00"
2553 },
2554 {
2555 "name": "symfony/polyfill-mbstring",
2556 "version": "v1.7.0",
2557 "source": {
2558 "type": "git",
2559 "url": "https://github.com/symfony/polyfill-mbstring.git",
2560 "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
2561 },
2562 "dist": {
2563 "type": "zip",
2564 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
2565 "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
2566 "shasum": ""
2567 },
2568 "require": {
2569 "php": ">=5.3.3"
2570 },
2571 "suggest": {
2572 "ext-mbstring": "For best performance"
2573 },
2574 "type": "library",
2575 "extra": {
2576 "branch-alias": {
2577 "dev-master": "1.7-dev"
2578 }
2579 },
2580 "autoload": {
2581 "psr-4": {
2582 "Symfony\\Polyfill\\Mbstring\\": ""
2583 },
2584 "files": [
2585 "bootstrap.php"
2586 ]
2587 },
2588 "notification-url": "https://packagist.org/downloads/",
2589 "license": [
2590 "MIT"
2591 ],
2592 "authors": [
2593 {
2594 "name": "Nicolas Grekas",
2595 "email": "p@tchwork.com"
2596 },
2597 {
2598 "name": "Symfony Community",
2599 "homepage": "https://symfony.com/contributors"
2600 }
2601 ],
2602 "description": "Symfony polyfill for the Mbstring extension",
2603 "homepage": "https://symfony.com",
2604 "keywords": [
2605 "compatibility",
2606 "mbstring",
2607 "polyfill",
2608 "portable",
2609 "shim"
2610 ],
2611 "time": "2018-01-30T19:27:44+00:00"
2612 },
2613 {
2614 "name": "symfony/yaml",
2615 "version": "v3.4.4",
2616 "source": {
2617 "type": "git",
2618 "url": "https://github.com/symfony/yaml.git",
2619 "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe"
2620 },
2621 "dist": {
2622 "type": "zip",
2623 "url": "https://api.github.com/repos/symfony/yaml/zipball/eab73b6c21d27ae4cd037c417618dfd4befb0bfe",
2624 "reference": "eab73b6c21d27ae4cd037c417618dfd4befb0bfe",
2625 "shasum": ""
2626 },
2627 "require": {
2628 "php": "^5.5.9|>=7.0.8"
2629 },
2630 "conflict": {
2631 "symfony/console": "<3.4"
2632 },
2633 "require-dev": {
2634 "symfony/console": "~3.4|~4.0"
2635 },
2636 "suggest": {
2637 "symfony/console": "For validating YAML files using the lint command"
2638 },
2639 "type": "library",
2640 "extra": {
2641 "branch-alias": {
2642 "dev-master": "3.4-dev"
2643 }
2644 },
2645 "autoload": {
2646 "psr-4": {
2647 "Symfony\\Component\\Yaml\\": ""
2648 },
2649 "exclude-from-classmap": [
2650 "/Tests/"
2651 ]
2652 },
2653 "notification-url": "https://packagist.org/downloads/",
2654 "license": [
2655 "MIT"
2656 ],
2657 "authors": [
2658 {
2659 "name": "Fabien Potencier",
2660 "email": "fabien@symfony.com"
2661 },
2662 {
2663 "name": "Symfony Community",
2664 "homepage": "https://symfony.com/contributors"
2665 }
2666 ],
2667 "description": "Symfony Yaml Component",
2668 "homepage": "https://symfony.com",
2669 "time": "2018-01-21T19:05:02+00:00"
2670 },
2671 {
2672 "name": "theseer/fdomdocument",
2673 "version": "1.6.6",
2674 "source": {
2675 "type": "git",
2676 "url": "https://github.com/theseer/fDOMDocument.git",
2677 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
2678 },
2679 "dist": {
2680 "type": "zip",
2681 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2682 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2683 "shasum": ""
2684 },
2685 "require": {
2686 "ext-dom": "*",
2687 "lib-libxml": "*",
2688 "php": ">=5.3.3"
2689 },
2690 "type": "library",
2691 "autoload": {
2692 "classmap": [
2693 "src/"
2694 ]
2695 },
2696 "notification-url": "https://packagist.org/downloads/",
2697 "license": [
2698 "BSD-3-Clause"
2699 ],
2700 "authors": [
2701 {
2702 "name": "Arne Blankerts",
2703 "email": "arne@blankerts.de",
2704 "role": "lead"
2705 }
2706 ],
2707 "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
2708 "homepage": "https://github.com/theseer/fDOMDocument",
2709 "time": "2017-06-30T11:53:12+00:00"
2710 },
2711 {
2712 "name": "webmozart/assert",
2713 "version": "1.3.0",
2714 "source": {
2715 "type": "git",
2716 "url": "https://github.com/webmozart/assert.git",
2717 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2718 },
2719 "dist": {
2720 "type": "zip",
2721 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2722 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2723 "shasum": ""
2724 },
2725 "require": {
2726 "php": "^5.3.3 || ^7.0"
2727 },
2728 "require-dev": {
2729 "phpunit/phpunit": "^4.6",
2730 "sebastian/version": "^1.0.1"
2731 },
2732 "type": "library",
2733 "extra": {
2734 "branch-alias": {
2735 "dev-master": "1.3-dev"
2736 }
2737 },
2738 "autoload": {
2739 "psr-4": {
2740 "Webmozart\\Assert\\": "src/"
2741 }
2742 },
2743 "notification-url": "https://packagist.org/downloads/",
2744 "license": [
2745 "MIT"
2746 ],
2747 "authors": [
2748 {
2749 "name": "Bernhard Schussek",
2750 "email": "bschussek@gmail.com"
2751 }
2752 ],
2753 "description": "Assertions to validate method input/output with nice error messages.",
2754 "keywords": [
2755 "assert",
2756 "check",
2757 "validate"
2758 ],
2759 "time": "2018-01-29T19:49:41+00:00"
2760 }
2761 ],
2762 "aliases": [],
2763 "minimum-stability": "stable",
2764 "stability-flags": {
2765 "pubsubhubbub/publisher": 20,
2766 "phpmd/phpmd": 0
2767 },
2768 "prefer-stable": false,
2769 "prefer-lowest": false,
2770 "platform": {
2771 "php": ">=5.6"
2772 },
2773 "platform-dev": [],
2774 "platform-overrides": {
2775 "php": "5.6.31"
2776 }
2777 }