Skip to content

Commit 7d5c46b

Browse files
committed
Merge pull request #65 from shieldo/patch-1
allowed all future 2.x versions of symfony/console
2 parents 9d7c531 + ecfffe7 commit 7d5c46b

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
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": ">=5.3.0",
2828
"phpcr/phpcr": "~2.1.0-beta10",
29-
"symfony/console": ">=2.0.0,<2.3.0-dev"
29+
"symfony/console": "~2.0"
3030
},
3131
"autoload": {
3232
"psr-0": {

0 commit comments

Comments
 (0)