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