Skip to content

Commit

Permalink
Merge pull request #64 from GawainLynch/symfony-3
Browse files Browse the repository at this point in the history
Optionally allow Symfony 3
  • Loading branch information
stecman committed Dec 12, 2015
2 parents 983d6f0 + 95d066e commit 3f9a6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/console": "~2.3"
"symfony/console": "~2.3 || ~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
Expand Down

0 comments on commit 3f9a6c0

Please sign in to comment.