{
  "name": "cybersource/sdk-php",
  "description": "CyberSource PHP SOAP client",
  "keywords": [
    "cybersource",
    "payments",
    "api"
  ],
  "homepage": "https://github.com/CyberSource/cybersource-sdk-php",
  "license": "Proprietary",
  "authors": [
    {
      "name": "CyberSource",
      "homepage": "https://github.com/CyberSource"
    }
  ],
  "require": {
    "php": ">=5.3",
    "ext-curl": "*",
    "ext-openssl": "*",
    "ext-soap": "*"
  },
  "require-dev": {
      "phpunit/phpunit": "3.7.*"
  },
  "autoload": {
    "classmap": ["lib/"]
  },
  "include-path": ["lib/conf/"]
}
