PHPCSStandards / PHPCSExtra

A collection of code standards for use with PHP_CodeSniffer
GNU Lesser General Public License v3.0
90 stars 8 forks source link

Switch to PHPCSStandards/PHP_CodeSniffer & raise minimum supported version #298

Closed jrfnl closed 9 months ago

jrfnl commented 9 months ago

⚠️ This is a DRAFT PR on purpose as it references releases which have not yet been tagged. Once the PHPCS 3.8.0 tag is available (which contains the Composer replace directive), this can/should be merged and released ASAP. ⚠️


Switch to PHPCSStandards/PHP_CodeSniffer

The Squizlabs repo has been abandoned. The project continues in a fork in the PHPCSStandards organisation.

Ref:

Composer: raise the minimum supported PHPCS + PHPCSUtils versions

PHPCSUtils 1.0.9 has been released and raises the minimum supported PHPCS version to 3.8.0 for improved PHP 8.2 support.

Ref:

jrfnl commented 9 months ago

The releases are now available.