├── .gitignore ├── GitHooksLoader.php ├── README.md └── composer.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wecodemore/GitPHPHooks/HEAD/.gitignore -------------------------------------------------------------------------------- /GitHooksLoader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wecodemore/GitPHPHooks/HEAD/GitHooksLoader.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wecodemore/GitPHPHooks/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wecodemore/GitPHPHooks/HEAD/composer.json --------------------------------------------------------------------------------