summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-03 02:00:35 +0000
committerGitHub <noreply@github.com>2022-12-03 02:00:35 +0000
commitbbf88e0c60d53cfde7d4a9b1d57cccfe20666ca1 (patch)
tree29a321610c012cd29578991e662edf9a5b88331e /composer.json
parent6a3f569b27b7b17a795cd83b44d67f860a4edeaa (diff)
Bump vimeo/psalm from 4.30.0 to 5.1.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.30.0 to 5.1.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.30.0...5.1.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@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 3f28a568..ffafa251 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,7 @@
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.0.0",
"nextcloud/ocp": "dev-master",
- "vimeo/psalm": "^4.22.0"
+ "vimeo/psalm": "^5.1.0"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",