updated composer.json to be testable

This commit is contained in:
everzet
2012-05-11 00:43:50 +02:00
parent e16d0751ea
commit 89d36046f4

View File

@@ -14,13 +14,12 @@
"require": {
"php": ">=5.3.2",
"behat/behat": ">=2.4.0beta2,<2.4.x-dev",
"behat/behat": "dev-develop",
"behat/mink": ">=1.4.0beta2,<1.4.x-dev"
},
"require-dev": {
"fabpot/goutte": "*",
"behat/sahi-client": "*"
"fabpot/goutte": "*"
},
"autoload": {