Project

General

Profile

Actions

Task #96446

closed

Let composer.json of sytem extension extensionmanager reflect dependencies

Added by Sybille Peters over 2 years ago. Updated over 2 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2022-01-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

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',
        ],
Actions

Also available in: Atom PDF