{
	"name": "automattic/jetpack-connection",
	"description": "Everything needed to connect to the Jetpack infrastructure",
	"type": "library",
	"license": "GPL-2.0-or-later",
	"require": {
		"automattic/jetpack-constants": "1.6.2",
		"automattic/jetpack-heartbeat": "1.3.3",
		"automattic/jetpack-options": "1.11.2",
		"automattic/jetpack-roles": "1.4.2",
		"automattic/jetpack-status": "1.7.2",
		"automattic/jetpack-tracking": "1.13.2"
	},
	"require-dev": {
		"automattic/wordbless": "@dev",
		"yoast/phpunit-polyfills": "0.2.0",
		"brain/monkey": "^2.6"
	},
	"autoload": {
		"files": [
			"legacy/load-ixr.php"
		],
		"classmap": [
			"legacy",
			"src/"
		]
	},
	"scripts": {
		"phpunit": [
			"@composer install",
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"post-update-cmd": "php -r \"copy('vendor/automattic/wordbless/src/dbless-wpdb.php', 'wordpress/wp-content/db.php');\"",
		"test-coverage": [
			"@composer install",
			"phpdbg -d memory_limit=2048M -d max_execution_time=900 -qrr ./vendor/bin/phpunit --coverage-clover \"$COVERAGE_DIR/clover.xml\""
		],
		"test-php": [
			"@composer phpunit"
		]
	},
	"repositories": [],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"mirror-repo": "Automattic/jetpack-connection"
	}
}
