mautic / mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.
https://www.Leuchtfeuer.com
GNU General Public License v2.0
22 stars 19 forks source link

Unresolvable dependency to mautic/api-library #92

Open agentmedia opened 11 months ago

agentmedia commented 11 months ago

Describe the bug When trying to add the current release 4.4.3 in a fresh typo3 11.5 project, The depencency to mautic/api-library cannot be resolved. Reason: The composer.json requires mautic/api-library from version 4, but it only exists up to version 3.1, at least on packagist.

Is this an error in the composer.json or do I have to add another repository to my composer setup?

Thx in advance!

ekkeguembel commented 11 months ago

Hi @agentmedia , this is strange, as it should be covered by https://github.com/mautic/mautic-typo3/pull/83. What PHP version are you on?

Moongazer commented 9 months ago

@agentmedia In case of PHP 8 the dependency to the forked mautic/api-library has to be added manually:

"repositories": [
  {
    "url": "https://github.com/Leuchtfeuer/api-library.git",
    "type": "git"
  }
]

The reason is described in the readme, see https://github.com/mautic/mautic-typo3/tree/TYPO3-v11-php8