{
	"name": "automattic/jetpack-backup-plugin",
	"description": "Easily restore or download a backup of your site from a specific moment in time.",
	"type": "library",
	"license": "GPL-2.0-or-later",
	"require": {
		"automattic/jetpack-autoloader": "^5.0.16",
		"automattic/jetpack-backup": "^4.2.50",
		"automattic/jetpack-composer-plugin": "^4.0.5",
		"automattic/jetpack-my-jetpack": "^5.34.2",
		"automattic/jetpack-status": "^6.1.2"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "^4.0.0",
		"automattic/jetpack-changelogger": "^6.0.14",
		"automattic/phpunit-select-config": "^1.0.4"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"scripts": {
		"watch": "echo 'This script is actually watching the Jetpack Backup package, not the plugin' && jetpack watch packages/backup"
	},
	"repositories": [],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"config": {
		"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ3_8",
		"allow-plugins": {
			"automattic/jetpack-autoloader": true,
			"automattic/jetpack-composer-plugin": true
		}
	},
	"extra": {
		"mirror-repo": "Automattic/jetpack-backup-plugin",
		"autorelease": true,
		"autotagger": {
			"v": false
		},
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-backup-plugin/compare/${old}...${new}",
			"versioning": "wordpress"
		},
		"release-branch-prefix": [
			"backup",
			"monthly"
		],
		"wp-plugin-slug": "jetpack-backup",
		"wp-svn-autopublish": true
	}
}
