{
  "name": "tamara/tamara-checkout",
  "type": "project",
  "license": "GPL-2.0-or-later",
  "description": "Plugin for checking out using Tamara payment method",
  "homepage": "https://tamara.co/",
  "authors": [
    {
      "name": "Tamara",
      "email": "dev@tamara.co",
      "homepage": "https://tamara.co/",
      "role": "Owner"
    },
    {
      "name": "Trac Nguyen",
      "email": "npbtrac@yahoo.com",
      "homepage": "https://github.com/npbtrac",
      "role": "Developer"
    }
  ],
  "keywords": [
    "tamara",
    "payment-gateway",
    "checkout"
  ],
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require": {
    "php": "^7.1",
    "illuminate/container": "^7.19",
    "tamara-solution/php-sdk": "^1.0",
    "nyholm/http-client": "^0.1.0",
    "symfony/polyfill-intl-grapheme": "1.20.0",
    "symfony/polyfill-mbstring": "1.20.0",
    "symfony/polyfill-ctype": "1.20.0",
    "symfony/polyfill-intl-idn": "1.20.0",
    "symfony/polyfill-intl-normalizer": "1.20.0",
    "nyholm/psr7": "^1.3",
    "kriswallsmith/buzz": "^1.2"
  },
  "require-dev": {
    "symfony/var-dumper": "^5.1"
  },
  "autoload": {
    "psr-4": {
      "Tamara\\Wp\\Plugin\\": "src"
    }
  }
}
