安装redis插件
Showing
with
3 additions
and
1 deletions
| ... | ... | @@ -8,7 +8,9 @@ |
| "php": ">=5.6.4", | ||
| "laravel/lumen-framework": "5.5.*", | ||
| "vlucas/phpdotenv": "~2.2", | ||
| "hhxsv5/laravel-s": "~3.5.0" | ||
| "hhxsv5/laravel-s": "~3.5.0", | ||
| "predis/predis": "^1.1", | ||
| "illuminate/redis": "^5.5" | ||
| }, | ||
| "require-dev": { | ||
| "fzaninotto/faker": "~1.4", | ||
| ... | ... |
Please
register
or
sign in
to comment