We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27efaea commit 4de5f23Copy full SHA for 4de5f23
1 file changed
composer.json
@@ -11,10 +11,10 @@
11
],
12
"require": {
13
"php": "^7.4 || ^8",
14
- "symfony/config": "^4.0 || ^5.0",
15
- "symfony/dependency-injection": "^4.0 || ^5.0",
16
- "symfony/http-kernel": "^4.0 || ^5.1",
17
- "symfony/workflow": "^4.0 || ^5.0"
+ "symfony/config": "^4.0 || ^5.0 || ^6.0 || ^7.0",
+ "symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0 || ^7.0",
+ "symfony/http-kernel": "^4.0 || ^5.1 || ^6.0 || ^7.0",
+ "symfony/workflow": "^4.0 || ^5.0 || ^6.0 || ^7.0"
18
},
19
"autoload": {
20
"psr-4": {
0 commit comments