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 a1e9c6f71d
Remove library that is unmaintained since 2015 and was merged in the behat core
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-26 13:53:31 +01:00

16 lines
296 B
JSON

{
"config": {
"platform": {
"php": "8.0.2"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.14",
"dms/phpunit-arraysubset-asserts": "^0.5",
"guzzlehttp/guzzle": "^7.8",
"phpunit/phpunit": "^9.6",
"sabre/dav": "^4.6",
"symfony/event-dispatcher": "^5.4"
}
}