- PHP >= 7.1
composer require --dev msamec/git-hooks
- create
.php_cs.dist
inside root of your project
This package will create git hooks that will trigger on git commit. At the moment two tools are running PHPStan and PHP CS FIXER.
Currently it will run using max level
It will run against configuration you have in your .php_cs.dist
file