From 74c8cbe80e833c43fa022e8af343ee837b60b11b Mon Sep 17 00:00:00 2001 From: Dmitry Dulepov Date: Thu, 21 Mar 2024 16:43:12 +0300 Subject: [PATCH] [UPDATE] Fix #106: allow installation on TYPO3 v13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3fb07b..cdec7f4 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "issues": "https://github.com/sitegeist/sms-responsive-images/issues" }, "require": { - "typo3/cms-core": "^12.2 || ^11.5 || ^10.4" + "typo3/cms-core": "^13.1 || ^12.2 || ^11.5 || ^10.4" }, "require-dev": { "typo3/testing-framework": "^7.0 || ^6.0 || dev-main",