From 149a5df3ea5b894ac68ab30aa6593cd3b1d36942 Mon Sep 17 00:00:00 2001 From: Clemens Queissner Date: Fri, 22 Mar 2024 11:28:07 +0100 Subject: [PATCH] chore: CD-306297 Designated branch for TYPO3 11 with PHP >8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73c3822f5..8ef63a89b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "source": "https://github.com/AOEpeople/asdis" }, "require": { - "php": "^8.0 | ^8.2 | ^8.3", + "php": "^8.0 || ^8.2 || ^8.3", "typo3/cms-core": "^11.5", "typo3/cms-extbase": "^11.5", "typo3/cms-backend": "^11.5",