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