From ef95604c39e67070076266c2ad6e29c0e0834a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=BClter?= Date: Fri, 11 Oct 2024 12:49:52 +0200 Subject: [PATCH] [BUGFIX] Fix dev requirement --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index feeef6aa7..db89dcde9 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,8 @@ "ext-libxml": "*", "ext-dom": "*", "ext-json": "*", - "typo3/cms-indexed-search": "^13", - "typo3/cms-scheduler": "^13" + "typo3/cms-indexed-search": "^12 || ^13", + "typo3/cms-scheduler": "^12 || ^13" }, "suggest": { "typo3/cms-dashboard": "Use widgets in dashboard"