Skip to content

Commit f175dc1

Browse files
committed
chore: Set PHP platform to 8.1 in psalm vendor-bin
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 3d948f9 commit f175dc1

2 files changed

Lines changed: 63 additions & 55 deletions

File tree

vendor-bin/psalm/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"require-dev": {
33
"vimeo/psalm": "^5.26"
4+
},
5+
"config": {
6+
"platform": {
7+
"php": "8.1"
8+
}
49
}
510
}

vendor-bin/psalm/composer.lock

Lines changed: 58 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)