We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2124ed0 commit 408575cCopy full SHA for 408575c
composer.json
@@ -13,14 +13,14 @@
13
],
14
"require": {
15
"php": ">=8.0",
16
- "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0|^8.0",
17
"zenstruck/assert": "^1.0"
18
},
19
"require-dev": {
20
"phpstan/phpstan": "^1.4",
21
"phpunit/phpunit": "^9.5.0",
22
- "symfony/framework-bundle": "^5.4|^6.0|^7.0",
23
- "symfony/phpunit-bridge": "^6.2|^7.0"
+ "symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
+ "symfony/phpunit-bridge": "^6.2|^7.0|^8.0"
24
25
"config": {
26
"preferred-install": "dist",
0 commit comments