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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-15 15:13:04 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-21 12:37:16 +0300
commitad2ad151739a2f7027826c73c03e6fe843ca7803 (patch)
treec49e49ef316ed929b42107ad5b3422963c47bc8f /box.json
parent542ddb7f57f23fbd14b3692cc86e389f5f50b057 (diff)
Adding box.json to generate setup.phar
Diffstat (limited to 'box.json')
-rw-r--r--box.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/box.json b/box.json
new file mode 100644
index 0000000..25f6cd2
--- /dev/null
+++ b/box.json
@@ -0,0 +1,10 @@
+{
+ "directories": ["src", "app", "vendor"],
+ "chmod": "0755",
+
+ "files": [ "application.php" ],
+ "main": "application.php",
+ "output": "setup.phar",
+ "stub": true,
+ "web": false
+}