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