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