Skip to content

Commit 33991fb

Browse files
authored
Merge pull request #756 from fezfez/patch-1
Allow symfony console 6
2 parents 6a8f6fc + 23e4784 commit 33991fb

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
@@ -61,7 +61,7 @@
6161
"laminas/laminas-servicemanager": "^3.7.0",
6262
"laminas/laminas-stdlib": "^3.6.0",
6363
"laminas/laminas-validator": "^2.15.0",
64-
"symfony/console": "^5.3.7"
64+
"symfony/console": "^5.3.7 || ^6.0.0"
6565
},
6666
"require-dev": {
6767
"doctrine/coding-standard": "^9.0.0",

0 commit comments

Comments
 (0)