summaryrefslogtreecommitdiff
blob: 357db9c205d0dda37ea765fcb645e5d9710a79e7 (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
{
	"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": {
		"composer/installers": "1.6.0",
		"ext-openssl": "*"
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "0.5.0",
		"wp-coding-standards/wpcs": "2.1.0",
		"sirbrillig/phpcs-variable-analysis": "2.6.2",
		"phpcompatibility/phpcompatibility-wp": "2.0.0"
	},
	"scripts": {
		"php:compatibility": "composer install && vendor/bin/phpcs -p --runtime-set testVersion '5.2-' --standard=PHPCompatibilityWP --ignore=docker,tools,tests,node_modules,vendor --extensions=php",
		"php:lint": "composer install && vendor/bin/phpcs -p",
		"php:autofix": "composer install && vendor/bin/phpcbf",
		"php:lint:errors": "composer install && vendor/bin/phpcs -p --runtime-set ignore_warnings_on_exit 1"
	}
}