feat: rename package to lthn/php-agentic for Packagist
This commit is contained in:
parent
da152fdd37
commit
841fc7f2ca
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "core/php-agentic",
|
"name": "lthn/php-agentic",
|
||||||
"description": "AI agent orchestration and MCP tools for Laravel",
|
"description": "AI agent orchestration and MCP tools for Laravel",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ai",
|
"ai",
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "EUPL-1.2",
|
"license": "EUPL-1.2",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"core/php": "*"
|
"lthn/php": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laravel/pint": "^1.18",
|
"laravel/pint": "^1.18",
|
||||||
|
|
@ -49,5 +49,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true,
|
||||||
|
"replace": {
|
||||||
|
"core/php-agentic": "self.version"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue