Open agentmedia opened 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?
@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
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!