Skip to content

Commit 447db02

Browse files
update
1 parent 54b13b7 commit 447db02

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ PHP 5.6 and later
2121

2222
To install the bindings via [Composer](http://getcomposer.org/):
2323

24+
Create a ```composer.json``` file in any directory & add below code in composer.json file.
25+
26+
```
27+
{
28+
"require": {
29+
"sendinblue/api-v3-sdk": "8.x.x"
30+
}
31+
}
32+
```
33+
34+
Then run below commands in the same directory
2435
```
2536
composer require sendinblue/api-v3-sdk "8.x.x"
2637
```

0 commit comments

Comments
 (0)