Skip to content

Commit 79825ed

Browse files
committed
update Symfony dependencies
1 parent 43b4068 commit 79825ed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
"require": {
2828
"php": ">=7.1",
2929
"contao/core-bundle": "^4.4",
30-
"symfony/dependency-injection": "^3.4 || ^4.4",
31-
"symfony/config": "^3.4 || ^4.4",
32-
"symfony/contracts": "^1.0 || ^2.0",
33-
"symfony/http-kernel": "^3.4 || ^4.4"
30+
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",
31+
"symfony/config": "^3.4 || ^4.4 || ^5.1",
32+
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.1"
3433
},
3534
"require-dev": {
3635
"contao/manager-plugin": "^2.0"

0 commit comments

Comments
 (0)