Skip to content

Commit 1a5eedf

Browse files
author
Roelof Roos
committed
Updated symfony/console to require v2 or v3
Previously, only symfony/console v2 was supported, causing some collision with projects that use v3
1 parent 245ba34 commit 1a5eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3",
2020
"ext-curl": "*",
2121
"satooshi/php-coveralls": "^1.0",
22-
"symfony/console": "^2.0"
22+
"symfony/console": "^2.0|^3.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "3.7.*@stable",

0 commit comments

Comments
 (0)