diff --git a/uafrica/Customshipping/composer.json b/uafrica/Customshipping/composer.json index 75c615fa55d1ecd8873be825e26575fa0619752e..1acf3de5d31c4c57a3a9a35f0af6ed6a774b1da2 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"