Project

General

Profile

Feature #93660

Updated by Jörn Wagner about 3 years ago

Since the last update, using TYPO3 with Composer will issue a lot of warnings about missing extension key definitions in the @composer.json@. `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.

Back