{
  "name": "wp/darusfuvar",
  "type": "project",
  "license": "MIT",
  "description": "WordPress boilerplate based on roots/bedrock",
  "homepage": "https://github.com/FarkasJanos",
  "authors": [
    {
      "name": "Janos Farkas",
      "email": "farkasjanos.james@gmail.com",
      "homepage": "https://github.com/FarkasJanos"
    }
  ],
  "support": {
    "email": "farkasjanos.james@gmail.com"
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://wpackagist.org",
      "only": [
        "wpackagist-plugin/*",
        "wpackagist-theme/*"
      ]
    }
  ],
  "require": {
    "php": "8.2.*",
    "vlucas/phpdotenv": "^5.5.0",
    "oscarotero/env": "^2.1.0",
    "roots/bedrock-autoloader": "^1.0.4",
    "roots/bedrock-disallow-indexing": "^2.0.0",
    "roots/wordpress": "6.1",
    "roots/wp-config": "^1.0.0",
    "roots/wp-password-bcrypt": "^1.1.0",
    "roots/wp-stage-switcher": "^2.2.0",
    "wpackagist-plugin/conditionally-display-featured-image-on-singular-pages": "^2.13.0",
    "wpackagist-plugin/contact-form-7": "^5.7.2",
    "wpackagist-plugin/disable-comments": "^2.4.3",
    "wpackagist-plugin/email-encoder-bundle": "^2.1",
    "wpackagist-plugin/flamingo": "^2.3",
    "wpackagist-theme/twentytwentythree": "^1.0",
    "wpackagist-plugin/wordpress-seo": "^19.14",
    "wpackagist-plugin/wp-mail-smtp": "^3.7.0",
    "wpackagist-plugin/contact-form-7-honeypot": "^2.1",
    "wpackagist-plugin/gtm-kit": "^1.5.2",
    "wpackagist-plugin/wordfence": "^7.8",
    "wpackagist-plugin/advanced-custom-fields": "^6.2.4"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.7.1",
    "roave/security-advisories": "dev-latest"
  },
  "config": {
    "optimize-autoloader": true,
    "preferred-install": "dist",
    "allow-plugins": {
      "composer/installers": true,
      "roots/wordpress-core-installer": true
    },
    "platform": {
      "php": "8.2"
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "extra": {
    "installer-paths": {
      "web/app/mu-plugins/{$name}/": [
        "type:wordpress-muplugin",
        "roots/wp-stage-switcher"
      ],
      "web/app/plugins/{$name}/": [
        "type:wordpress-plugin"
      ],
      "web/app/themes/{$name}/": [
        "type:wordpress-theme"
      ]
    },
    "wordpress-install-dir": "web/wp"
  },
  "scripts": {
    "test": [
      "phpcs"
    ],
    "post-update-cmd": [
      "php scripts/post-install.php"
    ],
    "post-install-cmd": [
      "php scripts/post-install.php"
    ]
  }
}
