File: /var/www/html/wp-content/plugins/jetpack-backup/composer.json
{
"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.9",
"automattic/jetpack-backup": "^4.2.20",
"automattic/jetpack-composer-plugin": "^4.0.5",
"automattic/jetpack-my-jetpack": "^5.26.1",
"automattic/jetpack-status": "^6.0.4"
},
"require-dev": {
"yoast/phpunit-polyfills": "^4.0.0",
"automattic/jetpack-changelogger": "^6.0.6",
"automattic/phpunit-select-config": "^1.0.3"
},
"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_5",
"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
}
}