We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 671dc35 + 3ef3ae9 commit 02217afCopy full SHA for 02217af
composer.json
@@ -16,17 +16,17 @@
16
17
"require": {
18
"php": "^7.3 || ^8.0",
19
- "symfony/console": "^3.0 || ^4.0 || ^5.0",
20
- "symfony/dependency-injection": "^3.0 || ^4.1.12 || ^5.0",
21
- "symfony/process": "^3.0 || ^4.0 || ^5.0",
+ "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "symfony/dependency-injection": "^3.0 || ^4.1.12 || ^5.0 || ^6.0",
+ "symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0",
22
"webmozart/assert": "^1.5",
23
"psr/log": "^1.1"
24
},
25
"require-dev": {
26
"ext-json": "*",
27
"friendsofphp/php-cs-fixer": "^2.15",
28
"phpunit/phpunit": "^8.4",
29
- "symfony/framework-bundle": "^3.0 || ^4.1 || ^5.0"
+ "symfony/framework-bundle": "^3.0 || ^4.1 || ^5.0 || ^6.0"
30
31
32
"autoload": {
0 commit comments