mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Attempt at bumping psalm version
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
7ebbb6b2ca
commit
53cdd1ebff
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue