{
	"name": "automattic/jetpack-tracking",
	"description": "Tracking for Jetpack",
	"type": "library",
	"license": "GPL-2.0-or-later",
	"require": {
		"automattic/jetpack-assets": "1.11.2",
		"automattic/jetpack-options": "1.11.2",
		"automattic/jetpack-status": "1.7.2",
		"automattic/jetpack-terms-of-service": "1.9.3"
	},
	"require-dev": {
		"yoast/phpunit-polyfills": "0.2.0"
	},
	"autoload": {
		"classmap": [
			"legacy",
			"src/"
		]
	},
	"repositories": [],
	"scripts": {
		"phpunit": [
			"@composer install",
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"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"
		]
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"extra": {
		"mirror-repo": "Automattic/jetpack-tracking"
	}
}
