Skip to content

Commit 755ac13

Browse files
committed
chore: drop support for symfony/console 3.4.x and 4.3.x
1 parent 919b121 commit 755ac13

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
@@ -40,7 +40,7 @@
4040
"require": {
4141
"php": "^7.2 || ^8.0",
4242
"ondram/ci-detector": "^4.0",
43-
"symfony/console": "~3.4|~4.3|^5|^6|^7"
43+
"symfony/console": "^5 || ^6 || ^7"
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^8 || ^9 || ^10|| ^11",

0 commit comments

Comments
 (0)