Features :
- Check if composer.lock is synchronized with composer.json
- Lint
- Check and fix coding styles with PHP-CS-FIXER
composer require hexanet/php-git-hooks
composer.json :
"scripts": {
"pre-update-cmd": "Hexanet\\PhpGitHooks\\Composer\\InstallHooksScript::installHooks",
"pre-install-cmd": "Hexanet\\PhpGitHooks\\Composer\\InstallHooksScript::installHooks"
}
Developed by Hexanet.
php-git-hooks is licensed under the MIT license.