{
  "name": "eway/eway-rapid-magento2",
  "description": "Eway Rapid Payment Module for Magento 2",
  "homepage": "https://www.eway.com.au",
  "license": "MIT",
  "authors": [
    {
      "name": "Eway",
      "homepage": "https://www.eway.com.au"
    }
  ],
  "require": {
    "magento/framework": "~101.0|~102.0|~103.0",
    "eway/eway-rapid-php": "~1.4.1",
    "magento/module-sales": "~102.0|~103.0",
    "magento/module-checkout": "~100.3",
    "magento/module-payment": "~100.3",
    "magento/module-quote": "~101.1",
    "magento/module-config": "~101.1",
    "magento/module-directory": "~100.3",
    "magento/module-backend": "~101.0|~102.0",
    "eway/eway-rapid-direct-connection": "~3.2.0",
    "eway/eway-rapid-iframe": "~3.2.0",
    "eway/eway-rapid-secure-fields": "~3.2.0",
    "eway/eway-rapid-shared-page": "~3.2.0",
    "eway/eway-rapid-transparent-redirect": "~3.2.0",
    "eway/eway-rapid-apple-pay": "~1.2.0",
    "eway/eway-rapid-google-pay": "~1.2.0"
  },
  "require-dev": {
    "friendsofphp/php-cs-fixer": "~2.16.0",
    "mockery/mockery": "^1.3",
    "phpstan/phpstan": "^0.12.94",
    "phpunit/phpunit": "~6.5.0"
  },
  "type": "magento2-module",
  "version": "3.2.4",
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "Eway\\EwayRapid\\": ""
    }
  }
}
