Skip to content

Commit

Permalink
Merge pull request #11 from sclable/symfony_gen_3
Browse files Browse the repository at this point in the history
allow symfony console version 2 & 3
  • Loading branch information
m-bymike committed Mar 17, 2016
2 parents 4d8d173 + 6ccd75d commit cffc511
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 92 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
],
"bin": ["bin/xmllint"],
"require": {
"symfony/console": "^3.0",
"symfony/finder": "^3.0"
"symfony/console": "~2.7|~3.0",
"symfony/finder": "~2.7|~3.0"
},
"require-dev": {
"behat/behat": "^3.0-dev",
"behat/behat": "^3.0",
"sclable/coding-standards": "^0.1",
"phpunit/phpunit": "^4.8",
"phing/phing": "^2.12"
Expand Down
Loading

0 comments on commit cffc511

Please sign in to comment.