Actions
Bug #95703
closedExtension Manager shows Root Composer Package
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2021-10-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In a Composer-based setup, the root composer.json package is listed as extension.
This behavior is triggered by having extra->typo3/cms
section defined (not matter which properties exactly) like the following:
"extra": { "typo3/cms": { "web-dir": "public" } },
Removing this section completely from the root composer.json (web-dir: public
is the default behavior) removes the listing in extension manager as well.
Files
Actions