What problem would the enhancement address for VIP?
VIP clients are unable to run PHP compatibility checks for PHP 8.2+ via phpcompatibility/phpcompatibility-wp.
Describe the solution you'd like
Expand the range of supported versions of squizlabs/php_codesniffer to allow v4 which is a requirement for the latest develop version (upcoming v10) of phpcompatibility/php-compatibility (which is required for latest PHP version checks), see PHPCompatibility/PHPCompatibility#2009
What code should be reported as a violation?
What code should not be reported as a violation?
Additional context
Consider allowing "squizlabs/php_codesniffer": "^3 || ^4" if that is indeed supported.
What problem would the enhancement address for VIP?
VIP clients are unable to run PHP compatibility checks for PHP 8.2+ via
phpcompatibility/phpcompatibility-wp.Describe the solution you'd like
Expand the range of supported versions of
squizlabs/php_codesnifferto allow v4 which is a requirement for the latestdevelopversion (upcoming v10) ofphpcompatibility/php-compatibility(which is required for latest PHP version checks), see PHPCompatibility/PHPCompatibility#2009What code should be reported as a violation?
What code should not be reported as a violation?
Additional context
Consider allowing
"squizlabs/php_codesniffer": "^3 || ^4"if that is indeed supported.