{
  "name": "phpfastcache/riak-client",
  "description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)",
  "type": "library",
  "keywords": [
    "basho",
    "riak",
    "client",
    "driver",
    "database",
    "nosql",
    "kv",
    "datatype",
    "crdt",
    "data"
  ],
  "homepage": "https://github.com/PHPSocialNetwork/riak-php-client",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "Georges.L",
      "email": "contact@geolim4.com",
      "homepage": "https://github.com/Geolim4",
      "role": "Maintainer"
    },
    {
      "name": "Christopher Mancini",
      "email": "cmancini@basho.com",
      "homepage": "https://github.com/christophermancini",
      "role": "Former Lead Developer"
    },
    {
      "name": "Alex Moore",
      "email": "amoore@basho.com",
      "homepage": "https://github.com/alexmoore",
      "role": "Former Developer"
    }
  ],
  "autoload": {
    "psr-4": {"Basho\\": "src/"}
  },
  "autoload-dev": {
    "psr-4": {"Basho\\Tests\\": "tests/"}
  },
  "support": {
    "issues": "https://github.com/PHPSocialNetwork/riak-php-client/issues"
  },
  "conflict": {
    "basho/riak": "*"
  },
  "require": {
    "php": ">=5.4",
    "ext-json": "*",
    "ext-curl": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "4.8.*",
    "apigen/apigen": "4.1.*"
  }
}
