Skip to content

Commit 635a10a

Browse files
committed
Drop support for Psalm 4.x
4.x branch declared it could work on any PHP 8.x, but that's not true.
1 parent b8d46cf commit 635a10a

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
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"squizlabs/php_codesniffer": "^3.4",
28-
"vimeo/psalm": "^4.17.0 || dev-master || ^5.0.0 || ^6.0.0 || dev-master",
28+
"vimeo/psalm": "^5.0.0 || ^6.0.0 || dev-master",
2929
"phpunit/phpunit": "^9.5.20",
3030
"codeception/codeception": "^4.1.31 || ^5.0.0-rc3"
3131
},

0 commit comments

Comments
 (0)