diff --git a/composer.json b/composer.json index 9a4a6a8..e604ef5 100644 --- a/composer.json +++ b/composer.json @@ -50,6 +50,7 @@ "bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\"" ], "analyze": [ + "Composer\\Config::disableProcessTimeout", "phpstan analyze", "psalm", "rector process --dry-run" @@ -59,14 +60,14 @@ "Composer\\Config::disableProcessTimeout", "@cs", "@deduplicate", - "@analyze", "@inspect", + "@analyze", "@test" ], "cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff", "cs-fix": "php-cs-fixer fix --ansi --verbose --diff --using-cache=yes", "style": "@cs-fix", - "deduplicate": "phpcpd app/ src/", + "deduplicate": "phpcpd src/ tests/", "inspect": "deptrac analyze --cache-file=build/deptrac.cache", "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit", "test": "phpunit"