8000 Allow Symfony7 package installs (#11474) · composer/composer@5d064dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d064dc

Browse files
authored
Allow Symfony7 package installs (#11474)
1 parent 24361ae commit 5d064dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"psr/log": "^1.0 || ^2.0 || ^3.0",
3434
"seld/jsonlint": "^1.4",
3535
"seld/phar-utils": "^1.2",
36-
"symfony/console": "^5.4.11 || ^6.0.11",
37-
"symfony/filesystem": "^5.4 || ^6.0",
38-
"symfony/finder": "^5.4 || ^6.0",
39-
"symfony/process": "^5.4 || ^6.0",
36+
"symfony/console": "^5.4.11 || ^6.0.11 || ^7",
37+
"symfony/filesystem": "^5.4 || ^6.0 || ^7",
38+
"symfony/finder": "^5.4 || ^6.0 || ^7",
39+
"symfony/process": "^5.4 || ^6.0 || ^7",
4040
"react/promise": "^2.8",
4141
"composer/pcre": "^2.1 || ^3.1",
4242
"symfony/polyfill-php73": "^1.24",
@@ -45,7 +45,7 @@
4545
"seld/signal-handler": "^2.0"
4646
},
4747
"require-dev": {
48-
"symfony/phpunit-bridge": "^6.0",
48+
"symfony/phpunit-bridge": "^6.0 || ^7",
4949
"phpstan/phpstan": "^1.9.3",
5050
"phpstan/phpstan-phpunit": "^1.0",
5151
"phpstan/phpstan-deprecation-rules": "^1",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0