mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-23 22:29:59 -05:00
19 lines
249 B
JSON
19 lines
249 B
JSON
{
|
|
"name": "owncloud/ocis",
|
|
"config" : {
|
|
"platform": {
|
|
"php": "7.2"
|
|
}
|
|
},
|
|
"require": {
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.4"
|
|
},
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": false
|
|
}
|
|
}
|
|
}
|