1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:54:05 +00:00
This commit is contained in:
Samuel Štancl 2019-08-15 19:57:55 +02:00
commit 8c74cb4d76
21 changed files with 850 additions and 82 deletions

View file

@ -16,7 +16,6 @@
},
"require-dev": {
"vlucas/phpdotenv": "^3.3",
"psy/psysh": "@stable",
"league/flysystem-aws-s3-v3": "~1.0",
"laravel/telescope": "^2.0",
"laravel/framework": "5.8.*",
@ -43,6 +42,7 @@
],
"aliases": {
"Tenancy": "Stancl\\Tenancy\\TenancyFacade",
"Tenant": "Stancl\\Tenancy\\TenancyFacade",
"GlobalCache": "Stancl\\Tenancy\\GlobalCacheFacade"
}
}