Skip to content

Commit 8a37baa

Browse files
committed
fixed psalm version
1 parent 7fca0e7 commit 8a37baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test": "rm -f -r /tmp/cake* && phpunit && driver_test=sqlite phpunit && driver_test=postgres phpunit",
4747
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html=coverage",
4848
"phpstan": "phpstan.phar analyse",
49-
"psalm": "psalm.phar",
49+
"psalm": "psalm.phar --php-version=8.0",
5050
"stan": [
5151
"@stan-setup",
5252
"@phpstan",

0 commit comments

Comments
 (0)