Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ngodinhloc committed May 12, 2021
1 parent 0ce632e commit 7094c38
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
# Micronative/Sqs
[![Software license][ico-license]](LICENSE)
[![Version][ico-version-stable]][link-packagist]
[![Download][ico-downloads-monthly]][link-downloads]
[![Build status][ico-travis]][link-travis]
[![Coverage][ico-codecov]][link-codecov]


[ico-license]: https://img.shields.io/github/license/nrk/predis.svg
[ico-version-stable]: https://img.shields.io/packagist/v/micronative/sqs.svg
[ico-downloads-monthly]: https://img.shields.io/packagist/dm/micronative/sqs.svg
[ico-travis]: https://travis-ci.org/micronative/sqs.svg?branch=master
[ico-codecov]: https://codecov.io/gh/micronative/sqs/branch/master/graph/badge.svg

[link-packagist]: https://packagist.org/packages/micronative/sqs
[link-codecov]: https://codecov.io/gh/micronative/sqs
[link-travis]: https://travis-ci.org/github/micronative/sqs
[link-downloads]: https://packagist.org/packages/micronative/sqs/stats

## Configuration
<pre>
"require": {
"micronative/sqs": "^1.1.2"
}
"micronative/sqs": "^2.0.0"
},
"repositories": [
{ "type": "vcs", "url": "https://github.com/micronative/sqs" }
],
</pre>
Run
<pre>
composer require micronative/sqs:2.0.0
</pre>

# Description

This project was forked from [enqueue/sqs](https://github.com/php-enqueue/sqs) and made the following improvements:
Expand Down

0 comments on commit 7094c38

Please sign in to comment.