{
  "name": "voku/simple-cache",
  "description": "Simple Cache library",
  "keywords": [
    "php",
    "cache",
    "simple cache",
    "caching"
  ],
  "type": "library",
  "homepage": "https://github.com/voku/simple-cache",
  "license": "MIT",
  "authors": [
    {
      "name": "Lars Moelleken",
      "homepage": "http://www.moelleken.org/",
      "role": "Developer"
    }
  ],
  "provide": {
    "psr/simple-cache-implementation": "1.0"
  },
  "require": {
    "php": ">=7.0.0",
    "psr/simple-cache": "~1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "~6.0 || ~7.0"
  },
  "suggest": {
    "symfony/var-exporter" : "~3.0 || ~4.0 || ~5.0",
    "predis/predis": "~1.1"
  },
  "autoload": {
    "psr-4": {
      "voku\\cache\\": "src/voku/cache/"
    }
  }
}