Releases: kununu/kununu-scripts
Releases · kununu/kununu-scripts
Remove single line rule on "throw Exception"
What's Changed
- Remove single line rule on "throw Exception" by @hugo-goncalves-kununu in #25
Full Changelog: v5.0.0...v5.1.0
Make PHP 8.1 the minimum version
Make PHP 8.1 the minimum version (#24) * Make PHP 8.1 the minimum version * Add github action to auto assign owner of PRs Update security documentation
Adjust rules to latest version of friendsofphp/php-cs-fixer
v4.0.1 Adjust rules to latest version of friendsofphp/php-cs-fixer (#23)
Drop support for PHP 7.x
Breaking changes:
- Drop support for PHP 7.x and Composer 1.x
- Fix code standards :)
- Small refactors to use PHP 8.0 features
- Make rules files more readable
- Add no extra space rule for anonymous arrow functions
Small tweaks to rules
- Force import of global classes
- Remove automatic trailing of whitespaces on strings (can break code that relies on those whitespaces)
Make setup of git hooks more resilient
Return integer exit codes on all commands
According to the requirements of Symfony Console component.
Bump php-cs-fixer to v3.0
- Bump php-cs-fixer to v3.0
- Update rules
Update SECURITY.md
- Add instructions for external contributors regarding security issues
Uniform License Text
Small release to make License text consistent across open-source projects of kununu