Files
opencloud/composer.json
Jörn Friedrich Dreyer fd62351555 update urls in some tooling files
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-17 12:32:16 +01:00

22 lines
370 B
JSON

{
"name": "opencloud-eu/opencloud",
"config" : {
"platform": {
"php": "8.2"
},
"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
}
}
}