nextcloud/build/integration/composer.json
Joas Schilling 7f399173e1
ci: Fix installing behat dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 14:14:00 +01:00

10 lines
232 B
JSON

{
"require-dev": {
"phpunit/phpunit": "~6.5",
"behat/behat": "~3.10.0",
"guzzlehttp/guzzle": "6.5.8",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.3.1",
"symfony/event-dispatcher": "~4.4"
}
}