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

Newer TYPO3 versions will require extension key in composer.json #184

Closed tpinne closed 3 years ago

tpinne commented 3 years ago

Message during composer install/update:

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)

The missing piece:

  "extra": {
    "typo3/cms": {
      "extension-key": "pdfviewhelpers"
    }
  }
maechler commented 3 years ago

@tpinne Thanks for reporting! This has already been fixed: https://github.com/bithost-gmbh/pdfviewhelpers/pull/182 I have however not created a release since, as it only triggers a warning.

tpinne commented 3 years ago

Ah ok. I’ve only looked at the master and didn’t saw it there. But because the warning encourages people to inform the developer there might be more people reporting this :)

Am 14.07.2021 um 18:28 schrieb Markus Mächler @.***>:

 @tpinne Thanks for reporting! This has already been fixed: #182 I have however not created a release since, as it only triggers a warning.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

maechler commented 3 years ago

@tpinne I created a new release yesterday that adds the extension key to the composer.json :)