From 76460e52b9809f1f3b73678890e158a1deb41c29 Mon Sep 17 00:00:00 2001 From: Nate Weller Date: Thu, 19 Oct 2023 17:40:11 -0600 Subject: [PATCH] Updated package versions for automattic/jetpack-protect --- projects/plugins/protect/composer.json | 38 +- projects/plugins/protect/composer.lock | 1100 ++++++++++-------------- 2 files changed, 488 insertions(+), 650 deletions(-) diff --git a/projects/plugins/protect/composer.json b/projects/plugins/protect/composer.json index bbb7ae1bbc7ca..92b62235d8476 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-identity-crisis": "@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-assets": "^1.18.13", + "automattic/jetpack-admin-ui": "^0.2.23", + "automattic/jetpack-autoloader": "^2.12.0", + "automattic/jetpack-composer-plugin": "^1.1.14", + "automattic/jetpack-config": "^1.15.4", + "automattic/jetpack-identity-crisis": "^0.11.1", + "automattic/jetpack-my-jetpack": "^3.9.1", + "automattic/jetpack-plugins-installer": "^0.2.5", + "automattic/jetpack-sync": "^1.58.1", + "automattic/jetpack-transport-helper": "^0.1.6", + "automattic/jetpack-plans": "^0.3.4", + "automattic/jetpack-waf": "^0.11.13", + "automattic/jetpack-status": "^1.18.5" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "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 4704a9f583608..3c8833d83e234 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -4,18 +4,24 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "768f275227e9c120ee667065eecb5966", + "content-hash": "220666f2416c3a808e4aeeb0d3196016", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "dev-trunk", + "version": "v1.4.22", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "d7fdf2fc7ae33d75e24e82d81269e33ec718446f" + }, "dist": { - "type": "path", - "url": "../../packages/a8c-mc-stats", - "reference": "323066aa932363ae466ae3531a3294cd87b76784" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d7fdf2fc7ae33d75e24e82d81269e33ec718446f", + "reference": "d7fdf2fc7ae33d75e24e82d81269e33ec718446f", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -37,33 +43,33 @@ "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/v1.4.22" + }, + "time": "2023-09-19T18:18:33+00:00" }, { "name": "automattic/jetpack-admin-ui", - "version": "dev-trunk", + "version": "v0.2.23", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "2684f3ee3b458074d95e727e70ae994802501688" + }, "dist": { - "type": "path", - "url": "../../packages/admin-ui", - "reference": "043cf5470fb67474cbde3a6d8351ee5ecca51efd" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/2684f3ee3b458074d95e727e70ae994802501688", + "reference": "2684f3ee3b458074d95e727e70ae994802501688", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-logo": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", + "automattic/jetpack-logo": "^1.6.3", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -90,41 +96,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": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.23" + }, + "time": "2023-09-19T18:19:10+00:00" }, { "name": "automattic/jetpack-assets", - "version": "dev-trunk", + "version": "v1.18.13", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "f3da965ec6e25acab6b18dbd8669285659212ab9" + }, "dist": { - "type": "path", - "url": "../../packages/assets", - "reference": "3e2ee0c78d91409302ac2228532b9725d187c89c" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/f3da965ec6e25acab6b18dbd8669285659212ab9", + "reference": "f3da965ec6e25acab6b18dbd8669285659212ab9", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "@dev" + "automattic/jetpack-constants": "^1.6.23" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "brain/monkey": "2.6.1", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", "yoast/phpunit-polyfills": "1.1.0" @@ -152,44 +152,35 @@ "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/v1.18.13" + }, + "time": "2023-10-19T23:36:22+00:00" }, { "name": "automattic/jetpack-autoloader", - "version": "dev-trunk", + "version": "v2.12.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "632b69cfc73ed5505f2b03165e7f68d414d0da12" + }, "dist": { - "type": "path", - "url": "../../packages/autoloader", - "reference": "034c5ee91cce3ce330103056adb2157aa9bb3f24" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/632b69cfc73ed5505f2b03165e7f68d414d0da12", + "reference": "632b69cfc73ed5505f2b03165e7f68d414d0da12", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "yoast/phpunit-polyfills": "1.1.0" }, "type": "composer-plugin", @@ -208,21 +199,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" ], @@ -235,23 +219,30 @@ "plugin", "wordpress" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.12.0" + }, + "time": "2023-09-28T18:33:34+00:00" }, { "name": "automattic/jetpack-composer-plugin", - "version": "dev-trunk", + "version": "v1.1.14", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "4722a7fe4bd0080962308653a7f935a24acfc027" + }, "dist": { - "type": "path", - "url": "../../packages/composer-plugin", - "reference": "c5173c994ce10010ef82aaf94b4aae9accb7bd02" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/4722a7fe4bd0080962308653a7f935a24acfc027", + "reference": "4722a7fe4bd0080962308653a7f935a24acfc027", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "1.1.0" }, @@ -273,14 +264,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" ], @@ -291,20 +275,27 @@ "jetpack", "plugin" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v1.1.14" + }, + "time": "2023-09-19T18:18:32+00:00" }, { "name": "automattic/jetpack-config", - "version": "dev-trunk", + "version": "v1.15.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "6cf8d61a972530322c9b62f7375fff83342c38f9" + }, "dist": { - "type": "path", - "url": "../../packages/config", - "reference": "6a05cd2a4f161c97adb8c7ac698d7bb1e2397594" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/6cf8d61a972530322c9b62f7375fff83342c38f9", + "reference": "6cf8d61a972530322c9b62f7375fff83342c38f9", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev" + "automattic/jetpack-changelogger": "^3.3.9" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -326,32 +317,40 @@ "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/v1.15.4" + }, + "time": "2023-09-19T18:18:30+00:00" }, { "name": "automattic/jetpack-connection", - "version": "dev-trunk", + "version": "v1.58.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "9b12984bc9fcc075844b4f2e3fe27176e42cdf14" + }, "dist": { - "type": "path", - "url": "../../packages/connection", - "reference": "c075d691af9b47d8b3ac7b7f3e949e3a1599e05a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/9b12984bc9fcc075844b4f2e3fe27176e42cdf14", + "reference": "9b12984bc9fcc075844b4f2e3fe27176e42cdf14", + "shasum": "" }, "require": { - "automattic/jetpack-a8c-mc-stats": "@dev", - "automattic/jetpack-admin-ui": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-redirect": "@dev", - "automattic/jetpack-roles": "@dev", - "automattic/jetpack-status": "@dev" + "automattic/jetpack-a8c-mc-stats": "^1.4.22", + "automattic/jetpack-admin-ui": "^0.2.23", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-redirect": "^1.7.27", + "automattic/jetpack-roles": "^1.4.25", + "automattic/jetpack-status": "^1.18.5" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -381,44 +380,32 @@ "src/webhooks" ] }, - "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/v1.58.2" + }, + "time": "2023-10-19T23:36:12+00:00" }, { "name": "automattic/jetpack-constants", - "version": "dev-trunk", + "version": "v1.6.23", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "0825fb1fa94956f26adebc01be0d716a0fd3ade0" + }, "dist": { - "type": "path", - "url": "../../packages/constants", - "reference": "17a0eb51bb039041e3f37c6cd76b5c9bc0110fde" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/0825fb1fa94956f26adebc01be0d716a0fd3ade0", + "reference": "0825fb1fa94956f26adebc01be0d716a0fd3ade0", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.8", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -441,32 +428,32 @@ "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/v1.6.23" + }, + "time": "2023-08-23T17:56:35+00:00" }, { "name": "automattic/jetpack-device-detection", - "version": "dev-trunk", + "version": "v1.4.27", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "5fa2add941f3a7933b34bc3f57b4649e887c3976" + }, "dist": { - "type": "path", - "url": "../../packages/device-detection", - "reference": "fef1f53b844143c5358061d969d7472bb321af18" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/5fa2add941f3a7933b34bc3f57b4649e887c3976", + "reference": "5fa2add941f3a7933b34bc3f57b4649e887c3976", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.8", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -488,39 +475,39 @@ "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/v1.4.27" + }, + "time": "2023-08-23T17:56:41+00:00" }, { "name": "automattic/jetpack-identity-crisis", - "version": "dev-trunk", + "version": "v0.11.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-identity-crisis.git", + "reference": "4f6ac2b9fda47688f5146afd9821a523368f30a0" + }, "dist": { - "type": "path", - "url": "../../packages/identity-crisis", - "reference": "ca590c3fe1ae0c9fe2f645e4a48e19080a7f6aff" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/4f6ac2b9fda47688f5146afd9821a523368f30a0", + "reference": "4f6ac2b9fda47688f5146afd9821a523368f30a0", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-logo": "@dev", - "automattic/jetpack-status": "@dev" + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-logo": "^1.6.3", + "automattic/jetpack-status": "^1.18.5" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -547,48 +534,32 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV='production' pnpm run build" - ], - "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" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Identity Crisis.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.11.1" + }, + "time": "2023-10-19T23:36:40+00:00" }, { "name": "automattic/jetpack-ip", - "version": "dev-trunk", + "version": "v0.1.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "39a3b6084336a0a76e4f95f83c2306102e46990e" + }, "dist": { - "type": "path", - "url": "../../packages/ip", - "reference": "5ac9a7f37b867264b745c581597351ff389e6640" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/39a3b6084336a0a76e4f95f83c2306102e46990e", + "reference": "39a3b6084336a0a76e4f95f83c2306102e46990e", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -615,42 +586,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.1.6" + }, + "time": "2023-09-19T18:18:29+00:00" }, { "name": "automattic/jetpack-jitm", - "version": "dev-trunk", + "version": "v2.5.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "67b535110fed1a1959b94dc3873c9d0f1834a661" + }, "dist": { - "type": "path", - "url": "../../packages/jitm", - "reference": "abf3747a9f310a0dfc412252d27f098cb1cb2406" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/67b535110fed1a1959b94dc3873c9d0f1834a661", + "reference": "67b535110fed1a1959b94dc3873c9d0f1834a661", + "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-partner": "@dev", - "automattic/jetpack-redirect": "@dev", - "automattic/jetpack-status": "@dev" + "automattic/jetpack-a8c-mc-stats": "^1.4.22", + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-device-detection": "^1.4.27", + "automattic/jetpack-logo": "^1.6.3", + "automattic/jetpack-partner": "^1.7.25", + "automattic/jetpack-redirect": "^1.7.27", + "automattic/jetpack-status": "^1.18.5" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -677,45 +648,35 @@ "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/v2.5.1" + }, + "time": "2023-10-19T23:36:36+00:00" }, { "name": "automattic/jetpack-licensing", - "version": "dev-trunk", + "version": "v1.8.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-licensing.git", + "reference": "b2a447fa38baf5eb84da7b1db76452349ecc2b25" + }, "dist": { - "type": "path", - "url": "../../packages/licensing", - "reference": "f721e8bb190e8f3f819032600242e811a567950f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-licensing/zipball/b2a447fa38baf5eb84da7b1db76452349ecc2b25", + "reference": "b2a447fa38baf5eb84da7b1db76452349ecc2b25", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev" + "automattic/jetpack-connection": "^1.57.5" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -739,38 +700,32 @@ "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/v1.8.4" + }, + "time": "2023-09-19T18:19:52+00:00" }, { "name": "automattic/jetpack-logo", - "version": "dev-trunk", + "version": "v1.6.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "4fb83219cd579e2ad47441afc402fb867d1906ee" + }, "dist": { - "type": "path", - "url": "../../packages/logo", - "reference": "c5c4c3918c9e6ae4da34f413a28a6d82d360aeab" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/4fb83219cd579e2ad47441afc402fb867d1906ee", + "reference": "4fb83219cd579e2ad47441afc402fb867d1906ee", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -792,43 +747,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": "A logo for Jetpack", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v1.6.3" + }, + "time": "2023-09-19T18:18:39+00:00" }, { "name": "automattic/jetpack-my-jetpack", - "version": "dev-trunk", + "version": "v3.9.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-my-jetpack.git", + "reference": "15dd49fd5f94ea15cc004507fb0a29e36979f91e" + }, "dist": { - "type": "path", - "url": "../../packages/my-jetpack", - "reference": "76b8ab03a2bcc2f1702f5d4d43838badf9df7480" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/15dd49fd5f94ea15cc004507fb0a29e36979f91e", + "reference": "15dd49fd5f94ea15cc004507fb0a29e36979f91e", + "shasum": "" }, "require": { - "automattic/jetpack-admin-ui": "@dev", - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-jitm": "@dev", - "automattic/jetpack-licensing": "@dev", - "automattic/jetpack-plugins-installer": "@dev", - "automattic/jetpack-redirect": "@dev" + "automattic/jetpack-admin-ui": "^0.2.23", + "automattic/jetpack-assets": "^1.18.13", + "automattic/jetpack-connection": "^1.58.2", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-jitm": "^2.5.1", + "automattic/jetpack-licensing": "^1.8.4", + "automattic/jetpack-plugins-installer": "^0.2.5", + "automattic/jetpack-redirect": "^1.7.27" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-videopress": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", + "automattic/jetpack-videopress": "^0.18.0", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -856,59 +811,36 @@ "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/v3.9.1" + }, + "time": "2023-10-19T23:36:50+00:00" }, { "name": "automattic/jetpack-partner", - "version": "dev-trunk", + "version": "v1.7.25", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-partner.git", + "reference": "3477697b61c5e7f0ffbe9cf4d5e92c18f30494d3" + }, "dist": { - "type": "path", - "url": "../../packages/partner", - "reference": "617ebd443fc95dbd3e907b463eed621506da8e31" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-partner/zipball/3477697b61c5e7f0ffbe9cf4d5e92c18f30494d3", + "reference": "3477697b61c5e7f0ffbe9cf4d5e92c18f30494d3", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-status": "@dev" + "automattic/jetpack-connection": "^1.57.5", + "automattic/jetpack-status": "^1.18.4" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -932,38 +864,32 @@ "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": "Support functions for Jetpack hosting partners.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-partner/tree/v1.7.25" + }, + "time": "2023-09-19T18:19:51+00:00" }, { "name": "automattic/jetpack-password-checker", - "version": "dev-trunk", + "version": "v0.2.14", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "e15e0e01e363c25c2c6b105f4388b4b7d6f7b1db" + }, "dist": { - "type": "path", - "url": "../../packages/password-checker", - "reference": "7a26ef21f1404281666043cead8bf1669d120154" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/e15e0e01e363c25c2c6b105f4388b4b7d6f7b1db", + "reference": "e15e0e01e363c25c2c6b105f4388b4b7d6f7b1db", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.8", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -987,42 +913,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": "Password Checker.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.14" + }, + "time": "2023-08-23T17:56:39+00:00" }, { "name": "automattic/jetpack-plans", - "version": "dev-trunk", + "version": "v0.3.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "c42749ce627ee4bd6c94599876e17d1dceb4b380" + }, "dist": { - "type": "path", - "url": "../../packages/plans", - "reference": "86261db42c82c72b7e452d58f7f87e688166ebf4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/c42749ce627ee4bd6c94599876e17d1dceb4b380", + "reference": "c42749ce627ee4bd6c94599876e17d1dceb4b380", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev" + "automattic/jetpack-connection": "^1.57.1" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-changelogger": "^3.3.8", + "automattic/jetpack-status": "^1.18.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1045,47 +965,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" - ], - "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.3.4" + }, + "time": "2023-08-23T17:57:42+00:00" }, { "name": "automattic/jetpack-plugins-installer", - "version": "dev-trunk", + "version": "v0.2.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "5c60dba7126a21420a192759af0807ea6b9197e1" + }, "dist": { - "type": "path", - "url": "../../packages/plugins-installer", - "reference": "f9df3642af412f0b65e6318fe701deffa501aed8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/5c60dba7126a21420a192759af0807ea6b9197e1", + "reference": "5c60dba7126a21420a192759af0807ea6b9197e1", + "shasum": "" }, "require": { - "automattic/jetpack-a8c-mc-stats": "@dev" + "automattic/jetpack-a8c-mc-stats": "^1.4.21" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.8", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -1108,35 +1016,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.2.5" + }, + "time": "2023-08-23T17:57:04+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "dev-trunk", + "version": "v1.7.27", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "43dd3ae2bef71281fe70f62733bfaa44c988f1b1" + }, "dist": { - "type": "path", - "url": "../../packages/redirect", - "reference": "41485d7ae484bbdf8cd540fe210fc8a950739e4a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/43dd3ae2bef71281fe70f62733bfaa44c988f1b1", + "reference": "43dd3ae2bef71281fe70f62733bfaa44c988f1b1", + "shasum": "" }, "require": { - "automattic/jetpack-status": "@dev" + "automattic/jetpack-status": "^1.18.4" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1159,32 +1067,32 @@ "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/v1.7.27" + }, + "time": "2023-09-19T18:19:22+00:00" }, { "name": "automattic/jetpack-roles", - "version": "dev-trunk", + "version": "v1.4.25", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "708b33f16a879fc2ab5939a972c968c9aeefbe38" + }, "dist": { - "type": "path", - "url": "../../packages/roles", - "reference": "c3300863025c6a3f2cb1705a67ab77d2946e87dc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/708b33f16a879fc2ab5939a972c968c9aeefbe38", + "reference": "708b33f16a879fc2ab5939a972c968c9aeefbe38", + "shasum": "" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.9", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1207,36 +1115,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": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.25" + }, + "time": "2023-09-19T18:18:38+00:00" }, { "name": "automattic/jetpack-status", - "version": "dev-trunk", + "version": "v1.18.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "fe08772e2005b8cd78ec5e0d416b73a04ae57c10" + }, "dist": { - "type": "path", - "url": "../../packages/status", - "reference": "f7cb46ce4ddb975b79fd27163da1a908888322d6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/fe08772e2005b8cd78ec5e0d416b73a04ae57c10", + "reference": "fe08772e2005b8cd78ec5e0d416b73a04ae57c10", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "@dev" + "automattic/jetpack-constants": "^1.6.23" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-ip": "@dev", + "automattic/jetpack-changelogger": "^3.3.10", + "automattic/jetpack-ip": "^0.1.6", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1259,41 +1167,41 @@ "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/v1.18.5" + }, + "time": "2023-09-25T19:07:29+00:00" }, { "name": "automattic/jetpack-sync", - "version": "dev-trunk", + "version": "v1.58.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "8e6e7516b1d37a131ac693117ccbb00bb85c6fc2" + }, "dist": { - "type": "path", - "url": "../../packages/sync", - "reference": "0635ec7c9ddeafdbd2d7acc547b9dbff68b2cb1b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/8e6e7516b1d37a131ac693117ccbb00bb85c6fc2", + "reference": "8e6e7516b1d37a131ac693117ccbb00bb85c6fc2", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-identity-crisis": "@dev", - "automattic/jetpack-ip": "@dev", - "automattic/jetpack-password-checker": "@dev", - "automattic/jetpack-roles": "@dev", - "automattic/jetpack-status": "@dev" + "automattic/jetpack-connection": "^1.58.1", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-identity-crisis": "^0.11.0", + "automattic/jetpack-ip": "^0.1.6", + "automattic/jetpack-password-checker": "^0.2.14", + "automattic/jetpack-roles": "^1.4.25", + "automattic/jetpack-status": "^1.18.5" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1320,41 +1228,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": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v1.58.1" + }, + "time": "2023-10-18T14:40:56+00:00" }, { "name": "automattic/jetpack-transport-helper", - "version": "dev-trunk", + "version": "v0.1.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-transport-helper.git", + "reference": "c97a04caa37bd3fb09258f52032e7da640a47a08" + }, "dist": { - "type": "path", - "url": "../../packages/transport-helper", - "reference": "7a1b4035382b93a2bed7cc2f9c20f2d2272c31f9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-transport-helper/zipball/c97a04caa37bd3fb09258f52032e7da640a47a08", + "reference": "c97a04caa37bd3fb09258f52032e7da640a47a08", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev" + "automattic/jetpack-connection": "^1.58.2" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1384,51 +1286,39 @@ "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.1.6" + }, + "time": "2023-10-19T23:36:18+00:00" }, { "name": "automattic/jetpack-waf", - "version": "dev-trunk", + "version": "v0.11.13", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-waf.git", + "reference": "45a338ee01c50246386da3d0c3100ae017d1c0ce" + }, "dist": { - "type": "path", - "url": "../../packages/waf", - "reference": "cbb27b249e7c79ba0d70f7d190e584b0d286440d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-waf/zipball/45a338ee01c50246386da3d0c3100ae017d1c0ce", + "reference": "45a338ee01c50246386da3d0c3100ae017d1c0ce", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-ip": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-connection": "^1.58.1", + "automattic/jetpack-constants": "^1.6.23", + "automattic/jetpack-ip": "^0.1.6", + "automattic/jetpack-status": "^1.18.5", "wikimedia/aho-corasick": "^1.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^3.3.11", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1455,32 +1345,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.11.13" + }, + "time": "2023-10-10T18:50:38+00:00" }, { "name": "wikimedia/aho-corasick", @@ -1537,11 +1410,17 @@ "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "dev-trunk", + "version": "v3.3.11", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "1b5300887b0dbe8bccc054aa439cd6db6e2d8fb9" + }, "dist": { - "type": "path", - "url": "../../packages/changelogger", - "reference": "7e70d6d91c99ca7224e3fe409f998b039ddc91f1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/1b5300887b0dbe8bccc054aa439cd6db6e2d8fb9", + "reference": "1b5300887b0dbe8bccc054aa439cd6db6e2d8fb9", + "shasum": "" }, "require": { "php": ">=5.6", @@ -1572,30 +1451,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" - } - }, - "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" ], @@ -1606,9 +1466,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v3.3.11" + }, + "time": "2023-09-28T18:32:29+00:00" }, { "name": "automattic/wordbless", @@ -4458,22 +4319,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-identity-crisis": 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-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": {