diff --git a/README.md b/README.md index 4fc8ca1..a5c590c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index a233c77..756c481 100644 --- a/composer.json +++ b/composer.json @@ -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" + } }