diff --git a/composer.json b/composer.json index d32d576..508105e 100644 --- a/composer.json +++ b/composer.json @@ -42,5 +42,10 @@ }, "autoload-dev": { "psr-4": { "Tests\\Readability\\": "tests/" } + }, + "scripts": { + "fix": "php-cs-fixer fix --verbose --diff", + "phpstan": "phpstan analyze --memory-limit 512M", + "test": "simple-phpunit -v" } }