Closed mbrodala closed 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
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