{
  "name": "payplug/payplug-php",
  "description": "A simple PHP library for PayPlug public API.",
  "type": "library",
  "homepage": "https://www.payplug.com",
  "time": "2015-05-06",
  "license": "MIT",
  "authors": [
    {
      "name": "PayPlug",
      "email": "support@payplug.com"
    }
  ],
  "require": {
    "php": ">=5.3.0",
    "ext-curl": "*",
    "ext-openssl": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "5.7.*",
    "phpdocumentor/phpdocumentor": "2.*"
  },
  "minimum-stability": "stable",
  "autoload": {
    "psr-0": {"Payplug\\": "lib/"},
    "psr-4": {"Payplug\\": "lib/Payplug"}
  }
}
