1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-17 12:37:07 +03:00
ocis/composer.json
2024-04-19 09:41:26 +05:45

22 lines
361 B
JSON

{
"name": "owncloud/ocis",
"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
}
}
}