Releases: DaveLiddament/sarb
Releases · DaveLiddament/sarb
1.10.0
Add support for PHP 8.4
1.9.0
1.8.0
1.7.0
Add support for PHP 8.2. Drop support for PHP 7.3 and PHP 7.4
1.6.0
Adds concept of severity. Issues can be either ERROR
or WARNING
. By default both are reported. However it is possible to exclude warnings from the results by using the --ignore-warnings
flag.
Thanks to @MisterIcy who suggested the idea and came up with an initial implementation, from which this PR is inspired by.
1.5.0
Adds the --clean-up
option. This picks out 5 random issues for you to fix that are in the baseline. This is to encourage gradually improving the codebase.
1.4.1
Fix critical bug where code depended on webmozart/path that has now beed removed. Thanks @bytestream for fix
1.4.0
1.3.0
Allow use of Symfony 6 components
1.2.0
Add support for PHP 8.1