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.
1 parent 56332e8 commit ef24d4eCopy full SHA for ef24d4e
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