feat: rename package to lthn/php-admin for Packagist
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 3s

This commit is contained in:
Snider 2026-03-09 17:59:52 +00:00
parent 72820e3c79
commit 67b5eb2af9
2 changed files with 7 additions and 4 deletions

View file

@ -5,7 +5,7 @@ Admin panel components, Livewire modals, and service management interface for th
## Installation ## Installation
```bash ```bash
composer require host-uk/core-admin composer require lthn/php-admin
``` ```
## Features ## Features

View file

@ -1,5 +1,5 @@
{ {
"name": "core/php-admin", "name": "lthn/php-admin",
"description": "Admin panel module for Core PHP framework", "description": "Admin panel module for Core PHP framework",
"keywords": [ "keywords": [
"laravel", "laravel",
@ -10,7 +10,7 @@
"license": "EUPL-1.2", "license": "EUPL-1.2",
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"core/php": "*" "lthn/php": "*"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -27,5 +27,8 @@
} }
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"prefer-stable": true "prefer-stable": true,
"replace": {
"core/php-admin": "self.version"
}
} }