From 7b5574dc036809e48faeff111907eee7dd11205b Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 9 Mar 2026 18:00:54 +0000 Subject: [PATCH] feat: rename package to lthn/php-plug-chat for Packagist --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 15a5487..1f60634 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { - "name": "core/php-plug-chat", + "name": "lthn/php-plug-chat", "description": "Chat platform integrations for the Plug framework", "type": "library", "license": "EUPL-1.2", "require": { "php": "^8.2", - "core/php": "*" + "lthn/php": "*" }, "autoload": { "psr-4": { @@ -13,5 +13,8 @@ } }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "replace": { + "core/php-plug-chat": "self.version" + } }