{
	"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": "^2.11.21",
		"automattic/jetpack-backup": "^1.16.4",
		"automattic/jetpack-composer-plugin": "^1.1.12",
		"automattic/jetpack-plugins-installer": "^0.2.4",
		"automattic/jetpack-my-jetpack": "^3.2.0"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "1.0.4",
		"automattic/jetpack-changelogger": "^3.3.7"
	},
	"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ⓥ2_0",
		"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
	}
}
