Skip to content

Commit 1abd675

Browse files
authored
Merge pull request #61 from Propaganistas/patch-1
Support symfony/console 7.0
2 parents 2958954 + 5096953 commit 1abd675

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
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^7.4||^8.0",
1515
"phpseclib/phpseclib": "^3.0",
16-
"symfony/console": "^5.0||^6.0"
16+
"symfony/console": "^5.0||^6.0||^7.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.5.10"

0 commit comments

Comments
 (0)