bithost-gmbh / pdfviewhelpers

TYPO3 CMS extension that provides various Fluid ViewHelpers to generate PDF documents.
GNU General Public License v3.0
44 stars 20 forks source link

Provide extension key in composer.json #185

Closed DanielSiepmann closed 3 years ago

DanielSiepmann commented 3 years ago

This change will become mandatory in future versions of TYPO3. It is documented at https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/ComposerJson/Index.html#extra. Adding it now removed the yellow warning when installing via composer:

The TYPO3 extension package "bithost-gmbh/pdfviewhelpers", does not define an extension key in its composer.json. Please report this to the author of this package. 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)
maechler commented 3 years ago

@DanielSiepmann Thanks for your contribution! This change however is already in the develop branch, I will create a new release today.