Skip to content

Tags: cgrice/composer-git-hooks

Tags

v2.3.1

Toggle v2.3.1's commit message
Fix missing shebang after update (BrainMaestro#9)

This will also add and test the shebang on update.

v2.3.0

Toggle v2.3.0's commit message
Add support for Windows (BrainMaestro#8)

* Add .idea folder to ignore list

For developers who use JetBrains IntellJIDEA.

* Add missing empty line at end of file.

* Add test-git-dir to ignore list.

* Fix tests to run on windows too.

* Use findstr on windows.

* Add SHEBANG to hook files on windows.

* Test that the shebang has been added.

* Use native PHP functions in tests.

v2.2.0

Toggle v2.2.0's commit message
Add some color

v2.1.1

Toggle v2.1.1's commit message
Fix broken tests

v2.1.0

Toggle v2.1.0's commit message
Create hooks directory when it does not exist (BrainMaestro#5)

v2.0.1

Toggle v2.0.1's commit message
Fix version string in console application (BrainMaestro#4)

v2.0.0

Toggle v2.0.0's commit message
Remove OS specific commands

v1.1.0

Toggle v1.1.0's commit message
Add update command

v1.0.0

Toggle v1.0.0's commit message
Update readme with new features

v0.3.0

Toggle v0.3.0's commit message
Add git-dir option to specify .git directory