{
	"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",
	"require": {
		"composer-plugin-api": "^2.1.0"
	},
	"require-dev": {
		"composer/composer": "^2.2 || ^2.4",
		"yoast/phpunit-polyfills": "1.0.4",
		"automattic/jetpack-changelogger": "^3.2.3"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"scripts": {
		"phpunit": [
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"test-coverage": [
			"php -dpcov.directory=. ./vendor/bin/phpunit --coverage-clover \"$COVERAGE_DIR/clover.xml\""
		],
		"test-php": [
			"@composer phpunit"
		]
	},
	"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": "1.1.x-dev"
		}
	}
}
