Skip to content

Commit

Permalink
Merge pull request #169 from eliashaeussler/feature/0.8.x/symfony-6.x
Browse files Browse the repository at this point in the history
[FEATURE] Add support for symfony/console 6.x
  • Loading branch information
eliashaeussler authored Jan 8, 2023
2 parents 625bb1e + 0fc36ef commit 9a01813
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 @@ -23,7 +23,7 @@
"guzzlehttp/psr7": ">= 1.8 < 3.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"symfony/console": ">= 4.2.2 < 6.0"
"symfony/console": "^4.2.2 || ^5.0 || ^6.0"
},
"require-dev": {
"armin/editorconfig-cli": "^1.5",
Expand Down

0 comments on commit 9a01813

Please sign in to comment.