feat: rename package to lthn/php-api 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:56 +00:00
parent 5a512fda14
commit 1e75a4a293
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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"
}
}