Releases: igorsgm/laravel-git-hooks
Releases · igorsgm/laravel-git-hooks
1.3.0
Github actions improvements, replace outdated libraries
- Added multiple Github actions pipelines for each Laravel version supported (with supported PHP versions)
- Bumped Node.js version in Github actions to 20 (including actions/setup-node@v4, actions/checkout@v4, actions/cache@v4)
- Replaced set-output syntax (deprecated)
- Updated package-lock.json with more recent versions
- Replaced nunomaduro/larastan (deprecated) with larastan/larastan
- Updated phpunit.xml to latest format
- Replaced pestphp/pest-plugin-mock (deprecated) with Mockery
- Fixed GitHelperTest.php test when running on more recent version of git
1.2.0
1.1.2
1.1.1
1.1.0
Laravel Zero Support
-
Added artisan executable path configuration
Customization of the artisan executable path is now possible in Laravel Zero applications, enabling greater flexibility. -
Fixed hook stub template
The hook stub template now utilizes the configured Artisan executable path instead of a hardcoded one, improving adaptability.