diff --git a/composer.json b/composer.json index 6033284..acf92e3 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "brick/varexporter": "~0.3.0", "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^9.4.3", - "vimeo/psalm": "5.4.0" + "vimeo/psalm": "5.7.5" }, "suggest": { "ext-intl": "Required to format Money objects" diff --git a/psalm.xml b/psalm.xml index 3240886..f19428c 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,6 +5,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" + findUnusedBaselineEntry="true" + findUnusedPsalmSuppress="true" + findUnusedCode="false" >