feat: rename package to lthn/php-content 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:07 +00:00
parent b30e9dfb26
commit 58efde279f

View file

@ -1,5 +1,5 @@
{
"name": "core/php-content",
"name": "lthn/php-content",
"description": "Content management and headless CMS for Laravel",
"keywords": [
"laravel",
@ -10,7 +10,7 @@
"license": "EUPL-1.2",
"require": {
"php": "^8.2",
"core/php": "*",
"lthn/php": "*",
"ezyang/htmlpurifier": "^4.17"
},
"require-dev": {
@ -55,5 +55,8 @@
"type": "path",
"url": "../php-framework"
}
]
],
"replace": {
"core/php-content": "self.version"
}
}