{
  "name": "staxogroup/wordpress-template",
  "description": "",
  "keywords": [
    "wordpress",
    "blog",
    "cms"
  ],
  "repositories":[
    {
      "type": "composer",
      "url": "https://wp-languages.github.io"
    },
    {
      "type":"composer",
      "url":"https://wpackagist.org"
    },
    {
      "type": "composer",
      "url": "https://packagist.staxosoft.co.uk"
    }
  ],
  "type": "project",
  "homepage": "https://staxogroup.com/",
  "license": "GPL-2.0+",
  "authors": [
    {
      "name": "David L.J Goring",
      "homepage": "https://github.com/dgoring/"
    }
  ],
  "minimum-stability": "beta",
  "prefer-stable": true,
  "extra": {
    "wordpress-install-dir": "public/wp",
    "installer-paths": {
      "public/content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
      "public/content/plugins/{$name}/": ["type:wordpress-plugin"],
      "public/content/themes/{$name}/": ["type:wordpress-theme"]
    },
    "dropin-paths": {
      "public/content/languages/": ["vendor:koodimonni-language"],
      "public/content/languages/plugins/": ["vendor:koodimonni-plugin-language"],
      "public/content/languages/themes/": ["vendor:koodimonni-theme-language"]
    }
  },
  "require": {
    "php": ">=7.4",
    "roots/wordpress": "^6.0",
    "roots/wp-config": "^1.0",
    "roots/wp-password-bcrypt": "^1.0",
    "roots/bedrock-autoloader": "^1.0",
    "oscarotero/env": "^1.2",
    "vlucas/phpdotenv": "^2",
    "advanced-custom-fields/advanced-custom-fields-pro": "^5.9.1",
    "wpmudev/wpmu-dev-dashboard": "^4.10",
    "wpmudev/wp-smush-pro": "^3.8",
    "wpackagist-plugin/duracelltomi-google-tag-manager": "^1.15",
    "wpackagist-plugin/contact-form-7": "^5.0",
    "wpackagist-plugin/wordpress-seo": "*",
    "wpackagist-plugin/wordfence": "*",
    "wpackagist-plugin/rollbar": "^2.6",
    "wpackagist-plugin/wp-fastest-cache": "^0.9",
    "wpackagist-plugin/classic-editor": "^1.5",
    "koodimonni-language/en_gb": "*",
    "staxoweb/staxo-wp-heartbeat": "^1.0",
    "wp-cli/wp-cli-bundle": "^2.4",
    "wpackagist-plugin/contact-form-cfdb7": "^1.2",
    "wpackagist-plugin/duplicate-post":"4.5"
  },
  "autoload": {
    "psr-4": {
      "Staxoweb\\WordPress\\Modules\\": "config/modules/"
    }
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true,
      "koodimonni/composer-dropin-installer": true,
      "roots/wordpress-core-installer": true
    }
  }
}
