nextcloud/build/integration/composer.json
Joas Schilling 33bde0f62a
Fix the behat version to 3.3.*
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-11 09:32:26 +02:00

9 lines
188 B
JSON

{
"require-dev": {
"phpunit/phpunit": "~4.6",
"behat/behat": "~3.3.0",
"guzzlehttp/guzzle": "~5.0",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2"
}
}