When attempting to install on Mautic 6 with composer, we see the following error:
webmecanik/mautic-bitly-bundle dev-main requires mautic/core-lib ^5.0 -> satisfiable by mautic/core-lib[5.0.0-alpha, ..., 5.x-dev] from composer repo (https://repo.packagist.org) but mautic/core-lib[6.0.0-dev] from path repo (app) has higher repository priority. The packages from the higher priority repository do not match your constraint 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.
Can we relax the requirements in the composer.json?
When attempting to install on Mautic 6 with composer, we see the following error:
webmecanik/mautic-bitly-bundle dev-main requires mautic/core-lib ^5.0 -> satisfiable by mautic/core-lib[5.0.0-alpha, ..., 5.x-dev] from composer repo (https://repo.packagist.org) but mautic/core-lib[6.0.0-dev] from path repo (app) has higher repository priority. The packages from the higher priority repository do not match your constraint 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.Can we relax the requirements in the composer.json?