We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf27c94 commit 68211cdCopy full SHA for 68211cd
composer.json
@@ -26,9 +26,9 @@
26
}
27
],
28
"require": {
29
- "php": "^8.1",
+ "php": "^8.2",
30
"ext-intl": "*",
31
- "typo3/cms-core": "^12.3||^13.4"
+ "typo3/cms-core": "^12.4||^13.4"
32
},
33
"homepage": "https://github.com/lochmueller/language_detection",
34
"license": "GPL-2.0-or-later",
ext_emconf.php
@@ -11,7 +11,7 @@
11
'author_company' => 'hdnet.de',
12
'constraints' => [
13
'depends' => [
14
- 'php' => '8.1.0-8.3.99',
+ 'php' => '8.2.0-8.3.99',
15
'typo3' => '12.4.0-13.4.99'
16
17
0 commit comments