diff --git a/composer.json b/composer.json index e2aeb52..5ff8601 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "typo3-cms-extension", "description": "A TYPO3 CMS extension to translate pages, content and records with DeepL", "require": { - "php": ">=8.2.0,<8.4.0", + "php": ">=8.2.0,<8.5.0", "typo3/cms-core": "^13.4", "typo3/cms-backend": "*", "deeplcom/deepl-php": "^1.5", diff --git a/ext_emconf.php b/ext_emconf.php index 9a5e260..875be3b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'category' => 'be', 'constraints' => [ 'depends' => [ - 'php' => '8.2.0-8.3.999', + 'php' => '8.2.0-8.4.999', 'typo3' => '13.4.0-13.4.999', 'core' => '', 'backend' => '', @@ -28,5 +28,5 @@ 'author' => 'Dmitry Dulepov', 'author_email' => 'dmitry.dulepov@gmail.com', 'author_company' => '', - 'version' => '13.1.2' + 'version' => '13.1.3' ];