{
  "name": "10up/distributor",
  "type": "wordpress-plugin",
  "description": "Distributor is a WordPress plugin that makes it easy to distribute and reuse content across your websites — whether in a single multisite or across the web.",
  "homepage": "https://distributorplugin.com/",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "10up",
      "email": "opensource@10up.com"
    }
  ],
  "require": {
    "php": ">=7.4",
    "yahnis-elsts/plugin-update-checker": "5.1",
    "ext-json": "*"
  },
  "autoload": {
    "psr-4": {
      "Distributor\\": "includes/classes/"
    }
  },
  "require-dev": {
    "10up/phpcs-composer": "dev-master",
    "10up/wp_mock": "~0.4",
    "phpunit/phpunit": "^8.5",
    "yoast/phpunit-polyfills": "^1.0",
    "automattic/vipwpcs": "^2.3"
  },
  "scripts": {
    "lint": "@php phpcs . --runtime-set testVersion 7.4-",
    "lint-fix": "phpcbf .",
    "test": "@php phpunit"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "config": {
    "allow-plugins": {
      "composer/installers": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}
