Skip to content
Snippets Groups Projects
Select Git revision
  • 2095f99d4c89eb41c2678feb0c624081300d7a2d
  • 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
  • composer.json 603 B
    {
        "name": "bobgo/bobgo-magento-extension",
        "description": "Smart shipping and order management solution in South Africa",
        "type": "magento2-module",
        "version": "1.0.52",
        "authors": [
            {
                "name": "Bob Go",
                "email": "support@bobgo.co.za",
                "homepage": "https://www.bobgo.co.za"
            }
        ],
        "license": "GPL-3.0-or-later",
        "require": {
            "php": "^7.4 || ^8.0 || ^8.2"
        },
        "autoload": {
            "files": [
                "registration.php"
            ],
            "psr-4": {
                "BobGroup\\BobGo\\": ""
            }
        }
    }