Updated the composer.json to deal with use stable packages

This commit is contained in:
Christophe Coevoet
2014-04-26 19:49:40 +02:00
parent abf7032c06
commit 1003fb7f79

View File

@@ -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"
},