{
  "name": "duckdev/wp-cache-helper",
  "version": "2.0.1",
  "type": "library",
  "description": "Helper library for the WordPress object cache and transients with group flush support, per-prefix scoping, and a swappable driver layer.",
  "keywords": [
    "wordpress",
    "cache",
    "object-cache",
    "transients"
  ],
  "homepage": "https://github.com/duckdev/wp-cache-helper",
  "license": "GPL-2.0-or-later",
  "optimize-autoloader": true,
  "authors": [
    {
      "name": "Joel James",
      "email": "me@joelsays.com",
      "homepage": "https://duckdev.com",
      "role": "Developer"
    }
  ],
  "support": {
    "issues": "https://github.com/duckdev/wp-cache-helper/issues/"
  },
  "require": {
    "php": ">=7.4"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6",
    "brain/monkey": "^2.6",
    "wp-coding-standards/wpcs": "^3.1",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "squizlabs/php_codesniffer": "^3.10"
  },
  "config": {
    "platform": {
      "php": "7.4"
    },
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "autoload": {
    "psr-4": {
      "DuckDev\\Cache\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "DuckDev\\Cache\\Tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "phpunit",
    "phpcs": "phpcs",
    "phpcbf": "phpcbf"
  },
  "minimum-stability": "dev"
}
