Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bazilio91 committed Jul 21, 2015
1 parent c52a53e commit 3be45dc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ you to store active records in redis.

For license information check the [LICENSE](LICENSE.md)-file.

[![Latest Stable Version](https://poser.pugx.org/yiisoft/yii2-redis/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-redis)
[![Total Downloads](https://poser.pugx.org/yiisoft/yii2-redis/downloads.png)](https://packagist.org/packages/yiisoft/yii2-redis)
[![Build Status](https://travis-ci.org/yiisoft/yii2-redis.svg?branch=master)](https://travis-ci.org/yiisoft/yii2-redis)


Requirements
------------

Expand All @@ -43,13 +38,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require --prefer-dist yiisoft/yii2-redis
php composer.phar require --prefer-dist e96/yii2-redis
```

or add

```json
"yiisoft/yii2-redis": "~2.0.0"
"e96/yii2-redis": "~2.0.0"
```

to the require section of your composer.json.
Expand Down

0 comments on commit 3be45dc

Please sign in to comment.