5.0.0
Changed
- PHP: Remove
minimum_supported_wp_version
andtestVersion
.
Migration guide: Add the following to thephpcs.xml.dist
file to restore previous behaviour.<!-- The minimum supported WordPress version for all sniffs which use it. --> <config name="minimum_supported_wp_version" value="5.3"/> <!-- The minimum PHP requirement. --> <config name="testVersion" value="7.4-"/>
- PHP: Introduce
Required-Strict
ruleset for stricter rules. - PHP: Update slevomat/coding-standard from 8.6.4 to 8.8.0.
- PHP: Update sirbrillig/phpcs-variable-analysis from 2.11.9 to 2.11.10.
Full Changelog: 4.0.0...5.0.0