Skip to content

Commit 6a53ee8

Browse files
Drop Symfony v6.3 support (#35)
1 parent 6fde6a4 commit 6a53ee8

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": ">=8.0",
27-
"symfony/config": "^5.4 || ^6.3 || ^7.0",
28-
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0",
29-
"symfony/http-kernel": "^5.4 || ^6.3 || ^7.0"
27+
"symfony/config": "^5.4 || ^6.4 || ^7.0",
28+
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
29+
"symfony/http-kernel": "^5.4 || ^6.4 || ^7.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.4"

0 commit comments

Comments
 (0)