{
	"name": "automattic/jetpack-search-plugin",
	"description": "A cloud-powered replacement for WordPress' search.",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"require": {
		"automattic/jetpack-autoloader": "^5.0.13",
		"automattic/jetpack-composer-plugin": "^4.0.5",
		"automattic/jetpack-config": "^3.1.1",
		"automattic/jetpack-connection": "^6.19.8",
		"automattic/jetpack-my-jetpack": "^5.28.6",
		"automattic/jetpack-search": "^0.54.5",
		"automattic/jetpack-stats": "^0.17.5",
		"automattic/jetpack-status": "^6.1.1",
		"automattic/jetpack-sync": "^4.22.5"
	},
	"require-dev": {
		"automattic/jetpack-changelogger": "^6.0.9",
		"automattic/phpunit-select-config": "^1.0.3",
		"yoast/phpunit-polyfills": "^4.0.0"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"scripts": {
		"phpunit": [
			"phpunit-select-config phpunit.#.xml.dist --colors=always"
		],
		"test-coverage": [
			"php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\""
		],
		"test-php": [
			"@composer phpunit"
		],
		"build-production": "pnpm run build-production",
		"build-development": "pnpm run build"
	},
	"repositories": [],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"mirror-repo": "Automattic/jetpack-search-plugin",
		"autorelease": true,
		"autotagger": {
			"v": false
		},
		"release-branch-prefix": "search",
		"wp-plugin-slug": "jetpack-search",
		"wp-svn-autopublish": true,
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-search-plugin/compare/${old}...${new}"
		},
		"version-constants": {
			"JETPACK_SEARCH_PLUGIN__VERSION": "jetpack-search.php"
		}
	},
	"config": {
		"sort-packages": true,
		"autoloader-suffix": "b462338fb66be23595d68a93345c9e3d_jetpack_searchⓥ5_2_2",
		"allow-plugins": {
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true,
			"roots/wordpress-core-installer": true
		}
	}
}
