{
  "name": "paps-app/paps-php-client",
  "description": "Paps API Client for PHP",
  "license": "MIT",
  "keywords": ["paps", "api-client"],
  "type": "library",
  "homepage": "https://github.com/paps-app/paps-php-client",
  "authors": [
    {
      "name": "Kiamet MAVOUNGOU",
      "homepage": "https://github.com/Kiamet"
    }
  ],
  "require": {
    "php": ">=5.4.0",
    "guzzlehttp/ringphp": "^1.1",
    "react/promise": "^2.2"
  },
  "require-dev": {
    "ext-curl": "*",
    "phpunit/phpunit": "^4.0"
  },
  "autoload": {
    "psr-4": {
      "Paps\\": "src/Paps/"
    }
  },
  "require": {
    "php": ">=5.4.0",
    "guzzlehttp/guzzle": "~5.3.4"
  }
}
