Skip to content

Commit 0558f1f

Browse files
Remove 'config.platform.php' key from composer.json, add psalm again
1 parent dd03e82 commit 0558f1f

3 files changed

Lines changed: 38 additions & 8 deletions

File tree

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"phpstan/phpstan": "^1.6.8",
4141
"phpunit/phpunit": "^9.5.20",
4242
"povils/phpmnd": "^2.5.0",
43+
"psalm/phar": "^4.23",
4344
"roave/security-advisories": "dev-master",
4445
"sclable/xml-lint": "^0.5.0",
4546
"sebastian/phpcpd": "^6.0.3",
@@ -61,9 +62,6 @@
6162
}
6263
},
6364
"config": {
64-
"platform": {
65-
"php": "8.0.5"
66-
},
6765
"process-timeout": 86400,
6866
"sort-packages": true,
6967
"allow-plugins": {

composer.lock

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

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
resolveFromConfigFile="true"
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xmlns="https://getpsalm.org/schema/config"
7-
phpVersion="7.2"
7+
phpVersion="7.4"
88
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
99
errorBaseline="psalm-baseline.xml"
1010
>

0 commit comments

Comments
 (0)