1
0
Fork 0
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:
Samuel Štancl 2019-07-03 13:17:50 +02:00
parent 6585ecd962
commit 03ee52e62a
2 changed files with 7 additions and 6 deletions

View file

@ -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": {