summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/composer.json')
-rw-r--r--plugins/jetpack/composer.json61
1 files changed, 29 insertions, 32 deletions
diff --git a/plugins/jetpack/composer.json b/plugins/jetpack/composer.json
index 9cff56df..643f53af 100644
--- a/plugins/jetpack/composer.json
+++ b/plugins/jetpack/composer.json
@@ -12,69 +12,62 @@
"ext-json": "*",
"ext-openssl": "*",
"automattic/jetpack-a8c-mc-stats": "^1.4",
- "automattic/jetpack-abtest": "^1.9",
- "automattic/jetpack-assets": "^1.16",
- "automattic/jetpack-autoloader": "^2.10",
- "automattic/jetpack-backup": "^1.2",
+ "automattic/jetpack-abtest": "^1.10",
+ "automattic/jetpack-assets": "^1.17",
+ "automattic/jetpack-autoloader": "^2.11",
+ "automattic/jetpack-backup": "^1.3",
"automattic/jetpack-blocks": "^1.4",
- "automattic/jetpack-compat": "^1.6",
- "automattic/jetpack-composer-plugin": "^1.0",
- "automattic/jetpack-config": "^1.6",
- "automattic/jetpack-connection": "^1.34",
- "automattic/jetpack-connection-ui": "^2.3",
+ "automattic/jetpack-compat": "^1.7",
+ "automattic/jetpack-composer-plugin": "^1.1",
+ "automattic/jetpack-config": "^1.9",
+ "automattic/jetpack-connection": "^1.40",
+ "automattic/jetpack-connection-ui": "^2.4",
"automattic/jetpack-constants": "^1.6",
"automattic/jetpack-device-detection": "^1.4",
"automattic/jetpack-error": "^1.3",
- "automattic/jetpack-heartbeat": "^1.4",
- "automattic/jetpack-identity-crisis": "^0.6",
+ "automattic/jetpack-google-fonts-provider": "^0.3.0",
+ "automattic/jetpack-identity-crisis": "^0.8.12",
"automattic/jetpack-jitm": "^2.2",
"automattic/jetpack-lazy-images": "^2.1",
- "automattic/jetpack-licensing": "^1.6",
+ "automattic/jetpack-licensing": "^1.7",
"automattic/jetpack-logo": "^1.5",
- "automattic/jetpack-my-jetpack": "^0.3",
- "automattic/jetpack-options": "^1.14",
- "automattic/jetpack-partner": "^1.6",
+ "automattic/jetpack-my-jetpack": "^1.6",
+ "automattic/jetpack-partner": "^1.7",
+ "automattic/jetpack-plugins-installer": "^0.1.2",
+ "automattic/jetpack-publicize": "^0.5.0",
"automattic/jetpack-redirect": "^1.7",
"automattic/jetpack-roles": "^1.4",
- "automattic/jetpack-search": "^0.4",
- "automattic/jetpack-status": "^1.9",
- "automattic/jetpack-sync": "^1.28",
- "automattic/jetpack-terms-of-service": "^1.9",
- "automattic/jetpack-tracking": "^1.14",
+ "automattic/jetpack-search": "^0.14.2",
+ "automattic/jetpack-status": "^1.13",
+ "automattic/jetpack-sync": "^1.35",
+ "automattic/jetpack-waf": "^0.6.0",
+ "automattic/jetpack-wordads": "^0.2.4",
"nojimage/twitter-text-php": "3.1.2"
},
"require-dev": {
- "antecedent/patchwork": "2.1.17",
- "automattic/jetpack-changelogger": "^3.0",
+ "antecedent/patchwork": "2.1.21",
+ "automattic/jetpack-changelogger": "^3.1",
"johnkary/phpunit-speedtrap": "^4.0.0 || ^2.0.0 || ^1.1.0",
"yoast/phpunit-polyfills": "1.0.3"
},
"scripts": {
"build-production": [
- "Composer\\Config::disableProcessTimeout",
"pnpm run build-production-concurrently"
],
"build-development": [
- "Composer\\Config::disableProcessTimeout",
"pnpm run build-concurrently"
],
"phpunit": [
"tests/action-phpunit.sh"
],
"test-coverage": [
- "Composer\\Config::disableProcessTimeout",
- "@composer install",
"@php tools/build-module-headings-translations.php",
"tests/action-test-coverage.sh"
],
"test-js": [
- "Composer\\Config::disableProcessTimeout",
- "pnpm install",
- "pnpx concurrently 'pnpm:test-adminpage' 'pnpm:test-extensions' 'pnpm:test-search'"
+ "pnpm concurrently 'pnpm:test-adminpage' 'pnpm:test-extensions'"
],
"test-php": [
- "Composer\\Config::disableProcessTimeout",
- "@composer install",
"@php tools/build-module-headings-translations.php",
"tests/action-test-php.sh"
],
@@ -96,7 +89,11 @@
"platform": {
"ext-intl": "0.0.0"
},
- "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_5"
+ "autoloader-suffix": "f11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ11_0",
+ "allow-plugins": {
+ "automattic/jetpack-autoloader": true,
+ "automattic/jetpack-composer-plugin": true
+ }
},
"extra": {
"mirror-repo": "Automattic/jetpack-production",