{
  "name": "roots/bedrock",
  "type": "project",
  "license": "MIT",
  "description": "WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure",
  "homepage": "https://roots.io/bedrock/",
  "authors": [{
      "name": "Scott Walkinshaw",
      "email": "scott.walkinshaw@gmail.com",
      "homepage": "https://github.com/swalkinshaw"
    },
    {
      "name": "Ben Word",
      "email": "ben@benword.com",
      "homepage": "https://github.com/retlehs"
    }
  ],
  "keywords": [
    "bedrock", "roots", "wordpress", "stack", "composer", "vagrant", "wp"
  ],
  "support": {
    "issues": "https://github.com/roots/bedrock/issues",
    "forum": "https://discourse.roots.io/category/bedrock"
  },
  "config": {
    "preferred-install": "dist"
  },
  "repositories": [{
      "type": "composer",
      "url": "https://wpackagist.org"
    },
    {
      "type": "package",
      "package": {
        "name": "advanced-custom-fields/advanced-custom-fields-pro",
        "version": "5.8.7",
        "type": "wordpress-plugin",
        "dist": {
          "type": "zip",
          "url": "https://connect.advancedcustomfields.com/index.php?p=pro&a=download"
        },
        "require": {
          "philippbaschke/acf-pro-installer": "^1.0",
          "composer/installers": "^1.0"
        }
      }
    },
    {
      "type": "vcs",
      "url": "https://tomgurney@bitbucket.org/giantpeach/gp_forms.git"
    },
    {
      "type": "vcs",
      "url": "https://tomgurney@bitbucket.org/giantpeach/gp_campaignmonitor.git"
    },
    {
      "type": "vcs",
      "url": "https://tomgurney@bitbucket.org/giantpeach/gp_cookie_notice.git"
    }
  ],
  "require": {
    "php": ">=5.6",
    "composer/installers": "^1.4",
    "vlucas/phpdotenv": "^2.0.1",
    "johnpbloch/wordpress": "^5.3",
    "oscarotero/env": "^1.1.0",
    "roots/wp-password-bcrypt": "1.0.0",
    "wpackagist-plugin/duplicate-page": "^4.0",
    "wpackagist-plugin/regenerate-thumbnails": "^3.1",
    "advanced-custom-fields/advanced-custom-fields-pro": "^5.8.7",
    "wpackagist-plugin/swift-mailer": "^5.4",
    "wpackagist-plugin/sendgrid-email-delivery-simplified": "^1.11",
    "wpackagist-plugin/wordfence": "^7.0",
    "giantpeach/gp_forms": "^1.0.1.14",
    "wpackagist-plugin/classic-editor": "^1.5",
    "wpackagist-plugin/autodescription": "^4",
    "giantpeach/gp_cookie_notice": "^1.0",
    "wpackagist-plugin/safe-svg": "^1.9",
    "wpackagist-plugin/woocommerce": "^5",
    "wpackagist-plugin/woocommerce-gateway-stripe": "^5.7",
    "wpackagist-plugin/advanced-custom-fields-font-awesome": "^3.1",
    "aws/aws-sdk-php": "^3.135",
    "wpackagist-plugin/f4-media-taxonomies": "^1.0.9",
    "wpackagist-plugin/simple-custom-post-order": "^2.5",
    "wpackagist-plugin/redirection": "^5",
    "wpackagist-plugin/wp-mail-smtp": "^3.2"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.0.2"
  },
  "extra": {
    "installer-paths": {
      "web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
      "web/app/plugins/{$name}/": ["type:wordpress-plugin"],
      "web/app/themes/{$name}/": ["type:wordpress-theme"]
    },
    "wordpress-install-dir": "web/wp"
  },
  "scripts": {
    "post-root-package-install": [
      "php -r \"copy('.env.example', '.env');\""
    ],
    "test": [
      "vendor/bin/phpcs"
    ]
  }
}
