From c42e2f62c3b20624aee9ccc8cfd6c6e07c442c91 Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 3 Mar 2026 10:38:58 +0000 Subject: [PATCH] chore: rename package to core/php-commerce MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns composer package name with forge repo path (forge.lthn.ai/core/php-commerce). Part of host-uk/* → core/* migration. Co-Authored-By: Virgil --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f0c51db..622e419 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "host-uk/core-commerce", + "name": "core/php-commerce", "description": "Commerce, subscriptions and payments for Laravel", "keywords": [ "laravel", @@ -11,7 +11,7 @@ "license": "EUPL-1.2", "require": { "php": "^8.2", - "host-uk/core": "dev-main" + "core/php-framework": "dev-main" }, "require-dev": { "laravel/pint": "^1.18",