Skip to content

Commit

Permalink
Support for L5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vluzrmos committed Jun 18, 2015
1 parent 27745ce commit f701777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"predis/predis": "~1.0",
"illuminate/support": "5.0.*",
"illuminate/redis": "~5.0"
"predis/predis": "1.0.*",
"illuminate/support": "5.0.*|5.1.*",
"illuminate/redis": "5.0.*|5.1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f701777

Please sign in to comment.