class-alias-loader icon indicating copy to clipboard operation
class-alias-loader copied to clipboard

[WIP] Add support for PHP 8.4

Open bnf opened this issue 1 year ago • 2 comments

TODO:

  • Check possible upgrade issues due to signature changes (plugins are executed with old/new code mixed during composer upgrade

bnf avatar Oct 09 '24 11:10 bnf

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 avatar Oct 09 '24 12:10 bnf

@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.

helhum avatar Oct 11 '24 08:10 helhum