diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-01-06 16:57:32 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-01-12 20:03:06 +0100 |
commit | aeecb72e96e54439f98822467bb727366207039f (patch) | |
tree | b77aee20add8d099a271131e0b4b0986426e5df1 /vendor-bin | |
parent | 47c9c34cca22602fb609de6c0e1d32ec17a9e7fe (diff) | |
download | nextcloud-server-aeecb72e96e54439f98822467bb727366207039f.tar.gz nextcloud-server-aeecb72e96e54439f98822467bb727366207039f.zip |
Fix a few psalm issues and moved back to psalm/phar 4.18
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'vendor-bin')
-rw-r--r-- | vendor-bin/psalm/composer.json | 6 | ||||
-rw-r--r-- | vendor-bin/psalm/composer.lock | 31 |
2 files changed, 21 insertions, 16 deletions
diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index c419bf58418..e03c935cb99 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,9 +1,11 @@ { "require": { - "nikic/php-parser": "^4.13", - "vimeo/psalm": "^4.17" + "vimeo/psalm": "^4.18" }, "config": { + "platform": { + "php": "7.3" + }, "allow-plugins": { "composer/package-versions-deprecated": true } diff --git a/vendor-bin/psalm/composer.lock b/vendor-bin/psalm/composer.lock index 77e824c3783..faa325c5601 100644 --- a/vendor-bin/psalm/composer.lock +++ b/vendor-bin/psalm/composer.lock @@ -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": "a27ae1441b036754d39358d5dde4905b", + "content-hash": "c3c578c654631288a179470ece96f0ba", "packages": [ { "name": "amphp/amp", @@ -923,20 +923,20 @@ }, { "name": "psr/container", - "version": "1.1.2", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { - "php": ">=7.4.0" + "php": ">=7.2.0" }, "type": "library", "autoload": { @@ -965,9 +965,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" + "source": "https://github.com/php-fig/container/tree/1.1.1" }, - "time": "2021-11-05T16:50:12+00:00" + "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/log", @@ -1914,16 +1914,16 @@ }, { "name": "vimeo/psalm", - "version": "4.17.0", + "version": "4.18.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "6f4707aa41c9174353a6434bba3fc8840f981d9c" + "reference": "dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/6f4707aa41c9174353a6434bba3fc8840f981d9c", - "reference": "6f4707aa41c9174353a6434bba3fc8840f981d9c", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb", + "reference": "dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb", "shasum": "" }, "require": { @@ -2014,9 +2014,9 @@ ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/4.17.0" + "source": "https://github.com/vimeo/psalm/tree/4.18.1" }, - "time": "2022-01-01T18:39:47+00:00" + "time": "2022-01-08T21:21:26+00:00" }, { "name": "webmozart/assert", @@ -2136,5 +2136,8 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], + "platform-overrides": { + "php": "7.3" + }, "plugin-api-version": "2.2.0" } |