Releases: captainhookphp/captainhook
Releases · captainhookphp/captainhook
5.24.1
5.24.0
Changes
- Add info command to display config information
- Refactor hook arguments logic into separate class
captainhook info --list-actions --extended pre-commit
5.23.6
Changes
- Fix possible parsing issue
- Downgrade box to support php 8.0
- Rename test for better readability
- Test against PHP8.4 (by Andreas Heigl)
5.23.5
5.23.4
🐛 Bugfixes
- Fix typo that causes the condition to behave wrong
- Fix PHAR build - #252 - thanks to @omnicolor
5.23.4-alpha-2
Update Box to version 4
5.23.4-alpha-1
Try to fix PHAR autoloading issue The PHAR autoloader does not load the Symfony polyfill bootstrap files. That's why the PHAR is crashing if not intl extension is loaded. - Updated to latest Box version - Copied a hack from PHPStand