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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2021-03-01 16:35:46 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-03-02 10:42:01 +0300
commitd31f8551c83c4da50f19f5b5f37f742b58db3b8e (patch)
tree365322806873400f767b6232344be5a089e7565d /composer.json
parent12d2254cf3b5a89fd157090c29577b9597c63475 (diff)
use dynamic NC API version
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5e96711c..307630a8 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"require-dev": {
- "christophwurst/nextcloud": "^20.0",
+ "christophwurst/nextcloud": ">=20",
"nextcloud/coding-standard": "^0.5.0",
"squizlabs/php_codesniffer": "3.*",
"phan/phan": "^4.0",