-
- Downloads
update composer.json
parent
d3ff9f13
No related branches found
No related tags found
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
{ | ||
"name": "bob-public-utils/bobgo-magento-extension", | ||
"name": "bobgo/bobgo-magento-extension", | ||
"description": "Smart shipping and order management solution in South Africa", | ||
"type": "magento2-module", | ||
"version": "1.0.0", | ||
... | ... | @@ -10,20 +10,16 @@ |
"homepage": "https://www.bobgo.co.za" | ||
} | ||
], | ||
"license": [ | ||
"AFL-3.0", | ||
"OSL-3.0" | ||
], | ||
"license": "GPL-3.0-or-later", | ||
"require": { | ||
"php": "^7.4 || ^8.0 || ^8.2" | ||
}, | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"BobGroup\\BobGo\\": "Model/Carrier/" | ||
"BobGroup\\BobGo\\": "" | ||
} | ||
} | ||
} |
Please register or sign in to comment