Skip to content

Commit ee4e608

Browse files
committed
[TASK] Raise web-vision/deepltranslate-core to ^5.1.1
`ext_emconf.php` dependency is also updated to keep the dependency chain in sync with `composer.json`. Used command(s): ```shell BIN_COMPOSER="$( which composer )" ; \ ${BIN_COMPOSER} require 'web-vision/deepltranslate-core':'^5.1.1@dev' ```
1 parent 8c18f4c commit ee4e608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ext-json": "*",
5050
"typo3/cms-backend": "^12.4.2 || ^13.4",
5151
"typo3/cms-core": "^12.4.2 || ^13.4",
52-
"web-vision/deepltranslate-core": "^5.0.0 || ~5.0@dev"
52+
"web-vision/deepltranslate-core": "^5.1.1@dev"
5353
},
5454
"require-dev": {
5555
"friendsofphp/php-cs-fixer": "^3.64",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'typo3' => '12.4.0-13.4.99',
1616
'backend' => '12.4.0-13.4.99',
1717
'setup' => '12.4.0-13.4.99',
18-
'deepltranslate_core' => '5.0.0-5.99.99',
18+
'deepltranslate_core' => '5.1.1-5.99.99',
1919
],
2020
'conflicts' => [
2121
'wv_deepltranslate' => '*',

0 commit comments

Comments
 (0)