From 23147fc574b330b9c09bb8fcfca37153f8804e8b Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Sun, 24 Nov 2024 18:39:43 -0800 Subject: [PATCH] composer name fix --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a3a7c2d..2ae8a20 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "your-name-here/cake-products", - "description": "CakeProducts plugin for CakePHP", + "name": "hi-powered-dev/cake-products", + "description": "A CakePHP plugin for managing product catalog(s)", "type": "cakephp-plugin", - "license": "MIT", + "license": "AGPL-3.0-or-later", "require": { "php": ">=8.1", "cakephp/cakephp": "^5.0.1"