class-alias-loader
class-alias-loader copied to clipboard
[WIP] Add support for PHP 8.4
TODO:
- Check possible upgrade issues due to signature changes (plugins are executed with old/new code mixed during
composer upgrade
I think this refactoring would be good for the codebase, but applying ?null and raising required PHP version (as suggested by Helmut in https://github.com/TYPO3/class-alias-loader/issues/31#issuecomment-2373281314 ) would be less invasive..
I'll provide a second PR for that so we can decide which one we take.
@bnf I think this tiny refactoring still makes sense. I'd keep PHP 7.1 minimum though. So if you would give this a shot, I'd merge it.