summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-01-09 09:19:29 +0100
committerRemi Collet <remi@php.net>2023-01-09 09:19:29 +0100
commit172560e40bd8036448bfe7eb1f5e0b5d261c2103 (patch)
tree02732f87f7238feb48230da328e3722f8b7cf6c4 /composer.json
parent68ffa1ab860c8f64a141a533dbafe944223c3636 (diff)
update to 0.13.4HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
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"
},