Skip to content

5.3.0

Compare
Choose a tag to compare
@sebastianfeldmann sebastianfeldmann released this 06 May 15:59
· 7 commits to fluffy_hedgehog since this release
5.3.0
def8812

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
      }
    }