Issue #3281578 by Wim Leers, quietone, xjm, catch: Increase Composer dependency constraints to latest minors for forward-compatibility
parent
23d44312d9
commit
a1f189f6e0
|
@ -531,14 +531,14 @@
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "core",
|
"url": "core",
|
||||||
"reference": "cc8e3c080af53d2b57bb827f28fa0fb243ffccdc"
|
"reference": "646ebf78ff7a6ffb38074769504deb6ae0058b45"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"asm89/stack-cors": "^1.1",
|
"asm89/stack-cors": "^1.3",
|
||||||
"composer/semver": "^3.0",
|
"composer/semver": "^3.3",
|
||||||
"doctrine/annotations": "^1.12",
|
"doctrine/annotations": "^1.13",
|
||||||
"doctrine/reflection": "^1.1",
|
"doctrine/reflection": "^1.2",
|
||||||
"egulias/email-validator": "^2.1.22|^3.0",
|
"egulias/email-validator": "^2.1.22|^3.1",
|
||||||
"ext-date": "*",
|
"ext-date": "*",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-filter": "*",
|
"ext-filter": "*",
|
||||||
|
@ -553,24 +553,24 @@
|
||||||
"ext-tokenizer": "*",
|
"ext-tokenizer": "*",
|
||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"guzzlehttp/guzzle": "^6.5.6 || ^7.4.3",
|
"guzzlehttp/guzzle": "^6.5.6 || ^7.4.3",
|
||||||
"laminas/laminas-diactoros": "^2.1",
|
"laminas/laminas-diactoros": "^2.10",
|
||||||
"laminas/laminas-feed": "^2.12",
|
"laminas/laminas-feed": "^2.17",
|
||||||
"masterminds/html5": "^2.1",
|
"masterminds/html5": "^2.7",
|
||||||
"pear/archive_tar": "^1.4.14",
|
"pear/archive_tar": "^1.4.14",
|
||||||
"php": ">=7.3.0",
|
"php": ">=7.3.0",
|
||||||
"psr/log": "^1.0",
|
"psr/log": "^1.1",
|
||||||
"stack/builder": "^1.0",
|
"stack/builder": "^1.0",
|
||||||
"symfony-cmf/routing": "^2.1",
|
"symfony-cmf/routing": "^2.3",
|
||||||
"symfony/console": "^4.4",
|
"symfony/console": "^4.4",
|
||||||
"symfony/dependency-injection": "^4.4",
|
"symfony/dependency-injection": "^4.4",
|
||||||
"symfony/event-dispatcher": "^4.4",
|
"symfony/event-dispatcher": "^4.4",
|
||||||
"symfony/http-foundation": "^4.4.7",
|
"symfony/http-foundation": "^4.4.7",
|
||||||
"symfony/http-kernel": "^4.4",
|
"symfony/http-kernel": "^4.4",
|
||||||
"symfony/mime": "^5.4",
|
"symfony/mime": "^5.4",
|
||||||
"symfony/polyfill-iconv": "^1.0",
|
"symfony/polyfill-iconv": "^1.25",
|
||||||
"symfony/polyfill-php80": "^1.16",
|
"symfony/polyfill-php80": "^1.25",
|
||||||
"symfony/process": "^4.4",
|
"symfony/process": "^4.4",
|
||||||
"symfony/psr-http-message-bridge": "^2.0",
|
"symfony/psr-http-message-bridge": "^2.1",
|
||||||
"symfony/routing": "^4.4",
|
"symfony/routing": "^4.4",
|
||||||
"symfony/serializer": "^4.4",
|
"symfony/serializer": "^4.4",
|
||||||
"symfony/translation": "^4.4",
|
"symfony/translation": "^4.4",
|
||||||
|
|
|
@ -29,25 +29,25 @@
|
||||||
"symfony/translation": "^4.4",
|
"symfony/translation": "^4.4",
|
||||||
"symfony/validator": "^4.4",
|
"symfony/validator": "^4.4",
|
||||||
"symfony/process": "^4.4",
|
"symfony/process": "^4.4",
|
||||||
"symfony/polyfill-iconv": "^1.0",
|
"symfony/polyfill-iconv": "^1.25",
|
||||||
"symfony/polyfill-php80": "^1.16",
|
"symfony/polyfill-php80": "^1.25",
|
||||||
"symfony/yaml": "^4.4.19",
|
"symfony/yaml": "^4.4.19",
|
||||||
"typo3/phar-stream-wrapper": "^3.1.3",
|
"typo3/phar-stream-wrapper": "^3.1.3",
|
||||||
"twig/twig": "^2.14.11",
|
"twig/twig": "^2.14.11",
|
||||||
"doctrine/reflection": "^1.1",
|
"doctrine/reflection": "^1.2",
|
||||||
"doctrine/annotations": "^1.12",
|
"doctrine/annotations": "^1.13",
|
||||||
"guzzlehttp/guzzle": "^6.5.6 || ^7.4.3",
|
"guzzlehttp/guzzle": "^6.5.6 || ^7.4.3",
|
||||||
"symfony-cmf/routing": "^2.1",
|
"symfony-cmf/routing": "^2.3",
|
||||||
"laminas/laminas-feed": "^2.12",
|
"laminas/laminas-feed": "^2.17",
|
||||||
"stack/builder": "^1.0",
|
"stack/builder": "^1.0",
|
||||||
"egulias/email-validator": "^2.1.22|^3.0",
|
"egulias/email-validator": "^2.1.22|^3.1",
|
||||||
"masterminds/html5": "^2.1",
|
"masterminds/html5": "^2.7",
|
||||||
"symfony/psr-http-message-bridge": "^2.0",
|
"symfony/psr-http-message-bridge": "^2.1",
|
||||||
"laminas/laminas-diactoros": "^2.1",
|
"laminas/laminas-diactoros": "^2.10",
|
||||||
"composer/semver": "^3.0",
|
"composer/semver": "^3.3",
|
||||||
"asm89/stack-cors": "^1.1",
|
"asm89/stack-cors": "^1.3",
|
||||||
"pear/archive_tar": "^1.4.14",
|
"pear/archive_tar": "^1.4.14",
|
||||||
"psr/log": "^1.0"
|
"psr/log": "^1.1"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drush/drush": "<8.1.10"
|
"drush/drush": "<8.1.10"
|
||||||
|
|
Loading…
Reference in New Issue