diff --git a/composer-local.json b/composer-local.json index 872895d95..0955e9a3c 100644 --- a/composer-local.json +++ b/composer-local.json @@ -61,6 +61,14 @@ ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" + ], + "cs": [ + "pint" + ], + "pint": "pint", + "test:phpstan": "phpstan analyse", + "test": [ + "@test:phpstan" ] }, "extra": {