Skip to content

Commit 1464bfb

Browse files
committed
[DOCS] Update compatibility matrix in README.md
This change updates the compatibility matrix in the README.md file. Additionally, the install steps for composer mode are updated now.
1 parent c1a6bbd commit 1464bfb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install with your flavour:
3636
We prefer composer installation:
3737

3838
```bash
39-
composer require 'web-vision/deepl-base':'1.*.*@dev'
39+
composer require 'web-vision/deepl-base':'^2'
4040
```
4141

4242
> [!NOTE]
@@ -45,7 +45,8 @@ composer require 'web-vision/deepl-base':'1.*.*@dev'
4545
4646
```shell
4747
composer config minimum-stability "dev" \
48-
&& composer config "prefer-stable" true
48+
&& composer config "prefer-stable" true \
49+
&& composer require 'web-vision/deepl-base':'2.*.*@dev'
4950
```
5051

5152
## Documentation

0 commit comments

Comments
 (0)