Skip to content

Commit

Permalink
Merge pull request #20 from tentacode/patch-1
Browse files Browse the repository at this point in the history
Enable usage of symfony/console ~3.0
  • Loading branch information
mnapoli committed Feb 27, 2016
2 parents 185991d + e237452 commit 6b3fbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": ">=5.5",
"symfony/console": "~2.6",
"symfony/console": "~2.6|~3.0",
"php-di/invoker": "~1.2",
"container-interop/container-interop": "~1.0"
},
Expand Down

0 comments on commit 6b3fbe0

Please sign in to comment.