{
    "name": "mklogic/disable-private-customers",
    "description": "Verhindert die Registrierung von Privatkunden in Shopware 6",
    "type": "shopware-platform-plugin",
    "license": "MIT",
    "autoload": {
      "psr-4": {
        "DisablePrivateCustomers\\": "src/"
      }
    },
    "extra": {
      "shopware-plugin-class": "DisablePrivateCustomers\\DisablePrivateCustomers",
      "label": {
        "de-DE": "Nur gewerbliche Kunden zulassen",
        "en-GB": "Allow only business customers"
      }
    }
  }