From e3c502ad81be1b2a653fb8742aaed691654fbd3e Mon Sep 17 00:00:00 2001 From: Eike Starkmann Date: Tue, 30 Jul 2024 16:56:44 +0200 Subject: [PATCH] Update composer.json Co-authored-by: Oliver Klee --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bcdbac9..453bb64 100644 --- a/composer.json +++ b/composer.json @@ -143,7 +143,7 @@ "@ci:php:stan" ], "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff", - "ci:php:lint": ".Build/bin/parallel-lint --exclude .git --exclude .cache --exclude .Build --exclude typo3temp --exclude Documentation --exclude Resources --exclude .gitlab --exclude .github .", + "ci:php:lint": "parallel-lint --exclude .git --exclude .cache --exclude .Build --exclude typo3temp --exclude Documentation --exclude Resources --exclude .gitlab --exclude .github .", "ci:php:sniff": "phpcs Classes Configuration Tests", "ci:php:stan": "phpstan --no-progress", "ci:static": [