PHPCSStandards / PHPCSUtils

A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
53 stars 7 forks source link

Composer: raise the minimum supported PHPCS version to 3.10.0 #603

Closed jrfnl closed 3 months ago

jrfnl commented 3 months ago

Composer: raise the minimum supported PHPCS version to 3.10.0

... to benefit from the DNF type syntax support for PHP 8.2 which has been added to PHPCS itself.

Includes updating references to the PHPCS version whenever relevant throughout the codebase.

BCFile::getMethodProperties(): defer to upstream

Partial revert of #573

No BC-layer is needed at this time with a minimum supported PHPCS version of PHPCS 3.10.0.