Skip to content

Commit 42f969a

Browse files
committed
Bumped symfony/console dep to 2.0.5
In 2.0.4, the lowest version available on Packagist, there was no valid autoloading set up. This means that version isn't really usable.
1 parent 765f211 commit 42f969a

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
@@ -29,7 +29,7 @@
2929
"require": {
3030
"php": ">=5.3.3",
3131
"phpcr/phpcr": "~2.1.0",
32-
"symfony/console": "~2.0"
32+
"symfony/console": "2.*,>=2.0.5"
3333
},
3434
"autoload": {
3535
"psr-0": {

0 commit comments

Comments
 (0)