Skip to content

Commit

Permalink
update README to Silex 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
KuiKui committed May 16, 2015
1 parent c903a7d commit 515fc3b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Memcache service provider for Silex
# Memcache service provider for Silex 2.x

[![Build Status](https://secure.travis-ci.org/KuiKui/MemcacheServiceProvider.svg)](http://travis-ci.org/KuiKui/MemcacheServiceProvider)
[![Build Status](https://secure.travis-ci.org/KuiKui/MemcacheServiceProvider.svg?branch=master)](http://travis-ci.org/KuiKui/MemcacheServiceProvider?branch=master)
[![Total Downloads](https://poser.pugx.org/kuikui/memcache-service-provider/downloads.svg)](https://packagist.org/packages/kuikui/memcache-service-provider)

It provides access to :
Expand All @@ -15,7 +15,7 @@ Create a composer.json in your projects root-directory :
```json
{
"require": {
"kuikui/memcache-service-provider": "1.1.0"
"kuikui/memcache-service-provider": "~2.0"
}
}
```
Expand Down Expand Up @@ -113,7 +113,9 @@ $ composer install
$ ./vendor/bin/atoum
```

## Dependency
## Dependencies

PHP 5.5+

MemcacheServiceProvider needs one of these PHP modules to be installed :
* [memcache](http://www.php.net/manual/en/book.memcache.php)
Expand Down

0 comments on commit 515fc3b

Please sign in to comment.