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/psalm/composer.json | |
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/psalm/composer.json')
-rw-r--r-- | vendor-bin/psalm/composer.json | 6 |
1 files changed, 4 insertions, 2 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 } |