-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
46 lines (46 loc) · 1.12 KB
/
composer.json
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
{
"name": "automattic/jetpack-beta",
"description": "Serves beta and PR branches of Jetpack to a WordPress install near you!",
"homepage": "https://jetpack.com/",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://github.com/Automattic/jetpack/issues"
},
"require": {
"automattic/jetpack-admin-ui": "^0.5.7",
"automattic/jetpack-autoloader": "^5.0.6-alpha",
"composer/semver": "3.4.3",
"erusev/parsedown": "1.7.4"
},
"require-dev": {
"automattic/jetpack-changelogger": "^6.0.3-alpha"
},
"scripts": {},
"autoload": {
"classmap": [
"src/"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"autoloader-suffix": "567fa3f555de8fd218dfdc1688bb97b5_betaⓥ4_1_2_alpha",
"allow-plugins": {
"automattic/jetpack-autoloader": true
}
},
"extra": {
"autotagger": true,
"autorelease": {
"titlefmt": "Jetpack Beta %s"
},
"mirror-repo": "Automattic/jetpack-beta",
"release-branch-prefix": "jetpack-beta",
"version-constants": {
"JPBETA_VERSION": "jetpack-beta.php"
},
"beta-plugin-slug": "jetpack-beta"
}
}