Project

General

Profile

Actions

Bug #105493

open

typo3/cms-extensionmanager still declared as partOfMinimalUsableSystem: true

Added by S P 3 days ago. Updated 3 days ago.

Status:
Under Review
Priority:
Could have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2024-10-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

According to this changelog entry: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Breaking-102935-OverhauledExtensionInstallationInExtensionManager.html

The EXT:extensionmanager extension is now optional.

However, in its composer.json:

"Package": {
    "protected": true,
    "partOfFactoryDefault": true,
    "partOfMinimalUsableSystem": true
},

What is correct here? An optional extension is surely not "partOfMinimalUsableSystem".


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #102935: Add PackageInitialisationEventClosedOliver Bartsch2024-01-26

Actions
Actions

Also available in: Atom PDF