Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolvable dependency to mautic/api-library #92

Open
agentmedia opened this issue Dec 22, 2023 · 2 comments
Open

Unresolvable dependency to mautic/api-library #92

agentmedia opened this issue Dec 22, 2023 · 2 comments

Comments

@agentmedia
Copy link

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
Copy link
Collaborator

Hi @agentmedia , this is strange, as it should be covered by #83.
What PHP version are you on?

@Moongazer
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants