diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-10-14 11:47:54 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-10-14 11:47:54 +0200 |
commit | 2c40d2cf456d147e9062c38a1326a01b7f8366e7 (patch) | |
tree | 68d277fde49ccc7fdc8cd166c88bdab12f899654 /composer.json | |
parent | 42fcc74b67196f8650d6317353cdf00fe919651a (diff) | |
download | nextcloud-server-2c40d2cf456d147e9062c38a1326a01b7f8366e7.tar.gz nextcloud-server-2c40d2cf456d147e9062c38a1326a01b7f8366e7.zip |
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.json | 2 |
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", |