mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
Add Predis support (#59)
* wip * Add Predis support * Enable phpredis extension only for some builds * Add note about phpredis * Fix if command * Revert travis changes & add a version check to predis tests
This commit is contained in:
parent
e7b5a77a6b
commit
1b6759084f
9 changed files with 75 additions and 18 deletions
|
|
@ -11,7 +11,8 @@
|
|||
],
|
||||
"require": {
|
||||
"illuminate/support": "5.7.*||5.8.*",
|
||||
"webpatser/laravel-uuid": "^3.0"
|
||||
"webpatser/laravel-uuid": "^3.0",
|
||||
"predis/predis": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"vlucas/phpdotenv": "^2.2||^3.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue