summaryrefslogtreecommitdiff
blob: 161510ad91969b178196daf3d800fe28eb5a3fce (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
{
	"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-abtest": "1.0.2",
		"automattic/jetpack-assets": "1.0.3",
		"automattic/jetpack-autoloader": "1.3.5",
		"automattic/jetpack-backup": "1.0.2",
		"automattic/jetpack-compat": "1.0.5",
		"automattic/jetpack-connection": "1.7.0",
		"automattic/jetpack-constants": "1.1.3",
		"automattic/jetpack-error": "1.0.4",
		"automattic/jetpack-jitm": "1.0.10",
		"automattic/jetpack-logo": "1.1.4",
		"automattic/jetpack-options": "1.1.2",
		"automattic/jetpack-roles": "1.0.4",
		"automattic/jetpack-sync": "1.5.1",
		"automattic/jetpack-terms-of-service": "1.0.4",
		"automattic/jetpack-tracking": "1.2.2"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "0.5.0",
		"phpcompatibility/phpcompatibility-wp": "2.1.0",
		"sirbrillig/phpcs-changed": "2.2.7-beta-1@dev",
		"sirbrillig/phpcs-variable-analysis": "2.7.0",
		"wp-coding-standards/wpcs": "^2.2"
	},
	"scripts": {
		"php:compatibility": "vendor/bin/phpcs -p -s --runtime-set testVersion '5.6-' --standard=PHPCompatibilityWP --ignore=docker,tools,tests,node_modules,vendor --extensions=php",
		"php:lint": "vendor/bin/phpcs -p -s",
		"php:changed": "vendor/sirbrillig/phpcs-changed/bin/phpcs-changed --git",
		"php:autofix": "vendor/bin/phpcbf",
		"php:lint:errors": "vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1"
	},
	"repositories": [
		{
			"type": "path",
			"url": "./packages/*"
		}
	],
	"autoload": {
		"classmap": [
			"src"
		]
	},
	"minimum-stability": "stable",
	"prefer-stable": true,
	"config": {
		"sort-packages": true
	}
}