netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

TYPO3 Extension Package "netresearch/rte-ckeditor-image", does not define extension key in composer.json. #120

Closed rvock closed 3 years ago

rvock commented 3 years ago

During composer install the following warning is shown:

TYPO3 Extension Package "netresearch/rte-ckeditor-image", 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)

Since version 3.1.0 of typo3/cms-composer-installers a warning is shown, when a TYPO3 extension does not define extension-key in composer.json. For further information see here: https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/ComposerJson/Index.html

Commit in typo3/cms-composer-installers: https://github.com/TYPO3/CmsComposerInstallers/pull/95