{
  "name": "btcpayserver/givewp",
  "description": "BTCPay Server Bitcoin/Lightning Network payment gateway integration for Give-WP",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "BTCPay Server integrations team",
      "email": "integrations@btcpayserver.org"
    }
  ],
  "require": {
    "php": ">=8.1",
    "composer/installers": "~2.0",
    "btcpayserver/btcpayserver-greenfield-php": "^2.0.0"
  },
  "autoload": {
    "psr-4": {
      "BTCPayServer\\Give\\": "src/"
    }
  },
  "config": {
    "sort-packages": true,
    "allow-plugins": {
      "composer/installers": true
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
