{
	"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/vaultpress/issues"
	},
	"require": {
		"automattic/jetpack-logo": "1.1.0"
	},
	"require-dev": {
		"automattic/jetpack-standards": "master-dev",
		"automattic/jetpack-autoloader": "1.2.0"
	},
	"scripts": {
		"php:compatibility": "composer install && vendor/bin/phpcs -p -s -n --runtime-set testVersion '5.3-' --standard=PHPCompatibilityWP --ignore=docker,tools,tests,node_modules,vendor --extensions=php",
		"php:lint": "composer install && vendor/bin/phpcs -p -s",
		"php:autofix": "composer install && vendor/bin/phpcbf",
		"php:lint:errors": "composer install && vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1"
	}
}
