Skip to content

Commit 62ed6be

Browse files
committed
feat: allow more versions of symfony/console
Closes: code-lts/doctum#45
1 parent 84030e6 commit 62ed6be

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
@@ -40,7 +40,7 @@
4040
"require": {
4141
"php": "^7.1 || ^8.0",
4242
"ondram/ci-detector": "^4.0",
43-
"symfony/console": "~3.4|~4.3|~5.1|~5.2"
43+
"symfony/console": "~3.4|~4.3|^5|^6"
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^7 || ^8 || ^9",

0 commit comments

Comments
 (0)