mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
merge 1.x into .
This commit is contained in:
commit
545c2330d4
33 changed files with 214 additions and 103 deletions
|
|
@ -10,17 +10,18 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"illuminate/support": "5.8.*||5.7.*",
|
||||
"illuminate/support": "5.8.*",
|
||||
"webpatser/laravel-uuid": "^3.0",
|
||||
"predis/predis": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"vlucas/phpdotenv": "^2.2||^3.3",
|
||||
"vlucas/phpdotenv": "^3.3",
|
||||
"psy/psysh": "@stable",
|
||||
"laravel/framework": "5.8.*||5.7.*",
|
||||
"orchestra/testbench": "~3.7||~3.8",
|
||||
"league/flysystem-aws-s3-v3": "~1.0",
|
||||
"laravel/telescope": "^2.0"
|
||||
"laravel/telescope": "^2.0",
|
||||
"laravel/framework": "5.8.*",
|
||||
"orchestra/testbench": "~3.8",
|
||||
"phpunit/phpcov": "^6.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue