Files
opencloud/composer.json
2023-01-05 09:21:34 +05:45

22 lines
361 B
JSON

{
"name": "owncloud/ocis",
"config" : {
"platform": {
"php": "7.2"
},
"vendor-dir": "./vendor-php",
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"require-dev": {
"ext-simplexml": "*",
"bamarni/composer-bin-plugin": "^1.4"
},
"extra": {
"bamarni-bin": {
"bin-links": false
}
}
}