JezK
Edit File: composer.json
{ "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": { "ext-fileinfo": "*", "ext-json": "*", "ext-openssl": "*", "automattic/block-delimiter": "^0.3.8", "automattic/jetpack-a8c-mc-stats": "^3.0.10", "automattic/jetpack-account-protection": "^0.3.7", "automattic/jetpack-activity-log": "^0.2.1", "automattic/jetpack-admin-ui": "^0.9.14", "automattic/jetpack-agents-manager": "^0.9.0", "automattic/jetpack-assets": "^4.4.9", "automattic/jetpack-autoloader": "^5.0.22", "automattic/jetpack-backup": "^4.3.11", "automattic/jetpack-blaze": "^0.28.2", "automattic/jetpack-blocks": "^3.3.6", "automattic/jetpack-boost-speed-score": "^0.4.18", "automattic/jetpack-classic-theme-helper": "^0.14.38", "automattic/jetpack-compat": "^4.0.4", "automattic/jetpack-composer-plugin": "^4.0.9", "automattic/jetpack-config": "^3.1.3", "automattic/jetpack-connection": "^8.9.0.1", "automattic/jetpack-constants": "^3.0.12", "automattic/jetpack-device-detection": "^3.4.5", "automattic/jetpack-error": "^3.0.10", "automattic/jetpack-external-connections": "^0.1.38", "automattic/jetpack-external-media": "^0.8.29", "automattic/jetpack-forms": "^7.23.4", "automattic/jetpack-image-cdn": "^0.7.29", "automattic/jetpack-import": "^0.9.19", "automattic/jetpack-ip": "^0.5.0", "automattic/jetpack-jitm": "^4.3.50", "automattic/jetpack-licensing": "^3.1.9", "automattic/jetpack-logo": "^3.0.9", "automattic/jetpack-masterbar": "^0.27.36", "automattic/jetpack-menu-badges": "^0.1.0", "automattic/jetpack-my-jetpack": "^5.41.1", "automattic/jetpack-newsletter": "^0.12.3.2", "automattic/jetpack-paypal-payments": "^0.7.11", "automattic/jetpack-plugins-installer": "^0.5.11", "automattic/jetpack-podcast": "^1.4.3", "automattic/jetpack-post-list": "^0.9.29", "automattic/jetpack-post-media": "^0.1.6", "automattic/jetpack-premium-analytics": "^0.2.0", "automattic/jetpack-publicize": "^0.84.3", "automattic/jetpack-redirect": "^3.0.15", "automattic/jetpack-roles": "^3.0.12", "automattic/jetpack-scan-page": "^0.1.13", "automattic/jetpack-search": "^7.3.3", "automattic/jetpack-seo": "^0.8.0", "automattic/jetpack-stats": "^0.20.0", "automattic/jetpack-stats-admin": "^0.32.0", "automattic/jetpack-status": "^6.2.0", "automattic/jetpack-sync": "^4.45.3", "automattic/jetpack-videopress": "^0.45.0", "automattic/jetpack-waf": "^0.28.11", "automattic/jetpack-wp-abilities": "^0.1.5", "automattic/woocommerce-analytics": "^0.16" }, "require-dev": { "antecedent/patchwork": "^2.2", "automattic/patchwork-redefine-exit": "^2.0.12", "automattic/phpunit-select-config": "^1.0.9", "yoast/phpunit-polyfills": "^4.0.0" }, "scripts": { "build-production": [ "pnpm run build-production-concurrently" ], "build-development": [ "pnpm run build-concurrently" ], "phpunit": [ "tests/action-phpunit.sh" ], "test-js": "pnpm concurrently 'pnpm:test-adminpage' 'pnpm:test-extensions'", "test-js-coverage": "tests/action-test-js-coverage.sh", "test-php": [ "@php tools/build-module-headings-translations.php", "tests/action-test-php.sh" ], "test-php-coverage": [ "@php tools/build-module-headings-translations.php", "tests/action-test-php-coverage.sh" ], "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] }, "autoload": { "classmap": [ "src" ] }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "platform": { "ext-intl": "0.0.0" }, "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ16_1_2", "allow-plugins": { "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true } }, "extra": { "mirror-repo": "Automattic/jetpack-production", "release-branch-prefix": [ "jetpack", "weekly", "monthly" ], "version-constants": { "JETPACK__VERSION": "jetpack.php" }, "wp-plugin-slug": "jetpack", "dev-releases": true, "changelogger-default-type": "other", "changelogger": { "versioning": "wordpress", "types": { "major": "Major Enhancements", "enhancement": "Enhancements", "compat": "Improved compatibility", "bugfix": "Bug fixes", "other": "Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->" } } } }