Skip to content

Commit 0c9f082

Browse files
committed
Added alternative symfony/console versions (~3.0 and ~4.0).
1 parent e34ca78 commit 0c9f082

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
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.3.3",
1616
"guzzle/guzzle": "~3.7",
17-
"symfony/console": "~2.5"
17+
"symfony/console": "~2.5|~3.0|~4.0"
1818
},
1919
"require-dev":{
2020
"phpunit/phpunit": "~4.1"

0 commit comments

Comments
 (0)