diff --git a/Readme.md b/Readme.md index 95f824f835a6a2b1c203521425156a1c5dde162a..7d691668472e29f39a24c24755fd7152166e1d11 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 4c8558a26ce7627bd54e246acac078f987086fe3..9bf139e8dc48570c621563e01dc8faaf913c4ec1 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\\": "" } } }