Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 952 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 952 Bytes

PHP Git Hooks

Total Downloads Latest Unstable Version

Features :

  • Check if composer.lock is synchronized with composer.json
  • Lint
  • Check and fix coding styles with PHP-CS-FIXER

PHP Git Hooks

Installation

composer require hexanet/php-git-hooks

Usage

composer.json :

    "scripts": {
        "pre-update-cmd": "Hexanet\\PhpGitHooks\\Composer\\InstallHooksScript::installHooks",
        "pre-install-cmd": "Hexanet\\PhpGitHooks\\Composer\\InstallHooksScript::installHooks"
    }

Credits

Developed by Hexanet.

License

php-git-hooks is licensed under the MIT license.