Select Git revision
composer.json
-
Billy Griffiths authoredBilly Griffiths authored
This project manages its dependencies using Composer.
Learn more
composer.json 462 B
{
"name": "bobgo/bobgo",
"description": "Streamline your shipments fulfillment's with Bob Go",
"type": "magento2-module",
"version": "1.0.0",
"authors": [
{
"name": "Bob Go",
"email": "support@bobgo.co.za",
"homepage": "https://www.bobgo.co.za"
}
],
"license": [
"AFL-3.0",
"OSL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"bobgo\\CustomShipping\\": ""
}
}
}