Skip to content

Releases: captainhookphp/plugin-composer

5.3.3

28 Jan 04:45
5.3.3
0a802aa
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fix issue #13

5.2.3

07 Dec 19:30
Compare
Choose a tag to compare
  • Allow PHP8 usage ;)

5.2.2

25 Oct 14:45
25c294a
Compare
Choose a tag to compare
  • Support Composer 2.0

5.2.1

08 May 15:20
5.2.1
3e122bc
Compare
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
Compare
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
Compare
Choose a tag to compare

Escape spaces in binary path