mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
So we do not have 3 locatations to look for PHP dependencies. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
12 lines
158 B
JSON
12 lines
158 B
JSON
{
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.2"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "^3.27",
|
|
"phpunit/phpunit": "^11.5"
|
|
}
|
|
}
|