{
  "name": "tmmtech/speedsearch",
  "type": "wordpress-plugin",
  "repositories": [
    {
      "type": "vcs",
      "url":  "https://bitbucket.org/tmmtech/wp-plugins-core.git/",
      "only": ["tmmtech/*"]
    }
  ],
  "require": {
    "php": ">=7.4 <9.0",
    "ext-dom": "*",
    "ext-libxml": "*",
    "automattic/jetpack-autoloader": "^2.11",
    "automattic/woocommerce": "^3.1",
    "matthiasmullie/minify": "^1.3",
    "tmmtech/wp-plugins-core": "*"
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true,
    "preferred-install": "dist",
    "platform": {
      "php": "7.4"
    },
    "allow-plugins": {
      "automattic/jetpack-autoloader": true
    }
  }
}
