From 0b29c3acbed5a474148b7f2c8ababc3d4b15c33f Mon Sep 17 00:00:00 2001
From: Gundo Sifhufhi <sifhufhisg@gmail.com>
Date: Wed, 11 Jan 2023 16:05:07 +0200
Subject: [PATCH] Dependencies and Requirements updates

---
 uafrica/Customshipping/composer.json | 34 ++++++++++++++++------------
 1 file changed, 19 insertions(+), 15 deletions(-)

diff --git a/uafrica/Customshipping/composer.json b/uafrica/Customshipping/composer.json
index 75c615f..1acf3de 100644
--- a/uafrica/Customshipping/composer.json
+++ b/uafrica/Customshipping/composer.json
@@ -1,32 +1,36 @@
 {
   "name": "uafrica/bobgo",
-  "description": "Streamline your shipments and order fulfilments with bobgo",
+  "description": "Generate electronic shipping labels with one click and request collections from multiple couriers.",
   "type": "magento2-module",
   "version": "1.0.0",
   "authors": [
     {
       "name": "Gundo",
       "email": "gundo@bob.co.za",
-      "homepage": "https://www.bob.co.za"
+      "homepage": "https://www.bob.co.za",
+        "role": "Developer"
     }
   ],
   "license": [
-   "AFL-3.0",
-    "OSL-3.0"
+    "proprietary"
   ],
   "require": {
-    "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0",
-    "magento/framework": "102.0.*",
-    "magento/module-backend": "101.0.*",
-    "magento/module-catalog": "103.0.*",
-    "magento/module-config": "101.1.*",
-    "magento/module-directory": "100.3.*",
-    "magento/module-quote": "101.1.*",
-    "magento/module-sales": "102.0.*",
-    "magento/module-sales-rule": "101.1.*",
-    "magento/module-shipping": "100.3.*",
-    "magento/module-store": "101.0.*"
+    "php": "=>7.0||=>8.0",
+    "magento/framework": "*",
+    "magento/module-backend": "*",
+    "magento/module-catalog": "*",
+    "magento/module-config": "*",
+    "magento/module-directory": "*",
+    "magento/module-quote": "*",
+    "magento/module-sales": "*",
+    "magento/module-sales-rule": "*",
+    "magento/module-shipping": "*",
+    "magento/module-store": "*"
   },
+    "require-dev": {
+    "phpunit/phpunit": "*",
+    "magento/magento-coding-standard": "*"
+    },
   "autoload": {
     "files": [
       "registration.php"
-- 
GitLab