chore: rename package to core/php-content
Some checks failed
CI / PHP 8.3 (push) Failing after 3s
CI / PHP 8.4 (push) Failing after 2s

Aligns composer package name with forge repo path
(forge.lthn.ai/core/php-content). Part of host-uk/* → core/* migration.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-03 10:38:58 +00:00
parent fbfc0f9e3e
commit 9fbc41fdfe

View file

@ -1,5 +1,5 @@
{ {
"name": "host-uk/core-content", "name": "core/php-content",
"description": "Content management and headless CMS for Laravel", "description": "Content management and headless CMS for Laravel",
"keywords": [ "keywords": [
"laravel", "laravel",
@ -10,14 +10,14 @@
"license": "EUPL-1.2", "license": "EUPL-1.2",
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"host-uk/core": "dev-main", "core/php-framework": "dev-main",
"ezyang/htmlpurifier": "^4.17" "ezyang/htmlpurifier": "^4.17"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "^1.18", "laravel/pint": "^1.18",
"orchestra/testbench": "^9.0|^10.0", "orchestra/testbench": "^9.0|^10.0",
"pestphp/pest": "^3.0", "pestphp/pest": "^3.0",
"host-uk/core-tenant": "@dev" "core/php-tenant": "@dev"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {