Skip to content

Commit

Permalink
chore: drop support for symfony/console 3.4.x and 4.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 17, 2024
1 parent 919b121 commit 755ac13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require": {
"php": "^7.2 || ^8.0",
"ondram/ci-detector": "^4.0",
"symfony/console": "~3.4|~4.3|^5|^6|^7"
"symfony/console": "^5 || ^6 || ^7"
},
"require-dev": {
"phpunit/phpunit": "^8 || ^9 || ^10|| ^11",
Expand Down

0 comments on commit 755ac13

Please sign in to comment.