feat: rename package to lthn/php-api for Packagist
This commit is contained in:
parent
5a512fda14
commit
1e75a4a293
2 changed files with 7 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ REST API infrastructure with OpenAPI documentation, rate limiting, webhook signi
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
composer require host-uk/core-api
|
||||
composer require lthn/php-api
|
||||
```
|
||||
|
||||
## Features
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "core/php-api",
|
||||
"name": "lthn/php-api",
|
||||
"description": "REST API module for Core PHP framework",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php": "*",
|
||||
"lthn/php": "*",
|
||||
"symfony/yaml": "^7.0"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
@ -28,5 +28,8 @@
|
|||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
"prefer-stable": true,
|
||||
"replace": {
|
||||
"core/php-api": "self.version"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue