Skip to content

Commit 7c59f66

Browse files
committed
drop symfony 4, allow symfony 7
1 parent cd125d1 commit 7c59f66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"heimrichhannot/contao-utils-bundle": "^3.0",
1010
"psr/container": "^1.0 || ^2.0",
1111
"spatie/schema-org": "^3.4",
12-
"symfony/config": "^4.4 || ^5.4 || ^6.0",
13-
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
14-
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0",
12+
"symfony/config": "^5.4 || ^6.0 || ^7.0",
13+
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
14+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
1515
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)