Skip to content

Commit c29c5d1

Browse files
committed
fix: require Psalm ^5.16 for MissingOverrideAttribute support
The MissingOverrideAttribute issue type was added in Psalm 5.16.0. Older versions fail to parse psalm.xml when this issue is referenced in issueHandlers, causing CI failures with prefer-lowest.
1 parent 8c39289 commit c29c5d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0 || ^8.0",
1919
"symfony/yaml": "^5.0 || ^6.0 || ^7.0 || ^8.0",
2020
"symplify/easy-coding-standard": "^12",
21-
"vimeo/psalm": "^5.0 || ^6.0"
21+
"vimeo/psalm": "^5.16 || ^6.0"
2222
},
2323
"license": "MIT",
2424
"authors": [

0 commit comments

Comments
 (0)