feat: rename package to lthn/php-admin for Packagist
This commit is contained in:
parent
72820e3c79
commit
67b5eb2af9
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue