Skip to content

Commit

Permalink
composer.json: Move predis/predis to a suggesting instead of a requir…
Browse files Browse the repository at this point in the history
…ement
  • Loading branch information
Felix Sandström committed Aug 9, 2017
1 parent 8118753 commit e915f05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
],
"require": {
"php": ">=7.1",
"predis/predis": "~1.1",
"Illuminate/Encryption": "~5.4"
},
"require-dev": {
"phpunit/phpunit": "~6.3"
},
"suggest": {
"predis/predis": "Required when using the Redis storage option"
},
"autoload": {
"psr-4": {
"": "src/"
Expand Down

0 comments on commit e915f05

Please sign in to comment.