Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
updated readme & composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekta-slit committed Sep 8, 2015
1 parent 0fddaca commit 0972fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
"autoload": {
"psr-0": { "Sendinblue": "src/" }
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"homepage": "https://github.com/mailin-api/mailin-api-php",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions src/Sendinblue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is the SendinBlue Php library. It implements the various exposed APIs that

```{
"require": {
"mailin-api/mailin-api-php": "dev-master"
"mailin-api/mailin-api-php": "1.0.*"
}
}```

Expand All @@ -23,7 +23,7 @@ OR
* Simply install by running below command

```
composer require mailin-api/mailin-api-php:dev-master
composer require mailin-api/mailin-api-php
```

You can use below sample script to get started.
Expand Down

0 comments on commit 0972fad

Please sign in to comment.