feat: rename package to lthn/php-tenant for Packagist
This commit is contained in:
parent
08180c223c
commit
3546cb1dad
2 changed files with 10 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Core Tenant
|
||||
|
||||
[](https://github.com/host-uk/core-tenant/actions/workflows/ci.yml)
|
||||
[](https://packagist.org/packages/host-uk/core-tenant)
|
||||
[](https://github.com/lthn/php-tenant/actions/workflows/ci.yml)
|
||||
[](https://packagist.org/packages/lthn/php-tenant)
|
||||
[](https://laravel.com)
|
||||
[](LICENSE)
|
||||
|
||||
|
|
@ -20,12 +20,12 @@ Multi-tenancy module for the Core PHP Framework providing users, workspaces, and
|
|||
|
||||
- PHP 8.2+
|
||||
- Laravel 11.x or 12.x
|
||||
- Core PHP Framework (`host-uk/core`)
|
||||
- Core PHP Framework (`lthn/php`)
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
composer require host-uk/core-tenant
|
||||
composer require lthn/php-tenant
|
||||
```
|
||||
|
||||
The service provider will be auto-discovered.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "core/php-tenant",
|
||||
"name": "lthn/php-tenant",
|
||||
"description": "Multi-tenancy and workspaces for Laravel",
|
||||
"keywords": [
|
||||
"multi-tenant",
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php": "*"
|
||||
"lthn/php": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.18",
|
||||
|
|
@ -52,5 +52,8 @@
|
|||
"type": "path",
|
||||
"url": "../php"
|
||||
}
|
||||
]
|
||||
],
|
||||
"replace": {
|
||||
"core/php-tenant": "self.version"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue