Skip to content

Commit 1a6d17d

Browse files
authored
feat: drop symfony 4 support (#27)
1 parent b05a9a2 commit 1a6d17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^7.4 || ^8.0",
1818
"psr/container": "^1.0 || ^2.0",
19-
"symfony/console": "^4.0 || ^5.0 || ^6.0"
19+
"symfony/console": "^5.0 || ^6.0"
2020
},
2121
"require-dev": {
2222
"laminas/laminas-coding-standard": "^2.3.0",

0 commit comments

Comments
 (0)