diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 52cc8ac..6775731 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -20,7 +20,7 @@ jobs: tools: composer:v2, cs2pr - name: Install dependencies - run: composer require phpcsstandards/php_codesniffer --no-interaction --no-progress + run: composer require squizlabs/php_codesniffer --no-interaction --no-progress - name: "Run phpcs" run: vendor/bin/phpcs -q --standard=PSR2 classes/ tests/ --report=checkstyle | cs2pr