aristath/kirki

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "aristath/kirki",
  "type": "library",
  "keywords": ["WordPress", "Customizer"],
  "description": "Extending the WordPress customizer",
  "homepage": "https://kirki.org",
  "license": "MIT",
  "authors": [
    {
      "name": "aristath",
      "email": "aristath@gmail.com",
      "homepage": "https://aristath.github.io",
      "role":"Developer"
    }
  ],
  "config": {
    "vendor-dir": "packages"
  },
  "include-path": [".", "core"],
  "require": {
    "php": ">=5.6",
    "kirki-framework/util": "*",
    "kirki-framework/l10n": "*",
    "kirki-framework/field": "*",
    "kirki-framework/url-getter": "*",
    "kirki-framework/control-base": "*",
    "kirki-framework/control-checkbox": "*",
    "kirki-framework/control-code": "*",
    "kirki-framework/control-cropped-image": "*",
    "kirki-framework/control-custom": "*",
    "kirki-framework/control-dashicons": "*",
    "kirki-framework/control-date": "*",
    "kirki-framework/control-dimension": "*",
    "kirki-framework/control-editor": "*",
    "kirki-framework/control-generic": "*",
    "kirki-framework/control-image": "*",
    "kirki-framework/control-multicheck": "*",
    "kirki-framework/control-radio": "*",
    "kirki-framework/control-repeater": "*",
    "kirki-framework/control-select": "*",
    "kirki-framework/control-react-select": "*",
    "kirki-framework/control-slider": "*",
    "kirki-framework/control-sortable": "*",
    "kirki-framework/control-upload": "*",
    "kirki-framework/field-dimensions": "*",
    "kirki-framework/field-fontawesome": "*",
    "kirki-framework/field-typography": "*",
    "kirki-framework/module-css": "*",
    "kirki-framework/module-editor-styles": "*",
    "kirki-framework/module-field-dependencies": "*",
    "kirki-framework/module-postmessage": "*",
    "kirki-framework/module-preset": "*",
    "kirki-framework/module-selective-refresh": "*",
    "kirki-framework/module-tooltips": "*",
    "kirki-framework/module-webfonts": "*",
    "kirki-framework/compatibility": "*",
    "kirki-framework/data-option": "*",
    "kirki-framework/module-panels": "*",
    "kirki-framework/module-sections": "*",
    "kirki-framework/control-react-colorful": "*",
    "kirki-framework/control-color": "*",
    "kirki-framework/control-color-palette": "*",
    "kirki-framework/field-background": "*",
    "kirki-framework/field-multicolor": "*"
  },
  "require-dev": {
    "composer/installers": "*",
    "dealerdirect/phpcodesniffer-composer-installer": "*",
    "wp-coding-standards/wpcs": "*",
    "phpcompatibility/phpcompatibility-wp": "*",
    "wptrt/wpthemereview": "dev-develop"
  }
}