{
  "name": "mp-plugins/aplazo-payment-gateway",
  "description": "Repository that contains the aplazo payment gateway for woocommerce",
  "license": "proprietary",
  "authors": [
    {
      "name": "Aplazo Payment Gateway",
      "email": "miguel.espinosa@aplazo.mx"
    }
  ],
  "minimum-stability": "stable",
  "autoload": {
    "psr-4": {
      "Aplazo\\Woocommerce\\": [
        "src"
      ]
    }
  },
  "require": {
    "php": ">=7.2"
  },
  "config": {
    "allow-plugins": {
      "phpstan/extension-installer": true
    }
  }
}