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