Bump vimeo/psalm from 3.15 to 3.17.1

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-10-14 11:47:54 +02:00
parent 42fcc74b67
commit 2c40d2cf45
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
3 changed files with 594 additions and 653 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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",

13
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "fc98418ae1268281266b19e737c30fc5",
"content-hash": "4526d0f09bab5c2ef66902593cbc4456",
"packages": [],
"packages-dev": [
{
@ -2765,16 +2765,16 @@
},
{
"name": "vimeo/psalm",
"version": "3.15",
"version": "3.17.1",
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
"reference": "de6e7f324f44dde540ebe7ebd4eb481b97c86f30"
"reference": "8f211792d813e4dc89f04ed372785ce93b902fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/de6e7f324f44dde540ebe7ebd4eb481b97c86f30",
"reference": "de6e7f324f44dde540ebe7ebd4eb481b97c86f30",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/8f211792d813e4dc89f04ed372785ce93b902fd1",
"reference": "8f211792d813e4dc89f04ed372785ce93b902fd1",
"shasum": ""
},
"require": {
@ -2787,6 +2787,7 @@
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"felixfbecker/advanced-json-rpc": "^3.0.3",
@ -2860,7 +2861,7 @@
"inspection",
"php"
],
"time": "2020-09-01T22:09:30+00:00"
"time": "2020-10-13T00:25:46+00:00"
},
{
"name": "webmozart/assert",