IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

Repo's packages are not installable #202

Open CMS-Internetsolutions opened 1 year ago

CMS-Internetsolutions commented 1 year ago

Good day developer,

I get the following error message when install the extension in a TYPO3 11 based TYPO3 installation.

Thanks for a tip, great extension!!!

*Package ichhabrecht/mask-export exists in composer repo (https://repo.packagist.org) and path repo (extensions/) which has a higher repository priority. The packages from the higher priority repository do not match your minimum-stability and are therefore not installable. That repository is canonical so the lower priority repo's packages are not installable. See https://getcomposer.org/repoprio for details and assistance.**

welly2103 commented 1 year ago

Hi @CMS-Internetsolutions,

this happens because of the dependency on mask 7 and not mask 8 (latest version).

See: https://github.com/IchHabRecht/mask_export/blob/main/composer.json#L27

You need to downgrade to mask 7 (this version is also compatible with TYPO3 11) so you can install mask_export.

Regards