1.4.0
Improvements
Allow for new slevomat/coding-standard 8.x.
This is to allow for all new fixes of that series to be used by everyone.
Please note
You need to add the php_version config in your root phpcs.xml file before upgrading.
E.g. if you are using >= 7.4
in composer as PHP min requirement:
<config name="php_version" value="70400"/>
The reason is that it would otherwise execute your local PHP version (e.g. 8.1) and modify the code according to "too new language features".