{
  "name": "forumone/wp-cfm",
  "description": "Manage and deploy WordPress configuration changes.",
  "keywords": ["WordPress", "plugin", "configuration"],
  "authors":[
    {
      "name": "Forum One",
      "homepage": "https://forumone.com"
    },
    {
      "name": "Matt Gibbs",
      "homepage": "https://facetwp.com/"
    }
  ],
  "type": "wordpress-plugin",
  "license": "GPL-2.0-only",
  "support": {
    "issues": "https://github.com/forumone/wp-cfm/issues"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://wpackagist.org"
    }
  ],
  "require": {
    "php": ">=7.4",
    "cweagans/composer-patches": "^1.7",
    "symfony/yaml": "^5.4"
  },
  "require-dev": {
    "php": ">=7.4",
    "brain/monkey": "^2.6",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "johnpbloch/wordpress-core": "~6.4.0",
    "johnpbloch/wordpress-core-installer": "^2.0",
    "mockery/mockery": "^1.6",
    "php-stubs/wordpress-globals": "^0.2.0",
    "php-stubs/wordpress-stubs": "~6.4.0",
    "php-stubs/wp-cli-stubs": "^2.9",
    "phpstan/extension-installer": "^1.3",
    "phpstan/phpstan": "^1.10",
    "phpstan/phpstan-deprecation-rules": "^1.1",
    "phpunit/phpunit": "^9.6",
    "squizlabs/php_codesniffer": "^3.7",
    "szepeviktor/phpstan-wordpress": "^1.3",
    "wp-coding-standards/wpcs": "^3.0.0",
    "wp-phpunit/wp-phpunit": "~6.4.0",
    "wpackagist-theme/twentytwentythree": "*",
    "yoast/phpunit-polyfills": "^2.0"
  },
  "config": {
    "sort-packages": true,
    "optimize-autoloader": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "phpstan/extension-installer": true,
      "cweagans/composer-patches": true,
      "johnpbloch/wordpress-core-installer": true,
      "composer/installers": true
    }
  },
  "scripts": {
    "install-codestandards": [
      "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"
    ],
    "post-install-cmd": [
      "@install-codestandards"
    ],
    "post-update-cmd": [
      "@install-codestandards"
    ],
    "phpcs": "vendor/bin/phpcs",
    "phpcbf": "vendor/bin/phpcbf",
    "phpstan": "vendor/bin/phpstan --memory-limit=1024M",
    "phpunit": "vendor/bin/phpunit",
    "lint": "@phpcs --report=full",
    "lint-fix": "@phpcbf",
    "analyze": "@phpstan analyze"
  },
  "extra": {
    "composer-exit-on-patch-failure": true,
    "patches": {
    },
    "wordpress-install-dir": "tools/local-env/wp",
    "installer-paths": {
      "tools/local-env/wp-content/plugins/{$name}": [
        "type:wordpress-plugin"
      ],
      "tools/local-env/wp-content/mu-plugins/{$name}": [
        "type:wordpress-muplugin"
      ],
      "tools/local-env/wp-content/themes/{$name}": [
        "type:wordpress-theme"
      ]
    },
    "phpcodesniffer-search-depth": 5
  }
}
