{
  "name": "roots/wp-stage-switcher",
  "type": "wordpress-plugin",
  "license": "MIT",
  "description": "WordPress plugin that allows you to switch between different environments from the admin bar",
  "homepage": "https://roots.io/plugin/stage-switcher/",
  "authors": [
    {
      "name": "Ben Word",
      "email": "ben@benword.com",
      "homepage": "https://github.com/retlehs"
    },
    {
      "name": "Scott Walkinshaw",
      "email": "scott.walkinshaw@gmail.com",
      "homepage": "https://github.com/swalkinshaw"
    }
  ],
  "keywords": [
    "wordpress"
  ],
  "support": {
    "issues": "https://github.com/roots/wp-stage-switcher/issues",
    "forum": "https://discourse.roots.io"
  },
  "require": {
    "php": ">=8.2",
    "composer/installers": "~1.0 || ~2.0"
  },
  "require-dev": {
    "laravel/pint": "^1.20",
    "pestphp/pest": "^2.36 || ^3.0 || ^4.0"
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true,
      "pestphp/pest-plugin": true
    }
  }
}
