Select Git revision
composer.json
This project manages its dependencies using Composer.
Learn more
composer.json 526 B
{
"name": "uafrica/bobgo",
"description": "Streamline your shipments and order fulfilments with bobgo",
"type": "magento2-module",
"version": "1.0.0",
"authors": [
{
"name": "Gundo Sifhufhi",
"email": "gundo@bob.co.za",
"homepage": "https://www.bob.co.za"
}
],
"license": [
" Apache-2.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"uafrica\\Customshipping\\": ""
}
}
}