mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:44:05 +00:00
Enable phpredis extension only for some builds
This commit is contained in:
parent
6585ecd962
commit
03ee52e62a
2 changed files with 7 additions and 6 deletions
|
|
@ -11,15 +11,15 @@
|
|||
],
|
||||
"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",
|
||||
"psy/psysh": "@stable",
|
||||
"laravel/framework": "5.7.*||5.8.*",
|
||||
"orchestra/testbench": "~3.7||~3.8",
|
||||
"league/flysystem-aws-s3-v3": "~1.0",
|
||||
"predis/predis": "^1.1"
|
||||
"league/flysystem-aws-s3-v3": "~1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue