diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index c8f2fde..18b07b3 100644 --- a/composer.json +++ b/composer.json @@ -70,9 +70,9 @@ "@test", "@cs-check" ], - "cs-check": "phpcs -np app/ src/ tests/", - "cs-fix": "phpcbf -np app/ src/ tests/", - "stan": "phpstan analyse src/", + "cs-check": "phpcs", + "cs-fix": "phpcbf", + "stan": "phpstan analyse", "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.9.0 && mv composer.backup composer.json", "test": "phpunit --colors=always" }, |