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:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2022-10-13 15:36:38 +0300
committerGitHub <noreply@github.com>2022-10-13 15:36:38 +0300
commit667dc13d87872b8ebe0464c58b8b3041b9f62cf6 (patch)
tree80304bb06e7f7f03d33603271dd5d93744f9dc30
parentd5264637ed69468ad71fa6018c6ef13dee8f11e9 (diff)
Remove default valuesboxUpgrade
💡 3 recommendations found: - The "output" setting can be omitted since is set to its default value - The "stub" setting can be omitted since is set to its default value - The "chmod" setting can be omitted since is set to its default value No warning found. Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-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"
+}