richardtmiles/php-git-hooks
version and release management
Maintainers
3.1.0
2024-04-28 05:52 UTC
Requires
- php: >=8.2
- carbonorm/carbonphp: >=20.1.9
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
mit dcce34c0d6df35ddd95f32f8ad9a6b3327156a9a
- richardtmiles <richard.woop@miles.systems>
README
Standardizing my .githooks runtime
Installation
composer require --dev richardtmiles/php-git-hooks
You'll need to add the following manually to your composer.json. PhpGitHooks\\PhpGitHooks::install can be run in any order. Learn more about Composer scripts here.
{
"scripts": {
"post-install-cmd": [
"PhpGitHooks\\PhpGitHooks::install"
],
"post-update-cmd": [
"PhpGitHooks\\PhpGitHooks::install"
]
},
}
