Skip to content

Commit ad4f1e1

Browse files
committed
fix: set psalm config.platform to php 8.1
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 0811fc4 commit ad4f1e1

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

composer.lock

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

vendor-bin/psalm/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"require": {
3-
"php": "^8.2 || ^8.3 || ^8.4 || ^8.5"
3+
"php": "^8.2 || ^8.3 || ^8.4"
44
},
55
"require-dev": {
66
"vimeo/psalm": "^6.10.0"
7+
},
8+
"config": {
9+
"platform": {
10+
"php": "8.1"
11+
},
712
}
813
}

vendor-bin/psalm/composer.lock

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

0 commit comments

Comments
 (0)