Select Git revision
composer.json
This project manages its dependencies using Composer.
Learn more
composer.json 931 B
{
"name": "uafrica/bobgo",
"description": "Streamline your shipments and order fulfilments with bobgo",
"type": "magento2-module",
"version": "1.0.0",
"authors": [
{
"name": "Gundo",
"email": "gundo@bob.co.za",
"homepage": "https://www.bob.co.za"
}
],
"license": [
"AFL-3.0",
"OSL-3.0"
],
"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.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"uafrica\\Customshipping\\": ""
}
}
}