Skip to content

Commit

Permalink
[TASK] Set TYPO3 version to 11.5.32-dev
Browse files Browse the repository at this point in the history
Change-Id: If8efb77fb623053c3e5419d4299caed01deb8a37
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80976
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: core-ci <typo3@b13.com>
  • Loading branch information
bmack committed Sep 12, 2023
1 parent 6b3824f commit 97d0235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [],
Expand Down

0 comments on commit 97d0235

Please sign in to comment.