mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

Add extension key to composer.json to mitigate composer warning #118

Closed peterkraume closed 3 years ago

peterkraume commented 3 years ago

Beginning with version 3.1.0 of typo3/cms-composer-installers the package emits a warning:

TYPO3 Extension Package "mittwald/web2pdf", 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)

This patch mitigates the problem.