From 172560e40bd8036448bfe7eb1f5e0b5d261c2103 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Jan 2023 09:19:29 +0100 Subject: update to 0.13.4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') 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" }, -- cgit