Skip to content

Commit

Permalink
allow symfony console version 2 & 3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bymike committed Mar 17, 2016
1 parent abd5a06 commit 6ccd75d
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 6ccd75d

Please sign in to comment.