From a289a0bf014c0e62e26a2b616c109637e59f00da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 27 Jul 2021 18:31:55 +0200 Subject: [PATCH] [TASK] Require TYPO3 11.3 as minimum v11 version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 770cf7de..4386225d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": ">=7.4", "ext-json": "*", "symfony/polyfill-php80": "^1.17", - "typo3/cms-core": "^10.4.11 || ^11.0" + "typo3/cms-core": "^10.4.11 || ^11.3" }, "conflict": { "brotkrueml/sdbreadcrumb": "*" @@ -34,7 +34,7 @@ "php-coveralls/php-coveralls": "^2.4", "phpunit/phpunit": "^9.5", "rector/rector": "^0.11", - "typo3/cms-adminpanel": "*", + "typo3/cms-adminpanel": "^10.4.11 || ^11.3", "typo3/coding-standards": "^0.3", "vimeo/psalm": "^4.6" },