From 51ae6219ad797284418aafac626bdb1026a57dcb Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <4953689+christophlehmann@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:47:37 +0200 Subject: [PATCH] Support TYPO3 v13 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0c5bdf8..51c1c4a 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "GPL-2.0-or-later" ], "require": { - "typo3/cms-core": "^11.5 || ^12.4 || dev-main" + "typo3/cms-core": "^11.5 || ^12.4 || ^13.2 || dev-main" }, "autoload": { "psr-4": { @@ -19,4 +19,4 @@ "extension-key": "networkteam_logger" } } -} \ No newline at end of file +}