Skip to content

Commit 929fac1

Browse files
Drop Symfony 6.1 support (#31)
1 parent 8a7efcf commit 929fac1

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.1",
28-
"symfony/dependency-injection": "^5.4 || ^6.1",
29-
"symfony/http-kernel": "^5.4 || ^6.1"
27+
"symfony/config": "^5.4 || ^6.2",
28+
"symfony/dependency-injection": "^5.4 || ^6.2",
29+
"symfony/http-kernel": "^5.4 || ^6.2"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^9.4"

0 commit comments

Comments
 (0)