chore: rename package to core/php-api
Aligns composer package name with forge repo path (forge.lthn.ai/core/php-api). Part of host-uk/* → core/* migration. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
0dbcf5e840
commit
1ddfc00699
1 changed files with 8 additions and 3 deletions
|
|
@ -1,11 +1,16 @@
|
|||
{
|
||||
"name": "host-uk/core-api",
|
||||
"name": "core/php-api",
|
||||
"description": "REST API module for Core PHP framework",
|
||||
"keywords": ["laravel", "api", "rest", "json"],
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"api",
|
||||
"rest",
|
||||
"json"
|
||||
],
|
||||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"host-uk/core": "@dev",
|
||||
"core/php-framework": "@dev",
|
||||
"symfony/yaml": "^7.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
|
|||
Reference in a new issue