{
  "name": "dagpay/client-php",
  "type": "library",
  "keywords": ["payment","dagcoin"],
  "homepage": "https://github.com/dagpay/client-php",
  "license": "GPL-3.0",
  "description": "Dagpay PHP Client",
  "require": {
    "php": ">=5.6",
    "ext-curl": "*"
  },
  "autoload": {
    "psr-4": {
      "Dagpay\\": "src"
    }
  }
}