{
	"name": "automattic/jetpack-composer-plugin",
	"description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.",
	"type": "composer-plugin",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"jetpack",
		"composer",
		"plugin",
		"i18n"
	],
	"require": {
		"php": ">=7.2",
		"composer-plugin-api": "^2.2"
	},
	"require-dev": {
		"composer/composer": "^2.2",
		"yoast/phpunit-polyfills": "^4.0.0",
		"automattic/phpunit-select-config": "^1.0.8"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"scripts": {
		"phpunit": [
			"phpunit-select-config phpunit.#.xml.dist --colors=always"
		],
		"test-php": "@composer phpunit",
		"test-php-coverage": "php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\""
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"plugin-modifies-install-path": true,
		"class": "Automattic\\Jetpack\\Composer\\Plugin",
		"mirror-repo": "Automattic/jetpack-composer-plugin",
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-composer-plugin/compare/v${old}...v${new}"
		},
		"autotagger": true,
		"branch-alias": {
			"dev-trunk": "4.0.x-dev"
		}
	}
}
