sabbelasichon / typo3_encore

Use Webpack Encore within TYPO3
Other
108 stars 19 forks source link

[TASK] Compatibility with TYPO3 13 #226

Closed saitho closed 1 month ago

saitho commented 2 months ago

Just declaring compatibility in composer.json is enough to get it working in my frontend. Haven't looked at PHP files yet though.

BokuNoMaxi commented 1 month ago

can confirm. this PR works for us.

svenpet90 commented 1 month ago

I just ran the TYPO3 "Scan Extension Files" Backendtool and looked through the files:

There are just two things that could be fixed/changed for the new v13 comp. release:

The latter mentioned Event was only introduced in v12 though, forcing us to drop v10 and v11 support and release a new major version.

Imho these two changes are not "absolutly needed" :)

EDIT: If we would do the mentioned changes and therefore drop v10 support, we would in turn be able to cleanup/refactor/modernize the PHP code and take advantage php 8 features 🤓

sabbelasichon commented 1 month ago

I am going to release a new major release. Thanks for your efforts. I am going to close this PR for now