diff --git a/composer.json b/composer.json index 832f757..907b485 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,8 @@ "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.2", "typo3/coding-standards": "^0.6.1", "typo3/testing-framework": "^7.0.5", - "webmozart/assert": "^1.11.0" + "webmozart/assert": "^1.11.0", + "php-parallel-lint/php-parallel-lint": "^1.4" }, "replace": { "typo3-ter/tea": "self.version" @@ -143,6 +144,7 @@ ], "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff", "ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l", + "ci:php:lint-parallel": ".Build/bin/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": [