feat: rename package to lthn/php-agentic for Packagist
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s

This commit is contained in:
Snider 2026-03-09 18:00:01 +00:00
parent da152fdd37
commit 841fc7f2ca

View file

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