server/build/integration/composer.json
Joas Schilling e3b5ed602c
Fix the behat version to 3.3.*
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-09 11:10:25 +02:00

9 lines
191 B
JSON

{
"require-dev": {
"phpunit/phpunit": "~6.5",
"behat/behat": "~3.3.0",
"guzzlehttp/guzzle": "6.3.3",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.2"
}
}