chore: rename package to core/php-tenant
Aligns composer package name with forge repo path (forge.lthn.ai/core/php-tenant). Part of host-uk/* → core/* migration. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
cc74df85c0
commit
433c060b7c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "host-uk/core-tenant",
|
||||
"name": "core/php-tenant",
|
||||
"description": "Multi-tenancy and workspaces for Laravel",
|
||||
"keywords": [
|
||||
"multi-tenant",
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"host-uk/core": "dev-main"
|
||||
"core/php-framework": "dev-main"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.18",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue