{
  "name": "vcomm/module-pay-by",
  "version": "1.0.0",
  "description": "PayBy Payment Gateway Integration in Magento 2",
  "type": "magento2-module",
  "require": {
    "magento/framework": "*",
    "magento/module-checkout": "100.4.*",
    "magento/module-payment": "100.4.*",
    "magento/module-sales": "103.0.*",
    "payby/payby-php": "1.0"
  },
  "license": [
    "Proprietary"
  ],
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "VComm\\PayBy\\": ""
    }
  }
}
