Actions
Feature #93660
closedOption to suppress extension-key warnings
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2021-03-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.4
Tags:
Complexity:
Sprint Focus:
Description
Since the last update, using TYPO3 with Composer will issue a lot of warnings about missing extension key definitions in the composer.json
.
TYPO3 Extension Package "t3/min", does not define extension key in composer.json.
Specifying the extension key will be mandatory in future versions of TYPO3 (see: https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/ComposerJson/Index.html#extra)
While this is very helpful for my own extensions, I cannot influence other extensions and I get about 20 of these warnings on every composer run. Please add an option to suppress these warnings.
Files
Actions