{
	"name": "automattic/jetpack-boost",
	"description": "Boost your WordPress site's performance, from the creators of Jetpack",
	"type": "library",
	"license": "GPL-2.0-or-later",
	"version": "1.2.0",
	"authors": [
		{
			"name": "Automattic, Inc.",
			"email": "support@jetpack.com"
		}
	],
	"minimum-stability": "dev",
	"prefer-stable": true,
	"require": {
		"ext-json": "*",
		"automattic/jetpack-autoloader": "^2.10",
		"automattic/jetpack-config": "^1.4",
		"automattic/jetpack-connection": "^1.30",
		"automattic/jetpack-device-detection": "^1.4",
		"automattic/jetpack-lazy-images": "^1.5",
		"automattic/jetpack-terms-of-service": "^1.9",
		"automattic/jetpack-tracking": "^1.13",
		"tedivm/jshrink": "1.4.0"
	},
	"require-dev": {
		"automattic/jetpack-changelogger": "^1.2",
		"automattic/wordbless": "dev-master",
		"brain/monkey": "^2.6",
		"yoast/phpunit-polyfills": "0.2.0"
	},
	"scripts": {
		"fix": [
			"composer --working-dir=../../../ phpcs:fix ./projects/plugins/boost"
		],
		"lint": [
			"composer --working-dir=../../../ phpcs:lint ./projects/plugins/boost"
		],
		"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"
		],
		"build-production": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run build-production"
		],
		"build-development": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run build-development"
		],
		"watch": [
			"Composer\\Config::disableProcessTimeout",
			"pnpm run dev"
		],
		"post-update-cmd": "php -r \"copy('vendor/automattic/wordbless/src/dbless-wpdb.php', 'wordpress/wp-content/db.php');\""
	},
	"autoload-dev": {
		"psr-4": {
			"Automattic\\Jetpack_Boost\\Tests\\": "./tests/php"
		}
	},
	"autoload": {
		"classmap": [
			"app/"
		]
	},
	"config": {
		"sort-packages": true,
		"platform": {
			"ext-intl": "0.0.0"
		},
		"autoloader-suffix": "b1e77e6231d50e7663f84529b6a3dfda_jetpack_boostⓥ1_2_0"
	},
	"repositories": [],
	"extra": {
		"autotagger": true,
		"mirror-repo": "Automattic/jetpack-boost-production",
		"release-branch-prefix": "boost",
		"version-constants": {
			"JETPACK_BOOST_VERSION": "jetpack-boost.php"
		},
		"wp-plugin-slug": "jetpack-boost",
		"changelogger": {
			"link-template": "https://github.com/Automattic/jetpack-boost-production/compare/v${old}...v${new}"
		}
	}
}
