From 640382dc6b7bef3015609357697d9bdb2b4bfbb0 Mon Sep 17 00:00:00 2001 From: "@ChristelLoftus" <christel@bob.co.za> Date: Tue, 14 May 2024 09:05:45 +0200 Subject: [PATCH] Update composer and readme --- Readme.md | 2 +- composer.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 95f824f..7d69166 100644 --- a/Readme.md +++ b/Readme.md @@ -20,7 +20,7 @@ Run the following command in Magento 2 root folder:</br> #### 1. Execute the following command to install the module: ``` -composer require BobGroup/BobGo +composer require bob-public-utils/bobgo-magento-extension ``` #### 2. Enter following commands to enable the module: diff --git a/composer.json b/composer.json index 4c8558a..9bf139e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,10 @@ { - "name": "bobgo/bobgo", + "name": "bob-public-utils/bobgo-magento-extension", "description": "Streamline your order fulfillments with Bob Go", + "require": { + "php": "~8.1.28", + "magento/framework": "105.0*" + }, "type": "magento2-module", "version": "1.0.0", "authors": [ @@ -19,7 +23,7 @@ "registration.php" ], "psr-4": { - "bobgo\\BobGo\\": "" + "Plugin\\": "" } } } -- GitLab