Allow Symfony7 package installs (#11474)
parent
24361ae654
commit
5d064dc885
|
@ -33,10 +33,10 @@
|
||||||
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
||||||
"seld/jsonlint": "^1.4",
|
"seld/jsonlint": "^1.4",
|
||||||
"seld/phar-utils": "^1.2",
|
"seld/phar-utils": "^1.2",
|
||||||
"symfony/console": "^5.4.11 || ^6.0.11",
|
"symfony/console": "^5.4.11 || ^6.0.11 || ^7",
|
||||||
"symfony/filesystem": "^5.4 || ^6.0",
|
"symfony/filesystem": "^5.4 || ^6.0 || ^7",
|
||||||
"symfony/finder": "^5.4 || ^6.0",
|
"symfony/finder": "^5.4 || ^6.0 || ^7",
|
||||||
"symfony/process": "^5.4 || ^6.0",
|
"symfony/process": "^5.4 || ^6.0 || ^7",
|
||||||
"react/promise": "^2.8",
|
"react/promise": "^2.8",
|
||||||
"composer/pcre": "^2.1 || ^3.1",
|
"composer/pcre": "^2.1 || ^3.1",
|
||||||
"symfony/polyfill-php73": "^1.24",
|
"symfony/polyfill-php73": "^1.24",
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"seld/signal-handler": "^2.0"
|
"seld/signal-handler": "^2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/phpunit-bridge": "^6.0",
|
"symfony/phpunit-bridge": "^6.0 || ^7",
|
||||||
"phpstan/phpstan": "^1.9.3",
|
"phpstan/phpstan": "^1.9.3",
|
||||||
"phpstan/phpstan-phpunit": "^1.0",
|
"phpstan/phpstan-phpunit": "^1.0",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1",
|
"phpstan/phpstan-deprecation-rules": "^1",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "536c537ae1f35e5465a0403cd2b6bc4d",
|
"content-hash": "cc535e8c9fc8f1414a1cede463898453",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/ca-bundle",
|
"name": "composer/ca-bundle",
|
||||||
|
|
Loading…
Reference in New Issue