Files
opencloud/composer.json
2026-01-09 11:42:43 +01:00

22 lines
369 B
JSON

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