Skip to content

Commit 9852835

Browse files
ramseydamianopetrungaro
authored andcommitted
feat(command): allow symfony/console v4 & v5
fixes #4
1 parent 90a4a92 commit 9852835

File tree

3 files changed

+700
-128
lines changed

3 files changed

+700
-128
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"type": "library",
1313
"require": {
14-
"symfony/console": "^4.0"
14+
"symfony/console": "^4 || ^5"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)