summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-02 14:44:08 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-02 14:45:55 +0200
commitb2836b7f2a94edb2f0a94733ae2a467d10d1028e (patch)
tree00ca17a65f6e360a9bba03d373df66d83ca2bf3e /composer.json
parent13bae219cba63b207e47afac0566b62f283522d9 (diff)
try with dev stability
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 f3e29d618..19f9e472d 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
"psalm:fix": "psalm --alter --issues=InvalidReturnType,InvalidNullableReturnType,MissingParamType,InvalidFalsableReturnType"
},
"require-dev": {
- "christophwurst/nextcloud": "dev-master",
+ "christophwurst/nextcloud": "dev-master@dev",
"nextcloud/coding-standard": "^1.0",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest",