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 28, 2023
1 parent 7c4992d commit e68d552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": {
"getbrevo/api-v3-sdk": "1.x.x"
"getbrevo/brevo-php": "1.x.x"
}
}
```

Then run below commands in the same directory
```
composer require getbrevo/api-v3-sdk "1.x.x"
composer require getbrevo/brevo-php "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": "getbrevo/api-v3-sdk",
"name": "getbrevo/brevo-php",
"description": "Official Brevo provided RESTFul API V3 php library",
"keywords": [
"brevo",
Expand Down
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* @link https://github.com/swagger-api/swagger-codegen
*/

$GLOBALS['version'] = '1.0.0';
$GLOBALS['version'] = '1.0.1';

class Configuration
{
Expand Down

0 comments on commit e68d552

Please sign in to comment.