Updated the composer.json to deal with use stable packages
This commit is contained in:
@@ -9,18 +9,22 @@
|
||||
{
|
||||
"name": "Konstantin Kudryashov",
|
||||
"email": "ever.zet@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Christophe Coevoet",
|
||||
"email": "stof@notk.org"
|
||||
}
|
||||
],
|
||||
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"behat/behat": "~3.0-RC3@dev",
|
||||
"behat/behat": "~3.0",
|
||||
"behat/mink": "~1.5",
|
||||
"symfony/config": "~2.2"
|
||||
},
|
||||
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "2.0.*@dev",
|
||||
"phpspec/phpspec": "~2.0",
|
||||
"behat/mink-goutte-driver": "~1.0"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user