php-git-hooks icon indicating copy to clipboard operation
php-git-hooks copied to clipboard

Git hooks for PHP projects

Results 16 php-git-hooks issues
Sort by recently updated
recently updated
newest added

Hello, Is there a chance for Symfony 5 support? Best Regards ``` root@a0f26d661718:/var/www/html# composer require bruli/php-git-hooks --dev Using version ^5.9 for bruli/php-git-hooks ./composer.json has been updated Loading composer repositories with...

laravel 8 projects are mostly using phpunit 9 therefore i strongly encourage to update the dependency of phpunit in composer.json. I look forward to viewing the update. Thanks!

Hi, thanks in advance for this project

fixes #91 add configuration option `enable-faces` to the `messages` sections of `pre-commit` and `pre-push` configuration. adds possibility to turn off printing ascii graphic containing faces from bad & good messages.

While trying to use the pre-push hook and I just do a git push origin I get the following issue `john.doe@C02CF02MLVDM code-standards-addons % git push origin dev-hooks Pre-push hook PHP...

Instantiate Process with an array of command and parameters. That's the recommended usage of the Symfony Process component. @see https://symfony.com/doc/current/components/process.html#usage

PHPMD neither works ... ``` Pre-Commit tool Checking composer files...........................0K Checking json files...............................0K Running PHPLINT...................................0K Checking code style with PHPCS....................0K Checking code mess with PHPMD..................... Fail Cannot find specified rule-set...

Hi, I've got a problem with php-cs-fixer I've made a custom .php_cs config file as following because I need to ignore files that are located into database/* and don't follow...

Hi, Another issue with PHPUnit ... ``` Pre-Commit tool Checking composer files...........................0K Checking json files...............................0K Running PHPLINT...................................0K Checking code style with PHPCS....................0K Running unit tests................................ PHPUnit 7.5.1 by Sebastian Bergmann...