server/tests/acceptance/composer.json
Daniel Calviño Sánchez 2f80025ec2 Move acceptance tests from build/acceptance to tests/acceptance
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-04-21 14:44:29 +02:00

14 lines
251 B
JSON

{
"require-dev": {
"behat/behat": "^3.0",
"behat/mink": "^1.5",
"behat/mink-extension": "*",
"behat/mink-selenium2-driver": "*",
"phpunit/phpunit": "~4.6"
},
"autoload": {
"psr-4": {
"": "features/core"
}
}
}