Skip to content

Commit be7c17b

Browse files
committed
fix: require Psalm ^5.26 for MissingOverrideAttribute support
MissingOverrideAttribute issue type was added in Psalm 5.24.0. Using ^5.26 to ensure stable support for this feature.
1 parent c29c5d1 commit be7c17b

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.16 || ^6.0"
21+
"vimeo/psalm": "^5.26 || ^6.0"
2222
},
2323
"license": "MIT",
2424
"authors": [

0 commit comments

Comments
 (0)