chore: rename package to core/php-admin
Aligns composer package name with forge repo path (forge.lthn.ai/core/php-admin). Part of host-uk/* → core/* migration. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
ff37c7626e
commit
1644f47785
1 changed files with 29 additions and 29 deletions
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"name": "host-uk/core-admin",
|
||||
"description": "Admin panel module for Core PHP framework",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"admin",
|
||||
"panel",
|
||||
"dashboard"
|
||||
],
|
||||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"host-uk/core": "@dev"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Core\\Admin\\": "src/",
|
||||
"Website\\Hub\\": "src/Website/Hub/",
|
||||
"Core\\Service\\Admin\\": "Service/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Core\\Admin\\Boot"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
"name": "core/php-admin",
|
||||
"description": "Admin panel module for Core PHP framework",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"admin",
|
||||
"panel",
|
||||
"dashboard"
|
||||
],
|
||||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php-framework": "@dev"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Core\\Admin\\": "src/",
|
||||
"Website\\Hub\\": "src/Website/Hub/",
|
||||
"Core\\Service\\Admin\\": "Service/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Core\\Admin\\Boot"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue