5.3.0
·
7 commits
to fluffy_hedgehog
since this release
Allow force installation of hooks
You can now force the installation of all hooks by setting
a flag in the composer.json configuration.
"extra": {
"captainhook": {
"force-install": true
}
}