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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index f07a6f54..720abd41 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"type": "project",
"require-dev": {
"roave/security-advisories": "dev-master",
- "christophwurst/nextcloud": "^15.0",
+ "christophwurst/nextcloud": "^21@dev",
"jakub-onderka/php-parallel-lint": "^1.0.0"
},
"license": "AGPLv3",
@@ -13,7 +13,6 @@
"email": "jus@bitgrid.net"
}
],
- "require": {},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"
}