Skip to content

Commit eea3587

Browse files
Drop Symfony v6.0 support (#27)
1 parent c67ec4e commit eea3587

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
@@ -24,9 +24,9 @@
2424
},
2525
"require": {
2626
"php": ">=7.4",
27-
"symfony/config": "^5.4 || ^6.0",
28-
"symfony/dependency-injection": "^5.4 || ^6.0",
29-
"symfony/http-kernel": "^5.4 || ^6.0"
27+
"symfony/config": "^5.4 || ^6.1",
28+
"symfony/dependency-injection": "^5.4 || ^6.1",
29+
"symfony/http-kernel": "^5.4 || ^6.1"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.4"

0 commit comments

Comments
 (0)