diff --git a/projects/plugins/protect/composer.json b/projects/plugins/protect/composer.json index f596dd2a423e3..33ec88fa648cf 100644 --- a/projects/plugins/protect/composer.json +++ b/projects/plugins/protect/composer.json @@ -5,23 +5,23 @@ "license": "GPL-2.0-or-later", "require": { "ext-json": "*", - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-admin-ui": "@dev", - "automattic/jetpack-autoloader": "@dev", - "automattic/jetpack-composer-plugin": "@dev", - "automattic/jetpack-config": "@dev", - "automattic/jetpack-my-jetpack": "@dev", - "automattic/jetpack-plugins-installer": "@dev", - "automattic/jetpack-sync": "@dev", - "automattic/jetpack-transport-helper": "@dev", - "automattic/jetpack-plans": "@dev", - "automattic/jetpack-waf": "@dev", - "automattic/jetpack-status": "@dev", - "automattic/jetpack-protect-status": "@dev" + "automattic/jetpack-assets": "^2.3.10", + "automattic/jetpack-admin-ui": "^0.4.5", + "automattic/jetpack-autoloader": "^3.1.2", + "automattic/jetpack-composer-plugin": "^2.0.3", + "automattic/jetpack-config": "^2.0.4", + "automattic/jetpack-my-jetpack": "^4.35.15", + "automattic/jetpack-plugins-installer": "^0.4.3", + "automattic/jetpack-sync": "^3.14.2", + "automattic/jetpack-transport-helper": "^0.2.5", + "automattic/jetpack-plans": "^0.4.11", + "automattic/jetpack-waf": "^0.22.1", + "automattic/jetpack-status": "^4.0.2", + "automattic/jetpack-protect-status": "^0.2.0" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "0.4.2" }, "autoload": { @@ -49,15 +49,7 @@ "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" }, - "repositories": [ - { - "type": "path", - "url": "../../packages/*", - "options": { - "monorepo": true - } - } - ], + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index b78911016670e..96c0cd7ed919e 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -4,21 +4,27 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3645f8b938b9d5c8f1dc3b736ea3abaa", + "content-hash": "b20ca945ad938e897a2d554074828df7", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "dev-trunk", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "2c3163925b2691222536fe46ad3e3524964c5aba" + }, "dist": { - "type": "path", - "url": "../../packages/a8c-mc-stats", - "reference": "1608695e54d44f088960b6a7bfa0c5779c372ee6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/2c3163925b2691222536fe46ad3e3524964c5aba", + "reference": "2c3163925b2691222536fe46ad3e3524964c5aba", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -40,36 +46,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.3" + }, + "time": "2024-09-30T16:58:12+00:00" }, { "name": "automattic/jetpack-admin-ui", - "version": "dev-trunk", + "version": "v0.4.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "7d5b8485ebe5984774375468ae52efe5c2849369" + }, "dist": { - "type": "path", - "url": "../../packages/admin-ui", - "reference": "7330d0d7b9011e4b516c62a87c10d64f1a168eb7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/7d5b8485ebe5984774375468ae52efe5c2849369", + "reference": "7d5b8485ebe5984774375468ae52efe5c2849369", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-logo": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", + "automattic/jetpack-logo": "^2.0.4", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -96,42 +102,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.5" + }, + "time": "2024-09-05T12:38:36+00:00" }, { "name": "automattic/jetpack-assets", - "version": "dev-trunk", + "version": "v2.3.10", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "8e6e9e0980ba6a4d4820ebb311c993adff4ed961" + }, "dist": { - "type": "path", - "url": "../../packages/assets", - "reference": "58de4ea5a64ffa0899cd5903840499c76d253f4b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/8e6e9e0980ba6a4d4820ebb311c993adff4ed961", + "reference": "8e6e9e0980ba6a4d4820ebb311c993adff4ed961", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "@dev", + "automattic/jetpack-constants": "^2.0.4", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "brain/monkey": "2.6.1", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0", "yoast/phpunit-polyfills": "^1.1.1" @@ -159,45 +159,36 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.3.10" + }, + "time": "2024-10-10T11:53:53+00:00" }, { "name": "automattic/jetpack-autoloader", - "version": "dev-trunk", + "version": "v3.1.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "c111020cac7c6a830af6f6827c175e3c76a60f75" + }, "dist": { - "type": "path", - "url": "../../packages/autoloader", - "reference": "0f56ec98bb673d1b6fe8129b1bbdc0ab7eb30879" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/c111020cac7c6a830af6f6827c175e3c76a60f75", + "reference": "c111020cac7c6a830af6f6827c175e3c76a60f75", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "composer/composer": "^1.1 || ^2.0", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -217,21 +208,14 @@ } }, "autoload": { - "classmap": [ - "src/AutoloadGenerator.php" - ], "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" + }, + "classmap": [ + "src/AutoloadGenerator.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -244,23 +228,30 @@ "plugin", "wordpress" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.1.2" + }, + "time": "2024-10-15T22:10:35+00:00" }, { "name": "automattic/jetpack-backup-helper-script-manager", - "version": "dev-trunk", + "version": "v0.2.7", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-backup-helper-script-manager.git", + "reference": "8643c13843b9b7864c4541a49b8d8bead9bc4fd6" + }, "dist": { - "type": "path", - "url": "../../packages/backup-helper-script-manager", - "reference": "460d4932cc27b84f375cb04f47691faeb57d67ad" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-backup-helper-script-manager/zipball/8643c13843b9b7864c4541a49b8d8bead9bc4fd6", + "reference": "8643c13843b9b7864c4541a49b8d8bead9bc4fd6", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -283,42 +274,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Install / delete helper script for backup and transport server. Not visible to site owners.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-backup-helper-script-manager/tree/v0.2.7" + }, + "time": "2024-08-26T14:48:58+00:00" }, { "name": "automattic/jetpack-boost-core", - "version": "dev-trunk", + "version": "v0.2.12", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-core.git", + "reference": "25d6d1b341101780a24d2cfd1fa3ecb2b3800c80" + }, "dist": { - "type": "path", - "url": "../../packages/boost-core", - "reference": "254e450eefc86995a797518cc1cbc041f1509222" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-core/zipball/25d6d1b341101780a24d2cfd1fa3ecb2b3800c80", + "reference": "25d6d1b341101780a24d2cfd1fa3ecb2b3800c80", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", + "automattic/jetpack-connection": "^5.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -342,48 +327,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Core functionality for boost and relevant packages to depend on", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-boost-core/tree/v0.2.12" + }, + "time": "2024-09-23T18:23:11+00:00" }, { "name": "automattic/jetpack-boost-speed-score", - "version": "dev-trunk", + "version": "v0.3.12", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-boost-speed-score.git", + "reference": "362c3c0d3d779e757c48f7fecba65a107d9a0ab1" + }, "dist": { - "type": "path", - "url": "../../packages/boost-speed-score", - "reference": "6d24ca9aca1b0cda4e925bbe6dcaad4bbd3a16be" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-boost-speed-score/zipball/362c3c0d3d779e757c48f7fecba65a107d9a0ab1", + "reference": "362c3c0d3d779e757c48f7fecba65a107d9a0ab1", + "shasum": "" }, "require": { - "automattic/jetpack-boost-core": "@dev", + "automattic/jetpack-boost-core": "^0.2.9", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "brain/monkey": "^2.6", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -410,53 +383,36 @@ "src/" ] }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Boost_Speed_Score\\Tests\\": "./tests/php" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package that handles the API to generate the speed score.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-boost-speed-score/tree/v0.3.12" + }, + "time": "2024-08-26T14:49:58+00:00" }, { "name": "automattic/jetpack-composer-plugin", - "version": "dev-trunk", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "67d11838aa00ef9922a8a3b439b1fa25adb1feef" + }, "dist": { - "type": "path", - "url": "../../packages/composer-plugin", - "reference": "b6fe2427cac6dd3bbef0a7e915c16bef55ad7c9b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/67d11838aa00ef9922a8a3b439b1fa25adb1feef", + "reference": "67d11838aa00ef9922a8a3b439b1fa25adb1feef", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -478,14 +434,7 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -496,23 +445,30 @@ "jetpack", "plugin" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.3" + }, + "time": "2024-08-26T14:48:44+00:00" }, { "name": "automattic/jetpack-config", - "version": "dev-trunk", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06" + }, "dist": { - "type": "path", - "url": "../../packages/config", - "reference": "46c0d6c214f2940e2b5c1c5ccafbf5922a16592c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "reference": "9f075c81bae6fd638e0b3183612cda5cc9e01e06", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-import": "@dev", "automattic/jetpack-jitm": "@dev", @@ -564,36 +520,42 @@ "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-config/tree/v2.0.4" + }, + "time": "2024-06-24T19:22:07+00:00" }, { "name": "automattic/jetpack-connection", - "version": "dev-trunk", + "version": "v5.1.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "28cbe00f6205ca7307eba11989a964b287954acd" + }, "dist": { - "type": "path", - "url": "../../packages/connection", - "reference": "7a548420dc6a883bc3d49b17b110a04caa97713b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/28cbe00f6205ca7307eba11989a964b287954acd", + "reference": "28cbe00f6205ca7307eba11989a964b287954acd", + "shasum": "" }, "require": { - "automattic/jetpack-a8c-mc-stats": "@dev", - "automattic/jetpack-admin-ui": "@dev", - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-redirect": "@dev", - "automattic/jetpack-roles": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-a8c-mc-stats": "^2.0.3", + "automattic/jetpack-admin-ui": "^0.4.5", + "automattic/jetpack-assets": "^2.3.10", + "automattic/jetpack-constants": "^2.0.4", + "automattic/jetpack-redirect": "^2.0.4", + "automattic/jetpack-roles": "^2.0.3", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-licensing": "@dev", - "automattic/jetpack-sync": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" @@ -633,47 +595,35 @@ "src/identity-crisis" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v5.1.3" + }, + "time": "2024-10-10T11:54:17+00:00" }, { "name": "automattic/jetpack-constants", - "version": "dev-trunk", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "f6958c313a34c5e92171c45a57d9dc978e5975ed" + }, "dist": { - "type": "path", - "url": "../../packages/constants", - "reference": "e58ffa801a8e816c562f15bdc4731824f8f9c64a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f6958c313a34c5e92171c45a57d9dc978e5975ed", + "reference": "f6958c313a34c5e92171c45a57d9dc978e5975ed", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -696,35 +646,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.4" + }, + "time": "2024-08-23T14:28:14+00:00" }, { "name": "automattic/jetpack-device-detection", - "version": "dev-trunk", + "version": "v2.1.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "c86d7090ce66da372f3e5dee0c214dda1db9c47a" + }, "dist": { - "type": "path", - "url": "../../packages/device-detection", - "reference": "d97d4ed63b8e702834bb60496f02e99d30197619" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/c86d7090ce66da372f3e5dee0c214dda1db9c47a", + "reference": "c86d7090ce66da372f3e5dee0c214dda1db9c47a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -746,36 +696,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A way to detect device types based on User-Agent header.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.5" + }, + "time": "2024-09-16T14:36:28+00:00" }, { "name": "automattic/jetpack-explat", - "version": "dev-trunk", + "version": "v0.1.12", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-explat.git", + "reference": "618046ef5e04a55d5e5516aabc3a2d7ab5a122e4" + }, "dist": { - "type": "path", - "url": "../../packages/explat", - "reference": "d53b06a5550c6f8c2f009c183b5ab037e6c648c5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-explat/zipball/618046ef5e04a55d5e5516aabc3a2d7ab5a122e4", + "reference": "618046ef5e04a55d5e5516aabc3a2d7ab5a122e4", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", + "automattic/jetpack-connection": "^5.1.3", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -801,52 +751,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "echo 'Run `pnpm run test` when ready'" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A package for running A/B tests on the Experimentation Platform (ExPlat) in the plugin.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-explat/tree/v0.1.12" + }, + "time": "2024-10-14T09:30:49+00:00" }, { "name": "automattic/jetpack-ip", - "version": "dev-trunk", + "version": "v0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "1f19a627ba14335207cb989d850da1940a8a54c3" + }, "dist": { - "type": "path", - "url": "../../packages/ip", - "reference": "69723619a7d0b3c2eb897e68745e08f346312471" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/1f19a627ba14335207cb989d850da1940a8a54c3", + "reference": "1f19a627ba14335207cb989d850da1940a8a54c3", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -873,42 +806,42 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities for working with IP addresses.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.3.0" + }, + "time": "2024-09-23T18:22:34+00:00" }, { "name": "automattic/jetpack-jitm", - "version": "dev-trunk", + "version": "v3.1.26", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "9fcf99ad83b4fd2ee1eb0b763d9587e8eeeefa07" + }, "dist": { - "type": "path", - "url": "../../packages/jitm", - "reference": "695db30039999154283059f6b2fe34fff746cd25" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/9fcf99ad83b4fd2ee1eb0b763d9587e8eeeefa07", + "reference": "9fcf99ad83b4fd2ee1eb0b763d9587e8eeeefa07", + "shasum": "" }, "require": { - "automattic/jetpack-a8c-mc-stats": "@dev", - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-device-detection": "@dev", - "automattic/jetpack-logo": "@dev", - "automattic/jetpack-redirect": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-a8c-mc-stats": "^2.0.3", + "automattic/jetpack-assets": "^2.3.10", + "automattic/jetpack-connection": "^5.1.3", + "automattic/jetpack-device-detection": "^2.1.5", + "automattic/jetpack-logo": "^2.0.4", + "automattic/jetpack-redirect": "^2.0.4", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -935,46 +868,36 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Just in time messages for Jetpack", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v3.1.26" + }, + "time": "2024-10-14T09:30:50+00:00" }, { "name": "automattic/jetpack-licensing", - "version": "dev-trunk", + "version": "v2.0.10", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "281e0a7d5742ecde2c1cc5dc45e1dabdd16b096d" + }, "dist": { - "type": "path", - "url": "../../packages/licensing", - "reference": "2507ac1d1f2bbc7a12e8dddb1cb9fa3f9423d8d7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/281e0a7d5742ecde2c1cc5dc45e1dabdd16b096d", + "reference": "281e0a7d5742ecde2c1cc5dc45e1dabdd16b096d", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", + "automattic/jetpack-connection": "^5.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -998,41 +921,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to manage Jetpack licenses client-side.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-licensing/tree/v2.0.10" + }, + "time": "2024-09-23T18:23:11+00:00" }, { "name": "automattic/jetpack-logo", - "version": "dev-trunk", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "6047525955b12ac8654ac4544e0b79deaed31fa2" + }, "dist": { - "type": "path", - "url": "../../packages/logo", - "reference": "0cbca46f49b19ea8f252cba7a7c67cf2b222824f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/6047525955b12ac8654ac4544e0b79deaed31fa2", + "reference": "6047525955b12ac8654ac4544e0b79deaed31fa2", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1054,51 +971,49 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.4" + }, + "time": "2024-08-23T14:28:12+00:00" }, { "name": "automattic/jetpack-my-jetpack", - "version": "dev-trunk", + "version": "v4.35.15", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "d81e2ac7dbf5c5e3c459d14b30fd55db864af068" + }, "dist": { - "type": "path", - "url": "../../packages/my-jetpack", - "reference": "bd64433575233a1be4480fcbd6a8113bfa29ccc0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/d81e2ac7dbf5c5e3c459d14b30fd55db864af068", + "reference": "d81e2ac7dbf5c5e3c459d14b30fd55db864af068", + "shasum": "" }, "require": { - "automattic/jetpack-admin-ui": "@dev", - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-boost-speed-score": "@dev", - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-explat": "@dev", - "automattic/jetpack-jitm": "@dev", - "automattic/jetpack-licensing": "@dev", - "automattic/jetpack-plans": "@dev", - "automattic/jetpack-plugins-installer": "@dev", - "automattic/jetpack-protect-status": "@dev", - "automattic/jetpack-redirect": "@dev", - "automattic/jetpack-status": "@dev", - "automattic/jetpack-sync": "@dev", + "automattic/jetpack-admin-ui": "^0.4.5", + "automattic/jetpack-assets": "^2.3.10", + "automattic/jetpack-boost-speed-score": "^0.3.12", + "automattic/jetpack-connection": "^5.1.3", + "automattic/jetpack-constants": "^2.0.4", + "automattic/jetpack-explat": "^0.1.12", + "automattic/jetpack-jitm": "^3.1.26", + "automattic/jetpack-licensing": "^2.0.10", + "automattic/jetpack-plans": "^0.4.11", + "automattic/jetpack-plugins-installer": "^0.4.3", + "automattic/jetpack-protect-status": "^0.2.0", + "automattic/jetpack-redirect": "^2.0.4", + "automattic/jetpack-status": "^4.0.2", + "automattic/jetpack-sync": "^3.14.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-search": "@dev", - "automattic/jetpack-videopress": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1132,58 +1047,35 @@ "src/products" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "test-js": [ - "pnpm run test" - ], - "test-js-watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run test --watch" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v4.35.15" + }, + "time": "2024-10-17T18:29:37+00:00" }, { "name": "automattic/jetpack-password-checker", - "version": "dev-trunk", + "version": "v0.3.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "bdf70591123932112e447e295d7f174b5c0e3a44" + }, "dist": { - "type": "path", - "url": "../../packages/password-checker", - "reference": "b10057021f5d77cc3617afaa2672044e1e8ce1d5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/bdf70591123932112e447e295d7f174b5c0e3a44", + "reference": "bdf70591123932112e447e295d7f174b5c0e3a44", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1207,43 +1099,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.2" + }, + "time": "2024-08-23T14:28:17+00:00" }, { "name": "automattic/jetpack-plans", - "version": "dev-trunk", + "version": "v0.4.11", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "907a183097417c62e68971e0e76a568e65d0bfcb" + }, "dist": { - "type": "path", - "url": "../../packages/plans", - "reference": "5b2084083304385b29ab96840abf799afd0f79c2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/907a183097417c62e68971e0e76a568e65d0bfcb", + "reference": "907a183097417c62e68971e0e76a568e65d0bfcb", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", + "automattic/jetpack-connection": "^5.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", + "automattic/jetpack-status": "^4.0.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1266,49 +1152,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Fetch information about Jetpack Plans from wpcom", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.11" + }, + "time": "2024-09-23T18:23:09+00:00" }, { "name": "automattic/jetpack-plugins-installer", - "version": "dev-trunk", + "version": "v0.4.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "53599f17ca0def355edbab886cdf765713a8809a" + }, "dist": { - "type": "path", - "url": "../../packages/plugins-installer", - "reference": "94f77ef5fa17584be1cf6ff0f3157c78ca888e31" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/53599f17ca0def355edbab886cdf765713a8809a", + "reference": "53599f17ca0def355edbab886cdf765713a8809a", + "shasum": "" }, "require": { - "automattic/jetpack-a8c-mc-stats": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-a8c-mc-stats": "^2.0.2", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "yoast/phpunit-polyfills": "^1.1.1" }, "suggest": { @@ -1331,35 +1205,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Handle installation of plugins from WP.org", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.4.3" + }, + "time": "2024-09-05T19:34:11+00:00" }, { "name": "automattic/jetpack-protect-models", - "version": "dev-trunk", + "version": "v0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-protect-models.git", + "reference": "2bf41729730c09dbe49128242c0af94cbd9da740" + }, "dist": { - "type": "path", - "url": "../../packages/protect-models", - "reference": "3bf84c840bde41d41a4daa6652ccac08916e0c90" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-protect-models/zipball/2bf41729730c09dbe49128242c0af94cbd9da740", + "reference": "2bf41729730c09dbe49128242c0af94cbd9da740", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1386,52 +1260,40 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the models used in Protect. ", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-protect-models/tree/v0.3.0" + }, + "time": "2024-09-23T18:22:42+00:00" }, { "name": "automattic/jetpack-protect-status", - "version": "dev-trunk", + "version": "v0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-protect-status.git", + "reference": "3ed1d4727164ba081e6182315f08435dfa63b82c" + }, "dist": { - "type": "path", - "url": "../../packages/protect-status", - "reference": "c0092882367ee3ef1a30326ac0dbb058d0adc5e3" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-protect-status/zipball/3ed1d4727164ba081e6182315f08435dfa63b82c", + "reference": "3ed1d4727164ba081e6182315f08435dfa63b82c", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-plans": "@dev", - "automattic/jetpack-plugins-installer": "@dev", - "automattic/jetpack-protect-models": "@dev", - "automattic/jetpack-sync": "@dev", + "automattic/jetpack-connection": "^5.0.0", + "automattic/jetpack-plans": "^0.4.11", + "automattic/jetpack-plugins-installer": "^0.4.3", + "automattic/jetpack-protect-models": "^0.3.0", + "automattic/jetpack-sync": "^3.13.1", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1458,48 +1320,36 @@ "src/" ] }, - "scripts": { - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-protect-status/tree/v0.2.0" + }, + "time": "2024-09-23T18:23:15+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "dev-trunk", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "72457f3899c772529d26e83a44d6ffd6758a71fd" + }, "dist": { - "type": "path", - "url": "../../packages/redirect", - "reference": "3a861643edfc325a9150008bbde9a13d3aa77bb6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/72457f3899c772529d26e83a44d6ffd6758a71fd", + "reference": "72457f3899c772529d26e83a44d6ffd6758a71fd", + "shasum": "" }, "require": { - "automattic/jetpack-status": "@dev", + "automattic/jetpack-status": "^4.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1522,35 +1372,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.4" + }, + "time": "2024-09-05T19:34:13+00:00" }, { "name": "automattic/jetpack-roles", - "version": "dev-trunk", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "32e45299a6ff93de0b1f4c71e6669f15917220fb" + }, "dist": { - "type": "path", - "url": "../../packages/roles", - "reference": "f89c7b97f2a26162f238096d290765510b387458" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/32e45299a6ff93de0b1f4c71e6669f15917220fb", + "reference": "32e45299a6ff93de0b1f4c71e6669f15917220fb", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1573,38 +1423,38 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.3" + }, + "time": "2024-08-23T14:28:15+00:00" }, { "name": "automattic/jetpack-status", - "version": "dev-trunk", + "version": "v4.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "2e1ccecbffe61edc181b9581496502b71e55e539" + }, "dist": { - "type": "path", - "url": "../../packages/status", - "reference": "fb9d7919368d5fcea47f659fa2a7532ada3477a0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/2e1ccecbffe61edc181b9581496502b71e55e539", + "reference": "2e1ccecbffe61edc181b9581496502b71e55e539", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "@dev", + "automattic/jetpack-constants": "^2.0.4", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/jetpack-connection": "@dev", - "automattic/jetpack-ip": "@dev", + "automattic/jetpack-ip": "^0.3.0", "automattic/jetpack-plans": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" @@ -1634,43 +1484,43 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v4.0.2" + }, + "time": "2024-09-23T18:22:46+00:00" }, { "name": "automattic/jetpack-sync", - "version": "dev-trunk", + "version": "v3.14.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "b79c48d4ab5ee7f7a3b994ba4a276d2a2a45105a" + }, "dist": { - "type": "path", - "url": "../../packages/sync", - "reference": "ac7496c921263d9ce7eaa77cac67d945c4f30fea" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/b79c48d4ab5ee7f7a3b994ba4a276d2a2a45105a", + "reference": "b79c48d4ab5ee7f7a3b994ba4a276d2a2a45105a", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-ip": "@dev", - "automattic/jetpack-password-checker": "@dev", - "automattic/jetpack-roles": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-connection": "^5.1.3", + "automattic/jetpack-constants": "^2.0.4", + "automattic/jetpack-ip": "^0.3.0", + "automattic/jetpack-password-checker": "^0.3.2", + "automattic/jetpack-roles": "^2.0.3", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "@dev", + "automattic/jetpack-waf": "^0.22.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1703,43 +1553,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v3.14.2" + }, + "time": "2024-10-15T22:11:29+00:00" }, { "name": "automattic/jetpack-transport-helper", - "version": "dev-trunk", + "version": "v0.2.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-transport-helper.git", + "reference": "23f6c6900e9612a4e7fac3726726b1316cf8b811" + }, "dist": { - "type": "path", - "url": "../../packages/transport-helper", - "reference": "b05407d43a7387af9d657bc8b462012c5458cf39" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-transport-helper/zipball/23f6c6900e9612a4e7fac3726726b1316cf8b811", + "reference": "23f6c6900e9612a4e7fac3726726b1316cf8b811", + "shasum": "" }, "require": { - "automattic/jetpack-backup-helper-script-manager": "@dev", - "automattic/jetpack-connection": "@dev", + "automattic/jetpack-backup-helper-script-manager": "^0.2.7", + "automattic/jetpack-connection": "^5.1.3", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1769,52 +1613,40 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "echo 'Add your build step to composer.json, please!'" - ], - "build-development": [ - "echo 'Add your build step to composer.json, please!'" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Package to help transport server communication", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-transport-helper/tree/v0.2.5" + }, + "time": "2024-10-15T22:11:24+00:00" }, { "name": "automattic/jetpack-waf", - "version": "dev-trunk", + "version": "v0.22.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-waf.git", + "reference": "b06c6b9484587ade723b1f70f392140214632af8" + }, "dist": { - "type": "path", - "url": "../../packages/waf", - "reference": "44068e3c71aa5634458967a6191535ba25c51639" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/b06c6b9484587ade723b1f70f392140214632af8", + "reference": "b06c6b9484587ade723b1f70f392140214632af8", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-ip": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-connection": "^5.1.3", + "automattic/jetpack-constants": "^2.0.4", + "automattic/jetpack-ip": "^0.3.0", + "automattic/jetpack-status": "^4.0.2", "php": ">=7.0", "wikimedia/aho-corasick": "^1.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1841,32 +1673,15 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --configuration tests/php/integration/phpunit.xml.dist --colors=always", - "./vendor/phpunit/phpunit/phpunit --configuration tests/php/unit/phpunit.xml.dist --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage-html": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/integration/phpunit.xml.dist", - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/unit/phpunit.xml.dist" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Tools to assist with the Jetpack Web Application Firewall", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-waf/tree/v0.22.1" + }, + "time": "2024-10-17T18:29:27+00:00" }, { "name": "wikimedia/aho-corasick", @@ -1923,11 +1738,17 @@ "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "dev-trunk", + "version": "v4.2.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "23b7c4b3dc98ce9c78d7c14fc8f0fd0c17f7888d" + }, "dist": { - "type": "path", - "url": "../../packages/changelogger", - "reference": "8489a82ca328626854da99e29f3cb0f017529cb5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/23b7c4b3dc98ce9c78d7c14fc8f0fd0c17f7888d", + "reference": "23b7c4b3dc98ce9c78d7c14fc8f0fd0c17f7888d", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1957,30 +1778,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" - } - }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ], - "post-update-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -1991,9 +1793,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.6" + }, + "time": "2024-08-22T11:01:24+00:00" }, { "name": "automattic/wordbless", @@ -4793,22 +4596,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "automattic/jetpack-assets": 20, - "automattic/jetpack-admin-ui": 20, - "automattic/jetpack-autoloader": 20, - "automattic/jetpack-composer-plugin": 20, - "automattic/jetpack-config": 20, - "automattic/jetpack-my-jetpack": 20, - "automattic/jetpack-plugins-installer": 20, - "automattic/jetpack-sync": 20, - "automattic/jetpack-transport-helper": 20, - "automattic/jetpack-plans": 20, - "automattic/jetpack-waf": 20, - "automattic/jetpack-status": 20, - "automattic/jetpack-protect-status": 20, - "automattic/jetpack-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": {