Releases: captainhook-git/plugin-composer
Releases · captainhook-git/plugin-composer
Release list
5.3.3
5.3.2
Prevent the Cap'n from installing hooks on a secondary worktree
5.3.1
Use the same php binary that was used to execute composer
5.3.0
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
}
}
5.2.4
5.2.3
5.2.2
5.2.1
- Prevent endless loop while detecting the
.gitdirectory - thanks to @torhoehn
5.2.0
- Do not fail the whole composer execution if the
captainhook installexecution fails - fixes #4