We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56332e8 + ef24d4e commit 41ad459Copy full SHA for 41ad459
README.md
@@ -22,7 +22,7 @@ PHP 5.6 and later
22
To install the bindings via [Composer](http://getcomposer.org/):
23
24
```
25
-composer require sendinblue/api-v3-sdk "7.x.x"
+composer require sendinblue/api-v3-sdk "8.x.x"
26
27
28
Further do:
composer.json
@@ -37,7 +37,7 @@
37
},
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "7.x.x-dev"
+ "dev-master": "8.x.x-dev"
41
}
42
43
0 commit comments