diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 849 |
1 files changed, 413 insertions, 436 deletions
diff --git a/composer.lock b/composer.lock index ee762c0e..5cbcbc4a 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": "308a35eab91602fbb449f2c669c445ed", | 7 | "content-hash": "432005c9db3e890f42fde27036d2a70f", |
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": { |
@@ -85,16 +133,16 @@ | |||
85 | }, | 133 | }, |
86 | { | 134 | { |
87 | "name": "gettext/gettext", | 135 | "name": "gettext/gettext", |
88 | "version": "v4.4.4", | 136 | "version": "v4.6.2", |
89 | "source": { | 137 | "source": { |
90 | "type": "git", | 138 | "type": "git", |
91 | "url": "https://github.com/oscarotero/Gettext.git", | 139 | "url": "https://github.com/oscarotero/Gettext.git", |
92 | "reference": "ab5e863de2f60806d02e6e6081e21efd45249168" | 140 | "reference": "93176b272d61fb58a9767be71c50d19149cb1e48" |
93 | }, | 141 | }, |
94 | "dist": { | 142 | "dist": { |
95 | "type": "zip", | 143 | "type": "zip", |
96 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/ab5e863de2f60806d02e6e6081e21efd45249168", | 144 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/93176b272d61fb58a9767be71c50d19149cb1e48", |
97 | "reference": "ab5e863de2f60806d02e6e6081e21efd45249168", | 145 | "reference": "93176b272d61fb58a9767be71c50d19149cb1e48", |
98 | "shasum": "" | 146 | "shasum": "" |
99 | }, | 147 | }, |
100 | "require": { | 148 | "require": { |
@@ -103,7 +151,7 @@ | |||
103 | }, | 151 | }, |
104 | "require-dev": { | 152 | "require-dev": { |
105 | "illuminate/view": "*", | 153 | "illuminate/view": "*", |
106 | "phpunit/phpunit": "^4.8|^5.7", | 154 | "phpunit/phpunit": "^4.8|^5.7|^6.5", |
107 | "squizlabs/php_codesniffer": "^3.0", | 155 | "squizlabs/php_codesniffer": "^3.0", |
108 | "symfony/yaml": "~2", | 156 | "symfony/yaml": "~2", |
109 | "twig/extensions": "*", | 157 | "twig/extensions": "*", |
@@ -143,20 +191,20 @@ | |||
143 | "po", | 191 | "po", |
144 | "translation" | 192 | "translation" |
145 | ], | 193 | ], |
146 | "time": "2018-02-21T18:49:59+00:00" | 194 | "time": "2019-01-12T18:40:56+00:00" |
147 | }, | 195 | }, |
148 | { | 196 | { |
149 | "name": "gettext/languages", | 197 | "name": "gettext/languages", |
150 | "version": "2.3.0", | 198 | "version": "2.5.0", |
151 | "source": { | 199 | "source": { |
152 | "type": "git", | 200 | "type": "git", |
153 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", | 201 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", |
154 | "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7" | 202 | "reference": "78db2d17933f0765a102f368a6663f057162ddbd" |
155 | }, | 203 | }, |
156 | "dist": { | 204 | "dist": { |
157 | "type": "zip", | 205 | "type": "zip", |
158 | "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/78db2d17933f0765a102f368a6663f057162ddbd", |
159 | "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7", | 207 | "reference": "78db2d17933f0765a102f368a6663f057162ddbd", |
160 | "shasum": "" | 208 | "shasum": "" |
161 | }, | 209 | }, |
162 | "require": { | 210 | "require": { |
@@ -204,7 +252,7 @@ | |||
204 | "translations", | 252 | "translations", |
205 | "unicode" | 253 | "unicode" |
206 | ], | 254 | ], |
207 | "time": "2017-03-23T17:02:28+00:00" | 255 | "time": "2018-11-13T22:06:07+00:00" |
208 | }, | 256 | }, |
209 | { | 257 | { |
210 | "name": "katzgrau/klogger", | 258 | "name": "katzgrau/klogger", |
@@ -303,6 +351,47 @@ | |||
303 | "time": "2018-02-13T20:26:39+00:00" | 351 | "time": "2018-02-13T20:26:39+00:00" |
304 | }, | 352 | }, |
305 | { | 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" | ||
393 | }, | ||
394 | { | ||
306 | "name": "pimple/pimple", | 395 | "name": "pimple/pimple", |
307 | "version": "v3.2.3", | 396 | "version": "v3.2.3", |
308 | "source": { | 397 | "source": { |
@@ -453,16 +542,16 @@ | |||
453 | }, | 542 | }, |
454 | { | 543 | { |
455 | "name": "psr/log", | 544 | "name": "psr/log", |
456 | "version": "1.0.2", | 545 | "version": "1.1.0", |
457 | "source": { | 546 | "source": { |
458 | "type": "git", | 547 | "type": "git", |
459 | "url": "https://github.com/php-fig/log.git", | 548 | "url": "https://github.com/php-fig/log.git", |
460 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | 549 | "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" |
461 | }, | 550 | }, |
462 | "dist": { | 551 | "dist": { |
463 | "type": "zip", | 552 | "type": "zip", |
464 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | 553 | "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", |
465 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | 554 | "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", |
466 | "shasum": "" | 555 | "shasum": "" |
467 | }, | 556 | }, |
468 | "require": { | 557 | "require": { |
@@ -496,7 +585,7 @@ | |||
496 | "psr", | 585 | "psr", |
497 | "psr-3" | 586 | "psr-3" |
498 | ], | 587 | ], |
499 | "time": "2016-10-10T12:19:37+00:00" | 588 | "time": "2018-11-20T15:27:04+00:00" |
500 | }, | 589 | }, |
501 | { | 590 | { |
502 | "name": "pubsubhubbub/publisher", | 591 | "name": "pubsubhubbub/publisher", |
@@ -504,15 +593,16 @@ | |||
504 | "source": { | 593 | "source": { |
505 | "type": "git", | 594 | "type": "git", |
506 | "url": "https://github.com/pubsubhubbub/php-publisher.git", | 595 | "url": "https://github.com/pubsubhubbub/php-publisher.git", |
507 | "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f" | 596 | "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884" |
508 | }, | 597 | }, |
509 | "dist": { | 598 | "dist": { |
510 | "type": "zip", | 599 | "type": "zip", |
511 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/0d224daebd504ab61c22fee4db58f8d1fc18945f", | 600 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/047b0faf6219071527a45942d6fef4dbc6d1d884", |
512 | "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f", | 601 | "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884", |
513 | "shasum": "" | 602 | "shasum": "" |
514 | }, | 603 | }, |
515 | "require": { | 604 | "require": { |
605 | "ext-curl": "*", | ||
516 | "php": "~5.4 || ~7.0" | 606 | "php": "~5.4 || ~7.0" |
517 | }, | 607 | }, |
518 | "type": "library", | 608 | "type": "library", |
@@ -537,30 +627,31 @@ | |||
537 | "data", | 627 | "data", |
538 | "feeds", | 628 | "feeds", |
539 | "publishers", | 629 | "publishers", |
540 | "pubsubhubbub" | 630 | "pubsubhubbub", |
631 | "websub" | ||
541 | ], | 632 | ], |
542 | "time": "2017-10-08T10:59:41+00:00" | 633 | "time": "2018-10-09T05:20:28+00:00" |
543 | }, | 634 | }, |
544 | { | 635 | { |
545 | "name": "shaarli/netscape-bookmark-parser", | 636 | "name": "shaarli/netscape-bookmark-parser", |
546 | "version": "v2.0.5", | 637 | "version": "v2.1.0", |
547 | "source": { | 638 | "source": { |
548 | "type": "git", | 639 | "type": "git", |
549 | "url": "https://github.com/shaarli/netscape-bookmark-parser.git", | 640 | "url": "https://github.com/shaarli/netscape-bookmark-parser.git", |
550 | "reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315" | 641 | "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577" |
551 | }, | 642 | }, |
552 | "dist": { | 643 | "dist": { |
553 | "type": "zip", | 644 | "type": "zip", |
554 | "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", |
555 | "reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315", | 646 | "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577", |
556 | "shasum": "" | 647 | "shasum": "" |
557 | }, | 648 | }, |
558 | "require": { | 649 | "require": { |
559 | "katzgrau/klogger": "~1.0", | 650 | "katzgrau/klogger": "~1.0", |
560 | "php": ">=5.3.4" | 651 | "php": ">=5.6" |
561 | }, | 652 | }, |
562 | "require-dev": { | 653 | "require-dev": { |
563 | "phpunit/phpunit": "4.8.*" | 654 | "phpunit/phpunit": "^5.0" |
564 | }, | 655 | }, |
565 | "type": "library", | 656 | "type": "library", |
566 | "autoload": { | 657 | "autoload": { |
@@ -592,22 +683,22 @@ | |||
592 | "bookmark", | 683 | "bookmark", |
593 | "link", | 684 | "link", |
594 | "netscape", | 685 | "netscape", |
595 | "parse" | 686 | "parser" |
596 | ], | 687 | ], |
597 | "time": "2018-01-30T17:34:48+00:00" | 688 | "time": "2018-10-06T14:43:38+00:00" |
598 | }, | 689 | }, |
599 | { | 690 | { |
600 | "name": "slim/slim", | 691 | "name": "slim/slim", |
601 | "version": "3.9.2", | 692 | "version": "3.12.0", |
602 | "source": { | 693 | "source": { |
603 | "type": "git", | 694 | "type": "git", |
604 | "url": "https://github.com/slimphp/Slim.git", | 695 | "url": "https://github.com/slimphp/Slim.git", |
605 | "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118" | 696 | "reference": "f4947cc900b6e51cbfda58b9f1247bca2f76f9f0" |
606 | }, | 697 | }, |
607 | "dist": { | 698 | "dist": { |
608 | "type": "zip", | 699 | "type": "zip", |
609 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118", | 700 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/f4947cc900b6e51cbfda58b9f1247bca2f76f9f0", |
610 | "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118", | 701 | "reference": "f4947cc900b6e51cbfda58b9f1247bca2f76f9f0", |
611 | "shasum": "" | 702 | "shasum": "" |
612 | }, | 703 | }, |
613 | "require": { | 704 | "require": { |
@@ -665,7 +756,7 @@ | |||
665 | "micro", | 756 | "micro", |
666 | "router" | 757 | "router" |
667 | ], | 758 | ], |
668 | "time": "2017-11-26T19:13:09+00:00" | 759 | "time": "2019-01-15T13:21:25+00:00" |
669 | } | 760 | } |
670 | ], | 761 | ], |
671 | "packages-dev": [ | 762 | "packages-dev": [ |
@@ -769,46 +860,6 @@ | |||
769 | "time": "2017-10-19T19:58:43+00:00" | 860 | "time": "2017-10-19T19:58:43+00:00" |
770 | }, | 861 | }, |
771 | { | 862 | { |
772 | "name": "pdepend/pdepend", | ||
773 | "version": "2.5.2", | ||
774 | "source": { | ||
775 | "type": "git", | ||
776 | "url": "https://github.com/pdepend/pdepend.git", | ||
777 | "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239" | ||
778 | }, | ||
779 | "dist": { | ||
780 | "type": "zip", | ||
781 | "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239", | ||
782 | "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239", | ||
783 | "shasum": "" | ||
784 | }, | ||
785 | "require": { | ||
786 | "php": ">=5.3.7", | ||
787 | "symfony/config": "^2.3.0|^3|^4", | ||
788 | "symfony/dependency-injection": "^2.3.0|^3|^4", | ||
789 | "symfony/filesystem": "^2.3.0|^3|^4" | ||
790 | }, | ||
791 | "require-dev": { | ||
792 | "phpunit/phpunit": "^4.8|^5.7", | ||
793 | "squizlabs/php_codesniffer": "^2.0.0" | ||
794 | }, | ||
795 | "bin": [ | ||
796 | "src/bin/pdepend" | ||
797 | ], | ||
798 | "type": "library", | ||
799 | "autoload": { | ||
800 | "psr-4": { | ||
801 | "PDepend\\": "src/main/php/PDepend" | ||
802 | } | ||
803 | }, | ||
804 | "notification-url": "https://packagist.org/downloads/", | ||
805 | "license": [ | ||
806 | "BSD-3-Clause" | ||
807 | ], | ||
808 | "description": "Official version of pdepend to be handled with Composer", | ||
809 | "time": "2017-12-13T13:21:38+00:00" | ||
810 | }, | ||
811 | { | ||
812 | "name": "phpdocumentor/reflection-common", | 863 | "name": "phpdocumentor/reflection-common", |
813 | "version": "1.0.1", | 864 | "version": "1.0.1", |
814 | "source": { | 865 | "source": { |
@@ -955,100 +1006,34 @@ | |||
955 | "time": "2017-07-14T14:27:02+00:00" | 1006 | "time": "2017-07-14T14:27:02+00:00" |
956 | }, | 1007 | }, |
957 | { | 1008 | { |
958 | "name": "phpmd/phpmd", | ||
959 | "version": "2.6.0", | ||
960 | "source": { | ||
961 | "type": "git", | ||
962 | "url": "https://github.com/phpmd/phpmd.git", | ||
963 | "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374" | ||
964 | }, | ||
965 | "dist": { | ||
966 | "type": "zip", | ||
967 | "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374", | ||
968 | "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374", | ||
969 | "shasum": "" | ||
970 | }, | ||
971 | "require": { | ||
972 | "ext-xml": "*", | ||
973 | "pdepend/pdepend": "^2.5", | ||
974 | "php": ">=5.3.9" | ||
975 | }, | ||
976 | "require-dev": { | ||
977 | "phpunit/phpunit": "^4.0", | ||
978 | "squizlabs/php_codesniffer": "^2.0" | ||
979 | }, | ||
980 | "bin": [ | ||
981 | "src/bin/phpmd" | ||
982 | ], | ||
983 | "type": "project", | ||
984 | "autoload": { | ||
985 | "psr-0": { | ||
986 | "PHPMD\\": "src/main/php" | ||
987 | } | ||
988 | }, | ||
989 | "notification-url": "https://packagist.org/downloads/", | ||
990 | "license": [ | ||
991 | "BSD-3-Clause" | ||
992 | ], | ||
993 | "authors": [ | ||
994 | { | ||
995 | "name": "Manuel Pichler", | ||
996 | "email": "github@manuel-pichler.de", | ||
997 | "homepage": "https://github.com/manuelpichler", | ||
998 | "role": "Project Founder" | ||
999 | }, | ||
1000 | { | ||
1001 | "name": "Other contributors", | ||
1002 | "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", | ||
1003 | "role": "Contributors" | ||
1004 | }, | ||
1005 | { | ||
1006 | "name": "Marc Würth", | ||
1007 | "email": "ravage@bluewin.ch", | ||
1008 | "homepage": "https://github.com/ravage84", | ||
1009 | "role": "Project Maintainer" | ||
1010 | } | ||
1011 | ], | ||
1012 | "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", | ||
1013 | "homepage": "http://phpmd.org/", | ||
1014 | "keywords": [ | ||
1015 | "mess detection", | ||
1016 | "mess detector", | ||
1017 | "pdepend", | ||
1018 | "phpmd", | ||
1019 | "pmd" | ||
1020 | ], | ||
1021 | "time": "2017-01-20T14:41:10+00:00" | ||
1022 | }, | ||
1023 | { | ||
1024 | "name": "phpspec/prophecy", | 1009 | "name": "phpspec/prophecy", |
1025 | "version": "1.7.5", | 1010 | "version": "1.8.0", |
1026 | "source": { | 1011 | "source": { |
1027 | "type": "git", | 1012 | "type": "git", |
1028 | "url": "https://github.com/phpspec/prophecy.git", | 1013 | "url": "https://github.com/phpspec/prophecy.git", |
1029 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" | 1014 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" |
1030 | }, | 1015 | }, |
1031 | "dist": { | 1016 | "dist": { |
1032 | "type": "zip", | 1017 | "type": "zip", |
1033 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", | 1018 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
1034 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", | 1019 | "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
1035 | "shasum": "" | 1020 | "shasum": "" |
1036 | }, | 1021 | }, |
1037 | "require": { | 1022 | "require": { |
1038 | "doctrine/instantiator": "^1.0.2", | 1023 | "doctrine/instantiator": "^1.0.2", |
1039 | "php": "^5.3|^7.0", | 1024 | "php": "^5.3|^7.0", |
1040 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", | 1025 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
1041 | "sebastian/comparator": "^1.1|^2.0", | 1026 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
1042 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" | 1027 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
1043 | }, | 1028 | }, |
1044 | "require-dev": { | 1029 | "require-dev": { |
1045 | "phpspec/phpspec": "^2.5|^3.2", | 1030 | "phpspec/phpspec": "^2.5|^3.2", |
1046 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" | 1031 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" |
1047 | }, | 1032 | }, |
1048 | "type": "library", | 1033 | "type": "library", |
1049 | "extra": { | 1034 | "extra": { |
1050 | "branch-alias": { | 1035 | "branch-alias": { |
1051 | "dev-master": "1.7.x-dev" | 1036 | "dev-master": "1.8.x-dev" |
1052 | } | 1037 | } |
1053 | }, | 1038 | }, |
1054 | "autoload": { | 1039 | "autoload": { |
@@ -1081,7 +1066,7 @@ | |||
1081 | "spy", | 1066 | "spy", |
1082 | "stub" | 1067 | "stub" |
1083 | ], | 1068 | ], |
1084 | "time": "2018-02-19T10:16:54+00:00" | 1069 | "time": "2018-08-05T17:53:17+00:00" |
1085 | }, | 1070 | }, |
1086 | { | 1071 | { |
1087 | "name": "phpunit/php-code-coverage", | 1072 | "name": "phpunit/php-code-coverage", |
@@ -1194,47 +1179,6 @@ | |||
1194 | "time": "2017-11-27T13:52:08+00:00" | 1179 | "time": "2017-11-27T13:52:08+00:00" |
1195 | }, | 1180 | }, |
1196 | { | 1181 | { |
1197 | "name": "phpunit/php-text-template", | ||
1198 | "version": "1.2.1", | ||
1199 | "source": { | ||
1200 | "type": "git", | ||
1201 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | ||
1202 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | ||
1203 | }, | ||
1204 | "dist": { | ||
1205 | "type": "zip", | ||
1206 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
1207 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
1208 | "shasum": "" | ||
1209 | }, | ||
1210 | "require": { | ||
1211 | "php": ">=5.3.3" | ||
1212 | }, | ||
1213 | "type": "library", | ||
1214 | "autoload": { | ||
1215 | "classmap": [ | ||
1216 | "src/" | ||
1217 | ] | ||
1218 | }, | ||
1219 | "notification-url": "https://packagist.org/downloads/", | ||
1220 | "license": [ | ||
1221 | "BSD-3-Clause" | ||
1222 | ], | ||
1223 | "authors": [ | ||
1224 | { | ||
1225 | "name": "Sebastian Bergmann", | ||
1226 | "email": "sebastian@phpunit.de", | ||
1227 | "role": "lead" | ||
1228 | } | ||
1229 | ], | ||
1230 | "description": "Simple template engine.", | ||
1231 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | ||
1232 | "keywords": [ | ||
1233 | "template" | ||
1234 | ], | ||
1235 | "time": "2015-06-21T13:50:34+00:00" | ||
1236 | }, | ||
1237 | { | ||
1238 | "name": "phpunit/php-timer", | 1182 | "name": "phpunit/php-timer", |
1239 | "version": "1.0.9", | 1183 | "version": "1.0.9", |
1240 | "source": { | 1184 | "source": { |
@@ -1526,6 +1470,210 @@ | |||
1526 | "time": "2017-06-30T09:13:00+00:00" | 1470 | "time": "2017-06-30T09:13:00+00:00" |
1527 | }, | 1471 | }, |
1528 | { | 1472 | { |
1473 | "name": "roave/security-advisories", | ||
1474 | "version": "dev-master", | ||
1475 | "source": { | ||
1476 | "type": "git", | ||
1477 | "url": "https://github.com/Roave/SecurityAdvisories.git", | ||
1478 | "reference": "d155baccb43ba2542941fbcba258b85ce7786419" | ||
1479 | }, | ||
1480 | "dist": { | ||
1481 | "type": "zip", | ||
1482 | "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d155baccb43ba2542941fbcba258b85ce7786419", | ||
1483 | "reference": "d155baccb43ba2542941fbcba258b85ce7786419", | ||
1484 | "shasum": "" | ||
1485 | }, | ||
1486 | "conflict": { | ||
1487 | "3f/pygmentize": "<1.2", | ||
1488 | "adodb/adodb-php": "<5.20.12", | ||
1489 | "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", | ||
1490 | "amphp/artax": "<1.0.6|>=2,<2.0.6", | ||
1491 | "amphp/http": "<1.0.1", | ||
1492 | "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", | ||
1493 | "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", | ||
1494 | "aws/aws-sdk-php": ">=3,<3.2.1", | ||
1495 | "brightlocal/phpwhois": "<=4.2.5", | ||
1496 | "bugsnag/bugsnag-laravel": ">=2,<2.0.2", | ||
1497 | "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4", | ||
1498 | "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", | ||
1499 | "cartalyst/sentry": "<=2.1.6", | ||
1500 | "codeigniter/framework": "<=3.0.6", | ||
1501 | "composer/composer": "<=1.0.0-alpha11", | ||
1502 | "contao-components/mediaelement": ">=2.14.2,<2.21.1", | ||
1503 | "contao/core": ">=2,<3.5.35", | ||
1504 | "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8", | ||
1505 | "contao/listing-bundle": ">=4,<4.4.8", | ||
1506 | "contao/newsletter-bundle": ">=4,<4.1", | ||
1507 | "david-garcia/phpwhois": "<=4.3.1", | ||
1508 | "doctrine/annotations": ">=1,<1.2.7", | ||
1509 | "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", | ||
1510 | "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", | ||
1511 | "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2", | ||
1512 | "doctrine/doctrine-bundle": "<1.5.2", | ||
1513 | "doctrine/doctrine-module": "<=0.7.1", | ||
1514 | "doctrine/mongodb-odm": ">=1,<1.0.2", | ||
1515 | "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", | ||
1516 | "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", | ||
1517 | "dompdf/dompdf": ">=0.6,<0.6.2", | ||
1518 | "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2", | ||
1519 | "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2", | ||
1520 | "erusev/parsedown": "<1.7", | ||
1521 | "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1", | ||
1522 | "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3", | ||
1523 | "ezsystems/repository-forms": ">=2.3,<2.3.2.1", | ||
1524 | "ezyang/htmlpurifier": "<4.1.1", | ||
1525 | "firebase/php-jwt": "<2", | ||
1526 | "fooman/tcpdf": "<6.2.22", | ||
1527 | "fossar/tcpdf-parser": "<6.2.22", | ||
1528 | "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", | ||
1529 | "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", | ||
1530 | "fuel/core": "<1.8.1", | ||
1531 | "gree/jose": "<=2.2", | ||
1532 | "gregwar/rst": "<1.0.3", | ||
1533 | "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1", | ||
1534 | "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", | ||
1535 | "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30", | ||
1536 | "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", | ||
1537 | "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", | ||
1538 | "ivankristianto/phpwhois": "<=4.3", | ||
1539 | "james-heinrich/getid3": "<1.9.9", | ||
1540 | "joomla/session": "<1.3.1", | ||
1541 | "jsmitty12/phpwhois": "<5.1", | ||
1542 | "kazist/phpwhois": "<=4.2.6", | ||
1543 | "kreait/firebase-php": ">=3.2,<3.8.1", | ||
1544 | "la-haute-societe/tcpdf": "<6.2.22", | ||
1545 | "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30", | ||
1546 | "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", | ||
1547 | "league/commonmark": ">=0.15.6,<0.18.1", | ||
1548 | "magento/magento1ce": "<1.9.4", | ||
1549 | "magento/magento1ee": ">=1.9,<1.14.4", | ||
1550 | "magento/product-community-edition": ">=2,<2.2.7", | ||
1551 | "monolog/monolog": ">=1.8,<1.12", | ||
1552 | "namshi/jose": "<2.2", | ||
1553 | "onelogin/php-saml": "<2.10.4", | ||
1554 | "openid/php-openid": "<2.3", | ||
1555 | "oro/crm": ">=1.7,<1.7.4", | ||
1556 | "oro/platform": ">=1.7,<1.7.4", | ||
1557 | "padraic/humbug_get_contents": "<1.1.2", | ||
1558 | "pagarme/pagarme-php": ">=0,<3", | ||
1559 | "paragonie/random_compat": "<2", | ||
1560 | "paypal/merchant-sdk-php": "<3.12", | ||
1561 | "pear/archive_tar": "<1.4.4", | ||
1562 | "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6", | ||
1563 | "phpoffice/phpexcel": "<=1.8.1", | ||
1564 | "phpoffice/phpspreadsheet": "<=1.5", | ||
1565 | "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", | ||
1566 | "phpwhois/phpwhois": "<=4.2.5", | ||
1567 | "phpxmlrpc/extras": "<0.6.1", | ||
1568 | "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7", | ||
1569 | "propel/propel1": ">=1,<=1.7.1", | ||
1570 | "pusher/pusher-php-server": "<2.2.1", | ||
1571 | "robrichards/xmlseclibs": ">=1,<3.0.2", | ||
1572 | "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", | ||
1573 | "sensiolabs/connect": "<4.2.3", | ||
1574 | "serluck/phpwhois": "<=4.2.6", | ||
1575 | "shopware/shopware": "<5.3.7", | ||
1576 | "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", | ||
1577 | "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", | ||
1578 | "silverstripe/framework": ">=3,<3.3", | ||
1579 | "silverstripe/userforms": "<3", | ||
1580 | "simple-updates/phpwhois": "<=1", | ||
1581 | "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", | ||
1582 | "simplesamlphp/simplesamlphp": "<1.16.3", | ||
1583 | "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", | ||
1584 | "slim/slim": "<2.6", | ||
1585 | "smarty/smarty": "<3.1.33", | ||
1586 | "socalnick/scn-social-auth": "<1.15.2", | ||
1587 | "spoonity/tcpdf": "<6.2.22", | ||
1588 | "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", | ||
1589 | "stormpath/sdk": ">=0,<9.9.99", | ||
1590 | "swiftmailer/swiftmailer": ">=4,<5.4.5", | ||
1591 | "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", | ||
1592 | "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", | ||
1593 | "symfony/dependency-injection": ">=2,<2.0.17", | ||
1594 | "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", | ||
1595 | "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2", | ||
1596 | "symfony/http-foundation": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3", | ||
1597 | "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8", | ||
1598 | "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", | ||
1599 | "symfony/polyfill": ">=1,<1.10", | ||
1600 | "symfony/polyfill-php55": ">=1,<1.10", | ||
1601 | "symfony/routing": ">=2,<2.0.19", | ||
1602 | "symfony/security": ">=2,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.19|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", | ||
1603 | "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", | ||
1604 | "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", | ||
1605 | "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", | ||
1606 | "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", | ||
1607 | "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", | ||
1608 | "symfony/serializer": ">=2,<2.0.11", | ||
1609 | "symfony/symfony": ">=2,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", | ||
1610 | "symfony/translation": ">=2,<2.0.17", | ||
1611 | "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", | ||
1612 | "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", | ||
1613 | "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", | ||
1614 | "tecnickcom/tcpdf": "<6.2.22", | ||
1615 | "thelia/backoffice-default-template": ">=2.1,<2.1.2", | ||
1616 | "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2", | ||
1617 | "theonedemon/phpwhois": "<=4.2.5", | ||
1618 | "titon/framework": ">=0,<9.9.99", | ||
1619 | "truckersmp/phpwhois": "<=4.3.1", | ||
1620 | "twig/twig": "<1.20", | ||
1621 | "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.21|>=9,<9.5.2", | ||
1622 | "typo3/cms-core": ">=8,<8.7.21|>=9,<9.5.2", | ||
1623 | "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", | ||
1624 | "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", | ||
1625 | "ua-parser/uap-php": "<3.8", | ||
1626 | "wallabag/tcpdf": "<6.2.22", | ||
1627 | "willdurand/js-translation-bundle": "<2.1.1", | ||
1628 | "yiisoft/yii": ">=1.1.14,<1.1.15", | ||
1629 | "yiisoft/yii2": "<2.0.15", | ||
1630 | "yiisoft/yii2-bootstrap": "<2.0.4", | ||
1631 | "yiisoft/yii2-dev": "<2.0.15", | ||
1632 | "yiisoft/yii2-elasticsearch": "<2.0.5", | ||
1633 | "yiisoft/yii2-gii": "<2.0.4", | ||
1634 | "yiisoft/yii2-jui": "<2.0.4", | ||
1635 | "yiisoft/yii2-redis": "<2.0.8", | ||
1636 | "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", | ||
1637 | "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", | ||
1638 | "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", | ||
1639 | "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5", | ||
1640 | "zendframework/zend-diactoros": ">=1,<1.8.4", | ||
1641 | "zendframework/zend-feed": ">=1,<2.10.3", | ||
1642 | "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1", | ||
1643 | "zendframework/zend-http": ">=1,<2.8.1", | ||
1644 | "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6", | ||
1645 | "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3", | ||
1646 | "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2", | ||
1647 | "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1", | ||
1648 | "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4", | ||
1649 | "zendframework/zend-validator": ">=2.3,<2.3.6", | ||
1650 | "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1", | ||
1651 | "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", | ||
1652 | "zendframework/zendframework": "<2.5.1", | ||
1653 | "zendframework/zendframework1": "<1.12.20", | ||
1654 | "zendframework/zendopenid": ">=2,<2.0.2", | ||
1655 | "zendframework/zendxml": ">=1,<1.0.1", | ||
1656 | "zetacomponents/mail": "<1.8.2", | ||
1657 | "zf-commons/zfc-user": "<1.2.2", | ||
1658 | "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", | ||
1659 | "zfr/zfr-oauth2-server-module": "<0.1.2" | ||
1660 | }, | ||
1661 | "type": "metapackage", | ||
1662 | "notification-url": "https://packagist.org/downloads/", | ||
1663 | "license": [ | ||
1664 | "MIT" | ||
1665 | ], | ||
1666 | "authors": [ | ||
1667 | { | ||
1668 | "name": "Marco Pivetta", | ||
1669 | "email": "ocramius@gmail.com", | ||
1670 | "role": "maintainer" | ||
1671 | } | ||
1672 | ], | ||
1673 | "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", | ||
1674 | "time": "2019-01-15T19:39:37+00:00" | ||
1675 | }, | ||
1676 | { | ||
1529 | "name": "sebastian/code-unit-reverse-lookup", | 1677 | "name": "sebastian/code-unit-reverse-lookup", |
1530 | "version": "1.0.1", | 1678 | "version": "1.0.1", |
1531 | "source": { | 1679 | "source": { |
@@ -1940,56 +2088,6 @@ | |||
1940 | "time": "2017-02-18T15:18:39+00:00" | 2088 | "time": "2017-02-18T15:18:39+00:00" |
1941 | }, | 2089 | }, |
1942 | { | 2090 | { |
1943 | "name": "sebastian/phpcpd", | ||
1944 | "version": "3.0.1", | ||
1945 | "source": { | ||
1946 | "type": "git", | ||
1947 | "url": "https://github.com/sebastianbergmann/phpcpd.git", | ||
1948 | "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564" | ||
1949 | }, | ||
1950 | "dist": { | ||
1951 | "type": "zip", | ||
1952 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/dfed51c1288790fc957c9433e2f49ab152e8a564", | ||
1953 | "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564", | ||
1954 | "shasum": "" | ||
1955 | }, | ||
1956 | "require": { | ||
1957 | "php": "^5.6|^7.0", | ||
1958 | "phpunit/php-timer": "^1.0.6", | ||
1959 | "sebastian/finder-facade": "^1.1", | ||
1960 | "sebastian/version": "^1.0|^2.0", | ||
1961 | "symfony/console": "^2.7|^3.0|^4.0" | ||
1962 | }, | ||
1963 | "bin": [ | ||
1964 | "phpcpd" | ||
1965 | ], | ||
1966 | "type": "library", | ||
1967 | "extra": { | ||
1968 | "branch-alias": { | ||
1969 | "dev-master": "3.0-dev" | ||
1970 | } | ||
1971 | }, | ||
1972 | "autoload": { | ||
1973 | "classmap": [ | ||
1974 | "src/" | ||
1975 | ] | ||
1976 | }, | ||
1977 | "notification-url": "https://packagist.org/downloads/", | ||
1978 | "license": [ | ||
1979 | "BSD-3-Clause" | ||
1980 | ], | ||
1981 | "authors": [ | ||
1982 | { | ||
1983 | "name": "Sebastian Bergmann", | ||
1984 | "email": "sebastian@phpunit.de", | ||
1985 | "role": "lead" | ||
1986 | } | ||
1987 | ], | ||
1988 | "description": "Copy/Paste Detector (CPD) for PHP code.", | ||
1989 | "homepage": "https://github.com/sebastianbergmann/phpcpd", | ||
1990 | "time": "2017-11-16T08:49:28+00:00" | ||
1991 | }, | ||
1992 | { | ||
1993 | "name": "sebastian/recursion-context", | 2091 | "name": "sebastian/recursion-context", |
1994 | "version": "2.0.0", | 2092 | "version": "2.0.0", |
1995 | "source": { | 2093 | "source": { |
@@ -2129,16 +2227,16 @@ | |||
2129 | }, | 2227 | }, |
2130 | { | 2228 | { |
2131 | "name": "squizlabs/php_codesniffer", | 2229 | "name": "squizlabs/php_codesniffer", |
2132 | "version": "2.9.1", | 2230 | "version": "2.9.2", |
2133 | "source": { | 2231 | "source": { |
2134 | "type": "git", | 2232 | "type": "git", |
2135 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", | 2233 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
2136 | "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62" | 2234 | "reference": "2acf168de78487db620ab4bc524135a13cfe6745" |
2137 | }, | 2235 | }, |
2138 | "dist": { | 2236 | "dist": { |
2139 | "type": "zip", | 2237 | "type": "zip", |
2140 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62", | 2238 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745", |
2141 | "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62", | 2239 | "reference": "2acf168de78487db620ab4bc524135a13cfe6745", |
2142 | "shasum": "" | 2240 | "shasum": "" |
2143 | }, | 2241 | }, |
2144 | "require": { | 2242 | "require": { |
@@ -2203,83 +2301,20 @@ | |||
2203 | "phpcs", | 2301 | "phpcs", |
2204 | "standards" | 2302 | "standards" |
2205 | ], | 2303 | ], |
2206 | "time": "2017-05-22T02:43:20+00:00" | 2304 | "time": "2018-11-07T22:31:41+00:00" |
2207 | }, | ||
2208 | { | ||
2209 | "name": "symfony/config", | ||
2210 | "version": "v3.4.6", | ||
2211 | "source": { | ||
2212 | "type": "git", | ||
2213 | "url": "https://github.com/symfony/config.git", | ||
2214 | "reference": "05e10567b529476a006b00746c5f538f1636810e" | ||
2215 | }, | ||
2216 | "dist": { | ||
2217 | "type": "zip", | ||
2218 | "url": "https://api.github.com/repos/symfony/config/zipball/05e10567b529476a006b00746c5f538f1636810e", | ||
2219 | "reference": "05e10567b529476a006b00746c5f538f1636810e", | ||
2220 | "shasum": "" | ||
2221 | }, | ||
2222 | "require": { | ||
2223 | "php": "^5.5.9|>=7.0.8", | ||
2224 | "symfony/filesystem": "~2.8|~3.0|~4.0" | ||
2225 | }, | ||
2226 | "conflict": { | ||
2227 | "symfony/dependency-injection": "<3.3", | ||
2228 | "symfony/finder": "<3.3" | ||
2229 | }, | ||
2230 | "require-dev": { | ||
2231 | "symfony/dependency-injection": "~3.3|~4.0", | ||
2232 | "symfony/event-dispatcher": "~3.3|~4.0", | ||
2233 | "symfony/finder": "~3.3|~4.0", | ||
2234 | "symfony/yaml": "~3.0|~4.0" | ||
2235 | }, | ||
2236 | "suggest": { | ||
2237 | "symfony/yaml": "To use the yaml reference dumper" | ||
2238 | }, | ||
2239 | "type": "library", | ||
2240 | "extra": { | ||
2241 | "branch-alias": { | ||
2242 | "dev-master": "3.4-dev" | ||
2243 | } | ||
2244 | }, | ||
2245 | "autoload": { | ||
2246 | "psr-4": { | ||
2247 | "Symfony\\Component\\Config\\": "" | ||
2248 | }, | ||
2249 | "exclude-from-classmap": [ | ||
2250 | "/Tests/" | ||
2251 | ] | ||
2252 | }, | ||
2253 | "notification-url": "https://packagist.org/downloads/", | ||
2254 | "license": [ | ||
2255 | "MIT" | ||
2256 | ], | ||
2257 | "authors": [ | ||
2258 | { | ||
2259 | "name": "Fabien Potencier", | ||
2260 | "email": "fabien@symfony.com" | ||
2261 | }, | ||
2262 | { | ||
2263 | "name": "Symfony Community", | ||
2264 | "homepage": "https://symfony.com/contributors" | ||
2265 | } | ||
2266 | ], | ||
2267 | "description": "Symfony Config Component", | ||
2268 | "homepage": "https://symfony.com", | ||
2269 | "time": "2018-02-14T10:03:57+00:00" | ||
2270 | }, | 2305 | }, |
2271 | { | 2306 | { |
2272 | "name": "symfony/console", | 2307 | "name": "symfony/console", |
2273 | "version": "v3.4.6", | 2308 | "version": "v3.4.21", |
2274 | "source": { | 2309 | "source": { |
2275 | "type": "git", | 2310 | "type": "git", |
2276 | "url": "https://github.com/symfony/console.git", | 2311 | "url": "https://github.com/symfony/console.git", |
2277 | "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7" | 2312 | "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a" |
2278 | }, | 2313 | }, |
2279 | "dist": { | 2314 | "dist": { |
2280 | "type": "zip", | 2315 | "type": "zip", |
2281 | "url": "https://api.github.com/repos/symfony/console/zipball/067339e9b8ec30d5f19f5950208893ff026b94f7", | 2316 | "url": "https://api.github.com/repos/symfony/console/zipball/a700b874d3692bc8342199adfb6d3b99f62cc61a", |
2282 | "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7", | 2317 | "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a", |
2283 | "shasum": "" | 2318 | "shasum": "" |
2284 | }, | 2319 | }, |
2285 | "require": { | 2320 | "require": { |
@@ -2300,7 +2335,7 @@ | |||
2300 | "symfony/process": "~3.3|~4.0" | 2335 | "symfony/process": "~3.3|~4.0" |
2301 | }, | 2336 | }, |
2302 | "suggest": { | 2337 | "suggest": { |
2303 | "psr/log": "For using the console logger", | 2338 | "psr/log-implementation": "For using the console logger", |
2304 | "symfony/event-dispatcher": "", | 2339 | "symfony/event-dispatcher": "", |
2305 | "symfony/lock": "", | 2340 | "symfony/lock": "", |
2306 | "symfony/process": "" | 2341 | "symfony/process": "" |
@@ -2335,20 +2370,20 @@ | |||
2335 | ], | 2370 | ], |
2336 | "description": "Symfony Console Component", | 2371 | "description": "Symfony Console Component", |
2337 | "homepage": "https://symfony.com", | 2372 | "homepage": "https://symfony.com", |
2338 | "time": "2018-02-26T15:46:28+00:00" | 2373 | "time": "2019-01-04T04:42:43+00:00" |
2339 | }, | 2374 | }, |
2340 | { | 2375 | { |
2341 | "name": "symfony/debug", | 2376 | "name": "symfony/debug", |
2342 | "version": "v3.4.6", | 2377 | "version": "v3.4.21", |
2343 | "source": { | 2378 | "source": { |
2344 | "type": "git", | 2379 | "type": "git", |
2345 | "url": "https://github.com/symfony/debug.git", | 2380 | "url": "https://github.com/symfony/debug.git", |
2346 | "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc" | 2381 | "reference": "26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186" |
2347 | }, | 2382 | }, |
2348 | "dist": { | 2383 | "dist": { |
2349 | "type": "zip", | 2384 | "type": "zip", |
2350 | "url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc", | 2385 | "url": "https://api.github.com/repos/symfony/debug/zipball/26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186", |
2351 | "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc", | 2386 | "reference": "26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186", |
2352 | "shasum": "" | 2387 | "shasum": "" |
2353 | }, | 2388 | }, |
2354 | "require": { | 2389 | "require": { |
@@ -2391,46 +2426,24 @@ | |||
2391 | ], | 2426 | ], |
2392 | "description": "Symfony Debug Component", | 2427 | "description": "Symfony Debug Component", |
2393 | "homepage": "https://symfony.com", | 2428 | "homepage": "https://symfony.com", |
2394 | "time": "2018-02-28T21:49:22+00:00" | 2429 | "time": "2019-01-01T13:45:19+00:00" |
2395 | }, | 2430 | }, |
2396 | { | 2431 | { |
2397 | "name": "symfony/dependency-injection", | 2432 | "name": "symfony/finder", |
2398 | "version": "v3.4.6", | 2433 | "version": "v3.4.21", |
2399 | "source": { | 2434 | "source": { |
2400 | "type": "git", | 2435 | "type": "git", |
2401 | "url": "https://github.com/symfony/dependency-injection.git", | 2436 | "url": "https://github.com/symfony/finder.git", |
2402 | "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07" | 2437 | "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e" |
2403 | }, | 2438 | }, |
2404 | "dist": { | 2439 | "dist": { |
2405 | "type": "zip", | 2440 | "type": "zip", |
2406 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/12e901abc1cb0d637a0e5abe9923471361d96b07", | 2441 | "url": "https://api.github.com/repos/symfony/finder/zipball/3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e", |
2407 | "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07", | 2442 | "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e", |
2408 | "shasum": "" | 2443 | "shasum": "" |
2409 | }, | 2444 | }, |
2410 | "require": { | 2445 | "require": { |
2411 | "php": "^5.5.9|>=7.0.8", | 2446 | "php": "^5.5.9|>=7.0.8" |
2412 | "psr/container": "^1.0" | ||
2413 | }, | ||
2414 | "conflict": { | ||
2415 | "symfony/config": "<3.3.7", | ||
2416 | "symfony/finder": "<3.3", | ||
2417 | "symfony/proxy-manager-bridge": "<3.4", | ||
2418 | "symfony/yaml": "<3.4" | ||
2419 | }, | ||
2420 | "provide": { | ||
2421 | "psr/container-implementation": "1.0" | ||
2422 | }, | ||
2423 | "require-dev": { | ||
2424 | "symfony/config": "~3.3|~4.0", | ||
2425 | "symfony/expression-language": "~2.8|~3.0|~4.0", | ||
2426 | "symfony/yaml": "~3.4|~4.0" | ||
2427 | }, | ||
2428 | "suggest": { | ||
2429 | "symfony/config": "", | ||
2430 | "symfony/expression-language": "For using expressions in service container configuration", | ||
2431 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", | ||
2432 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", | ||
2433 | "symfony/yaml": "" | ||
2434 | }, | 2447 | }, |
2435 | "type": "library", | 2448 | "type": "library", |
2436 | "extra": { | 2449 | "extra": { |
@@ -2440,7 +2453,7 @@ | |||
2440 | }, | 2453 | }, |
2441 | "autoload": { | 2454 | "autoload": { |
2442 | "psr-4": { | 2455 | "psr-4": { |
2443 | "Symfony\\Component\\DependencyInjection\\": "" | 2456 | "Symfony\\Component\\Finder\\": "" |
2444 | }, | 2457 | }, |
2445 | "exclude-from-classmap": [ | 2458 | "exclude-from-classmap": [ |
2446 | "/Tests/" | 2459 | "/Tests/" |
@@ -2460,39 +2473,42 @@ | |||
2460 | "homepage": "https://symfony.com/contributors" | 2473 | "homepage": "https://symfony.com/contributors" |
2461 | } | 2474 | } |
2462 | ], | 2475 | ], |
2463 | "description": "Symfony DependencyInjection Component", | 2476 | "description": "Symfony Finder Component", |
2464 | "homepage": "https://symfony.com", | 2477 | "homepage": "https://symfony.com", |
2465 | "time": "2018-03-04T03:54:53+00:00" | 2478 | "time": "2019-01-01T13:45:19+00:00" |
2466 | }, | 2479 | }, |
2467 | { | 2480 | { |
2468 | "name": "symfony/filesystem", | 2481 | "name": "symfony/polyfill-ctype", |
2469 | "version": "v3.4.6", | 2482 | "version": "v1.10.0", |
2470 | "source": { | 2483 | "source": { |
2471 | "type": "git", | 2484 | "type": "git", |
2472 | "url": "https://github.com/symfony/filesystem.git", | 2485 | "url": "https://github.com/symfony/polyfill-ctype.git", |
2473 | "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541" | 2486 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" |
2474 | }, | 2487 | }, |
2475 | "dist": { | 2488 | "dist": { |
2476 | "type": "zip", | 2489 | "type": "zip", |
2477 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541", | 2490 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", |
2478 | "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541", | 2491 | "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", |
2479 | "shasum": "" | 2492 | "shasum": "" |
2480 | }, | 2493 | }, |
2481 | "require": { | 2494 | "require": { |
2482 | "php": "^5.5.9|>=7.0.8" | 2495 | "php": ">=5.3.3" |
2496 | }, | ||
2497 | "suggest": { | ||
2498 | "ext-ctype": "For best performance" | ||
2483 | }, | 2499 | }, |
2484 | "type": "library", | 2500 | "type": "library", |
2485 | "extra": { | 2501 | "extra": { |
2486 | "branch-alias": { | 2502 | "branch-alias": { |
2487 | "dev-master": "3.4-dev" | 2503 | "dev-master": "1.9-dev" |
2488 | } | 2504 | } |
2489 | }, | 2505 | }, |
2490 | "autoload": { | 2506 | "autoload": { |
2491 | "psr-4": { | 2507 | "psr-4": { |
2492 | "Symfony\\Component\\Filesystem\\": "" | 2508 | "Symfony\\Polyfill\\Ctype\\": "" |
2493 | }, | 2509 | }, |
2494 | "exclude-from-classmap": [ | 2510 | "files": [ |
2495 | "/Tests/" | 2511 | "bootstrap.php" |
2496 | ] | 2512 | ] |
2497 | }, | 2513 | }, |
2498 | "notification-url": "https://packagist.org/downloads/", | 2514 | "notification-url": "https://packagist.org/downloads/", |
@@ -2501,79 +2517,36 @@ | |||
2501 | ], | 2517 | ], |
2502 | "authors": [ | 2518 | "authors": [ |
2503 | { | 2519 | { |
2504 | "name": "Fabien Potencier", | ||
2505 | "email": "fabien@symfony.com" | ||
2506 | }, | ||
2507 | { | ||
2508 | "name": "Symfony Community", | 2520 | "name": "Symfony Community", |
2509 | "homepage": "https://symfony.com/contributors" | 2521 | "homepage": "https://symfony.com/contributors" |
2510 | } | ||
2511 | ], | ||
2512 | "description": "Symfony Filesystem Component", | ||
2513 | "homepage": "https://symfony.com", | ||
2514 | "time": "2018-02-22T10:48:49+00:00" | ||
2515 | }, | ||
2516 | { | ||
2517 | "name": "symfony/finder", | ||
2518 | "version": "v3.4.6", | ||
2519 | "source": { | ||
2520 | "type": "git", | ||
2521 | "url": "https://github.com/symfony/finder.git", | ||
2522 | "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625" | ||
2523 | }, | ||
2524 | "dist": { | ||
2525 | "type": "zip", | ||
2526 | "url": "https://api.github.com/repos/symfony/finder/zipball/a479817ce0a9e4adfd7d39c6407c95d97c254625", | ||
2527 | "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625", | ||
2528 | "shasum": "" | ||
2529 | }, | ||
2530 | "require": { | ||
2531 | "php": "^5.5.9|>=7.0.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\\Finder\\": "" | ||
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 | }, | 2522 | }, |
2556 | { | 2523 | { |
2557 | "name": "Symfony Community", | 2524 | "name": "Gert de Pagter", |
2558 | "homepage": "https://symfony.com/contributors" | 2525 | "email": "BackEndTea@gmail.com" |
2559 | } | 2526 | } |
2560 | ], | 2527 | ], |
2561 | "description": "Symfony Finder Component", | 2528 | "description": "Symfony polyfill for ctype functions", |
2562 | "homepage": "https://symfony.com", | 2529 | "homepage": "https://symfony.com", |
2563 | "time": "2018-03-05T18:28:11+00:00" | 2530 | "keywords": [ |
2531 | "compatibility", | ||
2532 | "ctype", | ||
2533 | "polyfill", | ||
2534 | "portable" | ||
2535 | ], | ||
2536 | "time": "2018-08-06T14:22:27+00:00" | ||
2564 | }, | 2537 | }, |
2565 | { | 2538 | { |
2566 | "name": "symfony/polyfill-mbstring", | 2539 | "name": "symfony/polyfill-mbstring", |
2567 | "version": "v1.7.0", | 2540 | "version": "v1.10.0", |
2568 | "source": { | 2541 | "source": { |
2569 | "type": "git", | 2542 | "type": "git", |
2570 | "url": "https://github.com/symfony/polyfill-mbstring.git", | 2543 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
2571 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" | 2544 | "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" |
2572 | }, | 2545 | }, |
2573 | "dist": { | 2546 | "dist": { |
2574 | "type": "zip", | 2547 | "type": "zip", |
2575 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", | 2548 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", |
2576 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", | 2549 | "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", |
2577 | "shasum": "" | 2550 | "shasum": "" |
2578 | }, | 2551 | }, |
2579 | "require": { | 2552 | "require": { |
@@ -2585,7 +2558,7 @@ | |||
2585 | "type": "library", | 2558 | "type": "library", |
2586 | "extra": { | 2559 | "extra": { |
2587 | "branch-alias": { | 2560 | "branch-alias": { |
2588 | "dev-master": "1.7-dev" | 2561 | "dev-master": "1.9-dev" |
2589 | } | 2562 | } |
2590 | }, | 2563 | }, |
2591 | "autoload": { | 2564 | "autoload": { |
@@ -2619,24 +2592,25 @@ | |||
2619 | "portable", | 2592 | "portable", |
2620 | "shim" | 2593 | "shim" |
2621 | ], | 2594 | ], |
2622 | "time": "2018-01-30T19:27:44+00:00" | 2595 | "time": "2018-09-21T13:07:52+00:00" |
2623 | }, | 2596 | }, |
2624 | { | 2597 | { |
2625 | "name": "symfony/yaml", | 2598 | "name": "symfony/yaml", |
2626 | "version": "v3.4.6", | 2599 | "version": "v3.4.21", |
2627 | "source": { | 2600 | "source": { |
2628 | "type": "git", | 2601 | "type": "git", |
2629 | "url": "https://github.com/symfony/yaml.git", | 2602 | "url": "https://github.com/symfony/yaml.git", |
2630 | "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb" | 2603 | "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea" |
2631 | }, | 2604 | }, |
2632 | "dist": { | 2605 | "dist": { |
2633 | "type": "zip", | 2606 | "type": "zip", |
2634 | "url": "https://api.github.com/repos/symfony/yaml/zipball/6af42631dcf89e9c616242c900d6c52bd53bd1bb", | 2607 | "url": "https://api.github.com/repos/symfony/yaml/zipball/554a59a1ccbaac238a89b19c8e551a556fd0e2ea", |
2635 | "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb", | 2608 | "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea", |
2636 | "shasum": "" | 2609 | "shasum": "" |
2637 | }, | 2610 | }, |
2638 | "require": { | 2611 | "require": { |
2639 | "php": "^5.5.9|>=7.0.8" | 2612 | "php": "^5.5.9|>=7.0.8", |
2613 | "symfony/polyfill-ctype": "~1.8" | ||
2640 | }, | 2614 | }, |
2641 | "conflict": { | 2615 | "conflict": { |
2642 | "symfony/console": "<3.4" | 2616 | "symfony/console": "<3.4" |
@@ -2677,7 +2651,7 @@ | |||
2677 | ], | 2651 | ], |
2678 | "description": "Symfony Yaml Component", | 2652 | "description": "Symfony Yaml Component", |
2679 | "homepage": "https://symfony.com", | 2653 | "homepage": "https://symfony.com", |
2680 | "time": "2018-02-16T09:50:28+00:00" | 2654 | "time": "2019-01-01T13:45:19+00:00" |
2681 | }, | 2655 | }, |
2682 | { | 2656 | { |
2683 | "name": "theseer/fdomdocument", | 2657 | "name": "theseer/fdomdocument", |
@@ -2721,20 +2695,21 @@ | |||
2721 | }, | 2695 | }, |
2722 | { | 2696 | { |
2723 | "name": "webmozart/assert", | 2697 | "name": "webmozart/assert", |
2724 | "version": "1.3.0", | 2698 | "version": "1.4.0", |
2725 | "source": { | 2699 | "source": { |
2726 | "type": "git", | 2700 | "type": "git", |
2727 | "url": "https://github.com/webmozart/assert.git", | 2701 | "url": "https://github.com/webmozart/assert.git", |
2728 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" | 2702 | "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" |
2729 | }, | 2703 | }, |
2730 | "dist": { | 2704 | "dist": { |
2731 | "type": "zip", | 2705 | "type": "zip", |
2732 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", | 2706 | "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", |
2733 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", | 2707 | "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", |
2734 | "shasum": "" | 2708 | "shasum": "" |
2735 | }, | 2709 | }, |
2736 | "require": { | 2710 | "require": { |
2737 | "php": "^5.3.3 || ^7.0" | 2711 | "php": "^5.3.3 || ^7.0", |
2712 | "symfony/polyfill-ctype": "^1.8" | ||
2738 | }, | 2713 | }, |
2739 | "require-dev": { | 2714 | "require-dev": { |
2740 | "phpunit/phpunit": "^4.6", | 2715 | "phpunit/phpunit": "^4.6", |
@@ -2767,19 +2742,21 @@ | |||
2767 | "check", | 2742 | "check", |
2768 | "validate" | 2743 | "validate" |
2769 | ], | 2744 | ], |
2770 | "time": "2018-01-29T19:49:41+00:00" | 2745 | "time": "2018-12-25T11:19:39+00:00" |
2771 | } | 2746 | } |
2772 | ], | 2747 | ], |
2773 | "aliases": [], | 2748 | "aliases": [], |
2774 | "minimum-stability": "stable", | 2749 | "minimum-stability": "stable", |
2775 | "stability-flags": { | 2750 | "stability-flags": { |
2776 | "pubsubhubbub/publisher": 20, | 2751 | "pubsubhubbub/publisher": 20, |
2777 | "phpmd/phpmd": 0 | 2752 | "roave/security-advisories": 20 |
2778 | }, | 2753 | }, |
2779 | "prefer-stable": false, | 2754 | "prefer-stable": false, |
2780 | "prefer-lowest": false, | 2755 | "prefer-lowest": false, |
2781 | "platform": { | 2756 | "platform": { |
2782 | "php": ">=5.6" | 2757 | "php": ">=5.6", |
2758 | "ext-json": "*", | ||
2759 | "ext-zlib": "*" | ||
2783 | }, | 2760 | }, |
2784 | "platform-dev": [], | 2761 | "platform-dev": [], |
2785 | "platform-overrides": { | 2762 | "platform-overrides": { |