From 58efde279f8a01714fc9a257b7531f60f866b4bf Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 9 Mar 2026 18:00:07 +0000 Subject: [PATCH] feat: rename package to lthn/php-content for Packagist --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d6fd956..8530ebf 100644 --- a/composer.json +++ b/composer.json @@ -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" + } }