Skip to content

Commit

Permalink
Fix for composer analyze failing in github action (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Jan 31, 2024
1 parent b561085 commit f0b1790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"phpunit/phpunit": "^9.6",
"sebastian/comparator": "^4.0.5",
"symfony/cache": "^6.3",
"vimeo/psalm": "^5.12"
"vimeo/psalm": "^5.20"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 3 additions & 0 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@

<!-- Disable error caused by deprecated interface-->
<DeprecatedInterface errorLevel="info" />

<RiskyTruthyFalsyComparison errorLevel="info" />

</issueHandlers>
</psalm>

0 comments on commit f0b1790

Please sign in to comment.