tea
tea copied to clipboard
Bug: composer ci:php:stan fails
Short problem description
composer ci:php:stan throws error:
Internal error: Class
"TYPO3\CMS\Install\Updates\AbstractListTypeToCTypeUpdate" not found while
analysing file
Steps to reproduce the problem
run job
actual behavior
command fails
expected behavior
command runs green
Additional Information
Internal error: Class
"TYPO3\CMS\Install\Updates\AbstractListTypeToCTypeUpdate" not found while
analysing file
For a v12/v13 compatible extension in one extension version you need to ship your own plugin upgrade wizard as the TYPO3 abstract wizard is only available in v13 and the reason it complains.
Additionally, EXT:install is "optional" since v13 and may not be installed (so you need to ensure to have install listed as hard dependency or soft dependency (suggest).