nextcloud-updater/box.json

15 lines
220 B
JSON

{
"chmod": "0755",
"directories": ["lib"],
"finder": [
{
"name": "*.php",
"exclude": ["Tests"],
"in": "vendor"
}
],
"main": "updater.php",
"output": "updater.phar",
"stub": true
}