diff --git a/composer.json b/composer.json index 4a89f123..9d9f4ac3 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ }, "scripts": { "check-cs": "phpcs aop --standard='PSR1,PSR2,PSR12' -n", - "fix-cs": "phpcbf aop --standard='PSR1,PSR2,PSR12'" + "fix-cs": "phpcbf aop --standard='PSR1,PSR2,PSR12'", + "phpstan": "phpstan analyze aop --level max" } }