forked from core/php-mcp
feat: rename package to lthn/php-mcp for Packagist
This commit is contained in:
parent
0d7ff83f96
commit
5eea244ef3
2 changed files with 7 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ Model Context Protocol (MCP) tools and analytics for AI-powered automation and i
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
composer require host-uk/core-mcp
|
||||
composer require lthn/php-mcp
|
||||
```
|
||||
|
||||
## Features
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "core/php-mcp",
|
||||
"name": "lthn/php-mcp",
|
||||
"description": "MCP (Model Context Protocol) tools module for Core PHP framework",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"license": "EUPL-1.2",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"core/php": "*"
|
||||
"lthn/php": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
@ -33,5 +33,8 @@
|
|||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
"prefer-stable": true,
|
||||
"replace": {
|
||||
"core/php-mcp": "self.version"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue