{
  "name": "satispay/magento2-plugin",
  "description": "Satispay Magento2 Plugin",
  "type": "magento2-module",
  "license": "MIT",
  "version": "2.2.6",
  "keywords": [
    "satispay",
    "magento2",
    "plugin"
  ],
  "authors": [
    {
      "name": "Satispay",
      "homepage": "http://satispay.com"
    }
  ],
  "require": {
    "magento/framework": ">=100.0.0",
    "magento/module-sales": ">=100.0.0",
    "magento/module-payment": ">=100.0.0",
    "magento/module-checkout": ">=100.0.0",
    "satispay/gbusiness-api-php-sdk": "^1.2"
  },
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "Satispay\\Satispay\\": ""
    }
  }
}
