{
	"name": "automattic/vaultpress",
	"description": "VaultPress is a subscription service offering real-time backup, automated security scanning, and support from WordPress experts.",
	"homepage": "https://vaultpress.com/",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"support": {
		"issues": "https://github.com/Automattic/jetpack/issues"
	},
	"require": {
		"automattic/jetpack-logo": "^1.5",
		"automattic/jetpack-autoloader": "^2.11"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "1.0.3",
		"automattic/jetpack-changelogger": "^3.1"
	},
	"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"
		]
	},
	"repositories": [],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"config": {
		"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_vaultpressⓥ2_2_2",
		"allow-plugins": {
			"automattic/jetpack-autoloader": true
		}
	},
	"extra": {
		"mirror-repo": "Automattic/vaultpress",
		"release-branch-prefix": "vaultpress",
		"version-constants": {
			"VAULTPRESS__VERSION": "vaultpress.php"
		},
		"wp-plugin-slug": "vaultpress"
	}
}
