Skip to content

Commit c67ec4e

Browse files
Drop Symfony v4.4 support (#26)
1 parent c9bc9cb commit c67ec4e

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

0 commit comments

Comments
 (0)