Skip to content

Commit

Permalink
Initial brevo SDK PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
preetishishodia7 committed May 25, 2023
1 parent cfdd557 commit 7c4992d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Create a ```composer.json``` file in any directory & add below code in composer.
```
{
"require": {
"brevo/api-v3-sdk": "1.x.x"
"getbrevo/api-v3-sdk": "1.x.x"
}
}
```

Then run below commands in the same directory
```
composer require brevo/api-v3-sdk "1.x.x"
composer require getbrevo/api-v3-sdk "1.x.x"
```

Further do:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "brevo/api-v3-sdk",
"name": "getbrevo/api-v3-sdk",
"description": "Official Brevo provided RESTFul API V3 php library",
"keywords": [
"brevo",
Expand Down

0 comments on commit 7c4992d

Please sign in to comment.