Skip to content

Releases: kununu/kununu-scripts

Remove single line rule on "throw Exception"

05 Sep 14:21
e38ff96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

Make PHP 8.1 the minimum version

10 Apr 11:28
881e7b3
Compare
Choose a tag to compare
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

09 Apr 10:11
da516dd
Compare
Choose a tag to compare
v4.0.1

Adjust rules to latest version of friendsofphp/php-cs-fixer (#23)

Drop support for PHP 7.x

31 Aug 09:56
Compare
Choose a tag to compare

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

23 Feb 12:16
2c76874
Compare
Choose a tag to compare
  • 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

14 Feb 13:43
a18b66f
Compare
Choose a tag to compare

Return integer exit codes on all commands

04 Apr 08:28
abdde41
Compare
Choose a tag to compare

According to the requirements of Symfony Console component.

Bump php-cs-fixer to v3.0

19 Aug 15:19
1bf65df
Compare
Choose a tag to compare
  • Bump php-cs-fixer to v3.0
  • Update rules

Update SECURITY.md

29 Apr 15:23
08f2c32
Compare
Choose a tag to compare
  • Add instructions for external contributors regarding security issues

Uniform License Text

29 Apr 15:04
3f2a2d9
Compare
Choose a tag to compare

Small release to make License text consistent across open-source projects of kununu