{
  "name": "tendopay/wordpres-plugin",
  "description": "TendoPay Wordpres Plugin",
  "require": {
    "tendopay/tendopay-sdk-php": "^0.9.2"
  },
  "autoload": {
    "files": [
      "src/TendoPay/Marketing/functions.php"
    ],
    "psr-4": {
      "TendoPay\\": "src/TendoPay"
    }
  }
}
