{
  "name": "roots/bedrock",
  "type": "project",
  "license": "MIT",
  "description": "WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure",
  "support": {
    "issues": "https://github.com/roots/bedrock/issues",
    "forum": "https://discourse.roots.io/category/bedrock"
  },
  "repositories": [
    {
      "name": "wpackagist",
      "type": "composer",
      "url": "https://wpackagist.org",
      "only": ["wpackagist-plugin/*", "wpackagist-theme/*"]
    },
    {
      "type": "composer",
      "url": "https://connect.advancedcustomfields.com"
    },
    {
      "type": "composer",
      "url": "https://my.yoast.com/packages/"
    },
    {
        "type": "composer",
        "url": "https://Wrox1tpiQ7gtPvqgLNheR7fEuerEnpEZ:satispress@private.fydapps.com/satispress/"
    }
  ],
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    }
  },
  "require": {
    "php": ">=8.4",
    "composer/installers": "^2.2",
    "vlucas/phpdotenv": "^5.5",
    "oscarotero/env": "^2.1",
    "roots/bedrock-autoloader": "^1.0",
    "roots/bedrock-disallow-indexing": "^2.0",
    "roots/wordpress": "6.9.1",
    "roots/wp-config": "1.0.0",
    "roots/wp-password-bcrypt": "1.1.0",
    "roots/acorn": "^3.1.0",

    "wpackagist-theme/twentytwentythree": "^1.0",

    "wpackagist-plugin/classic-editor": "1.6.7",
    "wpackagist-plugin/acf-content-analysis-for-yoast-seo": "3.2",
    "wpackagist-plugin/jetpack": "15.5",
    "wpackagist-plugin/google-site-kit": "1.173.0",
    "wpackagist-plugin/wp-google-maps": "10.0.05",
    "wpackagist-plugin/autoptimize": "3.1.14",
    "wpackagist-plugin/amp": "2.5.5",
    "wpackagist-plugin/post-types-order": "2.4.3",
    "wpackagist-plugin/wp-mail-smtp": "4.7.1",
    "wpackagist-plugin/fluentform":"6.1.17",
    "wpackagist-plugin/fluent-smtp":"2.2.95",

    "yoast/wordpress-seo-premium": "*",
    "wpengine/advanced-custom-fields-pro": "*"
  },
  "require-dev": {
    "laravel/pint": "^1.18"
  },
  "config": {
    "optimize-autoloader": true,
    "preferred-install": "dist",
    "allow-plugins": {
      "composer/installers": true,
      "roots/wordpress-core-installer": true
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "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": {
    "lint": "pint --test",
    "lint:fix": "pint"
  }
}