{
  "name": "wpay-bj/php-sdk",
  "description": "WPay PHP SDK —Vérification de transactions WebcoomPay",
  "type": "library",
  "license": "MIT",
  "keywords": [
    "mpay",
    "webcoompay",
    "wp",
    "webcoom",
    "payment",
    "sdk",
    "benin",
    "mobile-money",
    "fintech",
    "webhook"
  ],
  "homepage": "https://webcoompay.com/",
  "authors": [
    {
      "name": "WebcoomPay",
      "email": "h.kolawole@webcoomgroup.net",
      "homepage": "https://webcoompay.com/"
    }
  ],
  "support": {
    "email": "h.kolawole@webcoomgroup.net",
    "issues": "https://gitlab.com/hkraservices/webcoompay-sdk/issues",
    "source": "https://gitlab.com/hkraservices/webcoompay-sdk"
  },
  "require": {
    "php": "^8.1",
    "ext-json": "*",
    "ext-hash": "*",
    "guzzlehttp/guzzle": "^7.5"
  },
  "require-dev": {
    "phpunit/phpunit": "^10.5",
    "friendsofphp/php-cs-fixer": "^3.50"
  },
  "autoload": {
    "psr-4": {
      "WPay\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "WPay\\Tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "phpunit --colors=always",
    "cs-check": "php-cs-fixer fix --dry-run --diff",
    "cs-fix": "php-cs-fixer fix"
  },
  "config": {
    "sort-packages": true
  },
  "minimum-stability": "stable",
  "prefer-stable": true
}
