{ "name": "host-uk/core-tenant", "description": "Multi-tenancy module for Core PHP Framework - users, workspaces, entitlements", "keywords": ["laravel", "core-php", "tenancy", "multi-tenant", "workspace", "entitlements"], "license": "EUPL-1.2", "authors": [ { "name": "Host UK", "email": "support@host.uk.com" } ], "require": { "php": "^8.2", "laravel/framework": "^11.0|^12.0", "host-uk/core": "^1.0|dev-main" }, "require-dev": { "fakerphp/faker": "^1.23", "laravel/pint": "^1.18", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", "orchestra/testbench": "^9.0|^10.0", "phpunit/phpunit": "^11.5" }, "autoload": { "psr-4": { "Core\\Mod\\Tenant\\": "src/" } }, "autoload-dev": { "psr-4": { "Core\\Mod\\Tenant\\Tests\\": "tests/" } }, "scripts": { "test": "vendor/bin/phpunit", "pint": "vendor/bin/pint" }, "extra": { "laravel": { "providers": [ "Core\\Mod\\Tenant\\Boot" ] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "php-http/discovery": true } }, "minimum-stability": "stable", "prefer-stable": true }