fabarea / rss_display

TYPO3 CMS extension for fetching a RSS / Atom Feed and display its content on the Frontend
Other
12 stars 25 forks source link

Add extension-key in composer.json #60

Closed sypets closed 3 years ago

sypets commented 3 years ago

It is now mandatory for extensions to specify the extension-key in the extra section of a composer.json.


Not doing so will result in a warning:

The TYPO3 extension package "fab/rss-display", 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)

sypets commented 3 years ago

Has been merged with #61