From ac1a1fcd5bb4ae317e50df3fe793068a4baf2740 Mon Sep 17 00:00:00 2001 From: pmy Date: Mon, 18 Nov 2024 08:04:09 +0100 Subject: [PATCH] feat: Enabled TYPO3 v13 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 90d8f78..4e3a171 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ ], "require": { "php": ">=8.2", - "typo3/cms-core": "^12.4", - "typo3/cms-extbase": "^12.4", - "typo3/cms-frontend": "^12.4", + "typo3/cms-core": "^12.4 || ^13", + "typo3/cms-extbase": "^12.4 || ^13", + "typo3/cms-frontend": "^12.4 || ^13", "webonyx/graphql-php": "15.*", "simpod/graphql-utils": "^0.7", "aimeos/map": "^3"