From 27868e43d2d6d8d873b2a8d36914a89ac0eea560 Mon Sep 17 00:00:00 2001 From: Moongazer <1685510+Moongazer@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:32:48 +0200 Subject: [PATCH 1/2] Bump mautic/api-library to v1.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db4d62d..401b408 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "typo3/cms-core": "^10.4.2 || ^11.5", "typo3/cms-extbase": "^10.4.2 || ^11.5", "leuchtfeuer/marketing-automation": "^1.3", - "mautic/api-library": "^2.15" + "mautic/api-library": "^3.1" }, "autoload": { "psr-4": { From 3f49f954486948fae635c3cae363640ae29a370d Mon Sep 17 00:00:00 2001 From: Moongazer <1685510+Moongazer@users.noreply.github.com> Date: Fri, 9 Jun 2023 17:28:36 +0200 Subject: [PATCH 2/2] Add PHP requirement to <=7.4 since the mautic/api-library is not released for PHP 8 yet (it contains breaking changes, so it will be released with Mautic 5) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 401b408..bd70b7f 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "docs": "https://docs.typo3.org/p/mautic/mautic-typo3/master/en-us/" }, "require": { + "php": "<=7.4", "typo3/cms-core": "^10.4.2 || ^11.5", "typo3/cms-extbase": "^10.4.2 || ^11.5", "leuchtfeuer/marketing-automation": "^1.3",