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

Set PHP requirement to <8.0 to allow all minor PHP versions until 7.4.x #79

Closed Moongazer closed 1 year ago

Moongazer commented 1 year ago

Set PHP requirement to <8.0 to allow all minor PHP versions until 7.4.x (which have been excluded earlier)

ingeniumdesign commented 1 year ago

we need the PHP requirement for up 8.x

Moongazer commented 1 year ago

It is not possible right now to run it on PHP >=8.0, because the dependency mautic/api-library is not released yet for PHP 8. The current dev-main branch of mautic/api-library contain fixes for PHP 8 but also breaking changes for Mautic 5. It was not possible to use dev-main on PHP 8 together with Mautic 4, each API call was rejected with 400 Bad Request. A Mautic core developer said that the API library for PHP 8 will be released together with Mautic 5.