Skip to content

Commit

Permalink
Merge pull request #61 from Propaganistas/patch-1
Browse files Browse the repository at this point in the history
Support symfony/console 7.0
  • Loading branch information
jenssegers committed Mar 12, 2024
2 parents 2958954 + 5096953 commit 1abd675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^7.4||^8.0",
"phpseclib/phpseclib": "^3.0",
"symfony/console": "^5.0||^6.0"
"symfony/console": "^5.0||^6.0||^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10"
Expand Down

0 comments on commit 1abd675

Please sign in to comment.