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:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-20 23:48:43 +0300
committerGitHub <noreply@github.com>2020-10-20 23:48:43 +0300
commita2faa8c4304e0e95dddee641ee59a72566a2d8a0 (patch)
tree9b94918fdce37f0fc3c1cb048764e233f5b8084c /composer.json
parent766590d204e29a946effb5cc8cdad32a4236778a (diff)
Bump vimeo/psalm from 3.17.2 to 4.0.1
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.17.2 to 4.0.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/3.17.2...4.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 8a2f4e2558a..36faa4eaf21 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,7 @@
},
"require-dev": {
"nextcloud/coding-standard": "^0.3.0",
- "vimeo/psalm": "^3.17"
+ "vimeo/psalm": "^4.0"
},
"scripts": {
"cs:fix": "php-cs-fixer fix",