Skip to content

Commit 68211cd

Browse files
committed
Increase version constraints
1 parent bf27c94 commit 68211cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
}
2727
],
2828
"require": {
29-
"php": "^8.1",
29+
"php": "^8.2",
3030
"ext-intl": "*",
31-
"typo3/cms-core": "^12.3||^13.4"
31+
"typo3/cms-core": "^12.4||^13.4"
3232
},
3333
"homepage": "https://github.com/lochmueller/language_detection",
3434
"license": "GPL-2.0-or-later",

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'author_company' => 'hdnet.de',
1212
'constraints' => [
1313
'depends' => [
14-
'php' => '8.1.0-8.3.99',
14+
'php' => '8.2.0-8.3.99',
1515
'typo3' => '12.4.0-13.4.99'
1616
],
1717
],

0 commit comments

Comments
 (0)