aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock1046
1 files changed, 524 insertions, 522 deletions
diff --git a/composer.lock b/composer.lock
index b3373a32..3c89036f 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": "61360efbb2e1ba4c4fe00ce1f7a78ec5",
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,9 +338,98 @@
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 {
348 "name": "malkusch/lock",
349 "version": "v2.1",
350 "source": {
351 "type": "git",
352 "url": "https://github.com/php-lock/lock.git",
353 "reference": "093f389ec2f38fc8686d2f70e23378182fce7714"
354 },
355 "dist": {
356 "type": "zip",
357 "url": "https://api.github.com/repos/php-lock/lock/zipball/093f389ec2f38fc8686d2f70e23378182fce7714",
358 "reference": "093f389ec2f38fc8686d2f70e23378182fce7714",
359 "shasum": ""
360 },
361 "require": {
362 "php": ">=7.1",
363 "psr/log": "^1"
364 },
365 "require-dev": {
366 "eloquent/liberator": "^2.0",
367 "ext-memcached": "*",
368 "ext-pcntl": "*",
369 "ext-pdo_mysql": "*",
370 "ext-pdo_sqlite": "*",
371 "ext-redis": "*",
372 "ext-sysvsem": "*",
373 "johnkary/phpunit-speedtrap": "^3.0",
374 "kriswallsmith/spork": "^0.3",
375 "mikey179/vfsstream": "^1.6",
376 "php-mock/php-mock-phpunit": "^2.1",
377 "phpunit/phpunit": "^7.4",
378 "predis/predis": "^1.1",
379 "squizlabs/php_codesniffer": "^3.3"
380 },
381 "suggest": {
382 "ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts.",
383 "ext-redis": "To use this library with the PHP Redis extension.",
384 "ext-sysvsem": "Enables locking using semaphores.",
385 "predis/predis": "To use this library with predis."
386 },
387 "type": "library",
388 "autoload": {
389 "psr-4": {
390 "malkusch\\lock\\": "classes/"
391 }
392 },
393 "notification-url": "https://packagist.org/downloads/",
394 "license": [
395 "WTFPL"
396 ],
397 "authors": [
398 {
399 "name": "Markus Malkusch",
400 "email": "markus@malkusch.de",
401 "homepage": "http://markus.malkusch.de",
402 "role": "Developer"
403 },
404 {
405 "name": "Willem Stuursma-Ruwen",
406 "email": "willem@stuursma.name",
407 "role": "Developer"
408 }
409 ],
410 "description": "Mutex library for exclusive code execution.",
411 "homepage": "https://github.com/malkusch/lock",
412 "keywords": [
413 "advisory-locks",
414 "cas",
415 "flock",
416 "lock",
417 "locking",
418 "memcache",
419 "mutex",
420 "mysql",
421 "postgresql",
422 "redis",
423 "redlock",
424 "semaphore"
425 ],
426 "support": {
427 "issues": "https://github.com/php-lock/lock/issues",
428 "source": "https://github.com/php-lock/lock/tree/v2.1"
429 },
430 "time": "2018-12-12T19:53:29+00:00"
431 },
432 {
274 "name": "nikic/fast-route", 433 "name": "nikic/fast-route",
275 "version": "v1.3.0", 434 "version": "v1.3.0",
276 "source": { 435 "source": {
@@ -314,6 +473,10 @@
314 "router", 473 "router",
315 "routing" 474 "routing"
316 ], 475 ],
476 "support": {
477 "issues": "https://github.com/nikic/FastRoute/issues",
478 "source": "https://github.com/nikic/FastRoute/tree/master"
479 },
317 "time": "2018-02-13T20:26:39+00:00" 480 "time": "2018-02-13T20:26:39+00:00"
318 }, 481 },
319 { 482 {
@@ -355,6 +518,10 @@
355 "keywords": [ 518 "keywords": [
356 "template" 519 "template"
357 ], 520 ],
521 "support": {
522 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
523 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
524 },
358 "time": "2015-06-21T13:50:34+00:00" 525 "time": "2015-06-21T13:50:34+00:00"
359 }, 526 },
360 { 527 {
@@ -405,6 +572,10 @@
405 "container", 572 "container",
406 "dependency injection" 573 "dependency injection"
407 ], 574 ],
575 "support": {
576 "issues": "https://github.com/silexphp/Pimple/issues",
577 "source": "https://github.com/silexphp/Pimple/tree/master"
578 },
408 "time": "2018-01-21T07:42:36+00:00" 579 "time": "2018-01-21T07:42:36+00:00"
409 }, 580 },
410 { 581 {
@@ -454,6 +625,10 @@
454 "container-interop", 625 "container-interop",
455 "psr" 626 "psr"
456 ], 627 ],
628 "support": {
629 "issues": "https://github.com/php-fig/container/issues",
630 "source": "https://github.com/php-fig/container/tree/master"
631 },
457 "time": "2017-02-14T16:28:37+00:00" 632 "time": "2017-02-14T16:28:37+00:00"
458 }, 633 },
459 { 634 {
@@ -504,20 +679,23 @@
504 "request", 679 "request",
505 "response" 680 "response"
506 ], 681 ],
682 "support": {
683 "source": "https://github.com/php-fig/http-message/tree/master"
684 },
507 "time": "2016-08-06T14:39:51+00:00" 685 "time": "2016-08-06T14:39:51+00:00"
508 }, 686 },
509 { 687 {
510 "name": "psr/log", 688 "name": "psr/log",
511 "version": "1.1.2", 689 "version": "1.1.3",
512 "source": { 690 "source": {
513 "type": "git", 691 "type": "git",
514 "url": "https://github.com/php-fig/log.git", 692 "url": "https://github.com/php-fig/log.git",
515 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" 693 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
516 }, 694 },
517 "dist": { 695 "dist": {
518 "type": "zip", 696 "type": "zip",
519 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", 697 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
520 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", 698 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
521 "shasum": "" 699 "shasum": ""
522 }, 700 },
523 "require": { 701 "require": {
@@ -551,7 +729,10 @@
551 "psr", 729 "psr",
552 "psr-3" 730 "psr-3"
553 ], 731 ],
554 "time": "2019-11-01T11:05:21+00:00" 732 "support": {
733 "source": "https://github.com/php-fig/log/tree/1.1.3"
734 },
735 "time": "2020-03-23T09:12:05+00:00"
555 }, 736 },
556 { 737 {
557 "name": "pubsubhubbub/publisher", 738 "name": "pubsubhubbub/publisher",
@@ -571,6 +752,7 @@
571 "ext-curl": "*", 752 "ext-curl": "*",
572 "php": "~5.4 || ~7.0" 753 "php": "~5.4 || ~7.0"
573 }, 754 },
755 "default-branch": true,
574 "type": "library", 756 "type": "library",
575 "autoload": { 757 "autoload": {
576 "psr-4": { 758 "psr-4": {
@@ -596,20 +778,24 @@
596 "pubsubhubbub", 778 "pubsubhubbub",
597 "websub" 779 "websub"
598 ], 780 ],
781 "support": {
782 "issues": "https://github.com/pubsubhubbub/php-publisher/issues",
783 "source": "https://github.com/pubsubhubbub/php-publisher/tree/master"
784 },
599 "time": "2018-10-09T05:20:28+00:00" 785 "time": "2018-10-09T05:20:28+00:00"
600 }, 786 },
601 { 787 {
602 "name": "shaarli/netscape-bookmark-parser", 788 "name": "shaarli/netscape-bookmark-parser",
603 "version": "v2.1.0", 789 "version": "v2.2.0",
604 "source": { 790 "source": {
605 "type": "git", 791 "type": "git",
606 "url": "https://github.com/shaarli/netscape-bookmark-parser.git", 792 "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
607 "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577" 793 "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df"
608 }, 794 },
609 "dist": { 795 "dist": {
610 "type": "zip", 796 "type": "zip",
611 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/819008ee42c4dd7e45d988176a4a22d6ed689577", 797 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/432a010af2bb1832d6fbc4763e6b0100b980a1df",
612 "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577", 798 "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df",
613 "shasum": "" 799 "shasum": ""
614 }, 800 },
615 "require": { 801 "require": {
@@ -649,9 +835,13 @@
649 "bookmark", 835 "bookmark",
650 "link", 836 "link",
651 "netscape", 837 "netscape",
652 "parser" 838 "parse"
653 ], 839 ],
654 "time": "2018-10-06T14:43:38+00:00" 840 "support": {
841 "issues": "https://github.com/shaarli/netscape-bookmark-parser/issues",
842 "source": "https://github.com/shaarli/netscape-bookmark-parser/tree/v2.2.0"
843 },
844 "time": "2020-06-06T15:53:53+00:00"
655 }, 845 },
656 { 846 {
657 "name": "slim/slim", 847 "name": "slim/slim",
@@ -724,26 +914,30 @@
724 "micro", 914 "micro",
725 "router" 915 "router"
726 ], 916 ],
917 "support": {
918 "issues": "https://github.com/slimphp/Slim/issues",
919 "source": "https://github.com/slimphp/Slim/tree/3.x"
920 },
727 "time": "2019-11-28T17:40:33+00:00" 921 "time": "2019-11-28T17:40:33+00:00"
728 } 922 }
729 ], 923 ],
730 "packages-dev": [ 924 "packages-dev": [
731 { 925 {
732 "name": "doctrine/instantiator", 926 "name": "doctrine/instantiator",
733 "version": "1.3.0", 927 "version": "1.3.1",
734 "source": { 928 "source": {
735 "type": "git", 929 "type": "git",
736 "url": "https://github.com/doctrine/instantiator.git", 930 "url": "https://github.com/doctrine/instantiator.git",
737 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" 931 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
738 }, 932 },
739 "dist": { 933 "dist": {
740 "type": "zip", 934 "type": "zip",
741 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", 935 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
742 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", 936 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
743 "shasum": "" 937 "shasum": ""
744 }, 938 },
745 "require": { 939 "require": {
746 "php": "^7.1" 940 "php": "^7.1 || ^8.0"
747 }, 941 },
748 "require-dev": { 942 "require-dev": {
749 "doctrine/coding-standard": "^6.0", 943 "doctrine/coding-standard": "^6.0",
@@ -782,24 +976,42 @@
782 "constructor", 976 "constructor",
783 "instantiate" 977 "instantiate"
784 ], 978 ],
785 "time": "2019-10-21T16:45:58+00:00" 979 "support": {
980 "issues": "https://github.com/doctrine/instantiator/issues",
981 "source": "https://github.com/doctrine/instantiator/tree/1.3.x"
982 },
983 "funding": [
984 {
985 "url": "https://www.doctrine-project.org/sponsorship.html",
986 "type": "custom"
987 },
988 {
989 "url": "https://www.patreon.com/phpdoctrine",
990 "type": "patreon"
991 },
992 {
993 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
994 "type": "tidelift"
995 }
996 ],
997 "time": "2020-05-29T17:27:14+00:00"
786 }, 998 },
787 { 999 {
788 "name": "myclabs/deep-copy", 1000 "name": "myclabs/deep-copy",
789 "version": "1.9.5", 1001 "version": "1.10.1",
790 "source": { 1002 "source": {
791 "type": "git", 1003 "type": "git",
792 "url": "https://github.com/myclabs/DeepCopy.git", 1004 "url": "https://github.com/myclabs/DeepCopy.git",
793 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" 1005 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
794 }, 1006 },
795 "dist": { 1007 "dist": {
796 "type": "zip", 1008 "type": "zip",
797 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", 1009 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
798 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", 1010 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
799 "shasum": "" 1011 "shasum": ""
800 }, 1012 },
801 "require": { 1013 "require": {
802 "php": "^7.1" 1014 "php": "^7.1 || ^8.0"
803 }, 1015 },
804 "replace": { 1016 "replace": {
805 "myclabs/deep-copy": "self.version" 1017 "myclabs/deep-copy": "self.version"
@@ -830,7 +1042,17 @@
830 "object", 1042 "object",
831 "object graph" 1043 "object graph"
832 ], 1044 ],
833 "time": "2020-01-17T21:11:47+00:00" 1045 "support": {
1046 "issues": "https://github.com/myclabs/DeepCopy/issues",
1047 "source": "https://github.com/myclabs/DeepCopy/tree/1.x"
1048 },
1049 "funding": [
1050 {
1051 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
1052 "type": "tidelift"
1053 }
1054 ],
1055 "time": "2020-06-29T13:22:24+00:00"
834 }, 1056 },
835 { 1057 {
836 "name": "phar-io/manifest", 1058 "name": "phar-io/manifest",
@@ -885,6 +1107,10 @@
885 } 1107 }
886 ], 1108 ],
887 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 1109 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1110 "support": {
1111 "issues": "https://github.com/phar-io/manifest/issues",
1112 "source": "https://github.com/phar-io/manifest/tree/master"
1113 },
888 "time": "2018-07-08T19:23:20+00:00" 1114 "time": "2018-07-08T19:23:20+00:00"
889 }, 1115 },
890 { 1116 {
@@ -932,28 +1158,29 @@
932 } 1158 }
933 ], 1159 ],
934 "description": "Library for handling version information and constraints", 1160 "description": "Library for handling version information and constraints",
1161 "support": {
1162 "issues": "https://github.com/phar-io/version/issues",
1163 "source": "https://github.com/phar-io/version/tree/master"
1164 },
935 "time": "2018-07-08T19:19:57+00:00" 1165 "time": "2018-07-08T19:19:57+00:00"
936 }, 1166 },
937 { 1167 {
938 "name": "phpdocumentor/reflection-common", 1168 "name": "phpdocumentor/reflection-common",
939 "version": "2.0.0", 1169 "version": "2.1.0",
940 "source": { 1170 "source": {
941 "type": "git", 1171 "type": "git",
942 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 1172 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
943 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" 1173 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
944 }, 1174 },
945 "dist": { 1175 "dist": {
946 "type": "zip", 1176 "type": "zip",
947 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", 1177 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
948 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", 1178 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
949 "shasum": "" 1179 "shasum": ""
950 }, 1180 },
951 "require": { 1181 "require": {
952 "php": ">=7.1" 1182 "php": ">=7.1"
953 }, 1183 },
954 "require-dev": {
955 "phpunit/phpunit": "~6"
956 },
957 "type": "library", 1184 "type": "library",
958 "extra": { 1185 "extra": {
959 "branch-alias": { 1186 "branch-alias": {
@@ -984,7 +1211,11 @@
984 "reflection", 1211 "reflection",
985 "static analysis" 1212 "static analysis"
986 ], 1213 ],
987 "time": "2018-08-07T13:53:10+00:00" 1214 "support": {
1215 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
1216 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
1217 },
1218 "time": "2020-04-27T09:25:28+00:00"
988 }, 1219 },
989 { 1220 {
990 "name": "phpdocumentor/reflection-docblock", 1221 "name": "phpdocumentor/reflection-docblock",
@@ -1036,6 +1267,10 @@
1036 } 1267 }
1037 ], 1268 ],
1038 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 1269 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1270 "support": {
1271 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
1272 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x"
1273 },
1039 "time": "2019-12-28T18:55:12+00:00" 1274 "time": "2019-12-28T18:55:12+00:00"
1040 }, 1275 },
1041 { 1276 {
@@ -1083,28 +1318,32 @@
1083 } 1318 }
1084 ], 1319 ],
1085 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 1320 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1321 "support": {
1322 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
1323 "source": "https://github.com/phpDocumentor/TypeResolver/tree/0.7.2"
1324 },
1086 "time": "2019-08-22T18:11:29+00:00" 1325 "time": "2019-08-22T18:11:29+00:00"
1087 }, 1326 },
1088 { 1327 {
1089 "name": "phpspec/prophecy", 1328 "name": "phpspec/prophecy",
1090 "version": "1.10.1", 1329 "version": "v1.10.3",
1091 "source": { 1330 "source": {
1092 "type": "git", 1331 "type": "git",
1093 "url": "https://github.com/phpspec/prophecy.git", 1332 "url": "https://github.com/phpspec/prophecy.git",
1094 "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc" 1333 "reference": "451c3cd1418cf640de218914901e51b064abb093"
1095 }, 1334 },
1096 "dist": { 1335 "dist": {
1097 "type": "zip", 1336 "type": "zip",
1098 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/cbe1df668b3fe136bcc909126a0f529a78d4cbbc", 1337 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
1099 "reference": "cbe1df668b3fe136bcc909126a0f529a78d4cbbc", 1338 "reference": "451c3cd1418cf640de218914901e51b064abb093",
1100 "shasum": "" 1339 "shasum": ""
1101 }, 1340 },
1102 "require": { 1341 "require": {
1103 "doctrine/instantiator": "^1.0.2", 1342 "doctrine/instantiator": "^1.0.2",
1104 "php": "^5.3|^7.0", 1343 "php": "^5.3|^7.0",
1105 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", 1344 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
1106 "sebastian/comparator": "^1.2.3|^2.0|^3.0", 1345 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
1107 "sebastian/recursion-context": "^1.0|^2.0|^3.0" 1346 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
1108 }, 1347 },
1109 "require-dev": { 1348 "require-dev": {
1110 "phpspec/phpspec": "^2.5 || ^3.2", 1349 "phpspec/phpspec": "^2.5 || ^3.2",
@@ -1146,7 +1385,11 @@
1146 "spy", 1385 "spy",
1147 "stub" 1386 "stub"
1148 ], 1387 ],
1149 "time": "2019-12-22T21:05:45+00:00" 1388 "support": {
1389 "issues": "https://github.com/phpspec/prophecy/issues",
1390 "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
1391 },
1392 "time": "2020-03-05T15:02:03+00:00"
1150 }, 1393 },
1151 { 1394 {
1152 "name": "phpunit/php-code-coverage", 1395 "name": "phpunit/php-code-coverage",
@@ -1209,6 +1452,10 @@
1209 "testing", 1452 "testing",
1210 "xunit" 1453 "xunit"
1211 ], 1454 ],
1455 "support": {
1456 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
1457 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
1458 },
1212 "time": "2018-10-31T16:06:48+00:00" 1459 "time": "2018-10-31T16:06:48+00:00"
1213 }, 1460 },
1214 { 1461 {
@@ -1259,6 +1506,10 @@
1259 "filesystem", 1506 "filesystem",
1260 "iterator" 1507 "iterator"
1261 ], 1508 ],
1509 "support": {
1510 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1511 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.2"
1512 },
1262 "time": "2018-09-13T20:33:42+00:00" 1513 "time": "2018-09-13T20:33:42+00:00"
1263 }, 1514 },
1264 { 1515 {
@@ -1308,6 +1559,10 @@
1308 "keywords": [ 1559 "keywords": [
1309 "timer" 1560 "timer"
1310 ], 1561 ],
1562 "support": {
1563 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1564 "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
1565 },
1311 "time": "2019-06-07T04:22:29+00:00" 1566 "time": "2019-06-07T04:22:29+00:00"
1312 }, 1567 },
1313 { 1568 {
@@ -1357,59 +1612,12 @@
1357 "keywords": [ 1612 "keywords": [
1358 "tokenizer" 1613 "tokenizer"
1359 ], 1614 ],
1360 "time": "2019-09-17T06:23:10+00:00" 1615 "support": {
1361 }, 1616 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
1362 { 1617 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.1"
1363 "name": "phpunit/phpcov",
1364 "version": "5.0.0",
1365 "source": {
1366 "type": "git",
1367 "url": "https://github.com/sebastianbergmann/phpcov.git",
1368 "reference": "72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8"
1369 },
1370 "dist": {
1371 "type": "zip",
1372 "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8",
1373 "reference": "72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8",
1374 "shasum": ""
1375 },
1376 "require": {
1377 "php": "^7.1",
1378 "phpunit/php-code-coverage": "^6.0",
1379 "phpunit/phpunit": "^7.0",
1380 "sebastian/diff": "^3.0",
1381 "sebastian/finder-facade": "^1.1",
1382 "sebastian/version": "^2.0",
1383 "symfony/console": "^3.0 || ^4.0"
1384 },
1385 "bin": [
1386 "phpcov"
1387 ],
1388 "type": "library",
1389 "extra": {
1390 "branch-alias": {
1391 "dev-master": "5.0-dev"
1392 }
1393 },
1394 "autoload": {
1395 "classmap": [
1396 "src/"
1397 ]
1398 }, 1618 },
1399 "notification-url": "https://packagist.org/downloads/", 1619 "abandoned": true,
1400 "license": [ 1620 "time": "2019-09-17T06:23:10+00:00"
1401 "BSD-3-Clause"
1402 ],
1403 "authors": [
1404 {
1405 "name": "Sebastian Bergmann",
1406 "email": "sebastian@phpunit.de",
1407 "role": "lead"
1408 }
1409 ],
1410 "description": "CLI frontend for php-code-coverage",
1411 "homepage": "https://github.com/sebastianbergmann/phpcov",
1412 "time": "2018-02-04T10:18:50+00:00"
1413 }, 1621 },
1414 { 1622 {
1415 "name": "phpunit/phpunit", 1623 "name": "phpunit/phpunit",
@@ -1493,6 +1701,10 @@
1493 "testing", 1701 "testing",
1494 "xunit" 1702 "xunit"
1495 ], 1703 ],
1704 "support": {
1705 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1706 "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
1707 },
1496 "time": "2020-01-08T08:45:45+00:00" 1708 "time": "2020-01-08T08:45:45+00:00"
1497 }, 1709 },
1498 { 1710 {
@@ -1501,12 +1713,12 @@
1501 "source": { 1713 "source": {
1502 "type": "git", 1714 "type": "git",
1503 "url": "https://github.com/Roave/SecurityAdvisories.git", 1715 "url": "https://github.com/Roave/SecurityAdvisories.git",
1504 "reference": "67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389" 1716 "reference": "ba5d234b3a1559321b816b64aafc2ce6728799ff"
1505 }, 1717 },
1506 "dist": { 1718 "dist": {
1507 "type": "zip", 1719 "type": "zip",
1508 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389", 1720 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ba5d234b3a1559321b816b64aafc2ce6728799ff",
1509 "reference": "67ac6ea8f4a078c3c9b7aec5d7ae70f098c37389", 1721 "reference": "ba5d234b3a1559321b816b64aafc2ce6728799ff",
1510 "shasum": "" 1722 "shasum": ""
1511 }, 1723 },
1512 "conflict": { 1724 "conflict": {
@@ -1515,22 +1727,32 @@
1515 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", 1727 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
1516 "amphp/artax": "<1.0.6|>=2,<2.0.6", 1728 "amphp/artax": "<1.0.6|>=2,<2.0.6",
1517 "amphp/http": "<1.0.1", 1729 "amphp/http": "<1.0.1",
1730 "amphp/http-client": ">=4,<4.4",
1518 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", 1731 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
1519 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", 1732 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
1520 "aws/aws-sdk-php": ">=3,<3.2.1", 1733 "aws/aws-sdk-php": ">=3,<3.2.1",
1734 "bagisto/bagisto": "<0.1.5",
1735 "barrelstrength/sprout-base-email": "<1.2.7",
1736 "barrelstrength/sprout-forms": "<3.9",
1737 "baserproject/basercms": ">=4,<=4.3.6",
1738 "bolt/bolt": "<3.7.1",
1521 "brightlocal/phpwhois": "<=4.2.5", 1739 "brightlocal/phpwhois": "<=4.2.5",
1740 "buddypress/buddypress": "<5.1.2",
1522 "bugsnag/bugsnag-laravel": ">=2,<2.0.2", 1741 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
1523 "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.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7", 1742 "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.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
1524 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", 1743 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
1525 "cartalyst/sentry": "<=2.1.6", 1744 "cartalyst/sentry": "<=2.1.6",
1745 "centreon/centreon": "<18.10.8|>=19,<19.4.5",
1746 "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
1526 "codeigniter/framework": "<=3.0.6", 1747 "codeigniter/framework": "<=3.0.6",
1527 "composer/composer": "<=1-alpha.11", 1748 "composer/composer": "<=1-alpha.11",
1528 "contao-components/mediaelement": ">=2.14.2,<2.21.1", 1749 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
1529 "contao/core": ">=2,<3.5.39", 1750 "contao/core": ">=2,<3.5.39",
1530 "contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6", 1751 "contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0",
1531 "contao/listing-bundle": ">=4,<4.4.8", 1752 "contao/listing-bundle": ">=4,<4.4.8",
1532 "datadog/dd-trace": ">=0.30,<0.30.2", 1753 "datadog/dd-trace": ">=0.30,<0.30.2",
1533 "david-garcia/phpwhois": "<=4.3.1", 1754 "david-garcia/phpwhois": "<=4.3.1",
1755 "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
1534 "doctrine/annotations": ">=1,<1.2.7", 1756 "doctrine/annotations": ">=1,<1.2.7",
1535 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", 1757 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
1536 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", 1758 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
@@ -1540,46 +1762,77 @@
1540 "doctrine/mongodb-odm": ">=1,<1.0.2", 1762 "doctrine/mongodb-odm": ">=1,<1.0.2",
1541 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", 1763 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
1542 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", 1764 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
1765 "dolibarr/dolibarr": "<11.0.4",
1543 "dompdf/dompdf": ">=0.6,<0.6.2", 1766 "dompdf/dompdf": ">=0.6,<0.6.2",
1544 "drupal/core": ">=7,<7.69|>=8,<8.7.11|>=8.8,<8.8.1", 1767 "drupal/core": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
1545 "drupal/drupal": ">=7,<7.69|>=8,<8.7.11|>=8.8,<8.8.1", 1768 "drupal/drupal": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
1546 "endroid/qr-code-bundle": "<3.4.2", 1769 "endroid/qr-code-bundle": "<3.4.2",
1770 "enshrined/svg-sanitize": "<0.13.1",
1547 "erusev/parsedown": "<1.7.2", 1771 "erusev/parsedown": "<1.7.2",
1548 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4", 1772 "ezsystems/demobundle": ">=5.4,<5.4.6.1",
1549 "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", 1773 "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
1550 "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", 1774 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
1775 "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
1776 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
1777 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
1778 "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
1779 "ezsystems/ezplatform-user": ">=1,<1.0.1",
1780 "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",
1781 "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",
1782 "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
1551 "ezsystems/repository-forms": ">=2.3,<2.3.2.1", 1783 "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
1552 "ezyang/htmlpurifier": "<4.1.1", 1784 "ezyang/htmlpurifier": "<4.1.1",
1553 "firebase/php-jwt": "<2", 1785 "firebase/php-jwt": "<2",
1554 "fooman/tcpdf": "<6.2.22", 1786 "fooman/tcpdf": "<6.2.22",
1555 "fossar/tcpdf-parser": "<6.2.22", 1787 "fossar/tcpdf-parser": "<6.2.22",
1788 "friendsofsymfony/oauth2-php": "<1.3",
1556 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", 1789 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
1557 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", 1790 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
1791 "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
1558 "fuel/core": "<1.8.1", 1792 "fuel/core": "<1.8.1",
1793 "getgrav/grav": "<1.7-beta.8",
1794 "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
1559 "gree/jose": "<=2.2", 1795 "gree/jose": "<=2.2",
1560 "gregwar/rst": "<1.0.3", 1796 "gregwar/rst": "<1.0.3",
1561 "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1", 1797 "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
1562 "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", 1798 "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",
1563 "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", 1799 "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",
1564 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", 1800 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29|>=5.5,<=5.5.44|>=6,<6.18.34|>=7,<7.23.2",
1565 "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", 1801 "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",
1802 "illuminate/view": ">=7,<7.1.2",
1566 "ivankristianto/phpwhois": "<=4.3", 1803 "ivankristianto/phpwhois": "<=4.3",
1567 "james-heinrich/getid3": "<1.9.9", 1804 "james-heinrich/getid3": "<1.9.9",
1568 "joomla/session": "<1.3.1", 1805 "joomla/session": "<1.3.1",
1569 "jsmitty12/phpwhois": "<5.1", 1806 "jsmitty12/phpwhois": "<5.1",
1570 "kazist/phpwhois": "<=4.2.6", 1807 "kazist/phpwhois": "<=4.2.6",
1808 "kitodo/presentation": "<3.1.2",
1571 "kreait/firebase-php": ">=3.2,<3.8.1", 1809 "kreait/firebase-php": ">=3.2,<3.8.1",
1572 "la-haute-societe/tcpdf": "<6.2.22", 1810 "la-haute-societe/tcpdf": "<6.2.22",
1573 "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", 1811 "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",
1574 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", 1812 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
1575 "league/commonmark": "<0.18.3", 1813 "league/commonmark": "<0.18.3",
1814 "librenms/librenms": "<1.53",
1815 "livewire/livewire": ">2.2.4,<2.2.6",
1816 "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
1576 "magento/magento1ce": "<1.9.4.3", 1817 "magento/magento1ce": "<1.9.4.3",
1577 "magento/magento1ee": ">=1,<1.14.4.3", 1818 "magento/magento1ee": ">=1,<1.14.4.3",
1578 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", 1819 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
1820 "marcwillmann/turn": "<0.3.3",
1821 "mittwald/typo3_forum": "<1.2.1",
1579 "monolog/monolog": ">=1.8,<1.12", 1822 "monolog/monolog": ">=1.8,<1.12",
1580 "namshi/jose": "<2.2", 1823 "namshi/jose": "<2.2",
1824 "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",
1825 "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
1826 "nystudio107/craft-seomatic": "<3.3",
1827 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
1828 "october/backend": ">=1.0.319,<1.0.467",
1829 "october/cms": ">=1.0.319,<1.0.466",
1830 "october/october": ">=1.0.319,<1.0.466",
1831 "october/rain": ">=1.0.319,<1.0.468",
1581 "onelogin/php-saml": "<2.10.4", 1832 "onelogin/php-saml": "<2.10.4",
1833 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
1582 "openid/php-openid": "<2.3", 1834 "openid/php-openid": "<2.3",
1835 "openmage/magento-lts": "<19.4.6|>=20,<20.0.2",
1583 "oro/crm": ">=1.7,<1.7.4", 1836 "oro/crm": ">=1.7,<1.7.4",
1584 "oro/platform": ">=1.7,<1.7.4", 1837 "oro/platform": ">=1.7,<1.7.4",
1585 "padraic/humbug_get_contents": "<1.1.2", 1838 "padraic/humbug_get_contents": "<1.1.2",
@@ -1587,50 +1840,77 @@
1587 "paragonie/random_compat": "<2", 1840 "paragonie/random_compat": "<2",
1588 "paypal/merchant-sdk-php": "<3.12", 1841 "paypal/merchant-sdk-php": "<3.12",
1589 "pear/archive_tar": "<1.4.4", 1842 "pear/archive_tar": "<1.4.4",
1590 "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6", 1843 "personnummer/personnummer": "<3.0.2",
1591 "phpoffice/phpexcel": "<=1.8.1", 1844 "phpfastcache/phpfastcache": ">=5,<5.0.13",
1592 "phpoffice/phpspreadsheet": "<=1.5", 1845 "phpmailer/phpmailer": "<6.1.6",
1846 "phpmussel/phpmussel": ">=1,<1.6",
1847 "phpmyadmin/phpmyadmin": "<4.9.2",
1848 "phpoffice/phpexcel": "<1.8.2",
1849 "phpoffice/phpspreadsheet": "<1.8",
1593 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", 1850 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
1594 "phpwhois/phpwhois": "<=4.2.5", 1851 "phpwhois/phpwhois": "<=4.2.5",
1595 "phpxmlrpc/extras": "<0.6.1", 1852 "phpxmlrpc/extras": "<0.6.1",
1853 "pimcore/pimcore": "<6.3",
1854 "prestashop/autoupgrade": ">=4,<4.10.1",
1855 "prestashop/contactform": ">1.0.1,<4.3",
1856 "prestashop/gamification": "<2.3.2",
1857 "prestashop/ps_facetedsearch": "<3.4.1",
1858 "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
1596 "propel/propel": ">=2-alpha.1,<=2-alpha.7", 1859 "propel/propel": ">=2-alpha.1,<=2-alpha.7",
1597 "propel/propel1": ">=1,<=1.7.1", 1860 "propel/propel1": ">=1,<=1.7.1",
1861 "pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6",
1598 "pusher/pusher-php-server": "<2.2.1", 1862 "pusher/pusher-php-server": "<2.2.1",
1599 "robrichards/xmlseclibs": ">=1,<3.0.4", 1863 "rainlab/debugbar-plugin": "<3.1",
1864 "robrichards/xmlseclibs": "<3.0.4",
1865 "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",
1600 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", 1866 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
1601 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", 1867 "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
1602 "sensiolabs/connect": "<4.2.3", 1868 "sensiolabs/connect": "<4.2.3",
1603 "serluck/phpwhois": "<=4.2.6", 1869 "serluck/phpwhois": "<=4.2.6",
1870 "shopware/core": "<=6.3.1",
1871 "shopware/platform": "<=6.3.1",
1604 "shopware/shopware": "<5.3.7", 1872 "shopware/shopware": "<5.3.7",
1605 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", 1873 "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
1874 "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
1875 "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
1876 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
1606 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", 1877 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
1607 "silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4", 1878 "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4",
1608 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2", 1879 "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4",
1609 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", 1880 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
1610 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", 1881 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
1882 "silverstripe/subsites": ">=2,<2.1.1",
1883 "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
1611 "silverstripe/userforms": "<3", 1884 "silverstripe/userforms": "<3",
1612 "simple-updates/phpwhois": "<=1", 1885 "simple-updates/phpwhois": "<=1",
1613 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", 1886 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
1614 "simplesamlphp/simplesamlphp": "<1.17.8", 1887 "simplesamlphp/simplesamlphp": "<1.18.6",
1615 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", 1888 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
1889 "simplito/elliptic-php": "<1.0.6",
1616 "slim/slim": "<2.6", 1890 "slim/slim": "<2.6",
1617 "smarty/smarty": "<3.1.33", 1891 "smarty/smarty": "<3.1.33",
1618 "socalnick/scn-social-auth": "<1.15.2", 1892 "socalnick/scn-social-auth": "<1.15.2",
1619 "spoonity/tcpdf": "<6.2.22", 1893 "spoonity/tcpdf": "<6.2.22",
1620 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", 1894 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
1895 "ssddanbrown/bookstack": "<0.29.2",
1621 "stormpath/sdk": ">=0,<9.9.99", 1896 "stormpath/sdk": ">=0,<9.9.99",
1622 "studio-42/elfinder": "<2.1.48", 1897 "studio-42/elfinder": "<2.1.49",
1898 "sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1",
1623 "swiftmailer/swiftmailer": ">=4,<5.4.5", 1899 "swiftmailer/swiftmailer": ">=4,<5.4.5",
1624 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", 1900 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
1625 "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", 1901 "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",
1626 "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", 1902 "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",
1627 "sylius/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4", 1903 "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
1904 "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
1905 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
1906 "symbiote/silverstripe-versionedfiles": "<=2.0.3",
1628 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 1907 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
1629 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1908 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1909 "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
1630 "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", 1910 "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",
1631 "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", 1911 "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",
1632 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 1912 "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",
1633 "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 1913 "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
1634 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", 1914 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
1635 "symfony/mime": ">=4.3,<4.3.8", 1915 "symfony/mime": ">=4.3,<4.3.8",
1636 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1916 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
@@ -1638,19 +1918,20 @@
1638 "symfony/polyfill-php55": ">=1,<1.10", 1918 "symfony/polyfill-php55": ">=1,<1.10",
1639 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1919 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
1640 "symfony/routing": ">=2,<2.0.19", 1920 "symfony/routing": ">=2,<2.0.19",
1641 "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", 1921 "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7",
1642 "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", 1922 "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",
1643 "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", 1923 "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",
1644 "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", 1924 "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",
1645 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", 1925 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1646 "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", 1926 "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",
1647 "symfony/serializer": ">=2,<2.0.11", 1927 "symfony/serializer": ">=2,<2.0.11",
1648 "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", 1928 "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
1649 "symfony/translation": ">=2,<2.0.17", 1929 "symfony/translation": ">=2,<2.0.17",
1650 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", 1930 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
1651 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", 1931 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
1652 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", 1932 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
1653 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", 1933 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
1934 "t3g/svg-sanitizer": "<1.0.3",
1654 "tecnickcom/tcpdf": "<6.2.22", 1935 "tecnickcom/tcpdf": "<6.2.22",
1655 "thelia/backoffice-default-template": ">=2.1,<2.1.2", 1936 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
1656 "thelia/thelia": ">=2.1-beta.1,<2.1.3", 1937 "thelia/thelia": ">=2.1-beta.1,<2.1.3",
@@ -1658,22 +1939,27 @@
1658 "titon/framework": ">=0,<9.9.99", 1939 "titon/framework": ">=0,<9.9.99",
1659 "truckersmp/phpwhois": "<=4.3.1", 1940 "truckersmp/phpwhois": "<=4.3.1",
1660 "twig/twig": "<1.38|>=2,<2.7", 1941 "twig/twig": "<1.38|>=2,<2.7",
1661 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1", 1942 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
1662 "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1", 1943 "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
1663 "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", 1944 "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",
1664 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", 1945 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
1665 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", 1946 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
1947 "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",
1666 "ua-parser/uap-php": "<3.8", 1948 "ua-parser/uap-php": "<3.8",
1949 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
1950 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
1667 "wallabag/tcpdf": "<6.2.22", 1951 "wallabag/tcpdf": "<6.2.22",
1668 "willdurand/js-translation-bundle": "<2.1.1", 1952 "willdurand/js-translation-bundle": "<2.1.1",
1953 "yii2mod/yii2-cms": "<1.9.2",
1669 "yiisoft/yii": ">=1.1.14,<1.1.15", 1954 "yiisoft/yii": ">=1.1.14,<1.1.15",
1670 "yiisoft/yii2": "<2.0.15", 1955 "yiisoft/yii2": "<2.0.38",
1671 "yiisoft/yii2-bootstrap": "<2.0.4", 1956 "yiisoft/yii2-bootstrap": "<2.0.4",
1672 "yiisoft/yii2-dev": "<2.0.15", 1957 "yiisoft/yii2-dev": "<2.0.15",
1673 "yiisoft/yii2-elasticsearch": "<2.0.5", 1958 "yiisoft/yii2-elasticsearch": "<2.0.5",
1674 "yiisoft/yii2-gii": "<2.0.4", 1959 "yiisoft/yii2-gii": "<2.0.4",
1675 "yiisoft/yii2-jui": "<2.0.4", 1960 "yiisoft/yii2-jui": "<2.0.4",
1676 "yiisoft/yii2-redis": "<2.0.8", 1961 "yiisoft/yii2-redis": "<2.0.8",
1962 "yourls/yourls": "<1.7.4",
1677 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", 1963 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
1678 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", 1964 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
1679 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", 1965 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
@@ -1710,10 +1996,29 @@
1710 "name": "Marco Pivetta", 1996 "name": "Marco Pivetta",
1711 "email": "ocramius@gmail.com", 1997 "email": "ocramius@gmail.com",
1712 "role": "maintainer" 1998 "role": "maintainer"
1999 },
2000 {
2001 "name": "Ilya Tribusean",
2002 "email": "slash3b@gmail.com",
2003 "role": "maintainer"
1713 } 2004 }
1714 ], 2005 ],
1715 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", 2006 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
1716 "time": "2020-01-06T19:16:46+00:00" 2007 "support": {
2008 "issues": "https://github.com/Roave/SecurityAdvisories/issues",
2009 "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
2010 },
2011 "funding": [
2012 {
2013 "url": "https://github.com/Ocramius",
2014 "type": "github"
2015 },
2016 {
2017 "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
2018 "type": "tidelift"
2019 }
2020 ],
2021 "time": "2020-10-08T21:02:27+00:00"
1717 }, 2022 },
1718 { 2023 {
1719 "name": "sebastian/code-unit-reverse-lookup", 2024 "name": "sebastian/code-unit-reverse-lookup",
@@ -1758,6 +2063,10 @@
1758 ], 2063 ],
1759 "description": "Looks up which function or method a line of code belongs to", 2064 "description": "Looks up which function or method a line of code belongs to",
1760 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 2065 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2066 "support": {
2067 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
2068 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/master"
2069 },
1761 "time": "2017-03-04T06:30:41+00:00" 2070 "time": "2017-03-04T06:30:41+00:00"
1762 }, 2071 },
1763 { 2072 {
@@ -1822,6 +2131,10 @@
1822 "compare", 2131 "compare",
1823 "equality" 2132 "equality"
1824 ], 2133 ],
2134 "support": {
2135 "issues": "https://github.com/sebastianbergmann/comparator/issues",
2136 "source": "https://github.com/sebastianbergmann/comparator/tree/master"
2137 },
1825 "time": "2018-07-12T15:12:46+00:00" 2138 "time": "2018-07-12T15:12:46+00:00"
1826 }, 2139 },
1827 { 2140 {
@@ -1878,6 +2191,10 @@
1878 "unidiff", 2191 "unidiff",
1879 "unified diff" 2192 "unified diff"
1880 ], 2193 ],
2194 "support": {
2195 "issues": "https://github.com/sebastianbergmann/diff/issues",
2196 "source": "https://github.com/sebastianbergmann/diff/tree/master"
2197 },
1881 "time": "2019-02-04T06:01:07+00:00" 2198 "time": "2019-02-04T06:01:07+00:00"
1882 }, 2199 },
1883 { 2200 {
@@ -1931,6 +2248,10 @@
1931 "environment", 2248 "environment",
1932 "hhvm" 2249 "hhvm"
1933 ], 2250 ],
2251 "support": {
2252 "issues": "https://github.com/sebastianbergmann/environment/issues",
2253 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.3"
2254 },
1934 "time": "2019-11-20T08:46:58+00:00" 2255 "time": "2019-11-20T08:46:58+00:00"
1935 }, 2256 },
1936 { 2257 {
@@ -1998,50 +2319,11 @@
1998 "export", 2319 "export",
1999 "exporter" 2320 "exporter"
2000 ], 2321 ],
2001 "time": "2019-09-14T09:02:43+00:00" 2322 "support": {
2002 }, 2323 "issues": "https://github.com/sebastianbergmann/exporter/issues",
2003 { 2324 "source": "https://github.com/sebastianbergmann/exporter/tree/master"
2004 "name": "sebastian/finder-facade",
2005 "version": "1.2.3",
2006 "source": {
2007 "type": "git",
2008 "url": "https://github.com/sebastianbergmann/finder-facade.git",
2009 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16"
2010 },
2011 "dist": {
2012 "type": "zip",
2013 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/167c45d131f7fc3d159f56f191a0a22228765e16",
2014 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16",
2015 "shasum": ""
2016 }, 2325 },
2017 "require": { 2326 "time": "2019-09-14T09:02:43+00:00"
2018 "php": "^7.1",
2019 "symfony/finder": "^2.3|^3.0|^4.0|^5.0",
2020 "theseer/fdomdocument": "^1.6"
2021 },
2022 "type": "library",
2023 "extra": {
2024 "branch-alias": []
2025 },
2026 "autoload": {
2027 "classmap": [
2028 "src/"
2029 ]
2030 },
2031 "notification-url": "https://packagist.org/downloads/",
2032 "license": [
2033 "BSD-3-Clause"
2034 ],
2035 "authors": [
2036 {
2037 "name": "Sebastian Bergmann",
2038 "email": "sebastian@phpunit.de",
2039 "role": "lead"
2040 }
2041 ],
2042 "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
2043 "homepage": "https://github.com/sebastianbergmann/finder-facade",
2044 "time": "2020-01-16T08:08:45+00:00"
2045 }, 2327 },
2046 { 2328 {
2047 "name": "sebastian/global-state", 2329 "name": "sebastian/global-state",
@@ -2092,6 +2374,10 @@
2092 "keywords": [ 2374 "keywords": [
2093 "global state" 2375 "global state"
2094 ], 2376 ],
2377 "support": {
2378 "issues": "https://github.com/sebastianbergmann/global-state/issues",
2379 "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
2380 },
2095 "time": "2017-04-27T15:39:26+00:00" 2381 "time": "2017-04-27T15:39:26+00:00"
2096 }, 2382 },
2097 { 2383 {
@@ -2139,6 +2425,10 @@
2139 ], 2425 ],
2140 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 2426 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2141 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 2427 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2428 "support": {
2429 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2430 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
2431 },
2142 "time": "2017-08-03T12:35:26+00:00" 2432 "time": "2017-08-03T12:35:26+00:00"
2143 }, 2433 },
2144 { 2434 {
@@ -2184,6 +2474,10 @@
2184 ], 2474 ],
2185 "description": "Allows reflection of object attributes, including inherited and non-public ones", 2475 "description": "Allows reflection of object attributes, including inherited and non-public ones",
2186 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 2476 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2477 "support": {
2478 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2479 "source": "https://github.com/sebastianbergmann/object-reflector/tree/master"
2480 },
2187 "time": "2017-03-29T09:07:27+00:00" 2481 "time": "2017-03-29T09:07:27+00:00"
2188 }, 2482 },
2189 { 2483 {
@@ -2237,6 +2531,10 @@
2237 ], 2531 ],
2238 "description": "Provides functionality to recursively process PHP variables", 2532 "description": "Provides functionality to recursively process PHP variables",
2239 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 2533 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2534 "support": {
2535 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2536 "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
2537 },
2240 "time": "2017-03-03T06:23:57+00:00" 2538 "time": "2017-03-03T06:23:57+00:00"
2241 }, 2539 },
2242 { 2540 {
@@ -2279,6 +2577,10 @@
2279 ], 2577 ],
2280 "description": "Provides a list of PHP built-in functions that operate on resources", 2578 "description": "Provides a list of PHP built-in functions that operate on resources",
2281 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 2579 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2580 "support": {
2581 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
2582 "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
2583 },
2282 "time": "2018-10-04T04:07:39+00:00" 2584 "time": "2018-10-04T04:07:39+00:00"
2283 }, 2585 },
2284 { 2586 {
@@ -2322,20 +2624,24 @@
2322 ], 2624 ],
2323 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 2625 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2324 "homepage": "https://github.com/sebastianbergmann/version", 2626 "homepage": "https://github.com/sebastianbergmann/version",
2627 "support": {
2628 "issues": "https://github.com/sebastianbergmann/version/issues",
2629 "source": "https://github.com/sebastianbergmann/version/tree/master"
2630 },
2325 "time": "2016-10-03T07:35:21+00:00" 2631 "time": "2016-10-03T07:35:21+00:00"
2326 }, 2632 },
2327 { 2633 {
2328 "name": "squizlabs/php_codesniffer", 2634 "name": "squizlabs/php_codesniffer",
2329 "version": "3.5.3", 2635 "version": "3.5.6",
2330 "source": { 2636 "source": {
2331 "type": "git", 2637 "type": "git",
2332 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 2638 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2333 "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb" 2639 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
2334 }, 2640 },
2335 "dist": { 2641 "dist": {
2336 "type": "zip", 2642 "type": "zip",
2337 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", 2643 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
2338 "reference": "557a1fc7ac702c66b0bbfe16ab3d55839ef724cb", 2644 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
2339 "shasum": "" 2645 "shasum": ""
2340 }, 2646 },
2341 "require": { 2647 "require": {
@@ -2373,145 +2679,25 @@
2373 "phpcs", 2679 "phpcs",
2374 "standards" 2680 "standards"
2375 ], 2681 ],
2376 "time": "2019-12-04T04:46:47+00:00" 2682 "support": {
2377 }, 2683 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
2378 { 2684 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
2379 "name": "symfony/console", 2685 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
2380 "version": "v4.4.2",
2381 "source": {
2382 "type": "git",
2383 "url": "https://github.com/symfony/console.git",
2384 "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0"
2385 }, 2686 },
2386 "dist": { 2687 "time": "2020-08-10T04:50:15+00:00"
2387 "type": "zip",
2388 "url": "https://api.github.com/repos/symfony/console/zipball/82437719dab1e6bdd28726af14cb345c2ec816d0",
2389 "reference": "82437719dab1e6bdd28726af14cb345c2ec816d0",
2390 "shasum": ""
2391 },
2392 "require": {
2393 "php": "^7.1.3",
2394 "symfony/polyfill-mbstring": "~1.0",
2395 "symfony/polyfill-php73": "^1.8",
2396 "symfony/service-contracts": "^1.1|^2"
2397 },
2398 "conflict": {
2399 "symfony/dependency-injection": "<3.4",
2400 "symfony/event-dispatcher": "<4.3|>=5",
2401 "symfony/lock": "<4.4",
2402 "symfony/process": "<3.3"
2403 },
2404 "provide": {
2405 "psr/log-implementation": "1.0"
2406 },
2407 "require-dev": {
2408 "psr/log": "~1.0",
2409 "symfony/config": "^3.4|^4.0|^5.0",
2410 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2411 "symfony/event-dispatcher": "^4.3",
2412 "symfony/lock": "^4.4|^5.0",
2413 "symfony/process": "^3.4|^4.0|^5.0",
2414 "symfony/var-dumper": "^4.3|^5.0"
2415 },
2416 "suggest": {
2417 "psr/log": "For using the console logger",
2418 "symfony/event-dispatcher": "",
2419 "symfony/lock": "",
2420 "symfony/process": ""
2421 },
2422 "type": "library",
2423 "extra": {
2424 "branch-alias": {
2425 "dev-master": "4.4-dev"
2426 }
2427 },
2428 "autoload": {
2429 "psr-4": {
2430 "Symfony\\Component\\Console\\": ""
2431 },
2432 "exclude-from-classmap": [
2433 "/Tests/"
2434 ]
2435 },
2436 "notification-url": "https://packagist.org/downloads/",
2437 "license": [
2438 "MIT"
2439 ],
2440 "authors": [
2441 {
2442 "name": "Fabien Potencier",
2443 "email": "fabien@symfony.com"
2444 },
2445 {
2446 "name": "Symfony Community",
2447 "homepage": "https://symfony.com/contributors"
2448 }
2449 ],
2450 "description": "Symfony Console Component",
2451 "homepage": "https://symfony.com",
2452 "time": "2019-12-17T10:32:23+00:00"
2453 },
2454 {
2455 "name": "symfony/finder",
2456 "version": "v4.4.2",
2457 "source": {
2458 "type": "git",
2459 "url": "https://github.com/symfony/finder.git",
2460 "reference": "ce8743441da64c41e2a667b8eb66070444ed911e"
2461 },
2462 "dist": {
2463 "type": "zip",
2464 "url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e",
2465 "reference": "ce8743441da64c41e2a667b8eb66070444ed911e",
2466 "shasum": ""
2467 },
2468 "require": {
2469 "php": "^7.1.3"
2470 },
2471 "type": "library",
2472 "extra": {
2473 "branch-alias": {
2474 "dev-master": "4.4-dev"
2475 }
2476 },
2477 "autoload": {
2478 "psr-4": {
2479 "Symfony\\Component\\Finder\\": ""
2480 },
2481 "exclude-from-classmap": [
2482 "/Tests/"
2483 ]
2484 },
2485 "notification-url": "https://packagist.org/downloads/",
2486 "license": [
2487 "MIT"
2488 ],
2489 "authors": [
2490 {
2491 "name": "Fabien Potencier",
2492 "email": "fabien@symfony.com"
2493 },
2494 {
2495 "name": "Symfony Community",
2496 "homepage": "https://symfony.com/contributors"
2497 }
2498 ],
2499 "description": "Symfony Finder Component",
2500 "homepage": "https://symfony.com",
2501 "time": "2019-11-17T21:56:56+00:00"
2502 }, 2688 },
2503 { 2689 {
2504 "name": "symfony/polyfill-ctype", 2690 "name": "symfony/polyfill-ctype",
2505 "version": "v1.13.1", 2691 "version": "v1.18.1",
2506 "source": { 2692 "source": {
2507 "type": "git", 2693 "type": "git",
2508 "url": "https://github.com/symfony/polyfill-ctype.git", 2694 "url": "https://github.com/symfony/polyfill-ctype.git",
2509 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" 2695 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2510 }, 2696 },
2511 "dist": { 2697 "dist": {
2512 "type": "zip", 2698 "type": "zip",
2513 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", 2699 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
2514 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", 2700 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2515 "shasum": "" 2701 "shasum": ""
2516 }, 2702 },
2517 "require": { 2703 "require": {
@@ -2523,7 +2709,11 @@
2523 "type": "library", 2709 "type": "library",
2524 "extra": { 2710 "extra": {
2525 "branch-alias": { 2711 "branch-alias": {
2526 "dev-master": "1.13-dev" 2712 "dev-master": "1.18-dev"
2713 },
2714 "thanks": {
2715 "name": "symfony/polyfill",
2716 "url": "https://github.com/symfony/polyfill"
2527 } 2717 }
2528 }, 2718 },
2529 "autoload": { 2719 "autoload": {
@@ -2556,222 +2746,24 @@
2556 "polyfill", 2746 "polyfill",
2557 "portable" 2747 "portable"
2558 ], 2748 ],
2559 "time": "2019-11-27T13:56:44+00:00" 2749 "support": {
2560 }, 2750 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.18.0"
2561 {
2562 "name": "symfony/polyfill-mbstring",
2563 "version": "v1.13.1",
2564 "source": {
2565 "type": "git",
2566 "url": "https://github.com/symfony/polyfill-mbstring.git",
2567 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
2568 },
2569 "dist": {
2570 "type": "zip",
2571 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
2572 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
2573 "shasum": ""
2574 },
2575 "require": {
2576 "php": ">=5.3.3"
2577 },
2578 "suggest": {
2579 "ext-mbstring": "For best performance"
2580 },
2581 "type": "library",
2582 "extra": {
2583 "branch-alias": {
2584 "dev-master": "1.13-dev"
2585 }
2586 },
2587 "autoload": {
2588 "psr-4": {
2589 "Symfony\\Polyfill\\Mbstring\\": ""
2590 },
2591 "files": [
2592 "bootstrap.php"
2593 ]
2594 }, 2751 },
2595 "notification-url": "https://packagist.org/downloads/", 2752 "funding": [
2596 "license": [
2597 "MIT"
2598 ],
2599 "authors": [
2600 { 2753 {
2601 "name": "Nicolas Grekas", 2754 "url": "https://symfony.com/sponsor",
2602 "email": "p@tchwork.com" 2755 "type": "custom"
2603 }, 2756 },
2604 { 2757 {
2605 "name": "Symfony Community", 2758 "url": "https://github.com/fabpot",
2606 "homepage": "https://symfony.com/contributors" 2759 "type": "github"
2607 }
2608 ],
2609 "description": "Symfony polyfill for the Mbstring extension",
2610 "homepage": "https://symfony.com",
2611 "keywords": [
2612 "compatibility",
2613 "mbstring",
2614 "polyfill",
2615 "portable",
2616 "shim"
2617 ],
2618 "time": "2019-11-27T14:18:11+00:00"
2619 },
2620 {
2621 "name": "symfony/polyfill-php73",
2622 "version": "v1.13.1",
2623 "source": {
2624 "type": "git",
2625 "url": "https://github.com/symfony/polyfill-php73.git",
2626 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
2627 },
2628 "dist": {
2629 "type": "zip",
2630 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
2631 "reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
2632 "shasum": ""
2633 },
2634 "require": {
2635 "php": ">=5.3.3"
2636 },
2637 "type": "library",
2638 "extra": {
2639 "branch-alias": {
2640 "dev-master": "1.13-dev"
2641 }
2642 },
2643 "autoload": {
2644 "psr-4": {
2645 "Symfony\\Polyfill\\Php73\\": ""
2646 },
2647 "files": [
2648 "bootstrap.php"
2649 ],
2650 "classmap": [
2651 "Resources/stubs"
2652 ]
2653 },
2654 "notification-url": "https://packagist.org/downloads/",
2655 "license": [
2656 "MIT"
2657 ],
2658 "authors": [
2659 {
2660 "name": "Nicolas Grekas",
2661 "email": "p@tchwork.com"
2662 }, 2760 },
2663 { 2761 {
2664 "name": "Symfony Community", 2762 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2665 "homepage": "https://symfony.com/contributors" 2763 "type": "tidelift"
2666 } 2764 }
2667 ], 2765 ],
2668 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 2766 "time": "2020-07-14T12:35:20+00:00"
2669 "homepage": "https://symfony.com",
2670 "keywords": [
2671 "compatibility",
2672 "polyfill",
2673 "portable",
2674 "shim"
2675 ],
2676 "time": "2019-11-27T16:25:15+00:00"
2677 },
2678 {
2679 "name": "symfony/service-contracts",
2680 "version": "v1.1.8",
2681 "source": {
2682 "type": "git",
2683 "url": "https://github.com/symfony/service-contracts.git",
2684 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
2685 },
2686 "dist": {
2687 "type": "zip",
2688 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
2689 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
2690 "shasum": ""
2691 },
2692 "require": {
2693 "php": "^7.1.3",
2694 "psr/container": "^1.0"
2695 },
2696 "suggest": {
2697 "symfony/service-implementation": ""
2698 },
2699 "type": "library",
2700 "extra": {
2701 "branch-alias": {
2702 "dev-master": "1.1-dev"
2703 }
2704 },
2705 "autoload": {
2706 "psr-4": {
2707 "Symfony\\Contracts\\Service\\": ""
2708 }
2709 },
2710 "notification-url": "https://packagist.org/downloads/",
2711 "license": [
2712 "MIT"
2713 ],
2714 "authors": [
2715 {
2716 "name": "Nicolas Grekas",
2717 "email": "p@tchwork.com"
2718 },
2719 {
2720 "name": "Symfony Community",
2721 "homepage": "https://symfony.com/contributors"
2722 }
2723 ],
2724 "description": "Generic abstractions related to writing services",
2725 "homepage": "https://symfony.com",
2726 "keywords": [
2727 "abstractions",
2728 "contracts",
2729 "decoupling",
2730 "interfaces",
2731 "interoperability",
2732 "standards"
2733 ],
2734 "time": "2019-10-14T12:27:06+00:00"
2735 },
2736 {
2737 "name": "theseer/fdomdocument",
2738 "version": "1.6.6",
2739 "source": {
2740 "type": "git",
2741 "url": "https://github.com/theseer/fDOMDocument.git",
2742 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
2743 },
2744 "dist": {
2745 "type": "zip",
2746 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2747 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2748 "shasum": ""
2749 },
2750 "require": {
2751 "ext-dom": "*",
2752 "lib-libxml": "*",
2753 "php": ">=5.3.3"
2754 },
2755 "type": "library",
2756 "autoload": {
2757 "classmap": [
2758 "src/"
2759 ]
2760 },
2761 "notification-url": "https://packagist.org/downloads/",
2762 "license": [
2763 "BSD-3-Clause"
2764 ],
2765 "authors": [
2766 {
2767 "name": "Arne Blankerts",
2768 "email": "arne@blankerts.de",
2769 "role": "lead"
2770 }
2771 ],
2772 "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.",
2773 "homepage": "https://github.com/theseer/fDOMDocument",
2774 "time": "2017-06-30T11:53:12+00:00"
2775 }, 2767 },
2776 { 2768 {
2777 "name": "theseer/tokenizer", 2769 "name": "theseer/tokenizer",
@@ -2811,28 +2803,33 @@
2811 } 2803 }
2812 ], 2804 ],
2813 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 2805 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2806 "support": {
2807 "issues": "https://github.com/theseer/tokenizer/issues",
2808 "source": "https://github.com/theseer/tokenizer/tree/master"
2809 },
2814 "time": "2019-06-13T22:48:21+00:00" 2810 "time": "2019-06-13T22:48:21+00:00"
2815 }, 2811 },
2816 { 2812 {
2817 "name": "webmozart/assert", 2813 "name": "webmozart/assert",
2818 "version": "1.6.0", 2814 "version": "1.9.1",
2819 "source": { 2815 "source": {
2820 "type": "git", 2816 "type": "git",
2821 "url": "https://github.com/webmozart/assert.git", 2817 "url": "https://github.com/webmozart/assert.git",
2822 "reference": "573381c0a64f155a0d9a23f4b0c797194805b925" 2818 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
2823 }, 2819 },
2824 "dist": { 2820 "dist": {
2825 "type": "zip", 2821 "type": "zip",
2826 "url": "https://api.github.com/repos/webmozart/assert/zipball/573381c0a64f155a0d9a23f4b0c797194805b925", 2822 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
2827 "reference": "573381c0a64f155a0d9a23f4b0c797194805b925", 2823 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
2828 "shasum": "" 2824 "shasum": ""
2829 }, 2825 },
2830 "require": { 2826 "require": {
2831 "php": "^5.3.3 || ^7.0", 2827 "php": "^5.3.3 || ^7.0 || ^8.0",
2832 "symfony/polyfill-ctype": "^1.8" 2828 "symfony/polyfill-ctype": "^1.8"
2833 }, 2829 },
2834 "conflict": { 2830 "conflict": {
2835 "vimeo/psalm": "<3.6.0" 2831 "phpstan/phpstan": "<0.12.20",
2832 "vimeo/psalm": "<3.9.1"
2836 }, 2833 },
2837 "require-dev": { 2834 "require-dev": {
2838 "phpunit/phpunit": "^4.8.36 || ^7.5.13" 2835 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
@@ -2859,7 +2856,11 @@
2859 "check", 2856 "check",
2860 "validate" 2857 "validate"
2861 ], 2858 ],
2862 "time": "2019-11-24T13:36:37+00:00" 2859 "support": {
2860 "issues": "https://github.com/webmozart/assert/issues",
2861 "source": "https://github.com/webmozart/assert/tree/master"
2862 },
2863 "time": "2020-07-08T17:02:28+00:00"
2863 } 2864 }
2864 ], 2865 ],
2865 "aliases": [], 2866 "aliases": [],
@@ -2878,5 +2879,6 @@
2878 "platform-dev": [], 2879 "platform-dev": [],
2879 "platform-overrides": { 2880 "platform-overrides": {
2880 "php": "7.1.29" 2881 "php": "7.1.29"
2881 } 2882 },
2883 "plugin-api-version": "2.0.0"
2882} 2884}