From 97d0235fd57b142c0198b003da9b06c7646901d7 Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Tue, 12 Sep 2023 08:51:03 +0200 Subject: [PATCH] [TASK] Set TYPO3 version to 11.5.32-dev Change-Id: If8efb77fb623053c3e5419d4299caed01deb8a37 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80976 Tested-by: Benni Mack Reviewed-by: Benni Mack Tested-by: core-ci --- .../Fixtures/Extensions/test_request_mirror/ext_emconf.php | 6 +++--- composer.json | 2 +- ext_emconf.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Tests/Functional/Fixtures/Extensions/test_request_mirror/ext_emconf.php b/Tests/Functional/Fixtures/Extensions/test_request_mirror/ext_emconf.php index 13cd817fd..462e03be9 100644 --- a/Tests/Functional/Fixtures/Extensions/test_request_mirror/ext_emconf.php +++ b/Tests/Functional/Fixtures/Extensions/test_request_mirror/ext_emconf.php @@ -6,15 +6,15 @@ 'title' => 'RequestMirror', 'description' => 'RequestMirror', 'category' => 'example', - 'version' => '11.5.31', + 'version' => '11.5.32', 'state' => 'beta', 'author' => 'Stefan Bürk', 'author_email' => 'stefan@buerk.tech', 'author_company' => '', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.31', - 'frontend' => '11.5.31', + 'typo3' => '11.5.32', + 'frontend' => '11.5.32', ], 'conflicts' => [], 'suggests' => [], diff --git a/composer.json b/composer.json index 328d2faf2..fbe64b99a 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "ext-libxml": "*", "symfony/polyfill-mbstring": "^1.23.1", - "typo3/cms-core": "11.5.31" + "typo3/cms-core": "11.5.*@dev" }, "conflict": { "typo3/cms": "*" diff --git a/ext_emconf.php b/ext_emconf.php index 7fa0fcffe..921745242 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,10 +9,10 @@ 'author' => 'TYPO3 Core Team', 'author_email' => 'typo3cms@typo3.org', 'author_company' => '', - 'version' => '11.5.31', + 'version' => '11.5.32', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.31', + 'typo3' => '11.5.32', ], 'conflicts' => [], 'suggests' => [],