Task #96446
Let composer.json of sytem extension extensionmanager reflect dependencies
0%
Description
grep -r -E 'TYPO3\\CMS' typo3/sysext/extensionmanager/ | perl -p -e 's/.*(TYPO3\\CMS\\[^\\]*\\).*/\1/' | sort -u
- TYPO3\CMS\Backend\
- TYPO3\CMS\Core\
- TYPO3\CMS\Extbase\
- TYPO3\CMS\Extensionmanager\
- TYPO3\CMS\Fluid\
- TYPO3\CMS\Impexp\
- TYPO3\CMS\Reports\
- TYPO3\CMS\Scheduler\
Not sure what to do about ext_emconf.php. It only contains "typo3":
'constraints' => [
'depends' => [
'typo3' => '12.0.0',
],
Updated by Gerrit Code Review 5 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72822
Updated by Gerrit Code Review 5 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72822
Updated by Gerrit Code Review 5 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72822
Updated by Christian Kuhn 5 months ago
- Status changed from Under Review to Rejected
Patch was abandoned.
Note I'm currently reducing / decoupling some details, too. I'd love to have the EM and some other ext's fully optional in v12 ...