Skip to content

Commit

Permalink
Increase version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Jan 16, 2025
1 parent bf27c94 commit 68211cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-intl": "*",
"typo3/cms-core": "^12.3||^13.4"
"typo3/cms-core": "^12.4||^13.4"
},
"homepage": "https://github.com/lochmueller/language_detection",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'author_company' => 'hdnet.de',
'constraints' => [
'depends' => [
'php' => '8.1.0-8.3.99',
'php' => '8.2.0-8.3.99',
'typo3' => '12.4.0-13.4.99'
],
],
Expand Down

0 comments on commit 68211cd

Please sign in to comment.