diff --git a/composer.json b/composer.json index 92744224c28f499788ba57082ef0ee1d5066f7a2..874f03ffd1d1037ca017511a6365dbc48d244a90 100644 --- a/composer.json +++ b/composer.json @@ -44,6 +44,9 @@ } }, "scripts": { + "phpcs": "phpcs", + "phpstan": "php -d memory_limit=1G vendor/bin/phpstan", + "phpcbf": "phpcbf src", "phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never", "phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", "phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",