Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tpinne opened this issue Jul 14, 2021 · 3 comments · Fixed by #186
Closed

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

tpinne opened this issue Jul 14, 2021 · 3 comments · Fixed by #186
Assignees

Comments

@tpinne
Copy link

tpinne commented Jul 14, 2021

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
Copy link
Member

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

@tpinne
Copy link
Author

tpinne commented Jul 14, 2021 via email

@maechler maechler linked a pull request Aug 3, 2021 that will close this issue
@maechler
Copy link
Member

maechler commented Aug 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants