diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-11-07 11:41:45 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-20 11:22:08 +0100 |
commit | 53cdd1ebff287c3aaf6a44a65127a9267527a1cf (patch) | |
tree | bfe9f955930a96270a48976b7259d66295f8854e /vendor-bin | |
parent | 7ebbb6b2ca52e122adfca88e4b9a2805863e43d3 (diff) | |
download | nextcloud-server-53cdd1ebff287c3aaf6a44a65127a9267527a1cf.tar.gz nextcloud-server-53cdd1ebff287c3aaf6a44a65127a9267527a1cf.zip |
Attempt at bumping psalm version
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'vendor-bin')
-rw-r--r-- | vendor-bin/psalm/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index 1eaba74d07a..4274f9323ab 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,10 +1,10 @@ { "require": { - "vimeo/psalm": "^4.18" + "vimeo/psalm": "^4.30" }, "config": { "platform": { - "php": "7.4" + "php": "8.0" }, "allow-plugins": { "composer/package-versions-deprecated": true |