mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:24:04 +00:00
vague first draft of v3. TenantModelTest is passing
This commit is contained in:
parent
c2c90ff755
commit
bd9aad229b
56 changed files with 803 additions and 1366 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stancl/tenancy",
|
||||
"description": "A Laravel multi-database tenancy package that respects your code.",
|
||||
"description": "Automatic multi-tenancy for your Laravel application.",
|
||||
"keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"laravel/framework": "^6.0|^7.0",
|
||||
"orchestra/testbench-browser-kit": "^4.0|^5.0",
|
||||
"league/flysystem-aws-s3-v3": "~1.0",
|
||||
"phpunit/phpcov": "^6.0|^7.0"
|
||||
"doctrine/dbal": "^2.10"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue