diff --git a/README.md b/README.md index bff83af1..6921fb4c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ It has been extracted as a separate project to make maintenance easier and enabl * security-checker - [Checks composer dependencies for known security vulnerabilities](https://github.com/sensiolabs/security-checker) * simple-phpunit - [Provides utilities to report legacy tests and usage of deprecated code](https://symfony.com/doc/current/components/phpunit_bridge.html) * twig-lint - [Standalone twig linter](https://github.com/asm89/twig-lint) +* twigcs - [The missing checkstyle for twig](https://github.com/friendsoftwig/twigcs) * larastan - [PHPStan extension for Laravel](https://github.com/nunomaduro/larastan) * yaml-lint - [Compact command line utility for checking YAML file syntax](https://github.com/j13k/yaml-lint) diff --git a/resources/tools.json b/resources/tools.json index 33cd340b..a5fd9a9a 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -786,6 +786,18 @@ }, "test": "twig-lint --version" }, + { + "name": "twigcs", + "summary": "The missing checkstyle for twig!", + "website": "https://github.com/friendsoftwig/twigcs", + "command": { + "phar-download": { + "phar": "https://github.com/friendsoftwig/twigcs/releases/download/v3.2.2/twigcs.phar", + "bin": "%target-dir%/twigcs" + } + }, + "test": "twigcs --help" + }, { "name": "larastan", "summary": "PHPStan extension for Laravel",