mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
The implicite nullable type has been deprecated. This fixes it by explicitely typing every nullable type. PHP is also bumped in composer and drone to v8.4.
21 lines
359 B
JSON
21 lines
359 B
JSON
{
|
|
"name": "owncloud/ocis",
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.4"
|
|
},
|
|
"vendor-dir": "./vendor-php",
|
|
"allow-plugins": {
|
|
"bamarni/composer-bin-plugin": true
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"ext-simplexml": "*",
|
|
"bamarni/composer-bin-plugin": "^1.8"
|
|
},
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": false
|
|
}
|
|
}
|
|
} |