Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'box.json')
-rw-r--r--box.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/box.json b/box.json
index 5d77a95..ac0c5c7 100644
--- a/box.json
+++ b/box.json
@@ -1,5 +1,4 @@
{
- "chmod": "0755",
"directories": ["lib"],
"files": ["version.php"],
"finder": [
@@ -9,7 +8,5 @@
"in": "vendor"
}
],
- "main": "updater.php",
- "output": "updater.phar",
- "stub": true
-} \ No newline at end of file
+ "main": "updater.php"
+}