-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.44 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"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.52",
"automattic/jetpack-composer-plugin": "^4.0.5",
"automattic/jetpack-my-jetpack": "^5.34.5-alpha",
"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"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ3_9_alpha",
"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
}
}