Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All the PHP code should still be compatible with [email protected]. So why? * We need to swap-out an abandoned dependency (`togos/gitignore` => `civicrm/gitignore`) to address compatibility w/php82. * But packagist.org refuses to serve metadata for new dependencies (like `civicrm/gitignore`) to [email protected] clients... regardless of substantive compatibility. * So it's a metadata problem (not a code problem). But it still affects operations... if [email protected] cannot download then code, then it won't work! * Effectively, it's strict XOR: run cleanly on php82... XOR... keep compatibility with [email protected]. Between those, php82 seems more important.
- Loading branch information