Skip to content

Commit 649d429

Browse files
Allow Symfony 5.0
1 parent 380c7e6 commit 649d429

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"require": {
1919
"php": "^7.1.3",
2020
"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"
21+
"symfony/http-kernel": "^3.4|^4.0|^5.0",
22+
"symfony/twig-bridge": "^3.4|^4.0|^5.0",
23+
"symfony/var-dumper": "^4.1.1|^5.0"
2424
},
2525
"require-dev": {
26-
"symfony/config": "~4.2",
27-
"symfony/dependency-injection": "~3.4|~4.0",
28-
"symfony/web-profiler-bundle": "~3.4|~4.0"
26+
"symfony/config": "^4.2|^5.0",
27+
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
28+
"symfony/web-profiler-bundle": "^3.4|^4.0|^5.0"
2929
},
3030
"conflict": {
3131
"symfony/config": "<4.2",

0 commit comments

Comments
 (0)