From 94e4a3b401b310f3c4563c0aad8d07af5c88c82c Mon Sep 17 00:00:00 2001 From: Moongazer <1685510+Moongazer@users.noreply.github.com> Date: Thu, 15 Jun 2023 10:33:12 +0200 Subject: [PATCH] Set PHP requirement to <8.0 to allow all minor PHP versions until 7.4.x (which have been excluded earlier) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bd70b7f..c6c2caa 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "docs": "https://docs.typo3.org/p/mautic/mautic-typo3/master/en-us/" }, "require": { - "php": "<=7.4", + "php": "<8.0", "typo3/cms-core": "^10.4.2 || ^11.5", "typo3/cms-extbase": "^10.4.2 || ^11.5", "leuchtfeuer/marketing-automation": "^1.3",