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

Commit 0972fad

Browse files
committed
updated readme & composer file
1 parent 0fddaca commit 0972fad

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
"autoload": {
99
"psr-0": { "Sendinblue": "src/" }
1010
},
11-
"minimum-stability": "dev",
12-
"prefer-stable": true,
11+
"extra": {
12+
"branch-alias": {
13+
"dev-master": "1.0.x-dev"
14+
}
15+
},
1316
"homepage": "https://github.com/mailin-api/mailin-api-php",
1417
"authors": [
1518
{

src/Sendinblue/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is the SendinBlue Php library. It implements the various exposed APIs that
1111

1212
```{
1313
"require": {
14-
"mailin-api/mailin-api-php": "dev-master"
14+
"mailin-api/mailin-api-php": "1.0.*"
1515
}
1616
}```
1717
@@ -23,7 +23,7 @@ OR
2323
* Simply install by running below command
2424
2525
```
26-
composer require mailin-api/mailin-api-php:dev-master
26+
composer require mailin-api/mailin-api-php
2727
```
2828
2929
You can use below sample script to get started.

0 commit comments

Comments
 (0)