From 50ce35f48c7ec571c31993fb3eb6e137caeeb22b Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 29 Jun 2022 13:04:54 +0200 Subject: [PATCH] Update from PHP 7.4 to 8.0 and update all components --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 70ec0da..23944cd 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "php": "^7.3.0", + "php": "^8.0", "typo3/cms-core": "*", "danielsiepmann/tracking": "^1.1", "scrivo/highlight.php": "^9.15.10"