Skip to content

Commit aadb9a3

Browse files
authored
Add support for Symfony 8 (#24)
1 parent b13b299 commit aadb9a3

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
@@ -23,9 +23,9 @@
2323
"require": {
2424
"php": "^8.2",
2525
"symfony/cache-contracts": "^2.5 || ^3.3",
26-
"symfony/config": "^5.4 || ^6.0 || ^7.0",
27-
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
28-
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
26+
"symfony/config": "^5.4 || ^6.0 || ^7.0 || ^8.0",
27+
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0",
28+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0 || ^8.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^11.1",

0 commit comments

Comments
 (0)