Skip to content
Snippets Groups Projects
Select Git revision
  • aa37da100ae6c647de0eb3c9a5605a28d0803bca
  • dev default protected
  • prod protected
  • 1.0.58
  • 1.0.57
  • 1.0.52
  • 1.0.56
  • 1.0.51
  • 1.0.50
  • 1.0.33
  • 1.0.32
  • 1.0.31
  • 1.0.30
  • 1.0.29
  • 1.0.28
  • 1.0.27
  • 1.0.26
  • 1.0.25
  • 1.0.24
  • 1.0.23
  • 1.0.22
  • 1.0.21
  • 1.0.20
23 results

composer.json

Blame
  • 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\\": ""
        }
      }
    }