From ca33973bb1f51c1f29c2b29677cccc13e7a4fa07 Mon Sep 17 00:00:00 2001 From: Eike Starkmann Date: Tue, 30 Jul 2024 20:12:11 +0200 Subject: [PATCH] [TASK] Remove no longer needed config set Related: #1387 --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f30e83c..eee5630 100644 --- a/composer.json +++ b/composer.json @@ -148,10 +148,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:sniff": [ - "phpcs --config-set installed_paths .Build/vendor/phpcompatibility/php-compatibility", - "phpcs Classes Configuration Tests" - ], + "ci:php:sniff": "phpcs Classes Configuration Tests", "ci:php:stan": "phpstan --no-progress", "ci:static": [ "@ci:composer:normalize",