Skip to content

Commit 91dfe33

Browse files
Allow Symfony 5.0
1 parent 9c4516a commit 91dfe33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"symfony/http-kernel": ""
2525
},
2626
"require-dev": {
27-
"symfony/http-foundation": "~3.4|~4.0",
28-
"symfony/http-kernel": "^4.3"
27+
"symfony/http-foundation": "^3.4|^4.0|^5.0",
28+
"symfony/http-kernel": "^4.3|^5.0"
2929
},
3030
"conflict": {
3131
"symfony/http-kernel": "<4.3"

0 commit comments

Comments
 (0)