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 380c7e6 commit 649d429Copy full SHA for 649d429
composer.json
@@ -18,14 +18,14 @@
18
"require": {
19
"php": "^7.1.3",
20
"ext-xml": "*",
21
- "symfony/http-kernel": "~3.4|~4.0",
22
- "symfony/twig-bridge": "~3.4|~4.0",
23
- "symfony/var-dumper": "^4.1.1"
+ "symfony/http-kernel": "^3.4|^4.0|^5.0",
+ "symfony/twig-bridge": "^3.4|^4.0|^5.0",
+ "symfony/var-dumper": "^4.1.1|^5.0"
24
},
25
"require-dev": {
26
- "symfony/config": "~4.2",
27
- "symfony/dependency-injection": "~3.4|~4.0",
28
- "symfony/web-profiler-bundle": "~3.4|~4.0"
+ "symfony/config": "^4.2|^5.0",
+ "symfony/dependency-injection": "^3.4|^4.0|^5.0",
+ "symfony/web-profiler-bundle": "^3.4|^4.0|^5.0"
29
30
"conflict": {
31
"symfony/config": "<4.2",
0 commit comments