Skip to content

Commit f4266d1

Browse files
Bump deps to ^4.4|^5.0 for Symfony 5.0
1 parent 90b42d6 commit f4266d1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@
2424
"symfony/http-kernel": ""
2525
},
2626
"require-dev": {
27-
"symfony/http-foundation": "^3.4|^4.0|^5.0",
28-
"symfony/http-kernel": "^4.3|^5.0"
29-
},
30-
"conflict": {
31-
"symfony/http-kernel": "<4.3"
27+
"symfony/http-foundation": "^4.4|^5.0",
28+
"symfony/http-kernel": "^4.4|^5.0"
3229
},
3330
"autoload": {
3431
"psr-4": { "Symfony\\Component\\WebLink\\": "" },

0 commit comments

Comments
 (0)