Skip to content

Commit

Permalink
完善 1.0 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
calchen committed Sep 22, 2019
1 parent c266e55 commit 92272ba
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<a href="https://travis-ci.com/calchen/laravel-queue-aliyun-mns">
<img alt="Travis CI" src="https://img.shields.io/travis/com/calchen/laravel-queue-aliyun-mns.svg">
</a>
<a href='https://coveralls.io/github/calchen/laravel-queue-aliyun-mns?branch=master'>
<img alt='Coverage Status' src='https://coveralls.io/repos/github/calchen/laravel-queue-aliyun-mns/badge.svg?branch=master'/>
<a href='https://coveralls.io/github/calchen/laravel-queue-aliyun-mns?branch=1.0'>
<img alt='Coverage Status' src='https://coveralls.io/repos/github/calchen/laravel-queue-aliyun-mns/badge.svg?branch=1.0'/>
</a>
<a href="https://packagist.org/packages/calchen/laravel-queue-aliyun-mns">
<img alt="Latest Stable Version" src="https://img.shields.io/packagist/v/calchen/laravel-queue-aliyun-mns.svg">
Expand All @@ -29,8 +29,16 @@

## 安装

Laravel/Lumen 5.5 ~ 5.6

```shell
$ composer require calchen/laravel-queue-aliyun-mns:^1.0
```

Laravel/Lumen 5.7+ [查看文档](https://github.com/calchen/laravel-queue-aliyun-mns/blob/master/README.md)

```shell
$ composer require calchen/laravel-queue-aliyun-mns
$ composer require calchen/laravel-queue-aliyun-mns:^2.0
```

### Laravel
Expand Down
14 changes: 11 additions & 3 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<a href="https://travis-ci.com/calchen/laravel-queue-aliyun-mns">
<img alt="Travis CI" src="https://img.shields.io/travis/com/calchen/laravel-queue-aliyun-mns.svg">
</a>
<a href='https://coveralls.io/github/calchen/laravel-queue-aliyun-mns?branch=master'>
<img alt='Coverage Status' src='https://coveralls.io/repos/github/calchen/laravel-queue-aliyun-mns/.svg?branch=master'/>
<a href='https://coveralls.io/github/calchen/laravel-queue-aliyun-mns?branch=1.0'>
<img alt='Coverage Status' src='https://coveralls.io/repos/github/calchen/laravel-queue-aliyun-mns/badge.svg?branch=1.0'/>
</a>
<a href="https://packagist.org/packages/calchen/laravel-queue-aliyun-mns">
<img alt="Latest Stable Version" src="https://img.shields.io/packagist/v/calchen/laravel-queue-aliyun-mns.svg">
Expand All @@ -29,8 +29,16 @@ This is a queue drive for Laravel/Lumen base on [Aliyun MNS SDK](https://github.

## Installing

For Laravel/Lumen 5.5 ~ 5.6

```shell
$ composer require calchen/laravel-queue-aliyun-mns:^1.0
```

For Laravel/Lumen 5.7+ [Docs](https://github.com/calchen/laravel-queue-aliyun-mns/blob/master/README_en.md)

```shell
$ composer require calchen/laravel-queue-aliyun-mns
$ composer require calchen/laravel-queue-aliyun-mns:^2.0
```

### Laravel
Expand Down

0 comments on commit 92272ba

Please sign in to comment.