summaryrefslogtreecommitdiff
blob: 338bad76f9d0338b3be14fa65d832bbb4d017aec (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
{
	"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",
		"automattic/jetpack-assets": "^1.1",
		"automattic/jetpack-autoloader": "^1.4",
		"automattic/jetpack-backup": "^1.0",
		"automattic/jetpack-compat": "^1.0",
		"automattic/jetpack-config": "^1.1",
		"automattic/jetpack-connection": "^1.8",
		"automattic/jetpack-constants": "^1.1",
		"automattic/jetpack-error": "^1.0",
		"automattic/jetpack-jitm": "^1.1",
		"automattic/jetpack-logo": "^1.1",
		"automattic/jetpack-options": "^1.1",
		"automattic/jetpack-partner": "^1.0",
		"automattic/jetpack-roles": "^1.0",
		"automattic/jetpack-status": "^1.1",
		"automattic/jetpack-sync": "dev-fork/jetpack-sync-v1.7.4+vip",
		"automattic/jetpack-terms-of-service": "^1.0",
		"automattic/jetpack-tracking": "^1.2"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "0.5.0",
		"phpcompatibility/phpcompatibility-wp": "2.1.0",
		"sirbrillig/phpcs-changed": "2.2.7",
		"sirbrillig/phpcs-variable-analysis": "2.7.0",
		"wp-coding-standards/wpcs": "2.2.0"
	},
	"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": "dev",
	"prefer-stable": true,
	"config": {
		"sort-packages": true
	}
}