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:
authorVitor Mattos <vitor@php.rio>2021-10-05 20:01:29 +0300
committerVitor Mattos <vitor@php.rio>2021-10-05 20:01:38 +0300
commit8841415daf9f3ce50a693dc54304cfa20766ac39 (patch)
treedc066526c51be14626bb58bd68f6c30776bb8105 /composer.json
parentc1f9549b87dfd67d2e1972db352d538be7f32989 (diff)
Bump psalm version
Signed-off-by: Vitor Mattos <vitor@php.rio>
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 e2ff8ca64..5ace8f009 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
},
"require-dev": {
"nextcloud/coding-standard": "^0.4.0",
- "vimeo/psalm": "^4.3.2",
+ "vimeo/psalm": "^4.10",
"christophwurst/nextcloud": "dev-master@dev"
}
}