Skip to content

Commit

Permalink
chore(deps-dev): bump vimeo/psalm from 5.26.1 to v6
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Jan 29, 2025
1 parent 5d662ea commit 00e5fab
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 202 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="tests/psalm-baseline.xml"
findUnusedCode="false"
findUnusedBaselineEntry="false"
phpVersion="8.1"
>
<projectFiles>
<directory name="lib" />
Expand Down
4 changes: 2 additions & 2 deletions vendor-bin/psalm/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"config": {
"platform": {
"php": "8.1"
"php": "8.1.17"
}
},
"require-dev": {
"vimeo/psalm": "^5.26.1"
"vimeo/psalm": "^6.0.0"
}
}
Loading

0 comments on commit 00e5fab

Please sign in to comment.