Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #544 from elcodi/fix/fixed-redis-requirement
Browse files Browse the repository at this point in the history
PHP Redis dependency readded
  • Loading branch information
mmoreram committed Jun 25, 2015
2 parents 063dcda + 10fb12f commit b0e4a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ For more info just visit their
In order to use the last Redis features, like the `HyperLogLog` commands, be
sure your Redis version is at least `v2.8.9`.

> Make sure to have Redis PHP extension installed.
## Installation

If you're used to working with LAMP environment, then you will have Bamboo
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"require": {
"php": ">=5.4",
"ext-openssl": "*",
"ext-redis": "*",

"symfony/symfony": "^2.7",
"symfony/framework-bundle": "^2.7",
Expand Down

0 comments on commit b0e4a5f

Please sign in to comment.