We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540fd6b commit e9d1690Copy full SHA for e9d1690
composer.json
@@ -15,13 +15,13 @@
15
"ext-json": "*",
16
"ext-mbstring": "*",
17
"ext-simplexml": "*",
18
- "symfony/console": "^4.4 || ^5.3 || ^6.0 || ^7.0",
19
- "symfony/filesystem": "^4.4 || ^5.3 || ^6.0 || ^7.0",
20
- "symfony/finder": "^4.4 || ^5.3 || ^6.0 || ^7.0"
+ "symfony/console": "^4.4 || ^5.3 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/filesystem": "^4.4 || ^5.3 || ^6.0 || ^7.0 || ^8.0",
+ "symfony/finder": "^4.4 || ^5.3 || ^6.0 || ^7.0 || ^8.0"
21
},
22
"require-dev": {
23
"phpunit/phpunit": "^9.6.19",
24
- "symfony/phpunit-bridge": "^7.2.0"
+ "symfony/phpunit-bridge": "^7.2.0 || ^8.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments