Bug #24295
openLock PHPCompatibility library to specific commit
0%
Description
The PHPCompatibility package dropped support for PHPCS < 4.0 back in November. See: https://github.com/PHPCompatibility/PHPCompatibility/pull/2009
We previously locked ourselves to the develop branch of that package because it's the way to provide support for the latest version of PHPCompatibilityWP. See: https://github.com/PHPCompatibility/PHPCompatibilityWP/issues/40#issuecomment-1139623926, https://redmine.gc.cuny.edu/issues/18496
To maintain the house of cards, we now need to mark the last compatible commit of PHPCompatibility as version 9.99.9 so that we continue to satisfy other dependencies and can update other PHPCS related packages.
Updated by Jeremy Felt about 1 month ago
I've made this change in https://github.com/cuny-academic-commons/cac/commit/559c7aceb433bf78285a6d339e63b5e6d76850f5
Leaving this ticket open for at least brief visibility. :)
Updated by Boone Gorges about 1 month ago
House of cards indeed. Thanks, Jeremy!