Skip to content

Commit d46cac4

Browse files
Allow Symfony 5.0
1 parent 2beb0a5 commit d46cac4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"php": "^7.1.3"
2020
},
2121
"require-dev": {
22-
"symfony/config": "~4.2",
23-
"symfony/http-foundation": "~3.4|~4.0",
24-
"symfony/yaml": "~3.4|~4.0",
25-
"symfony/expression-language": "~3.4|~4.0",
26-
"symfony/dependency-injection": "~3.4|~4.0",
22+
"symfony/config": "^4.2|^5.0",
23+
"symfony/http-foundation": "^3.4|^4.0|^5.0",
24+
"symfony/yaml": "^3.4|^4.0|^5.0",
25+
"symfony/expression-language": "^3.4|^4.0|^5.0",
26+
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2727
"doctrine/annotations": "~1.2",
2828
"psr/log": "~1.0"
2929
},

0 commit comments

Comments
 (0)