0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-12 03:59:16 +00:00
nextcloud_server/build/integration/composer.json
Joas Schilling 86784ad873
ci: Bump behat/behat as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-30 09:04:05 +01:00

16 lines
294 B
JSON

{
"config": {
"platform": {
"php": "8.1"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.15",
"dms/phpunit-arraysubset-asserts": "^0.5",
"guzzlehttp/guzzle": "^7.9",
"phpunit/phpunit": "^9.6",
"sabre/dav": "^4.7",
"symfony/event-dispatcher": "^6.4"
}
}