Skip to content
Snippets Groups Projects
Commit 9a2bab36 authored by Christel Loftus's avatar Christel Loftus
Browse files

update composer.json

parent d3ff9f13
Branches
Tags
1 merge request!9Update composer file
...@@ -12,12 +12,12 @@ class UData ...@@ -12,12 +12,12 @@ class UData
* *
* @var string * @var string
*/ */
public const TRACKING = 'https://api.bobgo.co.za/tracking?channel=%s&tracking_reference=%s'; public const TRACKING = 'https://api.dev.bobgo.co.za/tracking?channel=%s&tracking_reference=%s';
/** /**
* Rates API Endpoint * Rates API Endpoint
* *
* @var string * @var string
*/ */
public const RATES_ENDPOINT = 'https://api.bobgo.co.za/rates-at-checkout/magento'; public const RATES_ENDPOINT = 'https://api.dev.bobgo.co.za/rates-at-checkout/magento';
} }
{ {
"name": "bob-public-utils/bobgo-magento-extension", "name": "bobgo/bobgo-magento-extension",
"description": "Smart shipping and order management solution in South Africa", "description": "Smart shipping and order management solution in South Africa",
"type": "magento2-module", "type": "magento2-module",
"version": "1.0.0", "version": "1.0.0",
...@@ -10,20 +10,16 @@ ...@@ -10,20 +10,16 @@
"homepage": "https://www.bobgo.co.za" "homepage": "https://www.bobgo.co.za"
} }
], ],
"license": [ "license": "GPL-3.0-or-later",
"AFL-3.0",
"OSL-3.0"
],
"require": { "require": {
"php": "^7.4 || ^8.0 || ^8.2" "php": "^7.4 || ^8.0 || ^8.2"
}, },
"autoload": { "autoload": {
"files": [ "files": [
"registration.php" "registration.php"
], ],
"psr-4": { "psr-4": {
"BobGroup\\BobGo\\": "Model/Carrier/" "BobGroup\\BobGo\\": ""
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment