Skip to content

Commit

Permalink
Add ext-redis as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
smoke committed Jul 9, 2014
1 parent 67cbcb7 commit bd07bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
],
"require": {
"php": ">=5.3.23",
"zendframework/zend-cache": "2.*"
"zendframework/zend-cache": "2.*",
"ext-redis": "*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit bd07bc0

Please sign in to comment.