-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TYPO3 13 compatibility #1917
base: development
Are you sure you want to change the base?
TYPO3 13 compatibility #1917
Conversation
…d in TYPO3 Core v13.2. Deprecation: #103752
I appreciate the effort but unfortunately there's a lot of issues here - this list isn't exhaustive but if you want to have this merged it's a good place to start:
Some basic dos-and-don'ts about code structure:
More general about the specific implementations:
My first advise is to split this up into smaller parts and make sure each one passes the unit/phpstan/phpcs tests when executed with a TYPO3v13 set of dependencies. Work is currently in progress to add these test steps to the CI but for now they can only be run manually; after temporarily requiring updated dependencies in the composer.json manifest (which then shouldn't be committed). |
Here's my attempt for (beginning) TYPO3 13 compatibility
related to #1901