Skip to content

Releases: captainhook-git/plugin-composer

5.3.3

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 28 Jan 04:45
5.3.3
0a802aa

Allow to disable the plugin by setting the environment variable CAPTAINHOOK_DISABLE to true

5.3.2

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 14 Oct 12:24
5.3.2
4d33939

Prevent the Cap'n from installing hooks on a secondary worktree

5.3.1

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 26 May 09:21
5.3.1
56e889e

Use the same php binary that was used to execute composer

5.3.0

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 06 May 15:59
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
      }
    }

5.2.4

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 05 Mar 09:33
5.2.4
835cb66

Fix issue #13

5.2.3

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 07 Dec 19:30
  • Allow PHP8 usage ;)

5.2.2

Choose a tag to compare

@heiglandreas heiglandreas released this 25 Oct 14:45
25c294a
  • Support Composer 2.0

5.2.1

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 08 May 15:20
5.2.1
3e122bc
  • Prevent endless loop while detecting the .git directory - thanks to @torhoehn

5.2.0

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 01 May 17:43
5.2.0
  • Do not fail the whole composer execution if the captainhook install execution fails - fixes #4

5.1.3

Choose a tag to compare

@sebastianfeldmann sebastianfeldmann released this 04 Mar 16:40
5.1.3

Escape spaces in binary path