Skip to content

Commit

Permalink
[TASK] Remove upper version constraint for deeplcom/deepl-php
Browse files Browse the repository at this point in the history
Due to the outdated `DeepL Mock Api Server` version testing
the extension with a newer `deeplcom/deepl-php` client badly
failed and has been mitigated by adding a composer version
constraint to avoid breaking dependency versions.

The container image for the `DeepL Mock Api Server` has been
exchanged with a up-to-date once which rebuilds and releases
itself automatically.

Used command(s):

```bash
composer require --no-update \
  "deeplcom/deepl-php":"^1.6.0"
```
  • Loading branch information
sbuerk committed Sep 27, 2024
1 parent 34e75e3 commit 9e1ec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-pdo": "*",
"deeplcom/deepl-php": ">=1.6.0 <=1.8.0",
"deeplcom/deepl-php": "^1.6.0",
"typo3/cms-backend": "^11.5 || ^12.4",
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-extbase": "^11.5 || ^12.4",
Expand Down

0 comments on commit 9e1ec27

Please sign in to comment.