What problem would the enhancement address for VIP?
Per squizlabs/PHP_CodeSniffer#3932, the squizlabs/php_codesniffer package is being abandoned in favor of phpcsstandards/php_codesniffer. The VIP Coding Standards package depends on the squizlabs version and should be migrated to the phpcsstandards version.
Describe the solution you'd like
Replace the squizlabs/php_codesniffer dependency with phpcsstandards/php_codesniffer at version 3.8.0 (or whatever is current at time of implementation).
What problem would the enhancement address for VIP?
Per squizlabs/PHP_CodeSniffer#3932, the
squizlabs/php_codesnifferpackage is being abandoned in favor ofphpcsstandards/php_codesniffer. The VIP Coding Standards package depends on thesquizlabsversion and should be migrated to thephpcsstandardsversion.Describe the solution you'd like
Replace the
squizlabs/php_codesnifferdependency withphpcsstandards/php_codesnifferat version3.8.0(or whatever is current at time of implementation).