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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-14 12:47:54 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-14 12:47:54 +0300
commit2c40d2cf456d147e9062c38a1326a01b7f8366e7 (patch)
tree68d277fde49ccc7fdc8cd166c88bdab12f899654 /composer.json
parent42fcc74b67196f8650d6317353cdf00fe919651a (diff)
Bump vimeo/psalm from 3.15 to 3.17.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 702b739306e..8a2f4e2558a 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,7 @@
},
"require-dev": {
"nextcloud/coding-standard": "^0.3.0",
- "vimeo/psalm": "3.15"
+ "vimeo/psalm": "^3.17"
},
"scripts": {
"cs:fix": "php-cs-fixer fix",