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