{ "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": "3.13.0", "authors": [ { "name": "Automattic, Inc.", "email": "support@jetpack.com" } ], "minimum-stability": "dev", "prefer-stable": true, "require": { "ext-json": "*", "automattic/jetpack-admin-ui": "^0.5.7", "automattic/jetpack-assets": "^4.0.16", "automattic/jetpack-autoloader": "^5.0.6", "automattic/jetpack-boost-core": "^0.3.9", "automattic/jetpack-boost-speed-score": "^0.4.7", "automattic/jetpack-composer-plugin": "^4.0.4", "automattic/jetpack-config": "^3.1.0", "automattic/jetpack-connection": "^6.10.1", "automattic/jetpack-device-detection": "^3.0.5", "automattic/jetpack-image-cdn": "^0.7.10", "automattic/jetpack-my-jetpack": "^5.10.1", "automattic/jetpack-plugin-deactivation": "^0.3.7", "automattic/jetpack-schema": "^0.2.4", "automattic/jetpack-status": "^5.1.1", "automattic/jetpack-sync": "^4.10.0", "automattic/jetpack-wp-js-data-sync": "^0.6.4", "matthiasmullie/minify": "^1.3" }, "require-dev": { "automattic/jetpack-changelogger": "^6.0.3", "automattic/phpunit-select-config": "^1.0.2", "brain/monkey": "^2.6.2", "yoast/phpunit-polyfills": "^3.0.0" }, "scripts": { "phpunit": [ "phpunit-select-config phpunit.#.xml.dist --colors=always" ], "test-coverage": "pnpm concurrently --names php,js 'php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\"' 'pnpm:test-coverage'", "test-js": [ "pnpm run test" ], "test-php": [ "@composer phpunit" ], "build-development": [ "pnpm run build" ], "build-production": [ "pnpm run build-production-concurrently" ], "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] }, "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â“¥3_13_0", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true } }, "repositories": [], "extra": { "mirror-repo": "Automattic/jetpack-boost-production", "autorelease": true, "autotagger": { "v": false }, "release-branch-prefix": "boost", "version-constants": { "JETPACK_BOOST_VERSION": "jetpack-boost.php" }, "wp-plugin-slug": "jetpack-boost", "wp-svn-autopublish": true, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-boost-production/compare/${old}...${new}" } } }