mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
16 lines
294 B
JSON
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"
|
|
}
|
|
}
|