aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock862
1 files changed, 367 insertions, 495 deletions
diff --git a/composer.lock b/composer.lock
index ae7a9269..e02491ff 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,29 +4,31 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 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": "37e420b4b6e9fa74b27e127dd422d9a6", 7 "content-hash": "f84918821b0dceb0cd569875c0418bb8",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "arthurhoaro/web-thumbnailer", 10 "name": "arthurhoaro/web-thumbnailer",
11 "version": "v2.0.1", 11 "version": "v2.0.3",
12 "source": { 12 "source": {
13 "type": "git", 13 "type": "git",
14 "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", 14 "url": "https://github.com/ArthurHoaro/web-thumbnailer.git",
15 "reference": "4aa27a1b54b9823341fedd7ca2dcfb11a6b3186a" 15 "reference": "39bfd4f3136d9e6096496b9720e877326cfe4775"
16 }, 16 },
17 "dist": { 17 "dist": {
18 "type": "zip", 18 "type": "zip",
19 "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/4aa27a1b54b9823341fedd7ca2dcfb11a6b3186a", 19 "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/39bfd4f3136d9e6096496b9720e877326cfe4775",
20 "reference": "4aa27a1b54b9823341fedd7ca2dcfb11a6b3186a", 20 "reference": "39bfd4f3136d9e6096496b9720e877326cfe4775",
21 "shasum": "" 21 "shasum": ""
22 }, 22 },
23 "require": { 23 "require": {
24 "php": ">=7.1", 24 "php": ">=7.1",
25 "phpunit/php-text-template": "^1.2" 25 "phpunit/php-text-template": "^1.2 || ^2.0"
26 }, 26 },
27 "require-dev": { 27 "require-dev": {
28 "gskema/phpcs-type-sniff": "^0.13.1",
28 "php-coveralls/php-coveralls": "^2.0", 29 "php-coveralls/php-coveralls": "^2.0",
29 "phpunit/phpunit": "^7.0 || ^8.0", 30 "phpstan/phpstan": "^0.12.9",
31 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
30 "squizlabs/php_codesniffer": "^3.0" 32 "squizlabs/php_codesniffer": "^3.0"
31 }, 33 },
32 "type": "library", 34 "type": "library",
@@ -49,7 +51,11 @@
49 } 51 }
50 ], 52 ],
51 "description": "PHP library which will retrieve a thumbnail for any given URL", 53 "description": "PHP library which will retrieve a thumbnail for any given URL",
52 "time": "2020-01-17T19:42:49+00:00" 54 "support": {
55 "issues": "https://github.com/ArthurHoaro/web-thumbnailer/issues",
56 "source": "https://github.com/ArthurHoaro/web-thumbnailer/tree/v2.0.3"
57 },
58 "time": "2020-09-29T15:51:03+00:00"
53 }, 59 },
54 { 60 {
55 "name": "erusev/parsedown", 61 "name": "erusev/parsedown",
@@ -95,9 +101,64 @@
95 "markdown", 101 "markdown",
96 "parser" 102 "parser"
97 ], 103 ],
104 "support": {
105 "issues": "https://github.com/erusev/parsedown/issues",
106 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
107 },
98 "time": "2019-12-30T22:54:17+00:00" 108 "time": "2019-12-30T22:54:17+00:00"
99 }, 109 },
100 { 110 {
111 "name": "erusev/parsedown-extra",
112 "version": "0.8.1",
113 "source": {
114 "type": "git",
115 "url": "https://github.com/erusev/parsedown-extra.git",
116 "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
117 },
118 "dist": {
119 "type": "zip",
120 "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
121 "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
122 "shasum": ""
123 },
124 "require": {
125 "erusev/parsedown": "^1.7.4"
126 },
127 "require-dev": {
128 "phpunit/phpunit": "^4.8.35"
129 },
130 "type": "library",
131 "autoload": {
132 "psr-0": {
133 "ParsedownExtra": ""
134 }
135 },
136 "notification-url": "https://packagist.org/downloads/",
137 "license": [
138 "MIT"
139 ],
140 "authors": [
141 {
142 "name": "Emanuil Rusev",
143 "email": "hello@erusev.com",
144 "homepage": "http://erusev.com"
145 }
146 ],
147 "description": "An extension of Parsedown that adds support for Markdown Extra.",
148 "homepage": "https://github.com/erusev/parsedown-extra",
149 "keywords": [
150 "markdown",
151 "markdown extra",
152 "parsedown",
153 "parser"
154 ],
155 "support": {
156 "issues": "https://github.com/erusev/parsedown-extra/issues",
157 "source": "https://github.com/erusev/parsedown-extra/tree/0.8.x"
158 },
159 "time": "2019-12-30T23:20:37+00:00"
160 },
161 {
101 "name": "gettext/gettext", 162 "name": "gettext/gettext",
102 "version": "v4.8.2", 163 "version": "v4.8.2",
103 "source": { 164 "source": {
@@ -157,6 +218,11 @@
157 "po", 218 "po",
158 "translation" 219 "translation"
159 ], 220 ],
221 "support": {
222 "email": "oom@oscarotero.com",
223 "issues": "https://github.com/oscarotero/Gettext/issues",
224 "source": "https://github.com/php-gettext/Gettext/tree/v4.8.2"
225 },
160 "time": "2019-12-02T10:21:14+00:00" 226 "time": "2019-12-02T10:21:14+00:00"
161 }, 227 },
162 { 228 {
@@ -218,6 +284,10 @@
218 "translations", 284 "translations",
219 "unicode" 285 "unicode"
220 ], 286 ],
287 "support": {
288 "issues": "https://github.com/php-gettext/Languages/issues",
289 "source": "https://github.com/php-gettext/Languages/tree/2.6.0"
290 },
221 "time": "2019-11-13T10:30:21+00:00" 291 "time": "2019-11-13T10:30:21+00:00"
222 }, 292 },
223 { 293 {
@@ -268,6 +338,10 @@
268 "keywords": [ 338 "keywords": [
269 "logging" 339 "logging"
270 ], 340 ],
341 "support": {
342 "issues": "https://github.com/katzgrau/KLogger/issues",
343 "source": "https://github.com/katzgrau/KLogger/tree/master"
344 },
271 "time": "2016-11-07T19:29:14+00:00" 345 "time": "2016-11-07T19:29:14+00:00"
272 }, 346 },
273 { 347 {
@@ -314,6 +388,10 @@
314 "router", 388 "router",
315 "routing" 389 "routing"
316 ], 390 ],
391 "support": {
392 "issues": "https://github.com/nikic/FastRoute/issues",
393 "source": "https://github.com/nikic/FastRoute/tree/master"
394 },
317 "time": "2018-02-13T20:26:39+00:00" 395 "time": "2018-02-13T20:26:39+00:00"
318 }, 396 },
319 { 397 {
@@ -355,6 +433,10 @@
355 "keywords": [ 433 "keywords": [
356 "template" 434 "template"
357 ], 435 ],
436 "support": {
437 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
438 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
439 },
358 "time": "2015-06-21T13:50:34+00:00" 440 "time": "2015-06-21T13:50:34+00:00"
359 }, 441 },
360 { 442 {
@@ -405,6 +487,10 @@
405 "container", 487 "container",
406 "dependency injection" 488 "dependency injection"
407 ], 489 ],
490 "support": {
491 "issues": "https://github.com/silexphp/Pimple/issues",
492 "source": "https://github.com/silexphp/Pimple/tree/master"
493 },
408 "time": "2018-01-21T07:42:36+00:00" 494 "time": "2018-01-21T07:42:36+00:00"
409 }, 495 },
410 { 496 {
@@ -454,6 +540,10 @@
454 "container-interop", 540 "container-interop",
455 "psr" 541 "psr"
456 ], 542 ],
543 "support": {
544 "issues": "https://github.com/php-fig/container/issues",
545 "source": "https://github.com/php-fig/container/tree/master"
546 },
457 "time": "2017-02-14T16:28:37+00:00" 547 "time": "2017-02-14T16:28:37+00:00"
458 }, 548 },
459 { 549 {
@@ -504,6 +594,9 @@
504 "request", 594 "request",
505 "response" 595 "response"
506 ], 596 ],
597 "support": {
598 "source": "https://github.com/php-fig/http-message/tree/master"
599 },
507 "time": "2016-08-06T14:39:51+00:00" 600 "time": "2016-08-06T14:39:51+00:00"
508 }, 601 },
509 { 602 {
@@ -551,6 +644,9 @@
551 "psr", 644 "psr",
552 "psr-3" 645 "psr-3"
553 ], 646 ],
647 "support": {
648 "source": "https://github.com/php-fig/log/tree/1.1.3"
649 },
554 "time": "2020-03-23T09:12:05+00:00" 650 "time": "2020-03-23T09:12:05+00:00"
555 }, 651 },
556 { 652 {
@@ -571,6 +667,7 @@
571 "ext-curl": "*", 667 "ext-curl": "*",
572 "php": "~5.4 || ~7.0" 668 "php": "~5.4 || ~7.0"
573 }, 669 },
670 "default-branch": true,
574 "type": "library", 671 "type": "library",
575 "autoload": { 672 "autoload": {
576 "psr-4": { 673 "psr-4": {
@@ -596,20 +693,24 @@
596 "pubsubhubbub", 693 "pubsubhubbub",
597 "websub" 694 "websub"
598 ], 695 ],
696 "support": {
697 "issues": "https://github.com/pubsubhubbub/php-publisher/issues",
698 "source": "https://github.com/pubsubhubbub/php-publisher/tree/master"
699 },
599 "time": "2018-10-09T05:20:28+00:00" 700 "time": "2018-10-09T05:20:28+00:00"
600 }, 701 },
601 { 702 {
602 "name": "shaarli/netscape-bookmark-parser", 703 "name": "shaarli/netscape-bookmark-parser",
603 "version": "v2.1.0", 704 "version": "v2.2.0",
604 "source": { 705 "source": {
605 "type": "git", 706 "type": "git",
606 "url": "https://github.com/shaarli/netscape-bookmark-parser.git", 707 "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
607 "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577" 708 "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df"
608 }, 709 },
609 "dist": { 710 "dist": {
610 "type": "zip", 711 "type": "zip",
611 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/819008ee42c4dd7e45d988176a4a22d6ed689577", 712 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/432a010af2bb1832d6fbc4763e6b0100b980a1df",
612 "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577", 713 "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df",
613 "shasum": "" 714 "shasum": ""
614 }, 715 },
615 "require": { 716 "require": {
@@ -649,9 +750,13 @@
649 "bookmark", 750 "bookmark",
650 "link", 751 "link",
651 "netscape", 752 "netscape",
652 "parser" 753 "parse"
653 ], 754 ],
654 "time": "2018-10-06T14:43:38+00:00" 755 "support": {
756 "issues": "https://github.com/shaarli/netscape-bookmark-parser/issues",
757 "source": "https://github.com/shaarli/netscape-bookmark-parser/tree/v2.2.0"
758 },
759 "time": "2020-06-06T15:53:53+00:00"
655 }, 760 },
656 { 761 {
657 "name": "slim/slim", 762 "name": "slim/slim",
@@ -724,26 +829,30 @@
724 "micro", 829 "micro",
725 "router" 830 "router"
726 ], 831 ],
832 "support": {
833 "issues": "https://github.com/slimphp/Slim/issues",
834 "source": "https://github.com/slimphp/Slim/tree/3.x"
835 },
727 "time": "2019-11-28T17:40:33+00:00" 836 "time": "2019-11-28T17:40:33+00:00"
728 } 837 }
729 ], 838 ],
730 "packages-dev": [ 839 "packages-dev": [
731 { 840 {
732 "name": "doctrine/instantiator", 841 "name": "doctrine/instantiator",
733 "version": "1.3.0", 842 "version": "1.3.1",
734 "source": { 843 "source": {
735 "type": "git", 844 "type": "git",
736 "url": "https://github.com/doctrine/instantiator.git", 845 "url": "https://github.com/doctrine/instantiator.git",
737 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" 846 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
738 }, 847 },
739 "dist": { 848 "dist": {
740 "type": "zip", 849 "type": "zip",
741 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", 850 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
742 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", 851 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
743 "shasum": "" 852 "shasum": ""
744 }, 853 },
745 "require": { 854 "require": {
746 "php": "^7.1" 855 "php": "^7.1 || ^8.0"
747 }, 856 },
748 "require-dev": { 857 "require-dev": {
749 "doctrine/coding-standard": "^6.0", 858 "doctrine/coding-standard": "^6.0",
@@ -782,24 +891,42 @@
782 "constructor", 891 "constructor",
783 "instantiate" 892 "instantiate"
784 ], 893 ],
785 "time": "2019-10-21T16:45:58+00:00" 894 "support": {
895 "issues": "https://github.com/doctrine/instantiator/issues",
896 "source": "https://github.com/doctrine/instantiator/tree/1.3.x"
897 },
898 "funding": [
899 {
900 "url": "https://www.doctrine-project.org/sponsorship.html",
901 "type": "custom"
902 },
903 {
904 "url": "https://www.patreon.com/phpdoctrine",
905 "type": "patreon"
906 },
907 {
908 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
909 "type": "tidelift"
910 }
911 ],
912 "time": "2020-05-29T17:27:14+00:00"
786 }, 913 },
787 { 914 {
788 "name": "myclabs/deep-copy", 915 "name": "myclabs/deep-copy",
789 "version": "1.9.5", 916 "version": "1.10.1",
790 "source": { 917 "source": {
791 "type": "git", 918 "type": "git",
792 "url": "https://github.com/myclabs/DeepCopy.git", 919 "url": "https://github.com/myclabs/DeepCopy.git",
793 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" 920 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
794 }, 921 },
795 "dist": { 922 "dist": {
796 "type": "zip", 923 "type": "zip",
797 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", 924 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
798 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", 925 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
799 "shasum": "" 926 "shasum": ""
800 }, 927 },
801 "require": { 928 "require": {
802 "php": "^7.1" 929 "php": "^7.1 || ^8.0"
803 }, 930 },
804 "replace": { 931 "replace": {
805 "myclabs/deep-copy": "self.version" 932 "myclabs/deep-copy": "self.version"
@@ -830,7 +957,17 @@
830 "object", 957 "object",
831 "object graph" 958 "object graph"
832 ], 959 ],
833 "time": "2020-01-17T21:11:47+00:00" 960 "support": {
961 "issues": "https://github.com/myclabs/DeepCopy/issues",
962 "source": "https://github.com/myclabs/DeepCopy/tree/1.x"
963 },
964 "funding": [
965 {
966 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
967 "type": "tidelift"
968 }
969 ],
970 "time": "2020-06-29T13:22:24+00:00"
834 }, 971 },
835 { 972 {
836 "name": "phar-io/manifest", 973 "name": "phar-io/manifest",
@@ -885,6 +1022,10 @@
885 } 1022 }
886 ], 1023 ],
887 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 1024 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1025 "support": {
1026 "issues": "https://github.com/phar-io/manifest/issues",
1027 "source": "https://github.com/phar-io/manifest/tree/master"
1028 },
888 "time": "2018-07-08T19:23:20+00:00" 1029 "time": "2018-07-08T19:23:20+00:00"
889 }, 1030 },
890 { 1031 {
@@ -932,6 +1073,10 @@
932 } 1073 }
933 ], 1074 ],
934 "description": "Library for handling version information and constraints", 1075 "description": "Library for handling version information and constraints",
1076 "support": {
1077 "issues": "https://github.com/phar-io/version/issues",
1078 "source": "https://github.com/phar-io/version/tree/master"
1079 },
935 "time": "2018-07-08T19:19:57+00:00" 1080 "time": "2018-07-08T19:19:57+00:00"
936 }, 1081 },
937 { 1082 {
@@ -981,6 +1126,10 @@
981 "reflection", 1126 "reflection",
982 "static analysis" 1127 "static analysis"
983 ], 1128 ],
1129 "support": {
1130 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
1131 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
1132 },
984 "time": "2020-04-27T09:25:28+00:00" 1133 "time": "2020-04-27T09:25:28+00:00"
985 }, 1134 },
986 { 1135 {
@@ -1033,6 +1182,10 @@
1033 } 1182 }
1034 ], 1183 ],
1035 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 1184 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1185 "support": {
1186 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
1187 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x"
1188 },
1036 "time": "2019-12-28T18:55:12+00:00" 1189 "time": "2019-12-28T18:55:12+00:00"
1037 }, 1190 },
1038 { 1191 {
@@ -1080,6 +1233,10 @@
1080 } 1233 }
1081 ], 1234 ],
1082 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 1235 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1236 "support": {
1237 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
1238 "source": "https://github.com/phpDocumentor/TypeResolver/tree/0.7.2"
1239 },
1083 "time": "2019-08-22T18:11:29+00:00" 1240 "time": "2019-08-22T18:11:29+00:00"
1084 }, 1241 },
1085 { 1242 {
@@ -1143,6 +1300,10 @@
1143 "spy", 1300 "spy",
1144 "stub" 1301 "stub"
1145 ], 1302 ],
1303 "support": {
1304 "issues": "https://github.com/phpspec/prophecy/issues",
1305 "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
1306 },
1146 "time": "2020-03-05T15:02:03+00:00" 1307 "time": "2020-03-05T15:02:03+00:00"
1147 }, 1308 },
1148 { 1309 {
@@ -1206,6 +1367,10 @@
1206 "testing", 1367 "testing",
1207 "xunit" 1368 "xunit"
1208 ], 1369 ],
1370 "support": {
1371 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
1372 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
1373 },
1209 "time": "2018-10-31T16:06:48+00:00" 1374 "time": "2018-10-31T16:06:48+00:00"
1210 }, 1375 },
1211 { 1376 {
@@ -1256,6 +1421,10 @@
1256 "filesystem", 1421 "filesystem",
1257 "iterator" 1422 "iterator"
1258 ], 1423 ],
1424 "support": {
1425 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1426 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.2"
1427 },
1259 "time": "2018-09-13T20:33:42+00:00" 1428 "time": "2018-09-13T20:33:42+00:00"
1260 }, 1429 },
1261 { 1430 {
@@ -1305,6 +1474,10 @@
1305 "keywords": [ 1474 "keywords": [
1306 "timer" 1475 "timer"
1307 ], 1476 ],
1477 "support": {
1478 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1479 "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
1480 },
1308 "time": "2019-06-07T04:22:29+00:00" 1481 "time": "2019-06-07T04:22:29+00:00"
1309 }, 1482 },
1310 { 1483 {
@@ -1354,59 +1527,12 @@
1354 "keywords": [ 1527 "keywords": [
1355 "tokenizer" 1528 "tokenizer"
1356 ], 1529 ],
1357 "time": "2019-09-17T06:23:10+00:00" 1530 "support": {
1358 }, 1531 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
1359 { 1532 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.1"
1360 "name": "phpunit/phpcov",
1361 "version": "5.0.0",
1362 "source": {
1363 "type": "git",
1364 "url": "https://github.com/sebastianbergmann/phpcov.git",
1365 "reference": "72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8"
1366 },
1367 "dist": {
1368 "type": "zip",
1369 "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8",
1370 "reference": "72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8",
1371 "shasum": ""
1372 },
1373 "require": {
1374 "php": "^7.1",
1375 "phpunit/php-code-coverage": "^6.0",
1376 "phpunit/phpunit": "^7.0",
1377 "sebastian/diff": "^3.0",
1378 "sebastian/finder-facade": "^1.1",
1379 "sebastian/version": "^2.0",
1380 "symfony/console": "^3.0 || ^4.0"
1381 },
1382 "bin": [
1383 "phpcov"
1384 ],
1385 "type": "library",
1386 "extra": {
1387 "branch-alias": {
1388 "dev-master": "5.0-dev"
1389 }
1390 },
1391 "autoload": {
1392 "classmap": [
1393 "src/"
1394 ]
1395 }, 1533 },
1396 "notification-url": "https://packagist.org/downloads/", 1534 "abandoned": true,
1397 "license": [ 1535 "time": "2019-09-17T06:23:10+00:00"
1398 "BSD-3-Clause"
1399 ],
1400 "authors": [
1401 {
1402 "name": "Sebastian Bergmann",
1403 "email": "sebastian@phpunit.de",
1404 "role": "lead"
1405 }
1406 ],
1407 "description": "CLI frontend for php-code-coverage",
1408 "homepage": "https://github.com/sebastianbergmann/phpcov",
1409 "time": "2018-02-04T10:18:50+00:00"
1410 }, 1536 },
1411 { 1537 {
1412 "name": "phpunit/phpunit", 1538 "name": "phpunit/phpunit",
@@ -1490,6 +1616,10 @@
1490 "testing", 1616 "testing",
1491 "xunit" 1617 "xunit"
1492 ], 1618 ],
1619 "support": {
1620 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1621 "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
1622 },
1493 "time": "2020-01-08T08:45:45+00:00" 1623 "time": "2020-01-08T08:45:45+00:00"
1494 }, 1624 },
1495 { 1625 {
@@ -1498,12 +1628,12 @@
1498 "source": { 1628 "source": {
1499 "type": "git", 1629 "type": "git",
1500 "url": "https://github.com/Roave/SecurityAdvisories.git", 1630 "url": "https://github.com/Roave/SecurityAdvisories.git",
1501 "reference": "5a342e2dc0408d026b97ee3176b5b406e54e3766" 1631 "reference": "ba5d234b3a1559321b816b64aafc2ce6728799ff"
1502 }, 1632 },
1503 "dist": { 1633 "dist": {
1504 "type": "zip", 1634 "type": "zip",
1505 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5a342e2dc0408d026b97ee3176b5b406e54e3766", 1635 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ba5d234b3a1559321b816b64aafc2ce6728799ff",
1506 "reference": "5a342e2dc0408d026b97ee3176b5b406e54e3766", 1636 "reference": "ba5d234b3a1559321b816b64aafc2ce6728799ff",
1507 "shasum": "" 1637 "shasum": ""
1508 }, 1638 },
1509 "conflict": { 1639 "conflict": {
@@ -1512,12 +1642,15 @@
1512 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", 1642 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
1513 "amphp/artax": "<1.0.6|>=2,<2.0.6", 1643 "amphp/artax": "<1.0.6|>=2,<2.0.6",
1514 "amphp/http": "<1.0.1", 1644 "amphp/http": "<1.0.1",
1645 "amphp/http-client": ">=4,<4.4",
1515 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", 1646 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
1516 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", 1647 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
1517 "aws/aws-sdk-php": ">=3,<3.2.1", 1648 "aws/aws-sdk-php": ">=3,<3.2.1",
1518 "bagisto/bagisto": "<0.1.5", 1649 "bagisto/bagisto": "<0.1.5",
1519 "barrelstrength/sprout-base-email": "<3.9", 1650 "barrelstrength/sprout-base-email": "<1.2.7",
1520 "bolt/bolt": "<3.6.10", 1651 "barrelstrength/sprout-forms": "<3.9",
1652 "baserproject/basercms": ">=4,<=4.3.6",
1653 "bolt/bolt": "<3.7.1",
1521 "brightlocal/phpwhois": "<=4.2.5", 1654 "brightlocal/phpwhois": "<=4.2.5",
1522 "buddypress/buddypress": "<5.1.2", 1655 "buddypress/buddypress": "<5.1.2",
1523 "bugsnag/bugsnag-laravel": ">=2,<2.0.2", 1656 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
@@ -1530,10 +1663,11 @@
1530 "composer/composer": "<=1-alpha.11", 1663 "composer/composer": "<=1-alpha.11",
1531 "contao-components/mediaelement": ">=2.14.2,<2.21.1", 1664 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
1532 "contao/core": ">=2,<3.5.39", 1665 "contao/core": ">=2,<3.5.39",
1533 "contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6", 1666 "contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0",
1534 "contao/listing-bundle": ">=4,<4.4.8", 1667 "contao/listing-bundle": ">=4,<4.4.8",
1535 "datadog/dd-trace": ">=0.30,<0.30.2", 1668 "datadog/dd-trace": ">=0.30,<0.30.2",
1536 "david-garcia/phpwhois": "<=4.3.1", 1669 "david-garcia/phpwhois": "<=4.3.1",
1670 "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
1537 "doctrine/annotations": ">=1,<1.2.7", 1671 "doctrine/annotations": ">=1,<1.2.7",
1538 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", 1672 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
1539 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", 1673 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
@@ -1543,10 +1677,10 @@
1543 "doctrine/mongodb-odm": ">=1,<1.0.2", 1677 "doctrine/mongodb-odm": ">=1,<1.0.2",
1544 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", 1678 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
1545 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", 1679 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
1546 "dolibarr/dolibarr": "<=10.0.6", 1680 "dolibarr/dolibarr": "<11.0.4",
1547 "dompdf/dompdf": ">=0.6,<0.6.2", 1681 "dompdf/dompdf": ">=0.6,<0.6.2",
1548 "drupal/core": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4", 1682 "drupal/core": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
1549 "drupal/drupal": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4", 1683 "drupal/drupal": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
1550 "endroid/qr-code-bundle": "<3.4.2", 1684 "endroid/qr-code-bundle": "<3.4.2",
1551 "enshrined/svg-sanitize": "<0.13.1", 1685 "enshrined/svg-sanitize": "<0.13.1",
1552 "erusev/parsedown": "<1.7.2", 1686 "erusev/parsedown": "<1.7.2",
@@ -1555,10 +1689,12 @@
1555 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", 1689 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
1556 "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", 1690 "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
1557 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", 1691 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
1558 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2", 1692 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
1693 "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
1559 "ezsystems/ezplatform-user": ">=1,<1.0.1", 1694 "ezsystems/ezplatform-user": ">=1,<1.0.1",
1560 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.1|>=6,<6.7.9.1|>=6.8,<6.13.6.2|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.6.2", 1695 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1",
1561 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2", 1696 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1",
1697 "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
1562 "ezsystems/repository-forms": ">=2.3,<2.3.2.1", 1698 "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
1563 "ezyang/htmlpurifier": "<4.1.1", 1699 "ezyang/htmlpurifier": "<4.1.1",
1564 "firebase/php-jwt": "<2", 1700 "firebase/php-jwt": "<2",
@@ -1567,14 +1703,16 @@
1567 "friendsofsymfony/oauth2-php": "<1.3", 1703 "friendsofsymfony/oauth2-php": "<1.3",
1568 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", 1704 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
1569 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", 1705 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
1706 "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
1570 "fuel/core": "<1.8.1", 1707 "fuel/core": "<1.8.1",
1571 "getgrav/grav": "<1.7-beta.8", 1708 "getgrav/grav": "<1.7-beta.8",
1709 "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
1572 "gree/jose": "<=2.2", 1710 "gree/jose": "<=2.2",
1573 "gregwar/rst": "<1.0.3", 1711 "gregwar/rst": "<1.0.3",
1574 "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1", 1712 "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
1575 "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", 1713 "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",
1576 "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", 1714 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
1577 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", 1715 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29|>=5.5,<=5.5.44|>=6,<6.18.34|>=7,<7.23.2",
1578 "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", 1716 "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",
1579 "illuminate/view": ">=7,<7.1.2", 1717 "illuminate/view": ">=7,<7.1.2",
1580 "ivankristianto/phpwhois": "<=4.3", 1718 "ivankristianto/phpwhois": "<=4.3",
@@ -1582,22 +1720,34 @@
1582 "joomla/session": "<1.3.1", 1720 "joomla/session": "<1.3.1",
1583 "jsmitty12/phpwhois": "<5.1", 1721 "jsmitty12/phpwhois": "<5.1",
1584 "kazist/phpwhois": "<=4.2.6", 1722 "kazist/phpwhois": "<=4.2.6",
1723 "kitodo/presentation": "<3.1.2",
1585 "kreait/firebase-php": ">=3.2,<3.8.1", 1724 "kreait/firebase-php": ">=3.2,<3.8.1",
1586 "la-haute-societe/tcpdf": "<6.2.22", 1725 "la-haute-societe/tcpdf": "<6.2.22",
1587 "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|>=7,<7.1.2", 1726 "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.34|>=7,<7.23.2",
1588 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", 1727 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
1589 "league/commonmark": "<0.18.3", 1728 "league/commonmark": "<0.18.3",
1590 "librenms/librenms": "<1.53", 1729 "librenms/librenms": "<1.53",
1730 "livewire/livewire": ">2.2.4,<2.2.6",
1591 "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", 1731 "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
1592 "magento/magento1ce": "<1.9.4.3", 1732 "magento/magento1ce": "<1.9.4.3",
1593 "magento/magento1ee": ">=1,<1.14.4.3", 1733 "magento/magento1ee": ">=1,<1.14.4.3",
1594 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", 1734 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
1735 "marcwillmann/turn": "<0.3.3",
1736 "mittwald/typo3_forum": "<1.2.1",
1595 "monolog/monolog": ">=1.8,<1.12", 1737 "monolog/monolog": ">=1.8,<1.12",
1596 "namshi/jose": "<2.2", 1738 "namshi/jose": "<2.2",
1739 "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
1740 "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
1741 "nystudio107/craft-seomatic": "<3.3",
1597 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", 1742 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
1743 "october/backend": ">=1.0.319,<1.0.467",
1744 "october/cms": ">=1.0.319,<1.0.466",
1745 "october/october": ">=1.0.319,<1.0.466",
1746 "october/rain": ">=1.0.319,<1.0.468",
1598 "onelogin/php-saml": "<2.10.4", 1747 "onelogin/php-saml": "<2.10.4",
1599 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", 1748 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
1600 "openid/php-openid": "<2.3", 1749 "openid/php-openid": "<2.3",
1750 "openmage/magento-lts": "<19.4.6|>=20,<20.0.2",
1601 "oro/crm": ">=1.7,<1.7.4", 1751 "oro/crm": ">=1.7,<1.7.4",
1602 "oro/platform": ">=1.7,<1.7.4", 1752 "oro/platform": ">=1.7,<1.7.4",
1603 "padraic/humbug_get_contents": "<1.1.2", 1753 "padraic/humbug_get_contents": "<1.1.2",
@@ -1605,8 +1755,10 @@
1605 "paragonie/random_compat": "<2", 1755 "paragonie/random_compat": "<2",
1606 "paypal/merchant-sdk-php": "<3.12", 1756 "paypal/merchant-sdk-php": "<3.12",
1607 "pear/archive_tar": "<1.4.4", 1757 "pear/archive_tar": "<1.4.4",
1758 "personnummer/personnummer": "<3.0.2",
1608 "phpfastcache/phpfastcache": ">=5,<5.0.13", 1759 "phpfastcache/phpfastcache": ">=5,<5.0.13",
1609 "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6", 1760 "phpmailer/phpmailer": "<6.1.6",
1761 "phpmussel/phpmussel": ">=1,<1.6",
1610 "phpmyadmin/phpmyadmin": "<4.9.2", 1762 "phpmyadmin/phpmyadmin": "<4.9.2",
1611 "phpoffice/phpexcel": "<1.8.2", 1763 "phpoffice/phpexcel": "<1.8.2",
1612 "phpoffice/phpspreadsheet": "<1.8", 1764 "phpoffice/phpspreadsheet": "<1.8",
@@ -1615,25 +1767,31 @@
1615 "phpxmlrpc/extras": "<0.6.1", 1767 "phpxmlrpc/extras": "<0.6.1",
1616 "pimcore/pimcore": "<6.3", 1768 "pimcore/pimcore": "<6.3",
1617 "prestashop/autoupgrade": ">=4,<4.10.1", 1769 "prestashop/autoupgrade": ">=4,<4.10.1",
1770 "prestashop/contactform": ">1.0.1,<4.3",
1618 "prestashop/gamification": "<2.3.2", 1771 "prestashop/gamification": "<2.3.2",
1619 "prestashop/ps_facetedsearch": "<3.4.1", 1772 "prestashop/ps_facetedsearch": "<3.4.1",
1620 "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2", 1773 "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
1621 "propel/propel": ">=2-alpha.1,<=2-alpha.7", 1774 "propel/propel": ">=2-alpha.1,<=2-alpha.7",
1622 "propel/propel1": ">=1,<=1.7.1", 1775 "propel/propel1": ">=1,<=1.7.1",
1776 "pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6",
1623 "pusher/pusher-php-server": "<2.2.1", 1777 "pusher/pusher-php-server": "<2.2.1",
1778 "rainlab/debugbar-plugin": "<3.1",
1624 "robrichards/xmlseclibs": "<3.0.4", 1779 "robrichards/xmlseclibs": "<3.0.4",
1780 "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
1625 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", 1781 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
1626 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", 1782 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
1627 "sensiolabs/connect": "<4.2.3", 1783 "sensiolabs/connect": "<4.2.3",
1628 "serluck/phpwhois": "<=4.2.6", 1784 "serluck/phpwhois": "<=4.2.6",
1785 "shopware/core": "<=6.3.1",
1786 "shopware/platform": "<=6.3.1",
1629 "shopware/shopware": "<5.3.7", 1787 "shopware/shopware": "<5.3.7",
1630 "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", 1788 "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
1631 "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2", 1789 "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
1632 "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", 1790 "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
1633 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", 1791 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
1634 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", 1792 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
1635 "silverstripe/framework": "<4.4.5|>=4.5,<4.5.2", 1793 "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4",
1636 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2", 1794 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4",
1637 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", 1795 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
1638 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", 1796 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
1639 "silverstripe/subsites": ">=2,<2.1.1", 1797 "silverstripe/subsites": ">=2,<2.1.1",
@@ -1652,11 +1810,12 @@
1652 "ssddanbrown/bookstack": "<0.29.2", 1810 "ssddanbrown/bookstack": "<0.29.2",
1653 "stormpath/sdk": ">=0,<9.9.99", 1811 "stormpath/sdk": ">=0,<9.9.99",
1654 "studio-42/elfinder": "<2.1.49", 1812 "studio-42/elfinder": "<2.1.49",
1813 "sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1",
1655 "swiftmailer/swiftmailer": ">=4,<5.4.5", 1814 "swiftmailer/swiftmailer": ">=4,<5.4.5",
1656 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", 1815 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
1657 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", 1816 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
1658 "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", 1817 "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
1659 "sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3", 1818 "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
1660 "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5", 1819 "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
1661 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", 1820 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
1662 "symbiote/silverstripe-versionedfiles": "<=2.0.3", 1821 "symbiote/silverstripe-versionedfiles": "<=2.0.3",
@@ -1666,7 +1825,7 @@
1666 "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", 1825 "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",
1667 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1826 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1668 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 1827 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
1669 "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 1828 "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
1670 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", 1829 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
1671 "symfony/mime": ">=4.3,<4.3.8", 1830 "symfony/mime": ">=4.3,<4.3.8",
1672 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1831 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
@@ -1681,12 +1840,13 @@
1681 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", 1840 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1682 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 1841 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
1683 "symfony/serializer": ">=2,<2.0.11", 1842 "symfony/serializer": ">=2,<2.0.11",
1684 "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", 1843 "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
1685 "symfony/translation": ">=2,<2.0.17", 1844 "symfony/translation": ">=2,<2.0.17",
1686 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", 1845 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
1687 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", 1846 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
1688 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", 1847 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
1689 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", 1848 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
1849 "t3g/svg-sanitizer": "<1.0.3",
1690 "tecnickcom/tcpdf": "<6.2.22", 1850 "tecnickcom/tcpdf": "<6.2.22",
1691 "thelia/backoffice-default-template": ">=2.1,<2.1.2", 1851 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
1692 "thelia/thelia": ">=2.1-beta.1,<2.1.3", 1852 "thelia/thelia": ">=2.1-beta.1,<2.1.3",
@@ -1694,11 +1854,12 @@
1694 "titon/framework": ">=0,<9.9.99", 1854 "titon/framework": ">=0,<9.9.99",
1695 "truckersmp/phpwhois": "<=4.3.1", 1855 "truckersmp/phpwhois": "<=4.3.1",
1696 "twig/twig": "<1.38|>=2,<2.7", 1856 "twig/twig": "<1.38|>=2,<2.7",
1697 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2", 1857 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
1698 "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2", 1858 "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
1699 "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", 1859 "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",
1700 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", 1860 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
1701 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", 1861 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
1862 "typo3fluid/fluid": ">=2,<2.0.5|>=2.1,<2.1.4|>=2.2,<2.2.1|>=2.3,<2.3.5|>=2.4,<2.4.1|>=2.5,<2.5.5|>=2.6,<2.6.1",
1702 "ua-parser/uap-php": "<3.8", 1863 "ua-parser/uap-php": "<3.8",
1703 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", 1864 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
1704 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", 1865 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
@@ -1706,7 +1867,7 @@
1706 "willdurand/js-translation-bundle": "<2.1.1", 1867 "willdurand/js-translation-bundle": "<2.1.1",
1707 "yii2mod/yii2-cms": "<1.9.2", 1868 "yii2mod/yii2-cms": "<1.9.2",
1708 "yiisoft/yii": ">=1.1.14,<1.1.15", 1869 "yiisoft/yii": ">=1.1.14,<1.1.15",
1709 "yiisoft/yii2": "<2.0.15", 1870 "yiisoft/yii2": "<2.0.38",
1710 "yiisoft/yii2-bootstrap": "<2.0.4", 1871 "yiisoft/yii2-bootstrap": "<2.0.4",
1711 "yiisoft/yii2-dev": "<2.0.15", 1872 "yiisoft/yii2-dev": "<2.0.15",
1712 "yiisoft/yii2-elasticsearch": "<2.0.5", 1873 "yiisoft/yii2-elasticsearch": "<2.0.5",
@@ -1758,7 +1919,21 @@
1758 } 1919 }
1759 ], 1920 ],
1760 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", 1921 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
1761 "time": "2020-05-12T11:18:47+00:00" 1922 "support": {
1923 "issues": "https://github.com/Roave/SecurityAdvisories/issues",
1924 "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
1925 },
1926 "funding": [
1927 {
1928 "url": "https://github.com/Ocramius",
1929 "type": "github"
1930 },
1931 {
1932 "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
1933 "type": "tidelift"
1934 }
1935 ],
1936 "time": "2020-10-08T21:02:27+00:00"
1762 }, 1937 },
1763 { 1938 {
1764 "name": "sebastian/code-unit-reverse-lookup", 1939 "name": "sebastian/code-unit-reverse-lookup",
@@ -1803,6 +1978,10 @@
1803 ], 1978 ],
1804 "description": "Looks up which function or method a line of code belongs to", 1979 "description": "Looks up which function or method a line of code belongs to",
1805 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 1980 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1981 "support": {
1982 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1983 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/master"
1984 },
1806 "time": "2017-03-04T06:30:41+00:00" 1985 "time": "2017-03-04T06:30:41+00:00"
1807 }, 1986 },
1808 { 1987 {
@@ -1867,6 +2046,10 @@
1867 "compare", 2046 "compare",
1868 "equality" 2047 "equality"
1869 ], 2048 ],
2049 "support": {
2050 "issues": "https://github.com/sebastianbergmann/comparator/issues",
2051 "source": "https://github.com/sebastianbergmann/comparator/tree/master"
2052 },
1870 "time": "2018-07-12T15:12:46+00:00" 2053 "time": "2018-07-12T15:12:46+00:00"
1871 }, 2054 },
1872 { 2055 {
@@ -1923,6 +2106,10 @@
1923 "unidiff", 2106 "unidiff",
1924 "unified diff" 2107 "unified diff"
1925 ], 2108 ],
2109 "support": {
2110 "issues": "https://github.com/sebastianbergmann/diff/issues",
2111 "source": "https://github.com/sebastianbergmann/diff/tree/master"
2112 },
1926 "time": "2019-02-04T06:01:07+00:00" 2113 "time": "2019-02-04T06:01:07+00:00"
1927 }, 2114 },
1928 { 2115 {
@@ -1976,6 +2163,10 @@
1976 "environment", 2163 "environment",
1977 "hhvm" 2164 "hhvm"
1978 ], 2165 ],
2166 "support": {
2167 "issues": "https://github.com/sebastianbergmann/environment/issues",
2168 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.3"
2169 },
1979 "time": "2019-11-20T08:46:58+00:00" 2170 "time": "2019-11-20T08:46:58+00:00"
1980 }, 2171 },
1981 { 2172 {
@@ -2043,50 +2234,11 @@
2043 "export", 2234 "export",
2044 "exporter" 2235 "exporter"
2045 ], 2236 ],
2046 "time": "2019-09-14T09:02:43+00:00" 2237 "support": {
2047 }, 2238 "issues": "https://github.com/sebastianbergmann/exporter/issues",
2048 { 2239 "source": "https://github.com/sebastianbergmann/exporter/tree/master"
2049 "name": "sebastian/finder-facade",
2050 "version": "1.2.3",
2051 "source": {
2052 "type": "git",
2053 "url": "https://github.com/sebastianbergmann/finder-facade.git",
2054 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16"
2055 },
2056 "dist": {
2057 "type": "zip",
2058 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/167c45d131f7fc3d159f56f191a0a22228765e16",
2059 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16",
2060 "shasum": ""
2061 },
2062 "require": {
2063 "php": "^7.1",
2064 "symfony/finder": "^2.3|^3.0|^4.0|^5.0",
2065 "theseer/fdomdocument": "^1.6"
2066 },
2067 "type": "library",
2068 "extra": {
2069 "branch-alias": []
2070 },
2071 "autoload": {
2072 "classmap": [
2073 "src/"
2074 ]
2075 }, 2240 },
2076 "notification-url": "https://packagist.org/downloads/", 2241 "time": "2019-09-14T09:02:43+00:00"
2077 "license": [
2078 "BSD-3-Clause"
2079 ],
2080 "authors": [
2081 {
2082 "name": "Sebastian Bergmann",
2083 "email": "sebastian@phpunit.de",
2084 "role": "lead"
2085 }
2086 ],
2087 "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
2088 "homepage": "https://github.com/sebastianbergmann/finder-facade",
2089 "time": "2020-01-16T08:08:45+00:00"
2090 }, 2242 },
2091 { 2243 {
2092 "name": "sebastian/global-state", 2244 "name": "sebastian/global-state",
@@ -2137,6 +2289,10 @@
2137 "keywords": [ 2289 "keywords": [
2138 "global state" 2290 "global state"
2139 ], 2291 ],
2292 "support": {
2293 "issues": "https://github.com/sebastianbergmann/global-state/issues",
2294 "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
2295 },
2140 "time": "2017-04-27T15:39:26+00:00" 2296 "time": "2017-04-27T15:39:26+00:00"
2141 }, 2297 },
2142 { 2298 {
@@ -2184,6 +2340,10 @@
2184 ], 2340 ],
2185 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 2341 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2186 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 2342 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2343 "support": {
2344 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2345 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
2346 },
2187 "time": "2017-08-03T12:35:26+00:00" 2347 "time": "2017-08-03T12:35:26+00:00"
2188 }, 2348 },
2189 { 2349 {
@@ -2229,6 +2389,10 @@
2229 ], 2389 ],
2230 "description": "Allows reflection of object attributes, including inherited and non-public ones", 2390 "description": "Allows reflection of object attributes, including inherited and non-public ones",
2231 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 2391 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2392 "support": {
2393 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2394 "source": "https://github.com/sebastianbergmann/object-reflector/tree/master"
2395 },
2232 "time": "2017-03-29T09:07:27+00:00" 2396 "time": "2017-03-29T09:07:27+00:00"
2233 }, 2397 },
2234 { 2398 {
@@ -2282,6 +2446,10 @@
2282 ], 2446 ],
2283 "description": "Provides functionality to recursively process PHP variables", 2447 "description": "Provides functionality to recursively process PHP variables",
2284 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 2448 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2449 "support": {
2450 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2451 "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
2452 },
2285 "time": "2017-03-03T06:23:57+00:00" 2453 "time": "2017-03-03T06:23:57+00:00"
2286 }, 2454 },
2287 { 2455 {
@@ -2324,6 +2492,10 @@
2324 ], 2492 ],
2325 "description": "Provides a list of PHP built-in functions that operate on resources", 2493 "description": "Provides a list of PHP built-in functions that operate on resources",
2326 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 2494 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2495 "support": {
2496 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
2497 "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
2498 },
2327 "time": "2018-10-04T04:07:39+00:00" 2499 "time": "2018-10-04T04:07:39+00:00"
2328 }, 2500 },
2329 { 2501 {
@@ -2367,20 +2539,24 @@
2367 ], 2539 ],
2368 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 2540 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2369 "homepage": "https://github.com/sebastianbergmann/version", 2541 "homepage": "https://github.com/sebastianbergmann/version",
2542 "support": {
2543 "issues": "https://github.com/sebastianbergmann/version/issues",
2544 "source": "https://github.com/sebastianbergmann/version/tree/master"
2545 },
2370 "time": "2016-10-03T07:35:21+00:00" 2546 "time": "2016-10-03T07:35:21+00:00"
2371 }, 2547 },
2372 { 2548 {
2373 "name": "squizlabs/php_codesniffer", 2549 "name": "squizlabs/php_codesniffer",
2374 "version": "3.5.5", 2550 "version": "3.5.6",
2375 "source": { 2551 "source": {
2376 "type": "git", 2552 "type": "git",
2377 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 2553 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2378 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6" 2554 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
2379 }, 2555 },
2380 "dist": { 2556 "dist": {
2381 "type": "zip", 2557 "type": "zip",
2382 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6", 2558 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
2383 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6", 2559 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
2384 "shasum": "" 2560 "shasum": ""
2385 }, 2561 },
2386 "require": { 2562 "require": {
@@ -2418,145 +2594,25 @@
2418 "phpcs", 2594 "phpcs",
2419 "standards" 2595 "standards"
2420 ], 2596 ],
2421 "time": "2020-04-17T01:09:41+00:00" 2597 "support": {
2422 }, 2598 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
2423 { 2599 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
2424 "name": "symfony/console", 2600 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
2425 "version": "v4.4.8",
2426 "source": {
2427 "type": "git",
2428 "url": "https://github.com/symfony/console.git",
2429 "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
2430 },
2431 "dist": {
2432 "type": "zip",
2433 "url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
2434 "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
2435 "shasum": ""
2436 },
2437 "require": {
2438 "php": "^7.1.3",
2439 "symfony/polyfill-mbstring": "~1.0",
2440 "symfony/polyfill-php73": "^1.8",
2441 "symfony/service-contracts": "^1.1|^2"
2442 },
2443 "conflict": {
2444 "symfony/dependency-injection": "<3.4",
2445 "symfony/event-dispatcher": "<4.3|>=5",
2446 "symfony/lock": "<4.4",
2447 "symfony/process": "<3.3"
2448 }, 2601 },
2449 "provide": { 2602 "time": "2020-08-10T04:50:15+00:00"
2450 "psr/log-implementation": "1.0"
2451 },
2452 "require-dev": {
2453 "psr/log": "~1.0",
2454 "symfony/config": "^3.4|^4.0|^5.0",
2455 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2456 "symfony/event-dispatcher": "^4.3",
2457 "symfony/lock": "^4.4|^5.0",
2458 "symfony/process": "^3.4|^4.0|^5.0",
2459 "symfony/var-dumper": "^4.3|^5.0"
2460 },
2461 "suggest": {
2462 "psr/log": "For using the console logger",
2463 "symfony/event-dispatcher": "",
2464 "symfony/lock": "",
2465 "symfony/process": ""
2466 },
2467 "type": "library",
2468 "extra": {
2469 "branch-alias": {
2470 "dev-master": "4.4-dev"
2471 }
2472 },
2473 "autoload": {
2474 "psr-4": {
2475 "Symfony\\Component\\Console\\": ""
2476 },
2477 "exclude-from-classmap": [
2478 "/Tests/"
2479 ]
2480 },
2481 "notification-url": "https://packagist.org/downloads/",
2482 "license": [
2483 "MIT"
2484 ],
2485 "authors": [
2486 {
2487 "name": "Fabien Potencier",
2488 "email": "fabien@symfony.com"
2489 },
2490 {
2491 "name": "Symfony Community",
2492 "homepage": "https://symfony.com/contributors"
2493 }
2494 ],
2495 "description": "Symfony Console Component",
2496 "homepage": "https://symfony.com",
2497 "time": "2020-03-30T11:41:10+00:00"
2498 },
2499 {
2500 "name": "symfony/finder",
2501 "version": "v4.4.8",
2502 "source": {
2503 "type": "git",
2504 "url": "https://github.com/symfony/finder.git",
2505 "reference": "5729f943f9854c5781984ed4907bbb817735776b"
2506 },
2507 "dist": {
2508 "type": "zip",
2509 "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
2510 "reference": "5729f943f9854c5781984ed4907bbb817735776b",
2511 "shasum": ""
2512 },
2513 "require": {
2514 "php": "^7.1.3"
2515 },
2516 "type": "library",
2517 "extra": {
2518 "branch-alias": {
2519 "dev-master": "4.4-dev"
2520 }
2521 },
2522 "autoload": {
2523 "psr-4": {
2524 "Symfony\\Component\\Finder\\": ""
2525 },
2526 "exclude-from-classmap": [
2527 "/Tests/"
2528 ]
2529 },
2530 "notification-url": "https://packagist.org/downloads/",
2531 "license": [
2532 "MIT"
2533 ],
2534 "authors": [
2535 {
2536 "name": "Fabien Potencier",
2537 "email": "fabien@symfony.com"
2538 },
2539 {
2540 "name": "Symfony Community",
2541 "homepage": "https://symfony.com/contributors"
2542 }
2543 ],
2544 "description": "Symfony Finder Component",
2545 "homepage": "https://symfony.com",
2546 "time": "2020-03-27T16:54:36+00:00"
2547 }, 2603 },
2548 { 2604 {
2549 "name": "symfony/polyfill-ctype", 2605 "name": "symfony/polyfill-ctype",
2550 "version": "v1.17.0", 2606 "version": "v1.18.1",
2551 "source": { 2607 "source": {
2552 "type": "git", 2608 "type": "git",
2553 "url": "https://github.com/symfony/polyfill-ctype.git", 2609 "url": "https://github.com/symfony/polyfill-ctype.git",
2554 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9" 2610 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2555 }, 2611 },
2556 "dist": { 2612 "dist": {
2557 "type": "zip", 2613 "type": "zip",
2558 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9", 2614 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
2559 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9", 2615 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2560 "shasum": "" 2616 "shasum": ""
2561 }, 2617 },
2562 "require": { 2618 "require": {
@@ -2568,7 +2624,11 @@
2568 "type": "library", 2624 "type": "library",
2569 "extra": { 2625 "extra": {
2570 "branch-alias": { 2626 "branch-alias": {
2571 "dev-master": "1.17-dev" 2627 "dev-master": "1.18-dev"
2628 },
2629 "thanks": {
2630 "name": "symfony/polyfill",
2631 "url": "https://github.com/symfony/polyfill"
2572 } 2632 }
2573 }, 2633 },
2574 "autoload": { 2634 "autoload": {
@@ -2601,222 +2661,24 @@
2601 "polyfill", 2661 "polyfill",
2602 "portable" 2662 "portable"
2603 ], 2663 ],
2604 "time": "2020-05-12T16:14:59+00:00" 2664 "support": {
2605 }, 2665 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.18.0"
2606 {
2607 "name": "symfony/polyfill-mbstring",
2608 "version": "v1.17.0",
2609 "source": {
2610 "type": "git",
2611 "url": "https://github.com/symfony/polyfill-mbstring.git",
2612 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
2613 },
2614 "dist": {
2615 "type": "zip",
2616 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
2617 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
2618 "shasum": ""
2619 },
2620 "require": {
2621 "php": ">=5.3.3"
2622 },
2623 "suggest": {
2624 "ext-mbstring": "For best performance"
2625 },
2626 "type": "library",
2627 "extra": {
2628 "branch-alias": {
2629 "dev-master": "1.17-dev"
2630 }
2631 },
2632 "autoload": {
2633 "psr-4": {
2634 "Symfony\\Polyfill\\Mbstring\\": ""
2635 },
2636 "files": [
2637 "bootstrap.php"
2638 ]
2639 },
2640 "notification-url": "https://packagist.org/downloads/",
2641 "license": [
2642 "MIT"
2643 ],
2644 "authors": [
2645 {
2646 "name": "Nicolas Grekas",
2647 "email": "p@tchwork.com"
2648 },
2649 {
2650 "name": "Symfony Community",
2651 "homepage": "https://symfony.com/contributors"
2652 }
2653 ],
2654 "description": "Symfony polyfill for the Mbstring extension",
2655 "homepage": "https://symfony.com",
2656 "keywords": [
2657 "compatibility",
2658 "mbstring",
2659 "polyfill",
2660 "portable",
2661 "shim"
2662 ],
2663 "time": "2020-05-12T16:47:27+00:00"
2664 },
2665 {
2666 "name": "symfony/polyfill-php73",
2667 "version": "v1.17.0",
2668 "source": {
2669 "type": "git",
2670 "url": "https://github.com/symfony/polyfill-php73.git",
2671 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
2672 },
2673 "dist": {
2674 "type": "zip",
2675 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
2676 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
2677 "shasum": ""
2678 },
2679 "require": {
2680 "php": ">=5.3.3"
2681 }, 2666 },
2682 "type": "library", 2667 "funding": [
2683 "extra": {
2684 "branch-alias": {
2685 "dev-master": "1.17-dev"
2686 }
2687 },
2688 "autoload": {
2689 "psr-4": {
2690 "Symfony\\Polyfill\\Php73\\": ""
2691 },
2692 "files": [
2693 "bootstrap.php"
2694 ],
2695 "classmap": [
2696 "Resources/stubs"
2697 ]
2698 },
2699 "notification-url": "https://packagist.org/downloads/",
2700 "license": [
2701 "MIT"
2702 ],
2703 "authors": [
2704 { 2668 {
2705 "name": "Nicolas Grekas", 2669 "url": "https://symfony.com/sponsor",
2706 "email": "p@tchwork.com" 2670 "type": "custom"
2707 }, 2671 },
2708 { 2672 {
2709 "name": "Symfony Community", 2673 "url": "https://github.com/fabpot",
2710 "homepage": "https://symfony.com/contributors" 2674 "type": "github"
2711 }
2712 ],
2713 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2714 "homepage": "https://symfony.com",
2715 "keywords": [
2716 "compatibility",
2717 "polyfill",
2718 "portable",
2719 "shim"
2720 ],
2721 "time": "2020-05-12T16:47:27+00:00"
2722 },
2723 {
2724 "name": "symfony/service-contracts",
2725 "version": "v1.1.8",
2726 "source": {
2727 "type": "git",
2728 "url": "https://github.com/symfony/service-contracts.git",
2729 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
2730 },
2731 "dist": {
2732 "type": "zip",
2733 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
2734 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
2735 "shasum": ""
2736 },
2737 "require": {
2738 "php": "^7.1.3",
2739 "psr/container": "^1.0"
2740 },
2741 "suggest": {
2742 "symfony/service-implementation": ""
2743 },
2744 "type": "library",
2745 "extra": {
2746 "branch-alias": {
2747 "dev-master": "1.1-dev"
2748 }
2749 },
2750 "autoload": {
2751 "psr-4": {
2752 "Symfony\\Contracts\\Service\\": ""
2753 }
2754 },
2755 "notification-url": "https://packagist.org/downloads/",
2756 "license": [
2757 "MIT"
2758 ],
2759 "authors": [
2760 {
2761 "name": "Nicolas Grekas",
2762 "email": "p@tchwork.com"
2763 }, 2675 },
2764 { 2676 {
2765 "name": "Symfony Community", 2677 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2766 "homepage": "https://symfony.com/contributors" 2678 "type": "tidelift"
2767 }
2768 ],
2769 "description": "Generic abstractions related to writing services",
2770 "homepage": "https://symfony.com",
2771 "keywords": [
2772 "abstractions",
2773 "contracts",
2774 "decoupling",
2775 "interfaces",
2776 "interoperability",
2777 "standards"
2778 ],
2779 "time": "2019-10-14T12:27:06+00:00"
2780 },
2781 {
2782 "name": "theseer/fdomdocument",
2783 "version": "1.6.6",
2784 "source": {
2785 "type": "git",
2786 "url": "https://github.com/theseer/fDOMDocument.git",
2787 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
2788 },
2789 "dist": {
2790 "type": "zip",
2791 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2792 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2793 "shasum": ""
2794 },
2795 "require": {
2796 "ext-dom": "*",
2797 "lib-libxml": "*",
2798 "php": ">=5.3.3"
2799 },
2800 "type": "library",
2801 "autoload": {
2802 "classmap": [
2803 "src/"
2804 ]
2805 },
2806 "notification-url": "https://packagist.org/downloads/",
2807 "license": [
2808 "BSD-3-Clause"
2809 ],
2810 "authors": [
2811 {
2812 "name": "Arne Blankerts",
2813 "email": "arne@blankerts.de",
2814 "role": "lead"
2815 } 2679 }
2816 ], 2680 ],
2817 "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", 2681 "time": "2020-07-14T12:35:20+00:00"
2818 "homepage": "https://github.com/theseer/fDOMDocument",
2819 "time": "2017-06-30T11:53:12+00:00"
2820 }, 2682 },
2821 { 2683 {
2822 "name": "theseer/tokenizer", 2684 "name": "theseer/tokenizer",
@@ -2856,27 +2718,32 @@
2856 } 2718 }
2857 ], 2719 ],
2858 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 2720 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2721 "support": {
2722 "issues": "https://github.com/theseer/tokenizer/issues",
2723 "source": "https://github.com/theseer/tokenizer/tree/master"
2724 },
2859 "time": "2019-06-13T22:48:21+00:00" 2725 "time": "2019-06-13T22:48:21+00:00"
2860 }, 2726 },
2861 { 2727 {
2862 "name": "webmozart/assert", 2728 "name": "webmozart/assert",
2863 "version": "1.8.0", 2729 "version": "1.9.1",
2864 "source": { 2730 "source": {
2865 "type": "git", 2731 "type": "git",
2866 "url": "https://github.com/webmozart/assert.git", 2732 "url": "https://github.com/webmozart/assert.git",
2867 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" 2733 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
2868 }, 2734 },
2869 "dist": { 2735 "dist": {
2870 "type": "zip", 2736 "type": "zip",
2871 "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", 2737 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
2872 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", 2738 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
2873 "shasum": "" 2739 "shasum": ""
2874 }, 2740 },
2875 "require": { 2741 "require": {
2876 "php": "^5.3.3 || ^7.0", 2742 "php": "^5.3.3 || ^7.0 || ^8.0",
2877 "symfony/polyfill-ctype": "^1.8" 2743 "symfony/polyfill-ctype": "^1.8"
2878 }, 2744 },
2879 "conflict": { 2745 "conflict": {
2746 "phpstan/phpstan": "<0.12.20",
2880 "vimeo/psalm": "<3.9.1" 2747 "vimeo/psalm": "<3.9.1"
2881 }, 2748 },
2882 "require-dev": { 2749 "require-dev": {
@@ -2904,7 +2771,11 @@
2904 "check", 2771 "check",
2905 "validate" 2772 "validate"
2906 ], 2773 ],
2907 "time": "2020-04-18T12:12:48+00:00" 2774 "support": {
2775 "issues": "https://github.com/webmozart/assert/issues",
2776 "source": "https://github.com/webmozart/assert/tree/master"
2777 },
2778 "time": "2020-07-08T17:02:28+00:00"
2908 } 2779 }
2909 ], 2780 ],
2910 "aliases": [], 2781 "aliases": [],
@@ -2923,5 +2794,6 @@
2923 "platform-dev": [], 2794 "platform-dev": [],
2924 "platform-overrides": { 2795 "platform-overrides": {
2925 "php": "7.1.29" 2796 "php": "7.1.29"
2926 } 2797 },
2798 "plugin-api-version": "2.0.0"
2927} 2799}