Skip to content

Commit

Permalink
fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Feb 4, 2016
1 parent 2fdcba6 commit a404bc0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,19 @@
"psr-4": { "PUGX\\Poser\\": "src/" }
},
"require": {
"symfony/console": "~2"
"symfony/console": "~2.0|~3.0"
},
"require-dev": {
"phpspec/phpspec": "dev-master",
"behat/behat": "dev-master"
"phpspec/phpspec": "2.*",
"behat/behat": "3.*"
},
"config": {
"bin-dir": "bin"
},
"bin": ["bin/poser"],
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.3.x-dev"
}
}
}

0 comments on commit a404bc0

Please sign in to comment.