Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Remove upper version constraint for
deeplcom/deepl-php
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