mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"name": "stancl/tenancy-docs",
|
|
"description": "Tenancy for Laravel docs",
|
|
"license": "MIT",
|
|
"require": {
|
|
"tightenco/jigsaw": "^1.3",
|
|
"tightenco/jigsaw-docs-template": "^1.0",
|
|
"samdark/sitemap": "^2.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\Listeners\\": "listeners/"
|
|
}
|
|
}
|
|
}
|