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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2022-08-04 07:57:39 +0300
committerGitHub <noreply@github.com>2022-08-04 07:57:39 +0300
commitfb0d3c4a8e96ee89bb4ffe461d8a731865d02567 (patch)
treec8c8318b2a7ef81158b352f94fc578b426ab41ff /composer.json
parentbc18dbf4e6afadf0f4c17b97551393eb9dd76973 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.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 19f9e472d..f3e29d618 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@dev",
+ "christophwurst/nextcloud": "dev-master",
"nextcloud/coding-standard": "^1.0",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest",