diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-09 09:19:29 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-09 09:19:29 +0100 |
commit | 172560e40bd8036448bfe7eb1f5e0b5d261c2103 (patch) | |
tree | 02732f87f7238feb48230da328e3722f8b7cf6c4 /composer.json | |
parent | 68ffa1ab860c8f64a141a533dbafe944223c3636 (diff) |
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" }, |