Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '',
Expand All @@ -28,5 +28,5 @@
'author' => 'Dmitry Dulepov',
'author_email' => 'dmitry.dulepov@gmail.com',
'author_company' => '',
'version' => '13.1.2'
'version' => '13.1.3'
];