From ff5115c36bbad65920b9027de7ee3a76fd72c303 Mon Sep 17 00:00:00 2001 From: Gundo Sifhufhi <sifhufhisg@gmail.com> Date: Thu, 12 Jan 2023 10:38:19 +0200 Subject: [PATCH] Update - Composer Requirements --- uafrica/Customshipping/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uafrica/Customshipping/composer.json b/uafrica/Customshipping/composer.json index 1acf3de..824b86c 100644 --- a/uafrica/Customshipping/composer.json +++ b/uafrica/Customshipping/composer.json @@ -1,6 +1,6 @@ { "name": "uafrica/bobgo", - "description": "Generate electronic shipping labels with one click and request collections from multiple couriers.", + "description": "Get quotes from multiple couriers without having your own courier account and ship from multiple locations.", "type": "magento2-module", "version": "1.0.0", "authors": [ @@ -15,7 +15,7 @@ "proprietary" ], "require": { - "php": "=>7.0||=>8.0", + "php": "~7.1.3||~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", "magento/framework": "*", "magento/module-backend": "*", "magento/module-catalog": "*", -- GitLab