diff --git a/projects/plugins/social/composer.json b/projects/plugins/social/composer.json index bdd956a7d1584..0363700d04360 100644 --- a/projects/plugins/social/composer.json +++ b/projects/plugins/social/composer.json @@ -4,21 +4,21 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-admin-ui": "@dev", - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-autoloader": "@dev", - "automattic/jetpack-composer-plugin": "@dev", - "automattic/jetpack-config": "@dev", - "automattic/jetpack-publicize": "@dev", - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-my-jetpack": "@dev", - "automattic/jetpack-sync": "@dev", - "automattic/jetpack-status": "@dev", - "automattic/jetpack-plans": "@dev", - "automattic/jetpack-post-list": "@dev" + "automattic/jetpack-admin-ui": "^0.4.5", + "automattic/jetpack-assets": "^2.3.10", + "automattic/jetpack-autoloader": "^3.1.2", + "automattic/jetpack-composer-plugin": "^2.0.3", + "automattic/jetpack-config": "^2.0.4", + "automattic/jetpack-publicize": "^0.55.0", + "automattic/jetpack-connection": "^5.1.5", + "automattic/jetpack-my-jetpack": "^4.35.15", + "automattic/jetpack-sync": "^3.14.3", + "automattic/jetpack-status": "^4.0.2", + "automattic/jetpack-plans": "^0.4.12", + "automattic/jetpack-post-list": "^0.6.3" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.7", "automattic/wordbless": "0.4.2", "yoast/phpunit-polyfills": "^1.1.1", "brain/monkey": "2.6.1" @@ -54,15 +54,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/social/composer.lock b/projects/plugins/social/composer.lock index 71abf37eef397..b688f557399c8 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/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": "c544377bb7115e780fb1645dd295be0b", + "content-hash": "a01e6481b515f4eafaddb5c0504ee105", "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,24 +228,31 @@ "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-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" }, @@ -285,48 +276,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" }, @@ -353,53 +332,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" }, @@ -421,14 +383,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" ], @@ -439,23 +394,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", @@ -507,36 +469,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.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "88766693073509fa418495469c49e3969922a64d" + }, "dist": { - "type": "path", - "url": "../../packages/connection", - "reference": "7a548420dc6a883bc3d49b17b110a04caa97713b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/88766693073509fa418495469c49e3969922a64d", + "reference": "88766693073509fa418495469c49e3969922a64d", + "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.7", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "^1.1.1" @@ -576,47 +544,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.5" + }, + "time": "2024-10-25T11:07:45+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" }, @@ -639,35 +595,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": { @@ -689,36 +645,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": { @@ -744,52 +700,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" }, @@ -816,42 +755,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" }, @@ -878,46 +817,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" }, @@ -941,41 +870,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": { @@ -997,51 +920,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" }, @@ -1075,58 +996,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" }, @@ -1150,43 +1048,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.12", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "c791dd02211006e536628cb7f57604c44f91b130" + }, "dist": { - "type": "path", - "url": "../../packages/plans", - "reference": "5b2084083304385b29ab96840abf799afd0f79c2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/c791dd02211006e536628cb7f57604c44f91b130", + "reference": "c791dd02211006e536628cb7f57604c44f91b130", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", + "automattic/jetpack-connection": "^5.1.4", "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" }, @@ -1209,49 +1101,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.12" + }, + "time": "2024-10-21T18:37:02+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": { @@ -1274,36 +1154,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": "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-post-list", - "version": "dev-trunk", + "version": "v0.6.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-post-list.git", + "reference": "66a90d6978e7e50f94204d9da3fa9f4a870d841d" + }, "dist": { - "type": "path", - "url": "../../packages/post-list", - "reference": "31b15eb96fcb892ced260b76d1b861a0d23165e7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-post-list/zipball/66a90d6978e7e50f94204d9da3fa9f4a870d841d", + "reference": "66a90d6978e7e50f94204d9da3fa9f4a870d841d", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "@dev", + "automattic/jetpack-assets": "^2.3.4", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.6", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1330,41 +1210,35 @@ "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": "Enhance the classic view of the Admin section of your WordPress site", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-post-list/tree/v0.6.3" + }, + "time": "2024-08-23T14:29:12+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" }, @@ -1391,52 +1265,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" }, @@ -1463,53 +1325,41 @@ "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-publicize", - "version": "dev-trunk", + "version": "v0.55.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-publicize.git", + "reference": "94665d4a6a233198a17f618e73bcef11a991015e" + }, "dist": { - "type": "path", - "url": "../../packages/publicize", - "reference": "1fc54eab768a14c867ab64b3a5b169c662bb6b77" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-publicize/zipball/94665d4a6a233198a17f618e73bcef11a991015e", + "reference": "94665d4a6a233198a17f618e73bcef11a991015e", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-autoloader": "@dev", - "automattic/jetpack-config": "@dev", - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-plans": "@dev", - "automattic/jetpack-redirect": "@dev", + "automattic/jetpack-assets": "^2.3.10", + "automattic/jetpack-autoloader": "^3.1.2", + "automattic/jetpack-config": "^2.0.4", + "automattic/jetpack-connection": "^5.1.5", + "automattic/jetpack-plans": "^0.4.12", + "automattic/jetpack-redirect": "^2.0.4", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.7", "automattic/wordbless": "0.4.2", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1529,60 +1379,44 @@ } }, "autoload": { - "classmap": [ - "src/" - ], "files": [ "actions.php", "src/social-image-generator/utilities.php" - ] - }, - "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-development": [ - "pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" ], - "build-production": [ - "pnpm run build-production-concurrently" + "classmap": [ + "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-publicize/tree/v0.55.0" + }, + "time": "2024-10-25T11:08:00+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" }, @@ -1605,35 +1439,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" }, @@ -1656,38 +1490,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" @@ -1717,43 +1551,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.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "bd268a45181ef17710320a50e4efb51bc91c973e" + }, "dist": { - "type": "path", - "url": "../../packages/sync", - "reference": "ac7496c921263d9ce7eaa77cac67d945c4f30fea" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/bd268a45181ef17710320a50e4efb51bc91c973e", + "reference": "bd268a45181ef17710320a50e4efb51bc91c973e", + "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.5", + "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.7", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "@dev", + "automattic/jetpack-waf": "^0.22.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "^1.1.1" }, @@ -1786,27 +1620,15 @@ "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.3" + }, + "time": "2024-10-25T11:07:54+00:00" } ], "packages-dev": [ @@ -1860,11 +1682,17 @@ }, { "name": "automattic/jetpack-changelogger", - "version": "dev-trunk", + "version": "v4.2.7", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "853fb5bc4603853b8d008c56a488ff36576df9fb" + }, "dist": { - "type": "path", - "url": "../../packages/changelogger", - "reference": "8489a82ca328626854da99e29f3cb0f017529cb5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/853fb5bc4603853b8d008c56a488ff36576df9fb", + "reference": "853fb5bc4603853b8d008c56a488ff36576df9fb", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1894,30 +1722,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" ], @@ -1928,9 +1737,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.7" + }, + "time": "2024-10-25T11:06:36+00:00" }, { "name": "automattic/wordbless", @@ -4934,21 +4744,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "automattic/jetpack-admin-ui": 20, - "automattic/jetpack-assets": 20, - "automattic/jetpack-autoloader": 20, - "automattic/jetpack-composer-plugin": 20, - "automattic/jetpack-config": 20, - "automattic/jetpack-publicize": 20, - "automattic/jetpack-connection": 20, - "automattic/jetpack-my-jetpack": 20, - "automattic/jetpack-sync": 20, - "automattic/jetpack-status": 20, - "automattic/jetpack-plans": 20, - "automattic/jetpack-post-list": 20, - "automattic/jetpack-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [],