summaryrefslogtreecommitdiff
blob: 9cff56df6718326a656298c8ee281d1406c8ad13 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
	"name": "automattic/jetpack",
	"description": "Jetpack supercharges your self‑hosted WordPress site with the awesome cloud power of WordPress.com",
	"homepage": "https://jetpack.com/",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"support": {
		"issues": "https://github.com/Automattic/jetpack/issues"
	},
	"require": {
		"ext-fileinfo": "*",
		"ext-json": "*",
		"ext-openssl": "*",
		"automattic/jetpack-a8c-mc-stats": "^1.4",
		"automattic/jetpack-abtest": "^1.9",
		"automattic/jetpack-assets": "^1.16",
		"automattic/jetpack-autoloader": "^2.10",
		"automattic/jetpack-backup": "^1.2",
		"automattic/jetpack-blocks": "^1.4",
		"automattic/jetpack-compat": "^1.6",
		"automattic/jetpack-composer-plugin": "^1.0",
		"automattic/jetpack-config": "^1.6",
		"automattic/jetpack-connection": "^1.34",
		"automattic/jetpack-connection-ui": "^2.3",
		"automattic/jetpack-constants": "^1.6",
		"automattic/jetpack-device-detection": "^1.4",
		"automattic/jetpack-error": "^1.3",
		"automattic/jetpack-heartbeat": "^1.4",
		"automattic/jetpack-identity-crisis": "^0.6",
		"automattic/jetpack-jitm": "^2.2",
		"automattic/jetpack-lazy-images": "^2.1",
		"automattic/jetpack-licensing": "^1.6",
		"automattic/jetpack-logo": "^1.5",
		"automattic/jetpack-my-jetpack": "^0.3",
		"automattic/jetpack-options": "^1.14",
		"automattic/jetpack-partner": "^1.6",
		"automattic/jetpack-redirect": "^1.7",
		"automattic/jetpack-roles": "^1.4",
		"automattic/jetpack-search": "^0.4",
		"automattic/jetpack-status": "^1.9",
		"automattic/jetpack-sync": "^1.28",
		"automattic/jetpack-terms-of-service": "^1.9",
		"automattic/jetpack-tracking": "^1.14",
		"nojimage/twitter-text-php": "3.1.2"
	},
	"require-dev": {
		"antecedent/patchwork": "2.1.17",
		"automattic/jetpack-changelogger": "^3.0",
		"johnkary/phpunit-speedtrap": "^4.0.0 || ^2.0.0 || ^1.1.0",
		"yoast/phpunit-polyfills": "1.0.3"
	},
	"scripts": {
		"build-production": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run build-production-concurrently"
		],
		"build-development": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run build-concurrently"
		],
		"phpunit": [
			"tests/action-phpunit.sh"
		],
		"test-coverage": [
			"Composer\\Config::disableProcessTimeout",
			"@composer install",
			"@php tools/build-module-headings-translations.php",
			"tests/action-test-coverage.sh"
		],
		"test-js": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm install",
			"pnpx concurrently 'pnpm:test-adminpage' 'pnpm:test-extensions' 'pnpm:test-search'"
		],
		"test-php": [
			"Composer\\Config::disableProcessTimeout",
			"@composer install",
			"@php tools/build-module-headings-translations.php",
			"tests/action-test-php.sh"
		],
		"watch": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run watch"
		]
	},
	"repositories": [],
	"autoload": {
		"classmap": [
			"src"
		]
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"config": {
		"sort-packages": true,
		"platform": {
			"ext-intl": "0.0.0"
		},
		"autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5"
	},
	"extra": {
		"mirror-repo": "Automattic/jetpack-production",
		"release-branch-prefix": "jetpack",
		"version-constants": {
			"JETPACK__VERSION": "jetpack.php"
		},
		"wp-plugin-slug": "jetpack",
		"dev-releases": true,
		"changelogger-default-type": "other",
		"changelogger": {
			"versioning": "wordpress",
			"types": {
				"major": "Major Enhancements",
				"enhancement": "Enhancements",
				"compat": "Improved compatibility",
				"bugfix": "Bug fixes",
				"other": "Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->"
			}
		}
	}
}