PHP-CSS-Parser
PHP-CSS-Parser copied to clipboard
Set up the infrastructure for class aliases
https://packagist.org/packages/typo3/class-alias-loader
This allows us to rename classes without breaking things.
This jogs a memory. I have used class_alias to mitigate migrating to namespaces and PSR-4. It was a godsend, IIRC.