Skip to content

Tags: aman00323/composer-git-hooks

Tags

v2.7.1

Toggle v2.7.1's commit message
2.7.1

v2.7.0

Toggle v2.7.0's commit message
2.7.0

v2.6.1

Toggle v2.6.1's commit message
2.6.1

v2.6.0

Toggle v2.6.0's commit message
Update to 2.6.0

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request BrainMaestro#44 from BrainMaestro/code-cleanup

Overdue code cleanup

v2.4.5

Toggle v2.4.5's commit message
Remove symfony/process dependancy for now (BrainMaestro#26)

* Add a script to run tests locally

* Add basic tests

* Update the lock file to match the deps

* Suggest using the Composer script instead

* Remove for now

* Version as 2.4.5

v2.4.4

Toggle v2.4.4's commit message
Code Improvements (BrainMaestro#23)

* Add 'windows_os' function

- DRY ( Don't repeat yourself concept )

* Code cleanup

* Add 'mkdir_if_not_exist' function

- DRY ( Don't repeat yourself concept )

* Add 'git_version' function

- Avoid updating the application version in future releases

* Sort functions

* Rename functions

- 'windos_os()' to 'is_windows()'
- 'mkdir_if_not_exist()' to 'create_hooks_dir()'
-  Replace mkdir hardcode with 'create_hooks_dir()' function

* Update 'create_hooks_dir()' function

- String interpolation within function

v2.4.3

Toggle v2.4.3's commit message
AddCommand: use force flag (BrainMaestro#15)

* AddCommand: use force flag

* Minor verb notation

v2.4.2

Toggle v2.4.2's commit message
Pass composer.json dir (BrainMaestro#13)

Signed-off-by: Stiliyan Ivanov <[email protected]>

v2.4.1

Toggle v2.4.1's commit message
 Added compatibility with Symfony 4 (BrainMaestro#12)

* Added compatibility with Symfony 4
* Improved travis config using more PHP versions