{
  "name": "forumpay/forumpay-wordpress",
  "description": "ForumPay Crypto Payments for WooCommerce",
  "version": "2.4.1",
  "type": "wordpress-plugin",
  "keywords": [
    "payment",
    "gateway"
  ],
  "license": "GPL-2.0-or-later",
  "require": {
    "php": ">=7.4",
    "forumpay/payment-gateway-php-client": "1.6.0",
    "psr/log":">=1.1.4"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6.0",
    "php-stubs/wordpress-stubs": "^5.0@stable",
    "php-stubs/woocommerce-stubs": "^5.0@stable"
  },
  "autoload": {
    "psr-4": {
      "ForumPay\\PaymentGateway\\WoocommercePlugin\\": "src/"
    }
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://packagist.org"
    }
  ],
  "config": {
    "allow-plugins": {
    }
  }
}
