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 664217e commit fbd2c64Copy full SHA for fbd2c64
composer.json
@@ -18,12 +18,12 @@
18
],
19
"require": {
20
"php": "~7.2",
21
- "symfony/config": "^4.3",
22
- "symfony/dependency-injection": "^4.3",
23
- "symfony/event-dispatcher": "^4.3",
24
- "symfony/expression-language": "^4.3",
25
- "symfony/http-foundation": "^4.3.4",
26
- "symfony/http-kernel": "^4.3"
+ "symfony/config": "^4.3|^5.0",
+ "symfony/dependency-injection": "^4.3|^5.0",
+ "symfony/event-dispatcher": "^4.3|^5.0",
+ "symfony/expression-language": "^4.3|^5.0",
+ "symfony/http-foundation": "^4.3.4|^5.0",
+ "symfony/http-kernel": "^4.3|^5.0"
27
},
28
"require-dev": {
29
"consistence/coding-standard": "3.9",
0 commit comments