From fdf11975e9222c46dab3f34fe5296c15607dfc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Tue, 17 Sep 2024 11:34:05 +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 efe83a2..d5de972 100644 --- a/composer.json +++ b/composer.json @@ -147,7 +147,7 @@ "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff", "ci:php:lint": "parallel-lint .*.php *.php Classes Configuration Tests", "ci:php:mess": "phpmd Classes text Build/phpmd/phpmd.xml", - "ci:php:sniff": "phpcs --standard=Build/php/phpcs.xml Classes Configuration Tests", + "ci:php:sniff": "phpcs --standard=Build/phpcs/phpcs.xml Classes Configuration Tests", "ci:php:stan": "phpstan --no-progress -v", "ci:static": [ "@ci:composer:normalize",