diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 974 |
1 files changed, 482 insertions, 492 deletions
diff --git a/composer.lock b/composer.lock index c719b2a6..c43dad6f 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -1,12 +1,60 @@ | |||
1 | { | 1 | { |
2 | "_readme": [ | 2 | "_readme": [ |
3 | "This file locks the dependencies of your project to a known state", | 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", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "content-hash": "13b7e1e474fe9264b098ba86face0feb", | 7 | "content-hash": "3876b34296fedb365517b785af8384de", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "arthurhoaro/web-thumbnailer", | ||
11 | "version": "v1.3.1", | ||
12 | "source": { | ||
13 | "type": "git", | ||
14 | "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", | ||
15 | "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860" | ||
16 | }, | ||
17 | "dist": { | ||
18 | "type": "zip", | ||
19 | "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/7142bd94ec93719a756a7012ebb8e1c5813c6860", | ||
20 | "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860", | ||
21 | "shasum": "" | ||
22 | }, | ||
23 | "require": { | ||
24 | "php": ">=5.6", | ||
25 | "phpunit/php-text-template": "^1.2" | ||
26 | }, | ||
27 | "conflict": { | ||
28 | "phpunit/php-timer": ">=2" | ||
29 | }, | ||
30 | "require-dev": { | ||
31 | "php-coveralls/php-coveralls": "^2.0", | ||
32 | "phpunit/phpunit": "5.2.*", | ||
33 | "squizlabs/php_codesniffer": "^3.2" | ||
34 | }, | ||
35 | "type": "library", | ||
36 | "autoload": { | ||
37 | "psr-0": { | ||
38 | "WebThumbnailer\\": [ | ||
39 | "src/", | ||
40 | "tests/" | ||
41 | ] | ||
42 | } | ||
43 | }, | ||
44 | "notification-url": "https://packagist.org/downloads/", | ||
45 | "license": [ | ||
46 | "MIT" | ||
47 | ], | ||
48 | "authors": [ | ||
49 | { | ||
50 | "name": "Arthur Hoaro", | ||
51 | "homepage": "http://hoa.ro" | ||
52 | } | ||
53 | ], | ||
54 | "description": "PHP library which will retrieve a thumbnail for any given URL", | ||
55 | "time": "2018-08-11T12:21:52+00:00" | ||
56 | }, | ||
57 | { | ||
10 | "name": "container-interop/container-interop", | 58 | "name": "container-interop/container-interop", |
11 | "version": "1.2.0", | 59 | "version": "1.2.0", |
12 | "source": { | 60 | "source": { |
@@ -39,18 +87,25 @@ | |||
39 | }, | 87 | }, |
40 | { | 88 | { |
41 | "name": "erusev/parsedown", | 89 | "name": "erusev/parsedown", |
42 | "version": "1.6.0", | 90 | "version": "1.7.1", |
43 | "source": { | 91 | "source": { |
44 | "type": "git", | 92 | "type": "git", |
45 | "url": "https://github.com/erusev/parsedown.git", | 93 | "url": "https://github.com/erusev/parsedown.git", |
46 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7" | 94 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" |
47 | }, | 95 | }, |
48 | "dist": { | 96 | "dist": { |
49 | "type": "zip", | 97 | "type": "zip", |
50 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", | 98 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
51 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", | 99 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
52 | "shasum": "" | 100 | "shasum": "" |
53 | }, | 101 | }, |
102 | "require": { | ||
103 | "ext-mbstring": "*", | ||
104 | "php": ">=5.3.0" | ||
105 | }, | ||
106 | "require-dev": { | ||
107 | "phpunit/phpunit": "^4.8.35" | ||
108 | }, | ||
54 | "type": "library", | 109 | "type": "library", |
55 | "autoload": { | 110 | "autoload": { |
56 | "psr-0": { | 111 | "psr-0": { |
@@ -74,20 +129,20 @@ | |||
74 | "markdown", | 129 | "markdown", |
75 | "parser" | 130 | "parser" |
76 | ], | 131 | ], |
77 | "time": "2015-10-04T16:44:32+00:00" | 132 | "time": "2018-03-08T01:11:30+00:00" |
78 | }, | 133 | }, |
79 | { | 134 | { |
80 | "name": "gettext/gettext", | 135 | "name": "gettext/gettext", |
81 | "version": "v4.4.3", | 136 | "version": "v4.6.1", |
82 | "source": { | 137 | "source": { |
83 | "type": "git", | 138 | "type": "git", |
84 | "url": "https://github.com/oscarotero/Gettext.git", | 139 | "url": "https://github.com/oscarotero/Gettext.git", |
85 | "reference": "4f57f004635cc6311a20815ebfdc0757cb337113" | 140 | "reference": "854ff5f5aaf92d2af7080ba8fc15718b27b5c89a" |
86 | }, | 141 | }, |
87 | "dist": { | 142 | "dist": { |
88 | "type": "zip", | 143 | "type": "zip", |
89 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/4f57f004635cc6311a20815ebfdc0757cb337113", | 144 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/854ff5f5aaf92d2af7080ba8fc15718b27b5c89a", |
90 | "reference": "4f57f004635cc6311a20815ebfdc0757cb337113", | 145 | "reference": "854ff5f5aaf92d2af7080ba8fc15718b27b5c89a", |
91 | "shasum": "" | 146 | "shasum": "" |
92 | }, | 147 | }, |
93 | "require": { | 148 | "require": { |
@@ -96,7 +151,7 @@ | |||
96 | }, | 151 | }, |
97 | "require-dev": { | 152 | "require-dev": { |
98 | "illuminate/view": "*", | 153 | "illuminate/view": "*", |
99 | "phpunit/phpunit": "^4.8|^5.7", | 154 | "phpunit/phpunit": "^4.8|^5.7|^6.5", |
100 | "squizlabs/php_codesniffer": "^3.0", | 155 | "squizlabs/php_codesniffer": "^3.0", |
101 | "symfony/yaml": "~2", | 156 | "symfony/yaml": "~2", |
102 | "twig/extensions": "*", | 157 | "twig/extensions": "*", |
@@ -136,20 +191,20 @@ | |||
136 | "po", | 191 | "po", |
137 | "translation" | 192 | "translation" |
138 | ], | 193 | ], |
139 | "time": "2017-08-09T16:59:46+00:00" | 194 | "time": "2018-08-27T15:40:19+00:00" |
140 | }, | 195 | }, |
141 | { | 196 | { |
142 | "name": "gettext/languages", | 197 | "name": "gettext/languages", |
143 | "version": "2.3.0", | 198 | "version": "2.4.0", |
144 | "source": { | 199 | "source": { |
145 | "type": "git", | 200 | "type": "git", |
146 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", | 201 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", |
147 | "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7" | 202 | "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5" |
148 | }, | 203 | }, |
149 | "dist": { | 204 | "dist": { |
150 | "type": "zip", | 205 | "type": "zip", |
151 | "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/49c39e51569963cc917a924b489e7025bfb9d8c7", | 206 | "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/1b74377bd0c4cd87e8d72b948f5d8867e23505a5", |
152 | "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7", | 207 | "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5", |
153 | "shasum": "" | 208 | "shasum": "" |
154 | }, | 209 | }, |
155 | "require": { | 210 | "require": { |
@@ -197,7 +252,7 @@ | |||
197 | "translations", | 252 | "translations", |
198 | "unicode" | 253 | "unicode" |
199 | ], | 254 | ], |
200 | "time": "2017-03-23T17:02:28+00:00" | 255 | "time": "2018-06-21T15:58:36+00:00" |
201 | }, | 256 | }, |
202 | { | 257 | { |
203 | "name": "katzgrau/klogger", | 258 | "name": "katzgrau/klogger", |
@@ -251,21 +306,24 @@ | |||
251 | }, | 306 | }, |
252 | { | 307 | { |
253 | "name": "nikic/fast-route", | 308 | "name": "nikic/fast-route", |
254 | "version": "v1.2.0", | 309 | "version": "v1.3.0", |
255 | "source": { | 310 | "source": { |
256 | "type": "git", | 311 | "type": "git", |
257 | "url": "https://github.com/nikic/FastRoute.git", | 312 | "url": "https://github.com/nikic/FastRoute.git", |
258 | "reference": "b5f95749071c82a8e0f58586987627054400cdf6" | 313 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812" |
259 | }, | 314 | }, |
260 | "dist": { | 315 | "dist": { |
261 | "type": "zip", | 316 | "type": "zip", |
262 | "url": "https://api.github.com/repos/nikic/FastRoute/zipball/b5f95749071c82a8e0f58586987627054400cdf6", | 317 | "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", |
263 | "reference": "b5f95749071c82a8e0f58586987627054400cdf6", | 318 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812", |
264 | "shasum": "" | 319 | "shasum": "" |
265 | }, | 320 | }, |
266 | "require": { | 321 | "require": { |
267 | "php": ">=5.4.0" | 322 | "php": ">=5.4.0" |
268 | }, | 323 | }, |
324 | "require-dev": { | ||
325 | "phpunit/phpunit": "^4.8.35|~5.7" | ||
326 | }, | ||
269 | "type": "library", | 327 | "type": "library", |
270 | "autoload": { | 328 | "autoload": { |
271 | "psr-4": { | 329 | "psr-4": { |
@@ -290,7 +348,48 @@ | |||
290 | "router", | 348 | "router", |
291 | "routing" | 349 | "routing" |
292 | ], | 350 | ], |
293 | "time": "2017-01-19T11:35:12+00:00" | 351 | "time": "2018-02-13T20:26:39+00:00" |
352 | }, | ||
353 | { | ||
354 | "name": "phpunit/php-text-template", | ||
355 | "version": "1.2.1", | ||
356 | "source": { | ||
357 | "type": "git", | ||
358 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | ||
359 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | ||
360 | }, | ||
361 | "dist": { | ||
362 | "type": "zip", | ||
363 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
364 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
365 | "shasum": "" | ||
366 | }, | ||
367 | "require": { | ||
368 | "php": ">=5.3.3" | ||
369 | }, | ||
370 | "type": "library", | ||
371 | "autoload": { | ||
372 | "classmap": [ | ||
373 | "src/" | ||
374 | ] | ||
375 | }, | ||
376 | "notification-url": "https://packagist.org/downloads/", | ||
377 | "license": [ | ||
378 | "BSD-3-Clause" | ||
379 | ], | ||
380 | "authors": [ | ||
381 | { | ||
382 | "name": "Sebastian Bergmann", | ||
383 | "email": "sebastian@phpunit.de", | ||
384 | "role": "lead" | ||
385 | } | ||
386 | ], | ||
387 | "description": "Simple template engine.", | ||
388 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | ||
389 | "keywords": [ | ||
390 | "template" | ||
391 | ], | ||
392 | "time": "2015-06-21T13:50:34+00:00" | ||
294 | }, | 393 | }, |
295 | { | 394 | { |
296 | "name": "pimple/pimple", | 395 | "name": "pimple/pimple", |
@@ -494,15 +593,16 @@ | |||
494 | "source": { | 593 | "source": { |
495 | "type": "git", | 594 | "type": "git", |
496 | "url": "https://github.com/pubsubhubbub/php-publisher.git", | 595 | "url": "https://github.com/pubsubhubbub/php-publisher.git", |
497 | "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f" | 596 | "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884" |
498 | }, | 597 | }, |
499 | "dist": { | 598 | "dist": { |
500 | "type": "zip", | 599 | "type": "zip", |
501 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/0d224daebd504ab61c22fee4db58f8d1fc18945f", | 600 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/047b0faf6219071527a45942d6fef4dbc6d1d884", |
502 | "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f", | 601 | "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884", |
503 | "shasum": "" | 602 | "shasum": "" |
504 | }, | 603 | }, |
505 | "require": { | 604 | "require": { |
605 | "ext-curl": "*", | ||
506 | "php": "~5.4 || ~7.0" | 606 | "php": "~5.4 || ~7.0" |
507 | }, | 607 | }, |
508 | "type": "library", | 608 | "type": "library", |
@@ -527,30 +627,31 @@ | |||
527 | "data", | 627 | "data", |
528 | "feeds", | 628 | "feeds", |
529 | "publishers", | 629 | "publishers", |
530 | "pubsubhubbub" | 630 | "pubsubhubbub", |
631 | "websub" | ||
531 | ], | 632 | ], |
532 | "time": "2017-10-08T10:59:41+00:00" | 633 | "time": "2018-10-09T05:20:28+00:00" |
533 | }, | 634 | }, |
534 | { | 635 | { |
535 | "name": "shaarli/netscape-bookmark-parser", | 636 | "name": "shaarli/netscape-bookmark-parser", |
536 | "version": "v2.0.5", | 637 | "version": "v2.1.0", |
537 | "source": { | 638 | "source": { |
538 | "type": "git", | 639 | "type": "git", |
539 | "url": "https://github.com/shaarli/netscape-bookmark-parser.git", | 640 | "url": "https://github.com/shaarli/netscape-bookmark-parser.git", |
540 | "reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315" | 641 | "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577" |
541 | }, | 642 | }, |
542 | "dist": { | 643 | "dist": { |
543 | "type": "zip", | 644 | "type": "zip", |
544 | "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/ea6911a0ea3dd372fa7002593c5aef9c15a49315", | 645 | "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/819008ee42c4dd7e45d988176a4a22d6ed689577", |
545 | "reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315", | 646 | "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577", |
546 | "shasum": "" | 647 | "shasum": "" |
547 | }, | 648 | }, |
548 | "require": { | 649 | "require": { |
549 | "katzgrau/klogger": "~1.0", | 650 | "katzgrau/klogger": "~1.0", |
550 | "php": ">=5.3.4" | 651 | "php": ">=5.6" |
551 | }, | 652 | }, |
552 | "require-dev": { | 653 | "require-dev": { |
553 | "phpunit/phpunit": "4.8.*" | 654 | "phpunit/phpunit": "^5.0" |
554 | }, | 655 | }, |
555 | "type": "library", | 656 | "type": "library", |
556 | "autoload": { | 657 | "autoload": { |
@@ -582,22 +683,22 @@ | |||
582 | "bookmark", | 683 | "bookmark", |
583 | "link", | 684 | "link", |
584 | "netscape", | 685 | "netscape", |
585 | "parse" | 686 | "parser" |
586 | ], | 687 | ], |
587 | "time": "2018-01-30T17:34:48+00:00" | 688 | "time": "2018-10-06T14:43:38+00:00" |
588 | }, | 689 | }, |
589 | { | 690 | { |
590 | "name": "slim/slim", | 691 | "name": "slim/slim", |
591 | "version": "3.9.2", | 692 | "version": "3.11.0", |
592 | "source": { | 693 | "source": { |
593 | "type": "git", | 694 | "type": "git", |
594 | "url": "https://github.com/slimphp/Slim.git", | 695 | "url": "https://github.com/slimphp/Slim.git", |
595 | "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118" | 696 | "reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a" |
596 | }, | 697 | }, |
597 | "dist": { | 698 | "dist": { |
598 | "type": "zip", | 699 | "type": "zip", |
599 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118", | 700 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/d378e70431e78ee92ee32ddde61ecc72edf5dc0a", |
600 | "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118", | 701 | "reference": "d378e70431e78ee92ee32ddde61ecc72edf5dc0a", |
601 | "shasum": "" | 702 | "shasum": "" |
602 | }, | 703 | }, |
603 | "require": { | 704 | "require": { |
@@ -655,7 +756,7 @@ | |||
655 | "micro", | 756 | "micro", |
656 | "router" | 757 | "router" |
657 | ], | 758 | ], |
658 | "time": "2017-11-26T19:13:09+00:00" | 759 | "time": "2018-09-16T10:54:21+00:00" |
659 | } | 760 | } |
660 | ], | 761 | ], |
661 | "packages-dev": [ | 762 | "packages-dev": [ |
@@ -714,44 +815,49 @@ | |||
714 | "time": "2015-06-14T21:17:01+00:00" | 815 | "time": "2015-06-14T21:17:01+00:00" |
715 | }, | 816 | }, |
716 | { | 817 | { |
717 | "name": "pdepend/pdepend", | 818 | "name": "myclabs/deep-copy", |
718 | "version": "2.5.2", | 819 | "version": "1.7.0", |
719 | "source": { | 820 | "source": { |
720 | "type": "git", | 821 | "type": "git", |
721 | "url": "https://github.com/pdepend/pdepend.git", | 822 | "url": "https://github.com/myclabs/DeepCopy.git", |
722 | "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239" | 823 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
723 | }, | 824 | }, |
724 | "dist": { | 825 | "dist": { |
725 | "type": "zip", | 826 | "type": "zip", |
726 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239", | 827 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
727 | "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239", | 828 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
728 | "shasum": "" | 829 | "shasum": "" |
729 | }, | 830 | }, |
730 | "require": { | 831 | "require": { |
731 | "php": ">=5.3.7", | 832 | "php": "^5.6 || ^7.0" |
732 | "symfony/config": "^2.3.0|^3|^4", | ||
733 | "symfony/dependency-injection": "^2.3.0|^3|^4", | ||
734 | "symfony/filesystem": "^2.3.0|^3|^4" | ||
735 | }, | 833 | }, |
736 | "require-dev": { | 834 | "require-dev": { |
737 | "phpunit/phpunit": "^4.8|^5.7", | 835 | "doctrine/collections": "^1.0", |
738 | "squizlabs/php_codesniffer": "^2.0.0" | 836 | "doctrine/common": "^2.6", |
837 | "phpunit/phpunit": "^4.1" | ||
739 | }, | 838 | }, |
740 | "bin": [ | ||
741 | "src/bin/pdepend" | ||
742 | ], | ||
743 | "type": "library", | 839 | "type": "library", |
744 | "autoload": { | 840 | "autoload": { |
745 | "psr-4": { | 841 | "psr-4": { |
746 | "PDepend\\": "src/main/php/PDepend" | 842 | "DeepCopy\\": "src/DeepCopy/" |
747 | } | 843 | }, |
844 | "files": [ | ||
845 | "src/DeepCopy/deep_copy.php" | ||
846 | ] | ||
748 | }, | 847 | }, |
749 | "notification-url": "https://packagist.org/downloads/", | 848 | "notification-url": "https://packagist.org/downloads/", |
750 | "license": [ | 849 | "license": [ |
751 | "BSD-3-Clause" | 850 | "MIT" |
851 | ], | ||
852 | "description": "Create deep copies (clones) of your objects", | ||
853 | "keywords": [ | ||
854 | "clone", | ||
855 | "copy", | ||
856 | "duplicate", | ||
857 | "object", | ||
858 | "object graph" | ||
752 | ], | 859 | ], |
753 | "description": "Official version of pdepend to be handled with Composer", | 860 | "time": "2017-10-19T19:58:43+00:00" |
754 | "time": "2017-12-13T13:21:38+00:00" | ||
755 | }, | 861 | }, |
756 | { | 862 | { |
757 | "name": "phpdocumentor/reflection-common", | 863 | "name": "phpdocumentor/reflection-common", |
@@ -809,22 +915,22 @@ | |||
809 | }, | 915 | }, |
810 | { | 916 | { |
811 | "name": "phpdocumentor/reflection-docblock", | 917 | "name": "phpdocumentor/reflection-docblock", |
812 | "version": "3.2.2", | 918 | "version": "3.3.2", |
813 | "source": { | 919 | "source": { |
814 | "type": "git", | 920 | "type": "git", |
815 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | 921 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
816 | "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157" | 922 | "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" |
817 | }, | 923 | }, |
818 | "dist": { | 924 | "dist": { |
819 | "type": "zip", | 925 | "type": "zip", |
820 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157", | 926 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", |
821 | "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157", | 927 | "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", |
822 | "shasum": "" | 928 | "shasum": "" |
823 | }, | 929 | }, |
824 | "require": { | 930 | "require": { |
825 | "php": ">=5.5", | 931 | "php": "^5.6 || ^7.0", |
826 | "phpdocumentor/reflection-common": "^1.0@dev", | 932 | "phpdocumentor/reflection-common": "^1.0.0", |
827 | "phpdocumentor/type-resolver": "^0.3.0", | 933 | "phpdocumentor/type-resolver": "^0.4.0", |
828 | "webmozart/assert": "^1.0" | 934 | "webmozart/assert": "^1.0" |
829 | }, | 935 | }, |
830 | "require-dev": { | 936 | "require-dev": { |
@@ -850,20 +956,20 @@ | |||
850 | } | 956 | } |
851 | ], | 957 | ], |
852 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | 958 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
853 | "time": "2017-08-08T06:39:58+00:00" | 959 | "time": "2017-11-10T14:09:06+00:00" |
854 | }, | 960 | }, |
855 | { | 961 | { |
856 | "name": "phpdocumentor/type-resolver", | 962 | "name": "phpdocumentor/type-resolver", |
857 | "version": "0.3.0", | 963 | "version": "0.4.0", |
858 | "source": { | 964 | "source": { |
859 | "type": "git", | 965 | "type": "git", |
860 | "url": "https://github.com/phpDocumentor/TypeResolver.git", | 966 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
861 | "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773" | 967 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
862 | }, | 968 | }, |
863 | "dist": { | 969 | "dist": { |
864 | "type": "zip", | 970 | "type": "zip", |
865 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773", | 971 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
866 | "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773", | 972 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
867 | "shasum": "" | 973 | "shasum": "" |
868 | }, | 974 | }, |
869 | "require": { | 975 | "require": { |
@@ -897,103 +1003,37 @@ | |||
897 | "email": "me@mikevanriel.com" | 1003 | "email": "me@mikevanriel.com" |
898 | } | 1004 | } |
899 | ], | 1005 | ], |
900 | "time": "2017-06-03T08:32:36+00:00" | 1006 | "time": "2017-07-14T14:27:02+00:00" |
901 | }, | ||
902 | { | ||
903 | "name": "phpmd/phpmd", | ||
904 | "version": "2.6.0", | ||
905 | "source": { | ||
906 | "type": "git", | ||
907 | "url": "https://github.com/phpmd/phpmd.git", | ||
908 | "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374" | ||
909 | }, | ||
910 | "dist": { | ||
911 | "type": "zip", | ||
912 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374", | ||
913 | "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374", | ||
914 | "shasum": "" | ||
915 | }, | ||
916 | "require": { | ||
917 | "ext-xml": "*", | ||
918 | "pdepend/pdepend": "^2.5", | ||
919 | "php": ">=5.3.9" | ||
920 | }, | ||
921 | "require-dev": { | ||
922 | "phpunit/phpunit": "^4.0", | ||
923 | "squizlabs/php_codesniffer": "^2.0" | ||
924 | }, | ||
925 | "bin": [ | ||
926 | "src/bin/phpmd" | ||
927 | ], | ||
928 | "type": "project", | ||
929 | "autoload": { | ||
930 | "psr-0": { | ||
931 | "PHPMD\\": "src/main/php" | ||
932 | } | ||
933 | }, | ||
934 | "notification-url": "https://packagist.org/downloads/", | ||
935 | "license": [ | ||
936 | "BSD-3-Clause" | ||
937 | ], | ||
938 | "authors": [ | ||
939 | { | ||
940 | "name": "Manuel Pichler", | ||
941 | "email": "github@manuel-pichler.de", | ||
942 | "homepage": "https://github.com/manuelpichler", | ||
943 | "role": "Project Founder" | ||
944 | }, | ||
945 | { | ||
946 | "name": "Other contributors", | ||
947 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", | ||
948 | "role": "Contributors" | ||
949 | }, | ||
950 | { | ||
951 | "name": "Marc Würth", | ||
952 | "email": "ravage@bluewin.ch", | ||
953 | "homepage": "https://github.com/ravage84", | ||
954 | "role": "Project Maintainer" | ||
955 | } | ||
956 | ], | ||
957 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", | ||
958 | "homepage": "http://phpmd.org/", | ||
959 | "keywords": [ | ||
960 | "mess detection", | ||
961 | "mess detector", | ||
962 | "pdepend", | ||
963 | "phpmd", | ||
964 | "pmd" | ||
965 | ], | ||
966 | "time": "2017-01-20T14:41:10+00:00" | ||
967 | }, | 1007 | }, |
968 | { | 1008 | { |
969 | "name": "phpspec/prophecy", | 1009 | "name": "phpspec/prophecy", |
970 | "version": "1.7.3", | 1010 | "version": "1.8.0", |
971 | "source": { | 1011 | "source": { |
972 | "type": "git", | 1012 | "type": "git", |
973 | "url": "https://github.com/phpspec/prophecy.git", | 1013 | "url": "https://github.com/phpspec/prophecy.git", |
974 | "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf" | 1014 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" |
975 | }, | 1015 | }, |
976 | "dist": { | 1016 | "dist": { |
977 | "type": "zip", | 1017 | "type": "zip", |
978 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", | 1018 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
979 | "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", | 1019 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
980 | "shasum": "" | 1020 | "shasum": "" |
981 | }, | 1021 | }, |
982 | "require": { | 1022 | "require": { |
983 | "doctrine/instantiator": "^1.0.2", | 1023 | "doctrine/instantiator": "^1.0.2", |
984 | "php": "^5.3|^7.0", | 1024 | "php": "^5.3|^7.0", |
985 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", | 1025 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
986 | "sebastian/comparator": "^1.1|^2.0", | 1026 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
987 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" | 1027 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
988 | }, | 1028 | }, |
989 | "require-dev": { | 1029 | "require-dev": { |
990 | "phpspec/phpspec": "^2.5|^3.2", | 1030 | "phpspec/phpspec": "^2.5|^3.2", |
991 | "phpunit/phpunit": "^4.8.35 || ^5.7" | 1031 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" |
992 | }, | 1032 | }, |
993 | "type": "library", | 1033 | "type": "library", |
994 | "extra": { | 1034 | "extra": { |
995 | "branch-alias": { | 1035 | "branch-alias": { |
996 | "dev-master": "1.7.x-dev" | 1036 | "dev-master": "1.8.x-dev" |
997 | } | 1037 | } |
998 | }, | 1038 | }, |
999 | "autoload": { | 1039 | "autoload": { |
@@ -1026,43 +1066,44 @@ | |||
1026 | "spy", | 1066 | "spy", |
1027 | "stub" | 1067 | "stub" |
1028 | ], | 1068 | ], |
1029 | "time": "2017-11-24T13:59:53+00:00" | 1069 | "time": "2018-08-05T17:53:17+00:00" |
1030 | }, | 1070 | }, |
1031 | { | 1071 | { |
1032 | "name": "phpunit/php-code-coverage", | 1072 | "name": "phpunit/php-code-coverage", |
1033 | "version": "2.2.4", | 1073 | "version": "4.0.8", |
1034 | "source": { | 1074 | "source": { |
1035 | "type": "git", | 1075 | "type": "git", |
1036 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | 1076 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
1037 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" | 1077 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
1038 | }, | 1078 | }, |
1039 | "dist": { | 1079 | "dist": { |
1040 | "type": "zip", | 1080 | "type": "zip", |
1041 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", | 1081 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
1042 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", | 1082 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
1043 | "shasum": "" | 1083 | "shasum": "" |
1044 | }, | 1084 | }, |
1045 | "require": { | 1085 | "require": { |
1046 | "php": ">=5.3.3", | 1086 | "ext-dom": "*", |
1047 | "phpunit/php-file-iterator": "~1.3", | 1087 | "ext-xmlwriter": "*", |
1048 | "phpunit/php-text-template": "~1.2", | 1088 | "php": "^5.6 || ^7.0", |
1049 | "phpunit/php-token-stream": "~1.3", | 1089 | "phpunit/php-file-iterator": "^1.3", |
1050 | "sebastian/environment": "^1.3.2", | 1090 | "phpunit/php-text-template": "^1.2", |
1051 | "sebastian/version": "~1.0" | 1091 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
1092 | "sebastian/code-unit-reverse-lookup": "^1.0", | ||
1093 | "sebastian/environment": "^1.3.2 || ^2.0", | ||
1094 | "sebastian/version": "^1.0 || ^2.0" | ||
1052 | }, | 1095 | }, |
1053 | "require-dev": { | 1096 | "require-dev": { |
1054 | "ext-xdebug": ">=2.1.4", | 1097 | "ext-xdebug": "^2.1.4", |
1055 | "phpunit/phpunit": "~4" | 1098 | "phpunit/phpunit": "^5.7" |
1056 | }, | 1099 | }, |
1057 | "suggest": { | 1100 | "suggest": { |
1058 | "ext-dom": "*", | 1101 | "ext-xdebug": "^2.5.1" |
1059 | "ext-xdebug": ">=2.2.1", | ||
1060 | "ext-xmlwriter": "*" | ||
1061 | }, | 1102 | }, |
1062 | "type": "library", | 1103 | "type": "library", |
1063 | "extra": { | 1104 | "extra": { |
1064 | "branch-alias": { | 1105 | "branch-alias": { |
1065 | "dev-master": "2.2.x-dev" | 1106 | "dev-master": "4.0.x-dev" |
1066 | } | 1107 | } |
1067 | }, | 1108 | }, |
1068 | "autoload": { | 1109 | "autoload": { |
@@ -1088,7 +1129,7 @@ | |||
1088 | "testing", | 1129 | "testing", |
1089 | "xunit" | 1130 | "xunit" |
1090 | ], | 1131 | ], |
1091 | "time": "2015-10-06T15:47:00+00:00" | 1132 | "time": "2017-04-02T07:44:40+00:00" |
1092 | }, | 1133 | }, |
1093 | { | 1134 | { |
1094 | "name": "phpunit/php-file-iterator", | 1135 | "name": "phpunit/php-file-iterator", |
@@ -1138,47 +1179,6 @@ | |||
1138 | "time": "2017-11-27T13:52:08+00:00" | 1179 | "time": "2017-11-27T13:52:08+00:00" |
1139 | }, | 1180 | }, |
1140 | { | 1181 | { |
1141 | "name": "phpunit/php-text-template", | ||
1142 | "version": "1.2.1", | ||
1143 | "source": { | ||
1144 | "type": "git", | ||
1145 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | ||
1146 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | ||
1147 | }, | ||
1148 | "dist": { | ||
1149 | "type": "zip", | ||
1150 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
1151 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
1152 | "shasum": "" | ||
1153 | }, | ||
1154 | "require": { | ||
1155 | "php": ">=5.3.3" | ||
1156 | }, | ||
1157 | "type": "library", | ||
1158 | "autoload": { | ||
1159 | "classmap": [ | ||
1160 | "src/" | ||
1161 | ] | ||
1162 | }, | ||
1163 | "notification-url": "https://packagist.org/downloads/", | ||
1164 | "license": [ | ||
1165 | "BSD-3-Clause" | ||
1166 | ], | ||
1167 | "authors": [ | ||
1168 | { | ||
1169 | "name": "Sebastian Bergmann", | ||
1170 | "email": "sebastian@phpunit.de", | ||
1171 | "role": "lead" | ||
1172 | } | ||
1173 | ], | ||
1174 | "description": "Simple template engine.", | ||
1175 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | ||
1176 | "keywords": [ | ||
1177 | "template" | ||
1178 | ], | ||
1179 | "time": "2015-06-21T13:50:34+00:00" | ||
1180 | }, | ||
1181 | { | ||
1182 | "name": "phpunit/php-timer", | 1182 | "name": "phpunit/php-timer", |
1183 | "version": "1.0.9", | 1183 | "version": "1.0.9", |
1184 | "source": { | 1184 | "source": { |
@@ -1278,26 +1278,26 @@ | |||
1278 | }, | 1278 | }, |
1279 | { | 1279 | { |
1280 | "name": "phpunit/phpcov", | 1280 | "name": "phpunit/phpcov", |
1281 | "version": "2.0.2", | 1281 | "version": "3.1.0", |
1282 | "source": { | 1282 | "source": { |
1283 | "type": "git", | 1283 | "type": "git", |
1284 | "url": "https://github.com/sebastianbergmann/phpcov.git", | 1284 | "url": "https://github.com/sebastianbergmann/phpcov.git", |
1285 | "reference": "9ef291483ff65eefd8639584d61bbfb044d747f3" | 1285 | "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d" |
1286 | }, | 1286 | }, |
1287 | "dist": { | 1287 | "dist": { |
1288 | "type": "zip", | 1288 | "type": "zip", |
1289 | "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/9ef291483ff65eefd8639584d61bbfb044d747f3", | 1289 | "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d", |
1290 | "reference": "9ef291483ff65eefd8639584d61bbfb044d747f3", | 1290 | "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d", |
1291 | "shasum": "" | 1291 | "shasum": "" |
1292 | }, | 1292 | }, |
1293 | "require": { | 1293 | "require": { |
1294 | "php": ">=5.3.3", | 1294 | "php": "^5.6 || ^7.0", |
1295 | "phpunit/php-code-coverage": "~2.0", | 1295 | "phpunit/php-code-coverage": "^4.0", |
1296 | "phpunit/phpunit": ">=4.1", | 1296 | "phpunit/phpunit": "^5.0", |
1297 | "sebastian/diff": "~1.1", | 1297 | "sebastian/diff": "^1.1", |
1298 | "sebastian/finder-facade": "~1.1", | 1298 | "sebastian/finder-facade": "^1.1", |
1299 | "sebastian/version": "~1.0", | 1299 | "sebastian/version": "^1.0|^2.0", |
1300 | "symfony/console": "~2.2" | 1300 | "symfony/console": "^2|^3" |
1301 | }, | 1301 | }, |
1302 | "bin": [ | 1302 | "bin": [ |
1303 | "phpcov" | 1303 | "phpcov" |
@@ -1305,7 +1305,7 @@ | |||
1305 | "type": "library", | 1305 | "type": "library", |
1306 | "extra": { | 1306 | "extra": { |
1307 | "branch-alias": { | 1307 | "branch-alias": { |
1308 | "dev-master": "2.0.x-dev" | 1308 | "dev-master": "3.1.x-dev" |
1309 | } | 1309 | } |
1310 | }, | 1310 | }, |
1311 | "autoload": { | 1311 | "autoload": { |
@@ -1326,44 +1326,54 @@ | |||
1326 | ], | 1326 | ], |
1327 | "description": "CLI frontend for PHP_CodeCoverage", | 1327 | "description": "CLI frontend for PHP_CodeCoverage", |
1328 | "homepage": "https://github.com/sebastianbergmann/phpcov", | 1328 | "homepage": "https://github.com/sebastianbergmann/phpcov", |
1329 | "time": "2015-10-05T09:24:23+00:00" | 1329 | "time": "2016-06-03T07:01:55+00:00" |
1330 | }, | 1330 | }, |
1331 | { | 1331 | { |
1332 | "name": "phpunit/phpunit", | 1332 | "name": "phpunit/phpunit", |
1333 | "version": "4.8.36", | 1333 | "version": "5.7.27", |
1334 | "source": { | 1334 | "source": { |
1335 | "type": "git", | 1335 | "type": "git", |
1336 | "url": "https://github.com/sebastianbergmann/phpunit.git", | 1336 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
1337 | "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" | 1337 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" |
1338 | }, | 1338 | }, |
1339 | "dist": { | 1339 | "dist": { |
1340 | "type": "zip", | 1340 | "type": "zip", |
1341 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", | 1341 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
1342 | "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", | 1342 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
1343 | "shasum": "" | 1343 | "shasum": "" |
1344 | }, | 1344 | }, |
1345 | "require": { | 1345 | "require": { |
1346 | "ext-dom": "*", | 1346 | "ext-dom": "*", |
1347 | "ext-json": "*", | 1347 | "ext-json": "*", |
1348 | "ext-pcre": "*", | 1348 | "ext-libxml": "*", |
1349 | "ext-reflection": "*", | 1349 | "ext-mbstring": "*", |
1350 | "ext-spl": "*", | 1350 | "ext-xml": "*", |
1351 | "php": ">=5.3.3", | 1351 | "myclabs/deep-copy": "~1.3", |
1352 | "phpspec/prophecy": "^1.3.1", | 1352 | "php": "^5.6 || ^7.0", |
1353 | "phpunit/php-code-coverage": "~2.1", | 1353 | "phpspec/prophecy": "^1.6.2", |
1354 | "phpunit/php-code-coverage": "^4.0.4", | ||
1354 | "phpunit/php-file-iterator": "~1.4", | 1355 | "phpunit/php-file-iterator": "~1.4", |
1355 | "phpunit/php-text-template": "~1.2", | 1356 | "phpunit/php-text-template": "~1.2", |
1356 | "phpunit/php-timer": "^1.0.6", | 1357 | "phpunit/php-timer": "^1.0.6", |
1357 | "phpunit/phpunit-mock-objects": "~2.3", | 1358 | "phpunit/phpunit-mock-objects": "^3.2", |
1358 | "sebastian/comparator": "~1.2.2", | 1359 | "sebastian/comparator": "^1.2.4", |
1359 | "sebastian/diff": "~1.2", | 1360 | "sebastian/diff": "^1.4.3", |
1360 | "sebastian/environment": "~1.3", | 1361 | "sebastian/environment": "^1.3.4 || ^2.0", |
1361 | "sebastian/exporter": "~1.2", | 1362 | "sebastian/exporter": "~2.0", |
1362 | "sebastian/global-state": "~1.0", | 1363 | "sebastian/global-state": "^1.1", |
1363 | "sebastian/version": "~1.0", | 1364 | "sebastian/object-enumerator": "~2.0", |
1364 | "symfony/yaml": "~2.1|~3.0" | 1365 | "sebastian/resource-operations": "~1.0", |
1366 | "sebastian/version": "^1.0.6|^2.0.1", | ||
1367 | "symfony/yaml": "~2.1|~3.0|~4.0" | ||
1368 | }, | ||
1369 | "conflict": { | ||
1370 | "phpdocumentor/reflection-docblock": "3.0.2" | ||
1371 | }, | ||
1372 | "require-dev": { | ||
1373 | "ext-pdo": "*" | ||
1365 | }, | 1374 | }, |
1366 | "suggest": { | 1375 | "suggest": { |
1376 | "ext-xdebug": "*", | ||
1367 | "phpunit/php-invoker": "~1.1" | 1377 | "phpunit/php-invoker": "~1.1" |
1368 | }, | 1378 | }, |
1369 | "bin": [ | 1379 | "bin": [ |
@@ -1372,7 +1382,7 @@ | |||
1372 | "type": "library", | 1382 | "type": "library", |
1373 | "extra": { | 1383 | "extra": { |
1374 | "branch-alias": { | 1384 | "branch-alias": { |
1375 | "dev-master": "4.8.x-dev" | 1385 | "dev-master": "5.7.x-dev" |
1376 | } | 1386 | } |
1377 | }, | 1387 | }, |
1378 | "autoload": { | 1388 | "autoload": { |
@@ -1398,30 +1408,33 @@ | |||
1398 | "testing", | 1408 | "testing", |
1399 | "xunit" | 1409 | "xunit" |
1400 | ], | 1410 | ], |
1401 | "time": "2017-06-21T08:07:12+00:00" | 1411 | "time": "2018-02-01T05:50:59+00:00" |
1402 | }, | 1412 | }, |
1403 | { | 1413 | { |
1404 | "name": "phpunit/phpunit-mock-objects", | 1414 | "name": "phpunit/phpunit-mock-objects", |
1405 | "version": "2.3.8", | 1415 | "version": "3.4.4", |
1406 | "source": { | 1416 | "source": { |
1407 | "type": "git", | 1417 | "type": "git", |
1408 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | 1418 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
1409 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" | 1419 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
1410 | }, | 1420 | }, |
1411 | "dist": { | 1421 | "dist": { |
1412 | "type": "zip", | 1422 | "type": "zip", |
1413 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", | 1423 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
1414 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", | 1424 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", |
1415 | "shasum": "" | 1425 | "shasum": "" |
1416 | }, | 1426 | }, |
1417 | "require": { | 1427 | "require": { |
1418 | "doctrine/instantiator": "^1.0.2", | 1428 | "doctrine/instantiator": "^1.0.2", |
1419 | "php": ">=5.3.3", | 1429 | "php": "^5.6 || ^7.0", |
1420 | "phpunit/php-text-template": "~1.2", | 1430 | "phpunit/php-text-template": "^1.2", |
1421 | "sebastian/exporter": "~1.2" | 1431 | "sebastian/exporter": "^1.2 || ^2.0" |
1432 | }, | ||
1433 | "conflict": { | ||
1434 | "phpunit/phpunit": "<5.4.0" | ||
1422 | }, | 1435 | }, |
1423 | "require-dev": { | 1436 | "require-dev": { |
1424 | "phpunit/phpunit": "~4.4" | 1437 | "phpunit/phpunit": "^5.4" |
1425 | }, | 1438 | }, |
1426 | "suggest": { | 1439 | "suggest": { |
1427 | "ext-soap": "*" | 1440 | "ext-soap": "*" |
@@ -1429,7 +1442,7 @@ | |||
1429 | "type": "library", | 1442 | "type": "library", |
1430 | "extra": { | 1443 | "extra": { |
1431 | "branch-alias": { | 1444 | "branch-alias": { |
1432 | "dev-master": "2.3.x-dev" | 1445 | "dev-master": "3.2.x-dev" |
1433 | } | 1446 | } |
1434 | }, | 1447 | }, |
1435 | "autoload": { | 1448 | "autoload": { |
@@ -1454,7 +1467,52 @@ | |||
1454 | "mock", | 1467 | "mock", |
1455 | "xunit" | 1468 | "xunit" |
1456 | ], | 1469 | ], |
1457 | "time": "2015-10-02T06:51:40+00:00" | 1470 | "time": "2017-06-30T09:13:00+00:00" |
1471 | }, | ||
1472 | { | ||
1473 | "name": "sebastian/code-unit-reverse-lookup", | ||
1474 | "version": "1.0.1", | ||
1475 | "source": { | ||
1476 | "type": "git", | ||
1477 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | ||
1478 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | ||
1479 | }, | ||
1480 | "dist": { | ||
1481 | "type": "zip", | ||
1482 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | ||
1483 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | ||
1484 | "shasum": "" | ||
1485 | }, | ||
1486 | "require": { | ||
1487 | "php": "^5.6 || ^7.0" | ||
1488 | }, | ||
1489 | "require-dev": { | ||
1490 | "phpunit/phpunit": "^5.7 || ^6.0" | ||
1491 | }, | ||
1492 | "type": "library", | ||
1493 | "extra": { | ||
1494 | "branch-alias": { | ||
1495 | "dev-master": "1.0.x-dev" | ||
1496 | } | ||
1497 | }, | ||
1498 | "autoload": { | ||
1499 | "classmap": [ | ||
1500 | "src/" | ||
1501 | ] | ||
1502 | }, | ||
1503 | "notification-url": "https://packagist.org/downloads/", | ||
1504 | "license": [ | ||
1505 | "BSD-3-Clause" | ||
1506 | ], | ||
1507 | "authors": [ | ||
1508 | { | ||
1509 | "name": "Sebastian Bergmann", | ||
1510 | "email": "sebastian@phpunit.de" | ||
1511 | } | ||
1512 | ], | ||
1513 | "description": "Looks up which function or method a line of code belongs to", | ||
1514 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | ||
1515 | "time": "2017-03-04T06:30:41+00:00" | ||
1458 | }, | 1516 | }, |
1459 | { | 1517 | { |
1460 | "name": "sebastian/comparator", | 1518 | "name": "sebastian/comparator", |
@@ -1574,28 +1632,28 @@ | |||
1574 | }, | 1632 | }, |
1575 | { | 1633 | { |
1576 | "name": "sebastian/environment", | 1634 | "name": "sebastian/environment", |
1577 | "version": "1.3.8", | 1635 | "version": "2.0.0", |
1578 | "source": { | 1636 | "source": { |
1579 | "type": "git", | 1637 | "type": "git", |
1580 | "url": "https://github.com/sebastianbergmann/environment.git", | 1638 | "url": "https://github.com/sebastianbergmann/environment.git", |
1581 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" | 1639 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
1582 | }, | 1640 | }, |
1583 | "dist": { | 1641 | "dist": { |
1584 | "type": "zip", | 1642 | "type": "zip", |
1585 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", | 1643 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
1586 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", | 1644 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
1587 | "shasum": "" | 1645 | "shasum": "" |
1588 | }, | 1646 | }, |
1589 | "require": { | 1647 | "require": { |
1590 | "php": "^5.3.3 || ^7.0" | 1648 | "php": "^5.6 || ^7.0" |
1591 | }, | 1649 | }, |
1592 | "require-dev": { | 1650 | "require-dev": { |
1593 | "phpunit/phpunit": "^4.8 || ^5.0" | 1651 | "phpunit/phpunit": "^5.0" |
1594 | }, | 1652 | }, |
1595 | "type": "library", | 1653 | "type": "library", |
1596 | "extra": { | 1654 | "extra": { |
1597 | "branch-alias": { | 1655 | "branch-alias": { |
1598 | "dev-master": "1.3.x-dev" | 1656 | "dev-master": "2.0.x-dev" |
1599 | } | 1657 | } |
1600 | }, | 1658 | }, |
1601 | "autoload": { | 1659 | "autoload": { |
@@ -1620,25 +1678,25 @@ | |||
1620 | "environment", | 1678 | "environment", |
1621 | "hhvm" | 1679 | "hhvm" |
1622 | ], | 1680 | ], |
1623 | "time": "2016-08-18T05:49:44+00:00" | 1681 | "time": "2016-11-26T07:53:53+00:00" |
1624 | }, | 1682 | }, |
1625 | { | 1683 | { |
1626 | "name": "sebastian/exporter", | 1684 | "name": "sebastian/exporter", |
1627 | "version": "1.2.2", | 1685 | "version": "2.0.0", |
1628 | "source": { | 1686 | "source": { |
1629 | "type": "git", | 1687 | "type": "git", |
1630 | "url": "https://github.com/sebastianbergmann/exporter.git", | 1688 | "url": "https://github.com/sebastianbergmann/exporter.git", |
1631 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" | 1689 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
1632 | }, | 1690 | }, |
1633 | "dist": { | 1691 | "dist": { |
1634 | "type": "zip", | 1692 | "type": "zip", |
1635 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", | 1693 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
1636 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", | 1694 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
1637 | "shasum": "" | 1695 | "shasum": "" |
1638 | }, | 1696 | }, |
1639 | "require": { | 1697 | "require": { |
1640 | "php": ">=5.3.3", | 1698 | "php": ">=5.3.3", |
1641 | "sebastian/recursion-context": "~1.0" | 1699 | "sebastian/recursion-context": "~2.0" |
1642 | }, | 1700 | }, |
1643 | "require-dev": { | 1701 | "require-dev": { |
1644 | "ext-mbstring": "*", | 1702 | "ext-mbstring": "*", |
@@ -1647,7 +1705,7 @@ | |||
1647 | "type": "library", | 1705 | "type": "library", |
1648 | "extra": { | 1706 | "extra": { |
1649 | "branch-alias": { | 1707 | "branch-alias": { |
1650 | "dev-master": "1.3.x-dev" | 1708 | "dev-master": "2.0.x-dev" |
1651 | } | 1709 | } |
1652 | }, | 1710 | }, |
1653 | "autoload": { | 1711 | "autoload": { |
@@ -1687,7 +1745,7 @@ | |||
1687 | "export", | 1745 | "export", |
1688 | "exporter" | 1746 | "exporter" |
1689 | ], | 1747 | ], |
1690 | "time": "2016-06-17T09:04:28+00:00" | 1748 | "time": "2016-11-19T08:54:04+00:00" |
1691 | }, | 1749 | }, |
1692 | { | 1750 | { |
1693 | "name": "sebastian/finder-facade", | 1751 | "name": "sebastian/finder-facade", |
@@ -1780,34 +1838,30 @@ | |||
1780 | "time": "2015-10-12T03:26:01+00:00" | 1838 | "time": "2015-10-12T03:26:01+00:00" |
1781 | }, | 1839 | }, |
1782 | { | 1840 | { |
1783 | "name": "sebastian/phpcpd", | 1841 | "name": "sebastian/object-enumerator", |
1784 | "version": "2.0.4", | 1842 | "version": "2.0.1", |
1785 | "source": { | 1843 | "source": { |
1786 | "type": "git", | 1844 | "type": "git", |
1787 | "url": "https://github.com/sebastianbergmann/phpcpd.git", | 1845 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
1788 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db" | 1846 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
1789 | }, | 1847 | }, |
1790 | "dist": { | 1848 | "dist": { |
1791 | "type": "zip", | 1849 | "type": "zip", |
1792 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db", | 1850 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
1793 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db", | 1851 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
1794 | "shasum": "" | 1852 | "shasum": "" |
1795 | }, | 1853 | }, |
1796 | "require": { | 1854 | "require": { |
1797 | "php": ">=5.3.3", | 1855 | "php": ">=5.6", |
1798 | "phpunit/php-timer": ">=1.0.6", | 1856 | "sebastian/recursion-context": "~2.0" |
1799 | "sebastian/finder-facade": "~1.1", | 1857 | }, |
1800 | "sebastian/version": "~1.0|~2.0", | 1858 | "require-dev": { |
1801 | "symfony/console": "~2.7|^3.0", | 1859 | "phpunit/phpunit": "~5" |
1802 | "theseer/fdomdocument": "~1.4" | ||
1803 | }, | 1860 | }, |
1804 | "bin": [ | ||
1805 | "phpcpd" | ||
1806 | ], | ||
1807 | "type": "library", | 1861 | "type": "library", |
1808 | "extra": { | 1862 | "extra": { |
1809 | "branch-alias": { | 1863 | "branch-alias": { |
1810 | "dev-master": "2.0-dev" | 1864 | "dev-master": "2.0.x-dev" |
1811 | } | 1865 | } |
1812 | }, | 1866 | }, |
1813 | "autoload": { | 1867 | "autoload": { |
@@ -1822,26 +1876,25 @@ | |||
1822 | "authors": [ | 1876 | "authors": [ |
1823 | { | 1877 | { |
1824 | "name": "Sebastian Bergmann", | 1878 | "name": "Sebastian Bergmann", |
1825 | "email": "sebastian@phpunit.de", | 1879 | "email": "sebastian@phpunit.de" |
1826 | "role": "lead" | ||
1827 | } | 1880 | } |
1828 | ], | 1881 | ], |
1829 | "description": "Copy/Paste Detector (CPD) for PHP code.", | 1882 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
1830 | "homepage": "https://github.com/sebastianbergmann/phpcpd", | 1883 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
1831 | "time": "2016-04-17T19:32:49+00:00" | 1884 | "time": "2017-02-18T15:18:39+00:00" |
1832 | }, | 1885 | }, |
1833 | { | 1886 | { |
1834 | "name": "sebastian/recursion-context", | 1887 | "name": "sebastian/recursion-context", |
1835 | "version": "1.0.5", | 1888 | "version": "2.0.0", |
1836 | "source": { | 1889 | "source": { |
1837 | "type": "git", | 1890 | "type": "git", |
1838 | "url": "https://github.com/sebastianbergmann/recursion-context.git", | 1891 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
1839 | "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" | 1892 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
1840 | }, | 1893 | }, |
1841 | "dist": { | 1894 | "dist": { |
1842 | "type": "zip", | 1895 | "type": "zip", |
1843 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", | 1896 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
1844 | "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", | 1897 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
1845 | "shasum": "" | 1898 | "shasum": "" |
1846 | }, | 1899 | }, |
1847 | "require": { | 1900 | "require": { |
@@ -1853,7 +1906,7 @@ | |||
1853 | "type": "library", | 1906 | "type": "library", |
1854 | "extra": { | 1907 | "extra": { |
1855 | "branch-alias": { | 1908 | "branch-alias": { |
1856 | "dev-master": "1.0.x-dev" | 1909 | "dev-master": "2.0.x-dev" |
1857 | } | 1910 | } |
1858 | }, | 1911 | }, |
1859 | "autoload": { | 1912 | "autoload": { |
@@ -1881,23 +1934,73 @@ | |||
1881 | ], | 1934 | ], |
1882 | "description": "Provides functionality to recursively process PHP variables", | 1935 | "description": "Provides functionality to recursively process PHP variables", |
1883 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | 1936 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
1884 | "time": "2016-10-03T07:41:43+00:00" | 1937 | "time": "2016-11-19T07:33:16+00:00" |
1938 | }, | ||
1939 | { | ||
1940 | "name": "sebastian/resource-operations", | ||
1941 | "version": "1.0.0", | ||
1942 | "source": { | ||
1943 | "type": "git", | ||
1944 | "url": "https://github.com/sebastianbergmann/resource-operations.git", | ||
1945 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | ||
1946 | }, | ||
1947 | "dist": { | ||
1948 | "type": "zip", | ||
1949 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | ||
1950 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | ||
1951 | "shasum": "" | ||
1952 | }, | ||
1953 | "require": { | ||
1954 | "php": ">=5.6.0" | ||
1955 | }, | ||
1956 | "type": "library", | ||
1957 | "extra": { | ||
1958 | "branch-alias": { | ||
1959 | "dev-master": "1.0.x-dev" | ||
1960 | } | ||
1961 | }, | ||
1962 | "autoload": { | ||
1963 | "classmap": [ | ||
1964 | "src/" | ||
1965 | ] | ||
1966 | }, | ||
1967 | "notification-url": "https://packagist.org/downloads/", | ||
1968 | "license": [ | ||
1969 | "BSD-3-Clause" | ||
1970 | ], | ||
1971 | "authors": [ | ||
1972 | { | ||
1973 | "name": "Sebastian Bergmann", | ||
1974 | "email": "sebastian@phpunit.de" | ||
1975 | } | ||
1976 | ], | ||
1977 | "description": "Provides a list of PHP built-in functions that operate on resources", | ||
1978 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | ||
1979 | "time": "2015-07-28T20:34:47+00:00" | ||
1885 | }, | 1980 | }, |
1886 | { | 1981 | { |
1887 | "name": "sebastian/version", | 1982 | "name": "sebastian/version", |
1888 | "version": "1.0.6", | 1983 | "version": "2.0.1", |
1889 | "source": { | 1984 | "source": { |
1890 | "type": "git", | 1985 | "type": "git", |
1891 | "url": "https://github.com/sebastianbergmann/version.git", | 1986 | "url": "https://github.com/sebastianbergmann/version.git", |
1892 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" | 1987 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
1893 | }, | 1988 | }, |
1894 | "dist": { | 1989 | "dist": { |
1895 | "type": "zip", | 1990 | "type": "zip", |
1896 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", | 1991 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
1897 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", | 1992 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
1898 | "shasum": "" | 1993 | "shasum": "" |
1899 | }, | 1994 | }, |
1995 | "require": { | ||
1996 | "php": ">=5.6" | ||
1997 | }, | ||
1900 | "type": "library", | 1998 | "type": "library", |
1999 | "extra": { | ||
2000 | "branch-alias": { | ||
2001 | "dev-master": "2.0.x-dev" | ||
2002 | } | ||
2003 | }, | ||
1901 | "autoload": { | 2004 | "autoload": { |
1902 | "classmap": [ | 2005 | "classmap": [ |
1903 | "src/" | 2006 | "src/" |
@@ -1916,7 +2019,7 @@ | |||
1916 | ], | 2019 | ], |
1917 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", | 2020 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
1918 | "homepage": "https://github.com/sebastianbergmann/version", | 2021 | "homepage": "https://github.com/sebastianbergmann/version", |
1919 | "time": "2015-06-21T13:59:46+00:00" | 2022 | "time": "2016-10-03T07:35:21+00:00" |
1920 | }, | 2023 | }, |
1921 | { | 2024 | { |
1922 | "name": "squizlabs/php_codesniffer", | 2025 | "name": "squizlabs/php_codesniffer", |
@@ -1997,100 +2100,46 @@ | |||
1997 | "time": "2017-05-22T02:43:20+00:00" | 2100 | "time": "2017-05-22T02:43:20+00:00" |
1998 | }, | 2101 | }, |
1999 | { | 2102 | { |
2000 | "name": "symfony/config", | ||
2001 | "version": "v3.4.4", | ||
2002 | "source": { | ||
2003 | "type": "git", | ||
2004 | "url": "https://github.com/symfony/config.git", | ||
2005 | "reference": "72689b934d6c6ecf73eca874e98933bf055313c9" | ||
2006 | }, | ||
2007 | "dist": { | ||
2008 | "type": "zip", | ||
2009 | "url": "https://api.github.com/repos/symfony/config/zipball/72689b934d6c6ecf73eca874e98933bf055313c9", | ||
2010 | "reference": "72689b934d6c6ecf73eca874e98933bf055313c9", | ||
2011 | "shasum": "" | ||
2012 | }, | ||
2013 | "require": { | ||
2014 | "php": "^5.5.9|>=7.0.8", | ||
2015 | "symfony/filesystem": "~2.8|~3.0|~4.0" | ||
2016 | }, | ||
2017 | "conflict": { | ||
2018 | "symfony/dependency-injection": "<3.3", | ||
2019 | "symfony/finder": "<3.3" | ||
2020 | }, | ||
2021 | "require-dev": { | ||
2022 | "symfony/dependency-injection": "~3.3|~4.0", | ||
2023 | "symfony/finder": "~3.3|~4.0", | ||
2024 | "symfony/yaml": "~3.0|~4.0" | ||
2025 | }, | ||
2026 | "suggest": { | ||
2027 | "symfony/yaml": "To use the yaml reference dumper" | ||
2028 | }, | ||
2029 | "type": "library", | ||
2030 | "extra": { | ||
2031 | "branch-alias": { | ||
2032 | "dev-master": "3.4-dev" | ||
2033 | } | ||
2034 | }, | ||
2035 | "autoload": { | ||
2036 | "psr-4": { | ||
2037 | "Symfony\\Component\\Config\\": "" | ||
2038 | }, | ||
2039 | "exclude-from-classmap": [ | ||
2040 | "/Tests/" | ||
2041 | ] | ||
2042 | }, | ||
2043 | "notification-url": "https://packagist.org/downloads/", | ||
2044 | "license": [ | ||
2045 | "MIT" | ||
2046 | ], | ||
2047 | "authors": [ | ||
2048 | { | ||
2049 | "name": "Fabien Potencier", | ||
2050 | "email": "fabien@symfony.com" | ||
2051 | }, | ||
2052 | { | ||
2053 | "name": "Symfony Community", | ||
2054 | "homepage": "https://symfony.com/contributors" | ||
2055 | } | ||
2056 | ], | ||
2057 | "description": "Symfony Config Component", | ||
2058 | "homepage": "https://symfony.com", | ||
2059 | "time": "2018-01-21T19:05:02+00:00" | ||
2060 | }, | ||
2061 | { | ||
2062 | "name": "symfony/console", | 2103 | "name": "symfony/console", |
2063 | "version": "v2.8.34", | 2104 | "version": "v3.4.17", |
2064 | "source": { | 2105 | "source": { |
2065 | "type": "git", | 2106 | "type": "git", |
2066 | "url": "https://github.com/symfony/console.git", | 2107 | "url": "https://github.com/symfony/console.git", |
2067 | "reference": "162ca7d0ea597599967aa63b23418e747da0896b" | 2108 | "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b" |
2068 | }, | 2109 | }, |
2069 | "dist": { | 2110 | "dist": { |
2070 | "type": "zip", | 2111 | "type": "zip", |
2071 | "url": "https://api.github.com/repos/symfony/console/zipball/162ca7d0ea597599967aa63b23418e747da0896b", | 2112 | "url": "https://api.github.com/repos/symfony/console/zipball/3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b", |
2072 | "reference": "162ca7d0ea597599967aa63b23418e747da0896b", | 2113 | "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b", |
2073 | "shasum": "" | 2114 | "shasum": "" |
2074 | }, | 2115 | }, |
2075 | "require": { | 2116 | "require": { |
2076 | "php": ">=5.3.9", | 2117 | "php": "^5.5.9|>=7.0.8", |
2077 | "symfony/debug": "^2.7.2|~3.0.0", | 2118 | "symfony/debug": "~2.8|~3.0|~4.0", |
2078 | "symfony/polyfill-mbstring": "~1.0" | 2119 | "symfony/polyfill-mbstring": "~1.0" |
2079 | }, | 2120 | }, |
2121 | "conflict": { | ||
2122 | "symfony/dependency-injection": "<3.4", | ||
2123 | "symfony/process": "<3.3" | ||
2124 | }, | ||
2080 | "require-dev": { | 2125 | "require-dev": { |
2081 | "psr/log": "~1.0", | 2126 | "psr/log": "~1.0", |
2082 | "symfony/event-dispatcher": "~2.1|~3.0.0", | 2127 | "symfony/config": "~3.3|~4.0", |
2083 | "symfony/process": "~2.1|~3.0.0" | 2128 | "symfony/dependency-injection": "~3.4|~4.0", |
2129 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", | ||
2130 | "symfony/lock": "~3.4|~4.0", | ||
2131 | "symfony/process": "~3.3|~4.0" | ||
2084 | }, | 2132 | }, |
2085 | "suggest": { | 2133 | "suggest": { |
2086 | "psr/log": "For using the console logger", | 2134 | "psr/log-implementation": "For using the console logger", |
2087 | "symfony/event-dispatcher": "", | 2135 | "symfony/event-dispatcher": "", |
2136 | "symfony/lock": "", | ||
2088 | "symfony/process": "" | 2137 | "symfony/process": "" |
2089 | }, | 2138 | }, |
2090 | "type": "library", | 2139 | "type": "library", |
2091 | "extra": { | 2140 | "extra": { |
2092 | "branch-alias": { | 2141 | "branch-alias": { |
2093 | "dev-master": "2.8-dev" | 2142 | "dev-master": "3.4-dev" |
2094 | } | 2143 | } |
2095 | }, | 2144 | }, |
2096 | "autoload": { | 2145 | "autoload": { |
@@ -2117,37 +2166,36 @@ | |||
2117 | ], | 2166 | ], |
2118 | "description": "Symfony Console Component", | 2167 | "description": "Symfony Console Component", |
2119 | "homepage": "https://symfony.com", | 2168 | "homepage": "https://symfony.com", |
2120 | "time": "2018-01-29T08:54:45+00:00" | 2169 | "time": "2018-10-02T16:33:53+00:00" |
2121 | }, | 2170 | }, |
2122 | { | 2171 | { |
2123 | "name": "symfony/debug", | 2172 | "name": "symfony/debug", |
2124 | "version": "v3.0.9", | 2173 | "version": "v3.4.17", |
2125 | "source": { | 2174 | "source": { |
2126 | "type": "git", | 2175 | "type": "git", |
2127 | "url": "https://github.com/symfony/debug.git", | 2176 | "url": "https://github.com/symfony/debug.git", |
2128 | "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" | 2177 | "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6" |
2129 | }, | 2178 | }, |
2130 | "dist": { | 2179 | "dist": { |
2131 | "type": "zip", | 2180 | "type": "zip", |
2132 | "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", | 2181 | "url": "https://api.github.com/repos/symfony/debug/zipball/0a612e9dfbd2ccce03eb174365f31ecdca930ff6", |
2133 | "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", | 2182 | "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6", |
2134 | "shasum": "" | 2183 | "shasum": "" |
2135 | }, | 2184 | }, |
2136 | "require": { | 2185 | "require": { |
2137 | "php": ">=5.5.9", | 2186 | "php": "^5.5.9|>=7.0.8", |
2138 | "psr/log": "~1.0" | 2187 | "psr/log": "~1.0" |
2139 | }, | 2188 | }, |
2140 | "conflict": { | 2189 | "conflict": { |
2141 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" | 2190 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
2142 | }, | 2191 | }, |
2143 | "require-dev": { | 2192 | "require-dev": { |
2144 | "symfony/class-loader": "~2.8|~3.0", | 2193 | "symfony/http-kernel": "~2.8|~3.0|~4.0" |
2145 | "symfony/http-kernel": "~2.8|~3.0" | ||
2146 | }, | 2194 | }, |
2147 | "type": "library", | 2195 | "type": "library", |
2148 | "extra": { | 2196 | "extra": { |
2149 | "branch-alias": { | 2197 | "branch-alias": { |
2150 | "dev-master": "3.0-dev" | 2198 | "dev-master": "3.4-dev" |
2151 | } | 2199 | } |
2152 | }, | 2200 | }, |
2153 | "autoload": { | 2201 | "autoload": { |
@@ -2174,90 +2222,20 @@ | |||
2174 | ], | 2222 | ], |
2175 | "description": "Symfony Debug Component", | 2223 | "description": "Symfony Debug Component", |
2176 | "homepage": "https://symfony.com", | 2224 | "homepage": "https://symfony.com", |
2177 | "time": "2016-07-30T07:22:48+00:00" | 2225 | "time": "2018-10-02T16:33:53+00:00" |
2178 | }, | ||
2179 | { | ||
2180 | "name": "symfony/dependency-injection", | ||
2181 | "version": "v3.3.16", | ||
2182 | "source": { | ||
2183 | "type": "git", | ||
2184 | "url": "https://github.com/symfony/dependency-injection.git", | ||
2185 | "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1" | ||
2186 | }, | ||
2187 | "dist": { | ||
2188 | "type": "zip", | ||
2189 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54243abc4e1a1a15e274e391bd6f7090b44711f1", | ||
2190 | "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1", | ||
2191 | "shasum": "" | ||
2192 | }, | ||
2193 | "require": { | ||
2194 | "php": "^5.5.9|>=7.0.8", | ||
2195 | "psr/container": "^1.0" | ||
2196 | }, | ||
2197 | "conflict": { | ||
2198 | "symfony/config": "<3.3.7", | ||
2199 | "symfony/finder": "<3.3", | ||
2200 | "symfony/yaml": "<3.3" | ||
2201 | }, | ||
2202 | "provide": { | ||
2203 | "psr/container-implementation": "1.0" | ||
2204 | }, | ||
2205 | "require-dev": { | ||
2206 | "symfony/config": "~3.3", | ||
2207 | "symfony/expression-language": "~2.8|~3.0", | ||
2208 | "symfony/yaml": "~3.3" | ||
2209 | }, | ||
2210 | "suggest": { | ||
2211 | "symfony/config": "", | ||
2212 | "symfony/expression-language": "For using expressions in service container configuration", | ||
2213 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", | ||
2214 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", | ||
2215 | "symfony/yaml": "" | ||
2216 | }, | ||
2217 | "type": "library", | ||
2218 | "extra": { | ||
2219 | "branch-alias": { | ||
2220 | "dev-master": "3.3-dev" | ||
2221 | } | ||
2222 | }, | ||
2223 | "autoload": { | ||
2224 | "psr-4": { | ||
2225 | "Symfony\\Component\\DependencyInjection\\": "" | ||
2226 | }, | ||
2227 | "exclude-from-classmap": [ | ||
2228 | "/Tests/" | ||
2229 | ] | ||
2230 | }, | ||
2231 | "notification-url": "https://packagist.org/downloads/", | ||
2232 | "license": [ | ||
2233 | "MIT" | ||
2234 | ], | ||
2235 | "authors": [ | ||
2236 | { | ||
2237 | "name": "Fabien Potencier", | ||
2238 | "email": "fabien@symfony.com" | ||
2239 | }, | ||
2240 | { | ||
2241 | "name": "Symfony Community", | ||
2242 | "homepage": "https://symfony.com/contributors" | ||
2243 | } | ||
2244 | ], | ||
2245 | "description": "Symfony DependencyInjection Component", | ||
2246 | "homepage": "https://symfony.com", | ||
2247 | "time": "2018-01-29T09:02:23+00:00" | ||
2248 | }, | 2226 | }, |
2249 | { | 2227 | { |
2250 | "name": "symfony/filesystem", | 2228 | "name": "symfony/finder", |
2251 | "version": "v3.4.4", | 2229 | "version": "v3.4.17", |
2252 | "source": { | 2230 | "source": { |
2253 | "type": "git", | 2231 | "type": "git", |
2254 | "url": "https://github.com/symfony/filesystem.git", | 2232 | "url": "https://github.com/symfony/finder.git", |
2255 | "reference": "e078773ad6354af38169faf31c21df0f18ace03d" | 2233 | "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d" |
2256 | }, | 2234 | }, |
2257 | "dist": { | 2235 | "dist": { |
2258 | "type": "zip", | 2236 | "type": "zip", |
2259 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d", | 2237 | "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d", |
2260 | "reference": "e078773ad6354af38169faf31c21df0f18ace03d", | 2238 | "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d", |
2261 | "shasum": "" | 2239 | "shasum": "" |
2262 | }, | 2240 | }, |
2263 | "require": { | 2241 | "require": { |
@@ -2271,7 +2249,7 @@ | |||
2271 | }, | 2249 | }, |
2272 | "autoload": { | 2250 | "autoload": { |
2273 | "psr-4": { | 2251 | "psr-4": { |
2274 | "Symfony\\Component\\Filesystem\\": "" | 2252 | "Symfony\\Component\\Finder\\": "" |
2275 | }, | 2253 | }, |
2276 | "exclude-from-classmap": [ | 2254 | "exclude-from-classmap": [ |
2277 | "/Tests/" | 2255 | "/Tests/" |
@@ -2291,39 +2269,42 @@ | |||
2291 | "homepage": "https://symfony.com/contributors" | 2269 | "homepage": "https://symfony.com/contributors" |
2292 | } | 2270 | } |
2293 | ], | 2271 | ], |
2294 | "description": "Symfony Filesystem Component", | 2272 | "description": "Symfony Finder Component", |
2295 | "homepage": "https://symfony.com", | 2273 | "homepage": "https://symfony.com", |
2296 | "time": "2018-01-03T07:37:34+00:00" | 2274 | "time": "2018-10-03T08:46:40+00:00" |
2297 | }, | 2275 | }, |
2298 | { | 2276 | { |
2299 | "name": "symfony/finder", | 2277 | "name": "symfony/polyfill-ctype", |
2300 | "version": "v3.4.4", | 2278 | "version": "v1.9.0", |
2301 | "source": { | 2279 | "source": { |
2302 | "type": "git", | 2280 | "type": "git", |
2303 | "url": "https://github.com/symfony/finder.git", | 2281 | "url": "https://github.com/symfony/polyfill-ctype.git", |
2304 | "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f" | 2282 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" |
2305 | }, | 2283 | }, |
2306 | "dist": { | 2284 | "dist": { |
2307 | "type": "zip", | 2285 | "type": "zip", |
2308 | "url": "https://api.github.com/repos/symfony/finder/zipball/613e26310776f49a1773b6737c6bd554b8bc8c6f", | 2286 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", |
2309 | "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f", | 2287 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", |
2310 | "shasum": "" | 2288 | "shasum": "" |
2311 | }, | 2289 | }, |
2312 | "require": { | 2290 | "require": { |
2313 | "php": "^5.5.9|>=7.0.8" | 2291 | "php": ">=5.3.3" |
2292 | }, | ||
2293 | "suggest": { | ||
2294 | "ext-ctype": "For best performance" | ||
2314 | }, | 2295 | }, |
2315 | "type": "library", | 2296 | "type": "library", |
2316 | "extra": { | 2297 | "extra": { |
2317 | "branch-alias": { | 2298 | "branch-alias": { |
2318 | "dev-master": "3.4-dev" | 2299 | "dev-master": "1.9-dev" |
2319 | } | 2300 | } |
2320 | }, | 2301 | }, |
2321 | "autoload": { | 2302 | "autoload": { |
2322 | "psr-4": { | 2303 | "psr-4": { |
2323 | "Symfony\\Component\\Finder\\": "" | 2304 | "Symfony\\Polyfill\\Ctype\\": "" |
2324 | }, | 2305 | }, |
2325 | "exclude-from-classmap": [ | 2306 | "files": [ |
2326 | "/Tests/" | 2307 | "bootstrap.php" |
2327 | ] | 2308 | ] |
2328 | }, | 2309 | }, |
2329 | "notification-url": "https://packagist.org/downloads/", | 2310 | "notification-url": "https://packagist.org/downloads/", |
@@ -2332,30 +2313,36 @@ | |||
2332 | ], | 2313 | ], |
2333 | "authors": [ | 2314 | "authors": [ |
2334 | { | 2315 | { |
2335 | "name": "Fabien Potencier", | ||
2336 | "email": "fabien@symfony.com" | ||
2337 | }, | ||
2338 | { | ||
2339 | "name": "Symfony Community", | 2316 | "name": "Symfony Community", |
2340 | "homepage": "https://symfony.com/contributors" | 2317 | "homepage": "https://symfony.com/contributors" |
2318 | }, | ||
2319 | { | ||
2320 | "name": "Gert de Pagter", | ||
2321 | "email": "BackEndTea@gmail.com" | ||
2341 | } | 2322 | } |
2342 | ], | 2323 | ], |
2343 | "description": "Symfony Finder Component", | 2324 | "description": "Symfony polyfill for ctype functions", |
2344 | "homepage": "https://symfony.com", | 2325 | "homepage": "https://symfony.com", |
2345 | "time": "2018-01-03T07:37:34+00:00" | 2326 | "keywords": [ |
2327 | "compatibility", | ||
2328 | "ctype", | ||
2329 | "polyfill", | ||
2330 | "portable" | ||
2331 | ], | ||
2332 | "time": "2018-08-06T14:22:27+00:00" | ||
2346 | }, | 2333 | }, |
2347 | { | 2334 | { |
2348 | "name": "symfony/polyfill-mbstring", | 2335 | "name": "symfony/polyfill-mbstring", |
2349 | "version": "v1.6.0", | 2336 | "version": "v1.9.0", |
2350 | "source": { | 2337 | "source": { |
2351 | "type": "git", | 2338 | "type": "git", |
2352 | "url": "https://github.com/symfony/polyfill-mbstring.git", | 2339 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
2353 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" | 2340 | "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" |
2354 | }, | 2341 | }, |
2355 | "dist": { | 2342 | "dist": { |
2356 | "type": "zip", | 2343 | "type": "zip", |
2357 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", | 2344 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", |
2358 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", | 2345 | "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", |
2359 | "shasum": "" | 2346 | "shasum": "" |
2360 | }, | 2347 | }, |
2361 | "require": { | 2348 | "require": { |
@@ -2367,7 +2354,7 @@ | |||
2367 | "type": "library", | 2354 | "type": "library", |
2368 | "extra": { | 2355 | "extra": { |
2369 | "branch-alias": { | 2356 | "branch-alias": { |
2370 | "dev-master": "1.6-dev" | 2357 | "dev-master": "1.9-dev" |
2371 | } | 2358 | } |
2372 | }, | 2359 | }, |
2373 | "autoload": { | 2360 | "autoload": { |
@@ -2401,27 +2388,31 @@ | |||
2401 | "portable", | 2388 | "portable", |
2402 | "shim" | 2389 | "shim" |
2403 | ], | 2390 | ], |
2404 | "time": "2017-10-11T12:05:26+00:00" | 2391 | "time": "2018-08-06T14:22:27+00:00" |
2405 | }, | 2392 | }, |
2406 | { | 2393 | { |
2407 | "name": "symfony/yaml", | 2394 | "name": "symfony/yaml", |
2408 | "version": "v3.3.16", | 2395 | "version": "v3.4.17", |
2409 | "source": { | 2396 | "source": { |
2410 | "type": "git", | 2397 | "type": "git", |
2411 | "url": "https://github.com/symfony/yaml.git", | 2398 | "url": "https://github.com/symfony/yaml.git", |
2412 | "reference": "af615970e265543a26ee712c958404eb9b7ac93d" | 2399 | "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f" |
2413 | }, | 2400 | }, |
2414 | "dist": { | 2401 | "dist": { |
2415 | "type": "zip", | 2402 | "type": "zip", |
2416 | "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d", | 2403 | "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f", |
2417 | "reference": "af615970e265543a26ee712c958404eb9b7ac93d", | 2404 | "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f", |
2418 | "shasum": "" | 2405 | "shasum": "" |
2419 | }, | 2406 | }, |
2420 | "require": { | 2407 | "require": { |
2421 | "php": "^5.5.9|>=7.0.8" | 2408 | "php": "^5.5.9|>=7.0.8", |
2409 | "symfony/polyfill-ctype": "~1.8" | ||
2410 | }, | ||
2411 | "conflict": { | ||
2412 | "symfony/console": "<3.4" | ||
2422 | }, | 2413 | }, |
2423 | "require-dev": { | 2414 | "require-dev": { |
2424 | "symfony/console": "~2.8|~3.0" | 2415 | "symfony/console": "~3.4|~4.0" |
2425 | }, | 2416 | }, |
2426 | "suggest": { | 2417 | "suggest": { |
2427 | "symfony/console": "For validating YAML files using the lint command" | 2418 | "symfony/console": "For validating YAML files using the lint command" |
@@ -2429,7 +2420,7 @@ | |||
2429 | "type": "library", | 2420 | "type": "library", |
2430 | "extra": { | 2421 | "extra": { |
2431 | "branch-alias": { | 2422 | "branch-alias": { |
2432 | "dev-master": "3.3-dev" | 2423 | "dev-master": "3.4-dev" |
2433 | } | 2424 | } |
2434 | }, | 2425 | }, |
2435 | "autoload": { | 2426 | "autoload": { |
@@ -2456,7 +2447,7 @@ | |||
2456 | ], | 2447 | ], |
2457 | "description": "Symfony Yaml Component", | 2448 | "description": "Symfony Yaml Component", |
2458 | "homepage": "https://symfony.com", | 2449 | "homepage": "https://symfony.com", |
2459 | "time": "2018-01-20T15:04:53+00:00" | 2450 | "time": "2018-10-02T16:33:53+00:00" |
2460 | }, | 2451 | }, |
2461 | { | 2452 | { |
2462 | "name": "theseer/fdomdocument", | 2453 | "name": "theseer/fdomdocument", |
@@ -2552,16 +2543,15 @@ | |||
2552 | "aliases": [], | 2543 | "aliases": [], |
2553 | "minimum-stability": "stable", | 2544 | "minimum-stability": "stable", |
2554 | "stability-flags": { | 2545 | "stability-flags": { |
2555 | "pubsubhubbub/publisher": 20, | 2546 | "pubsubhubbub/publisher": 20 |
2556 | "phpmd/phpmd": 0 | ||
2557 | }, | 2547 | }, |
2558 | "prefer-stable": false, | 2548 | "prefer-stable": false, |
2559 | "prefer-lowest": false, | 2549 | "prefer-lowest": false, |
2560 | "platform": { | 2550 | "platform": { |
2561 | "php": ">=5.5" | 2551 | "php": ">=5.6" |
2562 | }, | 2552 | }, |
2563 | "platform-dev": [], | 2553 | "platform-dev": [], |
2564 | "platform-overrides": { | 2554 | "platform-overrides": { |
2565 | "php": "5.5.38" | 2555 | "php": "5.6.31" |
2566 | } | 2556 | } |
2567 | } | 2557 | } |