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

Fix PackageStates generation on TYPO3v10 #78

Closed mbrodala closed 1 year ago

mbrodala commented 1 year ago

Generating the PackageStates.php file on TYPO3v10 did fail since the TYPO3 package manager did use "require" from the "composer.json". This can be avoided by adding "constraints/depends" to the "ext_emconf.php" which are preferred then.

Fixes #75