felixarntz/wp-shortcode-cache

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "felixarntz/wp-shortcode-cache",
  "description": "Adds a customizable cache layer to all shortcodes in WordPress.",
  "version": "1.0.0",
  "license": "GPL-3.0",
  "type": "wordpress-plugin",
  "keywords": [
    "wordpress",
    "plugin",
    "shortcode",
    "cache",
    "performance"
  ],
  "homepage": "https://wordpress.org/plugins/wp-shortcode-cache/",
  "authors": [
    {
      "name": "Felix Arntz",
      "email": "felix-arntz@leaves-and-love.net",
      "homepage": "https://leaves-and-love.net",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "felix-arntz@leaves-and-love.net",
    "issues": "https://github.com/felixarntz/wp-shortcode-cache/issues"
  },
  "config": {
    "preferred-install": "dist"
  },
  "require": {
    "composer/installers": "~1.0"
  },
  "require-dev": {
    "codeclimate/php-test-reporter": "dev-master",
    "phpmd/phpmd": "*",
    "wp-coding-standards/wpcs": "*",
    "sebastian/phpcpd": "*"
  },
  "scripts":     {
    "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
    "post-update-cmd":  "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs"
  }
}