Skip to content

Commit

Permalink
[TASK] Raise requirements and version bump
Browse files Browse the repository at this point in the history
The extension now requires at least TYPO3 11.5.23. Furthermore,
the version has been raised since two bugfixes have been merged.
Ready for a new release.
  • Loading branch information
Björn Jacob committed Mar 14, 2023
1 parent ef23995 commit 4394b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -24,9 +24,9 @@
}
],
"require": {
"typo3/cms-core": "^11.5.13",
"typo3/cms-extbase": "^11.5.13",
"typo3/cms-form": "^11.5.13"
"typo3/cms-core": "^11.5.23",
"typo3/cms-extbase": "^11.5.23",
"typo3/cms-form": "^11.5.23"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Expand Up @@ -7,10 +7,10 @@
'clearCacheOnLoad' => 0,
'author' => 'Ralf Zimmermann, Elias Häußler',
'author_email' => 'ralf.zimmermann@tritum.de, elias@haeussler.dev',
'version' => '3.1.0',
'version' => '3.1.1',
'constraints' => [
'depends' => [
'typo3' => '11.5.13-11.99.99',
'typo3' => '11.5.23-11.99.99',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 4394b77

Please sign in to comment.