diff --git a/composer.json b/composer.json index 1e3c5cdd..99d4f38e 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "scripts": { "analyse": [ "@composer validate --strict", - "vendor/bin/phpstan.phar analyse -c phpstan.neon.dist -l max src/", + "vendor/bin/phpstan.phar analyse", "vendor/bin/psalm" ], "fix": [