summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-04 12:58:25 +0100
committerJoas Schilling <coding@schilljs.com>2021-01-04 12:58:25 +0100
commitc11d0e55b6b08e5d03cee112689eddc226b6be74 (patch)
treeccdb80c1fb1605e51faee820b34c4a6221820df5 /composer.json
parenta30f2059d94b895450a2ebfe2a6eb465a7453121 (diff)
Only allow dev quality for christophwurst/nextcloud
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index cd7bb5068..e2ff8ca64 100644
--- a/composer.json
+++ b/composer.json
@@ -14,10 +14,9 @@
"psalm:clear": "psalm --clear-cache && psalm --clear-global-cache",
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
},
- "minimum-stability": "dev",
"require-dev": {
"nextcloud/coding-standard": "^0.4.0",
- "vimeo/psalm": "^4.1",
- "christophwurst/nextcloud": "dev-master"
+ "vimeo/psalm": "^4.3.2",
+ "christophwurst/nextcloud": "dev-master@dev"
}
}