1
0
Fork 0

Allow Symfony7 package installs (#11474)

pull/11476/head
Jordi Boggiano 2023-05-23 21:13:57 +02:00 committed by GitHub
parent 24361ae654
commit 5d064dc885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -33,10 +33,10 @@
"psr/log": "^1.0 || ^2.0 || ^3.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.2",
"symfony/console": "^5.4.11 || ^6.0.11",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0",
"symfony/console": "^5.4.11 || ^6.0.11 || ^7",
"symfony/filesystem": "^5.4 || ^6.0 || ^7",
"symfony/finder": "^5.4 || ^6.0 || ^7",
"symfony/process": "^5.4 || ^6.0 || ^7",
"react/promise": "^2.8",
"composer/pcre": "^2.1 || ^3.1",
"symfony/polyfill-php73": "^1.24",
@ -45,7 +45,7 @@
"seld/signal-handler": "^2.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^6.0",
"symfony/phpunit-bridge": "^6.0 || ^7",
"phpstan/phpstan": "^1.9.3",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1",

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "536c537ae1f35e5465a0403cd2b6bc4d",
"content-hash": "cc535e8c9fc8f1414a1cede463898453",
"packages": [
{
"name": "composer/ca-bundle",