]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - composer.lock
Add language selection in the configure page of the default theme
[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": "13b7e1e474fe9264b098ba86face0feb",
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.2",
298 "source": {
299 "type": "git",
300 "url": "https://github.com/silexphp/Pimple.git",
301 "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a"
302 },
303 "dist": {
304 "type": "zip",
305 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a",
306 "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a",
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": "2017-07-23T07:32:15+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.4",
537 "source": {
538 "type": "git",
539 "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
540 "reference": "81023979c981514f5dda5582e9c0be2ed6688a6b"
541 },
542 "dist": {
543 "type": "zip",
544 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/81023979c981514f5dda5582e9c0be2ed6688a6b",
545 "reference": "81023979c981514f5dda5582e9c0be2ed6688a6b",
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": "2017-07-30T21:08:03+00:00"
588 },
589 {
590 "name": "slim/slim",
591 "version": "3.8.1",
592 "source": {
593 "type": "git",
594 "url": "https://github.com/slimphp/Slim.git",
595 "reference": "5385302707530b2bccee1769613ad769859b826d"
596 },
597 "dist": {
598 "type": "zip",
599 "url": "https://api.github.com/repos/slimphp/Slim/zipball/5385302707530b2bccee1769613ad769859b826d",
600 "reference": "5385302707530b2bccee1769613ad769859b826d",
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-03-19T17:55:20+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": "pdepend/pdepend",
718 "version": "2.5.0",
719 "source": {
720 "type": "git",
721 "url": "https://github.com/pdepend/pdepend.git",
722 "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
723 },
724 "dist": {
725 "type": "zip",
726 "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
727 "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
728 "shasum": ""
729 },
730 "require": {
731 "php": ">=5.3.7",
732 "symfony/config": "^2.3.0|^3",
733 "symfony/dependency-injection": "^2.3.0|^3",
734 "symfony/filesystem": "^2.3.0|^3"
735 },
736 "require-dev": {
737 "phpunit/phpunit": "^4.4.0,<4.8",
738 "squizlabs/php_codesniffer": "^2.0.0"
739 },
740 "bin": [
741 "src/bin/pdepend"
742 ],
743 "type": "library",
744 "autoload": {
745 "psr-4": {
746 "PDepend\\": "src/main/php/PDepend"
747 }
748 },
749 "notification-url": "https://packagist.org/downloads/",
750 "license": [
751 "BSD-3-Clause"
752 ],
753 "description": "Official version of pdepend to be handled with Composer",
754 "time": "2017-01-19T14:23:36+00:00"
755 },
756 {
757 "name": "phpdocumentor/reflection-common",
758 "version": "1.0.1",
759 "source": {
760 "type": "git",
761 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
762 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
763 },
764 "dist": {
765 "type": "zip",
766 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
767 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
768 "shasum": ""
769 },
770 "require": {
771 "php": ">=5.5"
772 },
773 "require-dev": {
774 "phpunit/phpunit": "^4.6"
775 },
776 "type": "library",
777 "extra": {
778 "branch-alias": {
779 "dev-master": "1.0.x-dev"
780 }
781 },
782 "autoload": {
783 "psr-4": {
784 "phpDocumentor\\Reflection\\": [
785 "src"
786 ]
787 }
788 },
789 "notification-url": "https://packagist.org/downloads/",
790 "license": [
791 "MIT"
792 ],
793 "authors": [
794 {
795 "name": "Jaap van Otterdijk",
796 "email": "opensource@ijaap.nl"
797 }
798 ],
799 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
800 "homepage": "http://www.phpdoc.org",
801 "keywords": [
802 "FQSEN",
803 "phpDocumentor",
804 "phpdoc",
805 "reflection",
806 "static analysis"
807 ],
808 "time": "2017-09-11T18:02:19+00:00"
809 },
810 {
811 "name": "phpdocumentor/reflection-docblock",
812 "version": "3.2.2",
813 "source": {
814 "type": "git",
815 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
816 "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
817 },
818 "dist": {
819 "type": "zip",
820 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
821 "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
822 "shasum": ""
823 },
824 "require": {
825 "php": ">=5.5",
826 "phpdocumentor/reflection-common": "^1.0@dev",
827 "phpdocumentor/type-resolver": "^0.3.0",
828 "webmozart/assert": "^1.0"
829 },
830 "require-dev": {
831 "mockery/mockery": "^0.9.4",
832 "phpunit/phpunit": "^4.4"
833 },
834 "type": "library",
835 "autoload": {
836 "psr-4": {
837 "phpDocumentor\\Reflection\\": [
838 "src/"
839 ]
840 }
841 },
842 "notification-url": "https://packagist.org/downloads/",
843 "license": [
844 "MIT"
845 ],
846 "authors": [
847 {
848 "name": "Mike van Riel",
849 "email": "me@mikevanriel.com"
850 }
851 ],
852 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
853 "time": "2017-08-08T06:39:58+00:00"
854 },
855 {
856 "name": "phpdocumentor/type-resolver",
857 "version": "0.3.0",
858 "source": {
859 "type": "git",
860 "url": "https://github.com/phpDocumentor/TypeResolver.git",
861 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
862 },
863 "dist": {
864 "type": "zip",
865 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
866 "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
867 "shasum": ""
868 },
869 "require": {
870 "php": "^5.5 || ^7.0",
871 "phpdocumentor/reflection-common": "^1.0"
872 },
873 "require-dev": {
874 "mockery/mockery": "^0.9.4",
875 "phpunit/phpunit": "^5.2||^4.8.24"
876 },
877 "type": "library",
878 "extra": {
879 "branch-alias": {
880 "dev-master": "1.0.x-dev"
881 }
882 },
883 "autoload": {
884 "psr-4": {
885 "phpDocumentor\\Reflection\\": [
886 "src/"
887 ]
888 }
889 },
890 "notification-url": "https://packagist.org/downloads/",
891 "license": [
892 "MIT"
893 ],
894 "authors": [
895 {
896 "name": "Mike van Riel",
897 "email": "me@mikevanriel.com"
898 }
899 ],
900 "time": "2017-06-03T08:32:36+00:00"
901 },
902 {
903 "name": "phpmd/phpmd",
904 "version": "2.6.0",
905 "source": {
906 "type": "git",
907 "url": "https://github.com/phpmd/phpmd.git",
908 "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
909 },
910 "dist": {
911 "type": "zip",
912 "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
913 "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
914 "shasum": ""
915 },
916 "require": {
917 "ext-xml": "*",
918 "pdepend/pdepend": "^2.5",
919 "php": ">=5.3.9"
920 },
921 "require-dev": {
922 "phpunit/phpunit": "^4.0",
923 "squizlabs/php_codesniffer": "^2.0"
924 },
925 "bin": [
926 "src/bin/phpmd"
927 ],
928 "type": "project",
929 "autoload": {
930 "psr-0": {
931 "PHPMD\\": "src/main/php"
932 }
933 },
934 "notification-url": "https://packagist.org/downloads/",
935 "license": [
936 "BSD-3-Clause"
937 ],
938 "authors": [
939 {
940 "name": "Manuel Pichler",
941 "email": "github@manuel-pichler.de",
942 "homepage": "https://github.com/manuelpichler",
943 "role": "Project Founder"
944 },
945 {
946 "name": "Other contributors",
947 "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
948 "role": "Contributors"
949 },
950 {
951 "name": "Marc Würth",
952 "email": "ravage@bluewin.ch",
953 "homepage": "https://github.com/ravage84",
954 "role": "Project Maintainer"
955 }
956 ],
957 "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
958 "homepage": "http://phpmd.org/",
959 "keywords": [
960 "mess detection",
961 "mess detector",
962 "pdepend",
963 "phpmd",
964 "pmd"
965 ],
966 "time": "2017-01-20T14:41:10+00:00"
967 },
968 {
969 "name": "phpspec/prophecy",
970 "version": "v1.7.2",
971 "source": {
972 "type": "git",
973 "url": "https://github.com/phpspec/prophecy.git",
974 "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
975 },
976 "dist": {
977 "type": "zip",
978 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
979 "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
980 "shasum": ""
981 },
982 "require": {
983 "doctrine/instantiator": "^1.0.2",
984 "php": "^5.3|^7.0",
985 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
986 "sebastian/comparator": "^1.1|^2.0",
987 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
988 },
989 "require-dev": {
990 "phpspec/phpspec": "^2.5|^3.2",
991 "phpunit/phpunit": "^4.8 || ^5.6.5"
992 },
993 "type": "library",
994 "extra": {
995 "branch-alias": {
996 "dev-master": "1.7.x-dev"
997 }
998 },
999 "autoload": {
1000 "psr-0": {
1001 "Prophecy\\": "src/"
1002 }
1003 },
1004 "notification-url": "https://packagist.org/downloads/",
1005 "license": [
1006 "MIT"
1007 ],
1008 "authors": [
1009 {
1010 "name": "Konstantin Kudryashov",
1011 "email": "ever.zet@gmail.com",
1012 "homepage": "http://everzet.com"
1013 },
1014 {
1015 "name": "Marcello Duarte",
1016 "email": "marcello.duarte@gmail.com"
1017 }
1018 ],
1019 "description": "Highly opinionated mocking framework for PHP 5.3+",
1020 "homepage": "https://github.com/phpspec/prophecy",
1021 "keywords": [
1022 "Double",
1023 "Dummy",
1024 "fake",
1025 "mock",
1026 "spy",
1027 "stub"
1028 ],
1029 "time": "2017-09-04T11:05:03+00:00"
1030 },
1031 {
1032 "name": "phpunit/php-code-coverage",
1033 "version": "2.2.4",
1034 "source": {
1035 "type": "git",
1036 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1037 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1038 },
1039 "dist": {
1040 "type": "zip",
1041 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1042 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1043 "shasum": ""
1044 },
1045 "require": {
1046 "php": ">=5.3.3",
1047 "phpunit/php-file-iterator": "~1.3",
1048 "phpunit/php-text-template": "~1.2",
1049 "phpunit/php-token-stream": "~1.3",
1050 "sebastian/environment": "^1.3.2",
1051 "sebastian/version": "~1.0"
1052 },
1053 "require-dev": {
1054 "ext-xdebug": ">=2.1.4",
1055 "phpunit/phpunit": "~4"
1056 },
1057 "suggest": {
1058 "ext-dom": "*",
1059 "ext-xdebug": ">=2.2.1",
1060 "ext-xmlwriter": "*"
1061 },
1062 "type": "library",
1063 "extra": {
1064 "branch-alias": {
1065 "dev-master": "2.2.x-dev"
1066 }
1067 },
1068 "autoload": {
1069 "classmap": [
1070 "src/"
1071 ]
1072 },
1073 "notification-url": "https://packagist.org/downloads/",
1074 "license": [
1075 "BSD-3-Clause"
1076 ],
1077 "authors": [
1078 {
1079 "name": "Sebastian Bergmann",
1080 "email": "sb@sebastian-bergmann.de",
1081 "role": "lead"
1082 }
1083 ],
1084 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1085 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1086 "keywords": [
1087 "coverage",
1088 "testing",
1089 "xunit"
1090 ],
1091 "time": "2015-10-06T15:47:00+00:00"
1092 },
1093 {
1094 "name": "phpunit/php-file-iterator",
1095 "version": "1.4.2",
1096 "source": {
1097 "type": "git",
1098 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1099 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1100 },
1101 "dist": {
1102 "type": "zip",
1103 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1104 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1105 "shasum": ""
1106 },
1107 "require": {
1108 "php": ">=5.3.3"
1109 },
1110 "type": "library",
1111 "extra": {
1112 "branch-alias": {
1113 "dev-master": "1.4.x-dev"
1114 }
1115 },
1116 "autoload": {
1117 "classmap": [
1118 "src/"
1119 ]
1120 },
1121 "notification-url": "https://packagist.org/downloads/",
1122 "license": [
1123 "BSD-3-Clause"
1124 ],
1125 "authors": [
1126 {
1127 "name": "Sebastian Bergmann",
1128 "email": "sb@sebastian-bergmann.de",
1129 "role": "lead"
1130 }
1131 ],
1132 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1133 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1134 "keywords": [
1135 "filesystem",
1136 "iterator"
1137 ],
1138 "time": "2016-10-03T07:40:28+00:00"
1139 },
1140 {
1141 "name": "phpunit/php-text-template",
1142 "version": "1.2.1",
1143 "source": {
1144 "type": "git",
1145 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1146 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1147 },
1148 "dist": {
1149 "type": "zip",
1150 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1151 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1152 "shasum": ""
1153 },
1154 "require": {
1155 "php": ">=5.3.3"
1156 },
1157 "type": "library",
1158 "autoload": {
1159 "classmap": [
1160 "src/"
1161 ]
1162 },
1163 "notification-url": "https://packagist.org/downloads/",
1164 "license": [
1165 "BSD-3-Clause"
1166 ],
1167 "authors": [
1168 {
1169 "name": "Sebastian Bergmann",
1170 "email": "sebastian@phpunit.de",
1171 "role": "lead"
1172 }
1173 ],
1174 "description": "Simple template engine.",
1175 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1176 "keywords": [
1177 "template"
1178 ],
1179 "time": "2015-06-21T13:50:34+00:00"
1180 },
1181 {
1182 "name": "phpunit/php-timer",
1183 "version": "1.0.9",
1184 "source": {
1185 "type": "git",
1186 "url": "https://github.com/sebastianbergmann/php-timer.git",
1187 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1188 },
1189 "dist": {
1190 "type": "zip",
1191 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1192 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1193 "shasum": ""
1194 },
1195 "require": {
1196 "php": "^5.3.3 || ^7.0"
1197 },
1198 "require-dev": {
1199 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1200 },
1201 "type": "library",
1202 "extra": {
1203 "branch-alias": {
1204 "dev-master": "1.0-dev"
1205 }
1206 },
1207 "autoload": {
1208 "classmap": [
1209 "src/"
1210 ]
1211 },
1212 "notification-url": "https://packagist.org/downloads/",
1213 "license": [
1214 "BSD-3-Clause"
1215 ],
1216 "authors": [
1217 {
1218 "name": "Sebastian Bergmann",
1219 "email": "sb@sebastian-bergmann.de",
1220 "role": "lead"
1221 }
1222 ],
1223 "description": "Utility class for timing",
1224 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1225 "keywords": [
1226 "timer"
1227 ],
1228 "time": "2017-02-26T11:10:40+00:00"
1229 },
1230 {
1231 "name": "phpunit/php-token-stream",
1232 "version": "1.4.11",
1233 "source": {
1234 "type": "git",
1235 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1236 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1237 },
1238 "dist": {
1239 "type": "zip",
1240 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1241 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1242 "shasum": ""
1243 },
1244 "require": {
1245 "ext-tokenizer": "*",
1246 "php": ">=5.3.3"
1247 },
1248 "require-dev": {
1249 "phpunit/phpunit": "~4.2"
1250 },
1251 "type": "library",
1252 "extra": {
1253 "branch-alias": {
1254 "dev-master": "1.4-dev"
1255 }
1256 },
1257 "autoload": {
1258 "classmap": [
1259 "src/"
1260 ]
1261 },
1262 "notification-url": "https://packagist.org/downloads/",
1263 "license": [
1264 "BSD-3-Clause"
1265 ],
1266 "authors": [
1267 {
1268 "name": "Sebastian Bergmann",
1269 "email": "sebastian@phpunit.de"
1270 }
1271 ],
1272 "description": "Wrapper around PHP's tokenizer extension.",
1273 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1274 "keywords": [
1275 "tokenizer"
1276 ],
1277 "time": "2017-02-27T10:12:30+00:00"
1278 },
1279 {
1280 "name": "phpunit/phpcov",
1281 "version": "2.0.2",
1282 "source": {
1283 "type": "git",
1284 "url": "https://github.com/sebastianbergmann/phpcov.git",
1285 "reference": "9ef291483ff65eefd8639584d61bbfb044d747f3"
1286 },
1287 "dist": {
1288 "type": "zip",
1289 "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/9ef291483ff65eefd8639584d61bbfb044d747f3",
1290 "reference": "9ef291483ff65eefd8639584d61bbfb044d747f3",
1291 "shasum": ""
1292 },
1293 "require": {
1294 "php": ">=5.3.3",
1295 "phpunit/php-code-coverage": "~2.0",
1296 "phpunit/phpunit": ">=4.1",
1297 "sebastian/diff": "~1.1",
1298 "sebastian/finder-facade": "~1.1",
1299 "sebastian/version": "~1.0",
1300 "symfony/console": "~2.2"
1301 },
1302 "bin": [
1303 "phpcov"
1304 ],
1305 "type": "library",
1306 "extra": {
1307 "branch-alias": {
1308 "dev-master": "2.0.x-dev"
1309 }
1310 },
1311 "autoload": {
1312 "classmap": [
1313 "src/"
1314 ]
1315 },
1316 "notification-url": "https://packagist.org/downloads/",
1317 "license": [
1318 "BSD-3-Clause"
1319 ],
1320 "authors": [
1321 {
1322 "name": "Sebastian Bergmann",
1323 "email": "sebastian@phpunit.de",
1324 "role": "lead"
1325 }
1326 ],
1327 "description": "CLI frontend for PHP_CodeCoverage",
1328 "homepage": "https://github.com/sebastianbergmann/phpcov",
1329 "time": "2015-10-05T09:24:23+00:00"
1330 },
1331 {
1332 "name": "phpunit/phpunit",
1333 "version": "4.8.36",
1334 "source": {
1335 "type": "git",
1336 "url": "https://github.com/sebastianbergmann/phpunit.git",
1337 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
1338 },
1339 "dist": {
1340 "type": "zip",
1341 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
1342 "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
1343 "shasum": ""
1344 },
1345 "require": {
1346 "ext-dom": "*",
1347 "ext-json": "*",
1348 "ext-pcre": "*",
1349 "ext-reflection": "*",
1350 "ext-spl": "*",
1351 "php": ">=5.3.3",
1352 "phpspec/prophecy": "^1.3.1",
1353 "phpunit/php-code-coverage": "~2.1",
1354 "phpunit/php-file-iterator": "~1.4",
1355 "phpunit/php-text-template": "~1.2",
1356 "phpunit/php-timer": "^1.0.6",
1357 "phpunit/phpunit-mock-objects": "~2.3",
1358 "sebastian/comparator": "~1.2.2",
1359 "sebastian/diff": "~1.2",
1360 "sebastian/environment": "~1.3",
1361 "sebastian/exporter": "~1.2",
1362 "sebastian/global-state": "~1.0",
1363 "sebastian/version": "~1.0",
1364 "symfony/yaml": "~2.1|~3.0"
1365 },
1366 "suggest": {
1367 "phpunit/php-invoker": "~1.1"
1368 },
1369 "bin": [
1370 "phpunit"
1371 ],
1372 "type": "library",
1373 "extra": {
1374 "branch-alias": {
1375 "dev-master": "4.8.x-dev"
1376 }
1377 },
1378 "autoload": {
1379 "classmap": [
1380 "src/"
1381 ]
1382 },
1383 "notification-url": "https://packagist.org/downloads/",
1384 "license": [
1385 "BSD-3-Clause"
1386 ],
1387 "authors": [
1388 {
1389 "name": "Sebastian Bergmann",
1390 "email": "sebastian@phpunit.de",
1391 "role": "lead"
1392 }
1393 ],
1394 "description": "The PHP Unit Testing framework.",
1395 "homepage": "https://phpunit.de/",
1396 "keywords": [
1397 "phpunit",
1398 "testing",
1399 "xunit"
1400 ],
1401 "time": "2017-06-21T08:07:12+00:00"
1402 },
1403 {
1404 "name": "phpunit/phpunit-mock-objects",
1405 "version": "2.3.8",
1406 "source": {
1407 "type": "git",
1408 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1409 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1410 },
1411 "dist": {
1412 "type": "zip",
1413 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1414 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1415 "shasum": ""
1416 },
1417 "require": {
1418 "doctrine/instantiator": "^1.0.2",
1419 "php": ">=5.3.3",
1420 "phpunit/php-text-template": "~1.2",
1421 "sebastian/exporter": "~1.2"
1422 },
1423 "require-dev": {
1424 "phpunit/phpunit": "~4.4"
1425 },
1426 "suggest": {
1427 "ext-soap": "*"
1428 },
1429 "type": "library",
1430 "extra": {
1431 "branch-alias": {
1432 "dev-master": "2.3.x-dev"
1433 }
1434 },
1435 "autoload": {
1436 "classmap": [
1437 "src/"
1438 ]
1439 },
1440 "notification-url": "https://packagist.org/downloads/",
1441 "license": [
1442 "BSD-3-Clause"
1443 ],
1444 "authors": [
1445 {
1446 "name": "Sebastian Bergmann",
1447 "email": "sb@sebastian-bergmann.de",
1448 "role": "lead"
1449 }
1450 ],
1451 "description": "Mock Object library for PHPUnit",
1452 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1453 "keywords": [
1454 "mock",
1455 "xunit"
1456 ],
1457 "time": "2015-10-02T06:51:40+00:00"
1458 },
1459 {
1460 "name": "sebastian/comparator",
1461 "version": "1.2.4",
1462 "source": {
1463 "type": "git",
1464 "url": "https://github.com/sebastianbergmann/comparator.git",
1465 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1466 },
1467 "dist": {
1468 "type": "zip",
1469 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1470 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1471 "shasum": ""
1472 },
1473 "require": {
1474 "php": ">=5.3.3",
1475 "sebastian/diff": "~1.2",
1476 "sebastian/exporter": "~1.2 || ~2.0"
1477 },
1478 "require-dev": {
1479 "phpunit/phpunit": "~4.4"
1480 },
1481 "type": "library",
1482 "extra": {
1483 "branch-alias": {
1484 "dev-master": "1.2.x-dev"
1485 }
1486 },
1487 "autoload": {
1488 "classmap": [
1489 "src/"
1490 ]
1491 },
1492 "notification-url": "https://packagist.org/downloads/",
1493 "license": [
1494 "BSD-3-Clause"
1495 ],
1496 "authors": [
1497 {
1498 "name": "Jeff Welch",
1499 "email": "whatthejeff@gmail.com"
1500 },
1501 {
1502 "name": "Volker Dusch",
1503 "email": "github@wallbash.com"
1504 },
1505 {
1506 "name": "Bernhard Schussek",
1507 "email": "bschussek@2bepublished.at"
1508 },
1509 {
1510 "name": "Sebastian Bergmann",
1511 "email": "sebastian@phpunit.de"
1512 }
1513 ],
1514 "description": "Provides the functionality to compare PHP values for equality",
1515 "homepage": "http://www.github.com/sebastianbergmann/comparator",
1516 "keywords": [
1517 "comparator",
1518 "compare",
1519 "equality"
1520 ],
1521 "time": "2017-01-29T09:50:25+00:00"
1522 },
1523 {
1524 "name": "sebastian/diff",
1525 "version": "1.4.3",
1526 "source": {
1527 "type": "git",
1528 "url": "https://github.com/sebastianbergmann/diff.git",
1529 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1530 },
1531 "dist": {
1532 "type": "zip",
1533 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1534 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1535 "shasum": ""
1536 },
1537 "require": {
1538 "php": "^5.3.3 || ^7.0"
1539 },
1540 "require-dev": {
1541 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1542 },
1543 "type": "library",
1544 "extra": {
1545 "branch-alias": {
1546 "dev-master": "1.4-dev"
1547 }
1548 },
1549 "autoload": {
1550 "classmap": [
1551 "src/"
1552 ]
1553 },
1554 "notification-url": "https://packagist.org/downloads/",
1555 "license": [
1556 "BSD-3-Clause"
1557 ],
1558 "authors": [
1559 {
1560 "name": "Kore Nordmann",
1561 "email": "mail@kore-nordmann.de"
1562 },
1563 {
1564 "name": "Sebastian Bergmann",
1565 "email": "sebastian@phpunit.de"
1566 }
1567 ],
1568 "description": "Diff implementation",
1569 "homepage": "https://github.com/sebastianbergmann/diff",
1570 "keywords": [
1571 "diff"
1572 ],
1573 "time": "2017-05-22T07:24:03+00:00"
1574 },
1575 {
1576 "name": "sebastian/environment",
1577 "version": "1.3.8",
1578 "source": {
1579 "type": "git",
1580 "url": "https://github.com/sebastianbergmann/environment.git",
1581 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1582 },
1583 "dist": {
1584 "type": "zip",
1585 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1586 "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1587 "shasum": ""
1588 },
1589 "require": {
1590 "php": "^5.3.3 || ^7.0"
1591 },
1592 "require-dev": {
1593 "phpunit/phpunit": "^4.8 || ^5.0"
1594 },
1595 "type": "library",
1596 "extra": {
1597 "branch-alias": {
1598 "dev-master": "1.3.x-dev"
1599 }
1600 },
1601 "autoload": {
1602 "classmap": [
1603 "src/"
1604 ]
1605 },
1606 "notification-url": "https://packagist.org/downloads/",
1607 "license": [
1608 "BSD-3-Clause"
1609 ],
1610 "authors": [
1611 {
1612 "name": "Sebastian Bergmann",
1613 "email": "sebastian@phpunit.de"
1614 }
1615 ],
1616 "description": "Provides functionality to handle HHVM/PHP environments",
1617 "homepage": "http://www.github.com/sebastianbergmann/environment",
1618 "keywords": [
1619 "Xdebug",
1620 "environment",
1621 "hhvm"
1622 ],
1623 "time": "2016-08-18T05:49:44+00:00"
1624 },
1625 {
1626 "name": "sebastian/exporter",
1627 "version": "1.2.2",
1628 "source": {
1629 "type": "git",
1630 "url": "https://github.com/sebastianbergmann/exporter.git",
1631 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1632 },
1633 "dist": {
1634 "type": "zip",
1635 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1636 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1637 "shasum": ""
1638 },
1639 "require": {
1640 "php": ">=5.3.3",
1641 "sebastian/recursion-context": "~1.0"
1642 },
1643 "require-dev": {
1644 "ext-mbstring": "*",
1645 "phpunit/phpunit": "~4.4"
1646 },
1647 "type": "library",
1648 "extra": {
1649 "branch-alias": {
1650 "dev-master": "1.3.x-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": "Jeff Welch",
1665 "email": "whatthejeff@gmail.com"
1666 },
1667 {
1668 "name": "Volker Dusch",
1669 "email": "github@wallbash.com"
1670 },
1671 {
1672 "name": "Bernhard Schussek",
1673 "email": "bschussek@2bepublished.at"
1674 },
1675 {
1676 "name": "Sebastian Bergmann",
1677 "email": "sebastian@phpunit.de"
1678 },
1679 {
1680 "name": "Adam Harvey",
1681 "email": "aharvey@php.net"
1682 }
1683 ],
1684 "description": "Provides the functionality to export PHP variables for visualization",
1685 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1686 "keywords": [
1687 "export",
1688 "exporter"
1689 ],
1690 "time": "2016-06-17T09:04:28+00:00"
1691 },
1692 {
1693 "name": "sebastian/finder-facade",
1694 "version": "1.2.1",
1695 "source": {
1696 "type": "git",
1697 "url": "https://github.com/sebastianbergmann/finder-facade.git",
1698 "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
1699 },
1700 "dist": {
1701 "type": "zip",
1702 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
1703 "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
1704 "shasum": ""
1705 },
1706 "require": {
1707 "symfony/finder": "~2.3|~3.0",
1708 "theseer/fdomdocument": "~1.3"
1709 },
1710 "type": "library",
1711 "autoload": {
1712 "classmap": [
1713 "src/"
1714 ]
1715 },
1716 "notification-url": "https://packagist.org/downloads/",
1717 "license": [
1718 "BSD-3-Clause"
1719 ],
1720 "authors": [
1721 {
1722 "name": "Sebastian Bergmann",
1723 "email": "sebastian@phpunit.de",
1724 "role": "lead"
1725 }
1726 ],
1727 "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
1728 "homepage": "https://github.com/sebastianbergmann/finder-facade",
1729 "time": "2016-02-17T07:02:23+00:00"
1730 },
1731 {
1732 "name": "sebastian/global-state",
1733 "version": "1.1.1",
1734 "source": {
1735 "type": "git",
1736 "url": "https://github.com/sebastianbergmann/global-state.git",
1737 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1738 },
1739 "dist": {
1740 "type": "zip",
1741 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1742 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1743 "shasum": ""
1744 },
1745 "require": {
1746 "php": ">=5.3.3"
1747 },
1748 "require-dev": {
1749 "phpunit/phpunit": "~4.2"
1750 },
1751 "suggest": {
1752 "ext-uopz": "*"
1753 },
1754 "type": "library",
1755 "extra": {
1756 "branch-alias": {
1757 "dev-master": "1.0-dev"
1758 }
1759 },
1760 "autoload": {
1761 "classmap": [
1762 "src/"
1763 ]
1764 },
1765 "notification-url": "https://packagist.org/downloads/",
1766 "license": [
1767 "BSD-3-Clause"
1768 ],
1769 "authors": [
1770 {
1771 "name": "Sebastian Bergmann",
1772 "email": "sebastian@phpunit.de"
1773 }
1774 ],
1775 "description": "Snapshotting of global state",
1776 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1777 "keywords": [
1778 "global state"
1779 ],
1780 "time": "2015-10-12T03:26:01+00:00"
1781 },
1782 {
1783 "name": "sebastian/phpcpd",
1784 "version": "2.0.4",
1785 "source": {
1786 "type": "git",
1787 "url": "https://github.com/sebastianbergmann/phpcpd.git",
1788 "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
1789 },
1790 "dist": {
1791 "type": "zip",
1792 "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
1793 "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
1794 "shasum": ""
1795 },
1796 "require": {
1797 "php": ">=5.3.3",
1798 "phpunit/php-timer": ">=1.0.6",
1799 "sebastian/finder-facade": "~1.1",
1800 "sebastian/version": "~1.0|~2.0",
1801 "symfony/console": "~2.7|^3.0",
1802 "theseer/fdomdocument": "~1.4"
1803 },
1804 "bin": [
1805 "phpcpd"
1806 ],
1807 "type": "library",
1808 "extra": {
1809 "branch-alias": {
1810 "dev-master": "2.0-dev"
1811 }
1812 },
1813 "autoload": {
1814 "classmap": [
1815 "src/"
1816 ]
1817 },
1818 "notification-url": "https://packagist.org/downloads/",
1819 "license": [
1820 "BSD-3-Clause"
1821 ],
1822 "authors": [
1823 {
1824 "name": "Sebastian Bergmann",
1825 "email": "sebastian@phpunit.de",
1826 "role": "lead"
1827 }
1828 ],
1829 "description": "Copy/Paste Detector (CPD) for PHP code.",
1830 "homepage": "https://github.com/sebastianbergmann/phpcpd",
1831 "time": "2016-04-17T19:32:49+00:00"
1832 },
1833 {
1834 "name": "sebastian/recursion-context",
1835 "version": "1.0.5",
1836 "source": {
1837 "type": "git",
1838 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1839 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
1840 },
1841 "dist": {
1842 "type": "zip",
1843 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1844 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1845 "shasum": ""
1846 },
1847 "require": {
1848 "php": ">=5.3.3"
1849 },
1850 "require-dev": {
1851 "phpunit/phpunit": "~4.4"
1852 },
1853 "type": "library",
1854 "extra": {
1855 "branch-alias": {
1856 "dev-master": "1.0.x-dev"
1857 }
1858 },
1859 "autoload": {
1860 "classmap": [
1861 "src/"
1862 ]
1863 },
1864 "notification-url": "https://packagist.org/downloads/",
1865 "license": [
1866 "BSD-3-Clause"
1867 ],
1868 "authors": [
1869 {
1870 "name": "Jeff Welch",
1871 "email": "whatthejeff@gmail.com"
1872 },
1873 {
1874 "name": "Sebastian Bergmann",
1875 "email": "sebastian@phpunit.de"
1876 },
1877 {
1878 "name": "Adam Harvey",
1879 "email": "aharvey@php.net"
1880 }
1881 ],
1882 "description": "Provides functionality to recursively process PHP variables",
1883 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1884 "time": "2016-10-03T07:41:43+00:00"
1885 },
1886 {
1887 "name": "sebastian/version",
1888 "version": "1.0.6",
1889 "source": {
1890 "type": "git",
1891 "url": "https://github.com/sebastianbergmann/version.git",
1892 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1893 },
1894 "dist": {
1895 "type": "zip",
1896 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1897 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1898 "shasum": ""
1899 },
1900 "type": "library",
1901 "autoload": {
1902 "classmap": [
1903 "src/"
1904 ]
1905 },
1906 "notification-url": "https://packagist.org/downloads/",
1907 "license": [
1908 "BSD-3-Clause"
1909 ],
1910 "authors": [
1911 {
1912 "name": "Sebastian Bergmann",
1913 "email": "sebastian@phpunit.de",
1914 "role": "lead"
1915 }
1916 ],
1917 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1918 "homepage": "https://github.com/sebastianbergmann/version",
1919 "time": "2015-06-21T13:59:46+00:00"
1920 },
1921 {
1922 "name": "squizlabs/php_codesniffer",
1923 "version": "2.9.1",
1924 "source": {
1925 "type": "git",
1926 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1927 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1928 },
1929 "dist": {
1930 "type": "zip",
1931 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
1932 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1933 "shasum": ""
1934 },
1935 "require": {
1936 "ext-simplexml": "*",
1937 "ext-tokenizer": "*",
1938 "ext-xmlwriter": "*",
1939 "php": ">=5.1.2"
1940 },
1941 "require-dev": {
1942 "phpunit/phpunit": "~4.0"
1943 },
1944 "bin": [
1945 "scripts/phpcs",
1946 "scripts/phpcbf"
1947 ],
1948 "type": "library",
1949 "extra": {
1950 "branch-alias": {
1951 "dev-master": "2.x-dev"
1952 }
1953 },
1954 "autoload": {
1955 "classmap": [
1956 "CodeSniffer.php",
1957 "CodeSniffer/CLI.php",
1958 "CodeSniffer/Exception.php",
1959 "CodeSniffer/File.php",
1960 "CodeSniffer/Fixer.php",
1961 "CodeSniffer/Report.php",
1962 "CodeSniffer/Reporting.php",
1963 "CodeSniffer/Sniff.php",
1964 "CodeSniffer/Tokens.php",
1965 "CodeSniffer/Reports/",
1966 "CodeSniffer/Tokenizers/",
1967 "CodeSniffer/DocGenerators/",
1968 "CodeSniffer/Standards/AbstractPatternSniff.php",
1969 "CodeSniffer/Standards/AbstractScopeSniff.php",
1970 "CodeSniffer/Standards/AbstractVariableSniff.php",
1971 "CodeSniffer/Standards/IncorrectPatternException.php",
1972 "CodeSniffer/Standards/Generic/Sniffs/",
1973 "CodeSniffer/Standards/MySource/Sniffs/",
1974 "CodeSniffer/Standards/PEAR/Sniffs/",
1975 "CodeSniffer/Standards/PSR1/Sniffs/",
1976 "CodeSniffer/Standards/PSR2/Sniffs/",
1977 "CodeSniffer/Standards/Squiz/Sniffs/",
1978 "CodeSniffer/Standards/Zend/Sniffs/"
1979 ]
1980 },
1981 "notification-url": "https://packagist.org/downloads/",
1982 "license": [
1983 "BSD-3-Clause"
1984 ],
1985 "authors": [
1986 {
1987 "name": "Greg Sherwood",
1988 "role": "lead"
1989 }
1990 ],
1991 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1992 "homepage": "http://www.squizlabs.com/php-codesniffer",
1993 "keywords": [
1994 "phpcs",
1995 "standards"
1996 ],
1997 "time": "2017-05-22T02:43:20+00:00"
1998 },
1999 {
2000 "name": "symfony/config",
2001 "version": "v3.3.10",
2002 "source": {
2003 "type": "git",
2004 "url": "https://github.com/symfony/config.git",
2005 "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd"
2006 },
2007 "dist": {
2008 "type": "zip",
2009 "url": "https://api.github.com/repos/symfony/config/zipball/4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
2010 "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
2011 "shasum": ""
2012 },
2013 "require": {
2014 "php": "^5.5.9|>=7.0.8",
2015 "symfony/filesystem": "~2.8|~3.0"
2016 },
2017 "conflict": {
2018 "symfony/dependency-injection": "<3.3",
2019 "symfony/finder": "<3.3"
2020 },
2021 "require-dev": {
2022 "symfony/dependency-injection": "~3.3",
2023 "symfony/finder": "~3.3",
2024 "symfony/yaml": "~3.0"
2025 },
2026 "suggest": {
2027 "symfony/yaml": "To use the yaml reference dumper"
2028 },
2029 "type": "library",
2030 "extra": {
2031 "branch-alias": {
2032 "dev-master": "3.3-dev"
2033 }
2034 },
2035 "autoload": {
2036 "psr-4": {
2037 "Symfony\\Component\\Config\\": ""
2038 },
2039 "exclude-from-classmap": [
2040 "/Tests/"
2041 ]
2042 },
2043 "notification-url": "https://packagist.org/downloads/",
2044 "license": [
2045 "MIT"
2046 ],
2047 "authors": [
2048 {
2049 "name": "Fabien Potencier",
2050 "email": "fabien@symfony.com"
2051 },
2052 {
2053 "name": "Symfony Community",
2054 "homepage": "https://symfony.com/contributors"
2055 }
2056 ],
2057 "description": "Symfony Config Component",
2058 "homepage": "https://symfony.com",
2059 "time": "2017-10-04T18:56:58+00:00"
2060 },
2061 {
2062 "name": "symfony/console",
2063 "version": "v2.8.28",
2064 "source": {
2065 "type": "git",
2066 "url": "https://github.com/symfony/console.git",
2067 "reference": "f81549d2c5fdee8d711c9ab3c7e7362353ea5853"
2068 },
2069 "dist": {
2070 "type": "zip",
2071 "url": "https://api.github.com/repos/symfony/console/zipball/f81549d2c5fdee8d711c9ab3c7e7362353ea5853",
2072 "reference": "f81549d2c5fdee8d711c9ab3c7e7362353ea5853",
2073 "shasum": ""
2074 },
2075 "require": {
2076 "php": ">=5.3.9",
2077 "symfony/debug": "^2.7.2|~3.0.0",
2078 "symfony/polyfill-mbstring": "~1.0"
2079 },
2080 "require-dev": {
2081 "psr/log": "~1.0",
2082 "symfony/event-dispatcher": "~2.1|~3.0.0",
2083 "symfony/process": "~2.1|~3.0.0"
2084 },
2085 "suggest": {
2086 "psr/log": "For using the console logger",
2087 "symfony/event-dispatcher": "",
2088 "symfony/process": ""
2089 },
2090 "type": "library",
2091 "extra": {
2092 "branch-alias": {
2093 "dev-master": "2.8-dev"
2094 }
2095 },
2096 "autoload": {
2097 "psr-4": {
2098 "Symfony\\Component\\Console\\": ""
2099 },
2100 "exclude-from-classmap": [
2101 "/Tests/"
2102 ]
2103 },
2104 "notification-url": "https://packagist.org/downloads/",
2105 "license": [
2106 "MIT"
2107 ],
2108 "authors": [
2109 {
2110 "name": "Fabien Potencier",
2111 "email": "fabien@symfony.com"
2112 },
2113 {
2114 "name": "Symfony Community",
2115 "homepage": "https://symfony.com/contributors"
2116 }
2117 ],
2118 "description": "Symfony Console Component",
2119 "homepage": "https://symfony.com",
2120 "time": "2017-10-01T21:00:16+00:00"
2121 },
2122 {
2123 "name": "symfony/debug",
2124 "version": "v3.0.9",
2125 "source": {
2126 "type": "git",
2127 "url": "https://github.com/symfony/debug.git",
2128 "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
2129 },
2130 "dist": {
2131 "type": "zip",
2132 "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
2133 "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
2134 "shasum": ""
2135 },
2136 "require": {
2137 "php": ">=5.5.9",
2138 "psr/log": "~1.0"
2139 },
2140 "conflict": {
2141 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2142 },
2143 "require-dev": {
2144 "symfony/class-loader": "~2.8|~3.0",
2145 "symfony/http-kernel": "~2.8|~3.0"
2146 },
2147 "type": "library",
2148 "extra": {
2149 "branch-alias": {
2150 "dev-master": "3.0-dev"
2151 }
2152 },
2153 "autoload": {
2154 "psr-4": {
2155 "Symfony\\Component\\Debug\\": ""
2156 },
2157 "exclude-from-classmap": [
2158 "/Tests/"
2159 ]
2160 },
2161 "notification-url": "https://packagist.org/downloads/",
2162 "license": [
2163 "MIT"
2164 ],
2165 "authors": [
2166 {
2167 "name": "Fabien Potencier",
2168 "email": "fabien@symfony.com"
2169 },
2170 {
2171 "name": "Symfony Community",
2172 "homepage": "https://symfony.com/contributors"
2173 }
2174 ],
2175 "description": "Symfony Debug Component",
2176 "homepage": "https://symfony.com",
2177 "time": "2016-07-30T07:22:48+00:00"
2178 },
2179 {
2180 "name": "symfony/dependency-injection",
2181 "version": "v3.3.10",
2182 "source": {
2183 "type": "git",
2184 "url": "https://github.com/symfony/dependency-injection.git",
2185 "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1"
2186 },
2187 "dist": {
2188 "type": "zip",
2189 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8ebad929aee3ca185b05f55d9cc5521670821ad1",
2190 "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1",
2191 "shasum": ""
2192 },
2193 "require": {
2194 "php": "^5.5.9|>=7.0.8",
2195 "psr/container": "^1.0"
2196 },
2197 "conflict": {
2198 "symfony/config": "<3.3.1",
2199 "symfony/finder": "<3.3",
2200 "symfony/yaml": "<3.3"
2201 },
2202 "provide": {
2203 "psr/container-implementation": "1.0"
2204 },
2205 "require-dev": {
2206 "symfony/config": "~3.3",
2207 "symfony/expression-language": "~2.8|~3.0",
2208 "symfony/yaml": "~3.3"
2209 },
2210 "suggest": {
2211 "symfony/config": "",
2212 "symfony/expression-language": "For using expressions in service container configuration",
2213 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2214 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2215 "symfony/yaml": ""
2216 },
2217 "type": "library",
2218 "extra": {
2219 "branch-alias": {
2220 "dev-master": "3.3-dev"
2221 }
2222 },
2223 "autoload": {
2224 "psr-4": {
2225 "Symfony\\Component\\DependencyInjection\\": ""
2226 },
2227 "exclude-from-classmap": [
2228 "/Tests/"
2229 ]
2230 },
2231 "notification-url": "https://packagist.org/downloads/",
2232 "license": [
2233 "MIT"
2234 ],
2235 "authors": [
2236 {
2237 "name": "Fabien Potencier",
2238 "email": "fabien@symfony.com"
2239 },
2240 {
2241 "name": "Symfony Community",
2242 "homepage": "https://symfony.com/contributors"
2243 }
2244 ],
2245 "description": "Symfony DependencyInjection Component",
2246 "homepage": "https://symfony.com",
2247 "time": "2017-10-04T17:15:30+00:00"
2248 },
2249 {
2250 "name": "symfony/filesystem",
2251 "version": "v3.3.10",
2252 "source": {
2253 "type": "git",
2254 "url": "https://github.com/symfony/filesystem.git",
2255 "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1"
2256 },
2257 "dist": {
2258 "type": "zip",
2259 "url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1",
2260 "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1",
2261 "shasum": ""
2262 },
2263 "require": {
2264 "php": "^5.5.9|>=7.0.8"
2265 },
2266 "type": "library",
2267 "extra": {
2268 "branch-alias": {
2269 "dev-master": "3.3-dev"
2270 }
2271 },
2272 "autoload": {
2273 "psr-4": {
2274 "Symfony\\Component\\Filesystem\\": ""
2275 },
2276 "exclude-from-classmap": [
2277 "/Tests/"
2278 ]
2279 },
2280 "notification-url": "https://packagist.org/downloads/",
2281 "license": [
2282 "MIT"
2283 ],
2284 "authors": [
2285 {
2286 "name": "Fabien Potencier",
2287 "email": "fabien@symfony.com"
2288 },
2289 {
2290 "name": "Symfony Community",
2291 "homepage": "https://symfony.com/contributors"
2292 }
2293 ],
2294 "description": "Symfony Filesystem Component",
2295 "homepage": "https://symfony.com",
2296 "time": "2017-10-03T13:33:10+00:00"
2297 },
2298 {
2299 "name": "symfony/finder",
2300 "version": "v3.3.10",
2301 "source": {
2302 "type": "git",
2303 "url": "https://github.com/symfony/finder.git",
2304 "reference": "773e19a491d97926f236942484cb541560ce862d"
2305 },
2306 "dist": {
2307 "type": "zip",
2308 "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d",
2309 "reference": "773e19a491d97926f236942484cb541560ce862d",
2310 "shasum": ""
2311 },
2312 "require": {
2313 "php": "^5.5.9|>=7.0.8"
2314 },
2315 "type": "library",
2316 "extra": {
2317 "branch-alias": {
2318 "dev-master": "3.3-dev"
2319 }
2320 },
2321 "autoload": {
2322 "psr-4": {
2323 "Symfony\\Component\\Finder\\": ""
2324 },
2325 "exclude-from-classmap": [
2326 "/Tests/"
2327 ]
2328 },
2329 "notification-url": "https://packagist.org/downloads/",
2330 "license": [
2331 "MIT"
2332 ],
2333 "authors": [
2334 {
2335 "name": "Fabien Potencier",
2336 "email": "fabien@symfony.com"
2337 },
2338 {
2339 "name": "Symfony Community",
2340 "homepage": "https://symfony.com/contributors"
2341 }
2342 ],
2343 "description": "Symfony Finder Component",
2344 "homepage": "https://symfony.com",
2345 "time": "2017-10-02T06:42:24+00:00"
2346 },
2347 {
2348 "name": "symfony/polyfill-mbstring",
2349 "version": "v1.6.0",
2350 "source": {
2351 "type": "git",
2352 "url": "https://github.com/symfony/polyfill-mbstring.git",
2353 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
2354 },
2355 "dist": {
2356 "type": "zip",
2357 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2358 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2359 "shasum": ""
2360 },
2361 "require": {
2362 "php": ">=5.3.3"
2363 },
2364 "suggest": {
2365 "ext-mbstring": "For best performance"
2366 },
2367 "type": "library",
2368 "extra": {
2369 "branch-alias": {
2370 "dev-master": "1.6-dev"
2371 }
2372 },
2373 "autoload": {
2374 "psr-4": {
2375 "Symfony\\Polyfill\\Mbstring\\": ""
2376 },
2377 "files": [
2378 "bootstrap.php"
2379 ]
2380 },
2381 "notification-url": "https://packagist.org/downloads/",
2382 "license": [
2383 "MIT"
2384 ],
2385 "authors": [
2386 {
2387 "name": "Nicolas Grekas",
2388 "email": "p@tchwork.com"
2389 },
2390 {
2391 "name": "Symfony Community",
2392 "homepage": "https://symfony.com/contributors"
2393 }
2394 ],
2395 "description": "Symfony polyfill for the Mbstring extension",
2396 "homepage": "https://symfony.com",
2397 "keywords": [
2398 "compatibility",
2399 "mbstring",
2400 "polyfill",
2401 "portable",
2402 "shim"
2403 ],
2404 "time": "2017-10-11T12:05:26+00:00"
2405 },
2406 {
2407 "name": "symfony/yaml",
2408 "version": "v3.3.10",
2409 "source": {
2410 "type": "git",
2411 "url": "https://github.com/symfony/yaml.git",
2412 "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46"
2413 },
2414 "dist": {
2415 "type": "zip",
2416 "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
2417 "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
2418 "shasum": ""
2419 },
2420 "require": {
2421 "php": "^5.5.9|>=7.0.8"
2422 },
2423 "require-dev": {
2424 "symfony/console": "~2.8|~3.0"
2425 },
2426 "suggest": {
2427 "symfony/console": "For validating YAML files using the lint command"
2428 },
2429 "type": "library",
2430 "extra": {
2431 "branch-alias": {
2432 "dev-master": "3.3-dev"
2433 }
2434 },
2435 "autoload": {
2436 "psr-4": {
2437 "Symfony\\Component\\Yaml\\": ""
2438 },
2439 "exclude-from-classmap": [
2440 "/Tests/"
2441 ]
2442 },
2443 "notification-url": "https://packagist.org/downloads/",
2444 "license": [
2445 "MIT"
2446 ],
2447 "authors": [
2448 {
2449 "name": "Fabien Potencier",
2450 "email": "fabien@symfony.com"
2451 },
2452 {
2453 "name": "Symfony Community",
2454 "homepage": "https://symfony.com/contributors"
2455 }
2456 ],
2457 "description": "Symfony Yaml Component",
2458 "homepage": "https://symfony.com",
2459 "time": "2017-10-05T14:43:42+00:00"
2460 },
2461 {
2462 "name": "theseer/fdomdocument",
2463 "version": "1.6.6",
2464 "source": {
2465 "type": "git",
2466 "url": "https://github.com/theseer/fDOMDocument.git",
2467 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
2468 },
2469 "dist": {
2470 "type": "zip",
2471 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2472 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2473 "shasum": ""
2474 },
2475 "require": {
2476 "ext-dom": "*",
2477 "lib-libxml": "*",
2478 "php": ">=5.3.3"
2479 },
2480 "type": "library",
2481 "autoload": {
2482 "classmap": [
2483 "src/"
2484 ]
2485 },
2486 "notification-url": "https://packagist.org/downloads/",
2487 "license": [
2488 "BSD-3-Clause"
2489 ],
2490 "authors": [
2491 {
2492 "name": "Arne Blankerts",
2493 "email": "arne@blankerts.de",
2494 "role": "lead"
2495 }
2496 ],
2497 "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.",
2498 "homepage": "https://github.com/theseer/fDOMDocument",
2499 "time": "2017-06-30T11:53:12+00:00"
2500 },
2501 {
2502 "name": "webmozart/assert",
2503 "version": "1.2.0",
2504 "source": {
2505 "type": "git",
2506 "url": "https://github.com/webmozart/assert.git",
2507 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2508 },
2509 "dist": {
2510 "type": "zip",
2511 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2512 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2513 "shasum": ""
2514 },
2515 "require": {
2516 "php": "^5.3.3 || ^7.0"
2517 },
2518 "require-dev": {
2519 "phpunit/phpunit": "^4.6",
2520 "sebastian/version": "^1.0.1"
2521 },
2522 "type": "library",
2523 "extra": {
2524 "branch-alias": {
2525 "dev-master": "1.3-dev"
2526 }
2527 },
2528 "autoload": {
2529 "psr-4": {
2530 "Webmozart\\Assert\\": "src/"
2531 }
2532 },
2533 "notification-url": "https://packagist.org/downloads/",
2534 "license": [
2535 "MIT"
2536 ],
2537 "authors": [
2538 {
2539 "name": "Bernhard Schussek",
2540 "email": "bschussek@gmail.com"
2541 }
2542 ],
2543 "description": "Assertions to validate method input/output with nice error messages.",
2544 "keywords": [
2545 "assert",
2546 "check",
2547 "validate"
2548 ],
2549 "time": "2016-11-23T20:04:58+00:00"
2550 }
2551 ],
2552 "aliases": [],
2553 "minimum-stability": "stable",
2554 "stability-flags": {
2555 "pubsubhubbub/publisher": 20,
2556 "phpmd/phpmd": 0
2557 },
2558 "prefer-stable": false,
2559 "prefer-lowest": false,
2560 "platform": {
2561 "php": ">=5.5"
2562 },
2563 "platform-dev": [],
2564 "platform-overrides": {
2565 "php": "5.5.38"
2566 }
2567 }