Skip to content

Releases: captainhook-git/plugin-composer

5.3.3

28 Jan 04:45
5.3.3
0a802aa

Choose a tag to compare

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

5.3.2

14 Oct 12:24
5.3.2
4d33939

Choose a tag to compare

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

5.3.1

26 May 09:21
5.3.1
56e889e

Choose a tag to compare

Use the same php binary that was used to execute composer

5.3.0

06 May 15:59
5.3.0
def8812

Choose a tag to compare

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

05 Mar 09:33
5.2.4
835cb66

Choose a tag to compare

Fix issue #13

5.2.3

07 Dec 19:30

Choose a tag to compare

  • Allow PHP8 usage ;)

5.2.2

25 Oct 14:45
25c294a

Choose a tag to compare

  • Support Composer 2.0

5.2.1

08 May 15:20
5.2.1
3e122bc

Choose a tag to compare

  • Prevent endless loop while detecting the .git directory - thanks to @torhoehn

5.2.0

01 May 17:43
5.2.0

Choose a tag to compare

  • Do not fail the whole composer execution if the captainhook install execution fails - fixes #4

5.1.3

04 Mar 16:40
5.1.3

Choose a tag to compare

Escape spaces in binary path