diff --git a/.github/workflows/code_quality.yaml b/.github/workflows/code_quality.yaml index 76e39a2..0d80f49 100644 --- a/.github/workflows/code_quality.yaml +++ b/.github/workflows/code_quality.yaml @@ -49,4 +49,4 @@ jobs: run: composer update --no-progress - name: TwigCS - Check - run: vendor/bin/twigcs SyliusShopBundle/ --severity error --display blocking + run: vendor/bin/twigcs templates/ --severity error --display blocking --reporter githubAction diff --git a/composer.json b/composer.json index b85ccbd..51a645a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "friends-of-behat/symfony-extension": "^2.1", "friends-of-behat/variadic-extension": "^1.3", "friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev", - "friendsoftwig/twigcs": "^4.0 || ^5.0", + "friendsoftwig/twigcs": "^6.4", "sensiolabs/security-checker": "^6.0", "sylius-labs/coding-standard": "^4.0", "symfony/browser-kit": "^5.4",