mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~9.5",
|
|
"behat/behat": "^3.0",
|
|
"guzzlehttp/guzzle": "^7.3",
|
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
|
"sabre/dav": "^4.1",
|
|
"juliushaertl/nextcloud-behat": "dev-master"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1"
|
|
}
|
|
}
|
|
}
|