Skip to content

Commit 9bffc01

Browse files
Set minimum TYPO3 version to 9.5.9
The patch version contains a fix, so that sending multiple cookies is possible now.
1 parent 730ca97 commit 9bffc01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"license": "GPL-2.0-or-later",
2121
"require": {
2222
"php": ">=7.2",
23-
"typo3/cms-backend": "^9.5",
24-
"typo3/cms-core": "^9.5",
25-
"typo3/cms-felogin": "^9.5"
23+
"typo3/cms-backend": "^9.5.9",
24+
"typo3/cms-core": "^9.5.9",
25+
"typo3/cms-felogin": "^9.5.9"
2626
},
2727
"autoload": {
2828
"psr-4": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'author_company' => 'cab services ag',
2323
'constraints' => [
2424
'depends' => [
25-
'typo3' => '9.5.0-9.5.99',
25+
'typo3' => '9.5.9-9.5.99',
2626
'php' => '7.2.0-0.0.0',
2727
],
2828
'conflicts' => [],

0 commit comments

Comments
 (0)