From 7588efdcb272d11a1cc9f2547d9815189325ddfa Mon Sep 17 00:00:00 2001 From: phcp Date: Thu, 8 Aug 2024 18:32:12 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-mu-wpcom-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10307521830 Upstream-Ref: Automattic/jetpack@58cefc60d4203e2f32a3beda172fe62843e5d88a --- CHANGELOG.md | 6 +- composer.json | 5 +- composer.lock | 1063 +++++++---------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- .../jetpack-a8c-mc-stats/composer.json | 2 +- .../automattic/jetpack-admin-ui/composer.json | 4 +- vendor/automattic/jetpack-blaze/composer.json | 6 +- .../automattic/jetpack-blocks/composer.json | 4 +- .../jetpack-calypsoify/composer.json | 2 +- .../composer.json | 2 +- .../automattic/jetpack-compat/composer.json | 2 +- .../jetpack-connection/composer.json | 2 +- .../jetpack-constants/composer.json | 2 +- .../jetpack-device-detection/composer.json | 2 +- vendor/automattic/jetpack-ip/composer.json | 2 +- vendor/automattic/jetpack-logo/composer.json | 2 +- .../jetpack-masterbar/composer.json | 6 +- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 9 +- .../src/class-jetpack-mu-wpcom.php | 2 +- .../jetpack-password-checker/composer.json | 2 +- vendor/automattic/jetpack-plans/composer.json | 6 +- .../automattic/jetpack-redirect/composer.json | 4 +- vendor/automattic/jetpack-roles/composer.json | 2 +- .../jetpack-stats-admin/composer.json | 4 +- vendor/automattic/jetpack-stats/composer.json | 6 +- .../automattic/jetpack-status/composer.json | 2 +- vendor/automattic/jetpack-sync/composer.json | 2 +- .../scheduled-updates/composer.json | 10 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 8 +- vendor/composer/installed.json | 960 +++++++-------- vendor/composer/installed.php | 106 +- 34 files changed, 963 insertions(+), 1288 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92a99873..4833558b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.5.5-alpha - unreleased - -This is an alpha version! The changes listed here are not final. +## 2.5.5 - 2024-08-08 +### Changed +- Internal updates. ## 2.5.4 - 2024-08-05 ### Changed diff --git a/composer.json b/composer.json index 69b76aea..d6261ec1 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-mu-wpcom": "^5.54.1-alpha" + "automattic/jetpack-mu-wpcom": "^5.54.1" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", @@ -23,6 +23,7 @@ "@composer phpunit" ] }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -37,6 +38,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5" } } diff --git a/composer.lock b/composer.lock index 1659beab..ebfb8390 100644 --- a/composer.lock +++ b/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": "e702f48a51eea0696882dbc0c1297a53", + "content-hash": "e8d58a8a8fea69e4380baef2eaeeb98b", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.1", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "bef63a019b5cb666605dab5781476f0adebe4140" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.1" + }, + "time": "2024-03-12T22:00:11+00:00" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.2", + "version": "v0.4.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "bf668a076006abdc9e49b65691529106fc604b09" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", - "automattic/jetpack-logo": "^2.0.3", + "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -96,35 +102,29 @@ "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.2" + }, + "time": "2024-04-22T18:47:32+00:00" }, { "name": "automattic/jetpack-assets", - "version": "2.3.0", + "version": "v2.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "02493a602255136051b750ca46fdce8bf4a49ab0" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "6c880c253755853047028c8f553160a9767e7ff2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/02493a602255136051b750ca46fdce8bf4a49ab0", + "reference": "02493a602255136051b750ca46fdce8bf4a49ab0", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.3", @@ -159,47 +159,38 @@ "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.3.0" + }, + "time": "2024-08-08T07:50:01+00:00" }, { "name": "automattic/jetpack-blaze", - "version": "0.22.3", + "version": "v0.22.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "fe9bfb630fb0e8f05ae0853cef9ff9b7f1a4d2fe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "73ac7f2e3db095a2d67102cc4d7d82ba27f46247" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/fe9bfb630fb0e8f05ae0853cef9ff9b7f1a4d2fe", + "reference": "fe9bfb630fb0e8f05ae0853cef9ff9b7f1a4d2fe", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.0", - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-assets": "^2.2.0", + "automattic/jetpack-connection": "^2.11.2", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-status": "^3.3.2", - "automattic/jetpack-sync": "^3.5.1", + "automattic/jetpack-sync": "^3.3.1", "php": ">=7.0" }, "require-dev": { @@ -230,52 +221,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "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": "Attract high-quality traffic to your site using Blaze.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-blaze/tree/v0.22.3" + }, + "time": "2024-07-26T04:04:42+00:00" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.4", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "6c06dd60028c547d07e1c4aae9abf12aee0e2ebe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "eeae9181e8df63b63c2cbd062a07cdfc1e24952d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/6c06dd60028c547d07e1c4aae9abf12aee0e2ebe", + "reference": "6c06dd60028c547d07e1c4aae9abf12aee0e2ebe", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-constants": "^2.0.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/wordbless": "dev-master", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -299,38 +274,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": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-blocks/tree/v2.0.4" + }, + "time": "2024-05-20T18:04:07+00:00" }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.2", + "version": "v0.1.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-calypsoify.git", + "reference": "703b774e7101cf8c9342cc4bdfd510a092f4de91" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "a409d6b90b07813dc7e3e5e8d9f0cf7470c8db91" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-calypsoify/zipball/703b774e7101cf8c9342cc4bdfd510a092f4de91", + "reference": "703b774e7101cf8c9342cc4bdfd510a092f4de91", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.1.13", "automattic/jetpack-status": "^3.3.2", "php": ">=7.0" }, @@ -361,38 +330,32 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Calypsoify is designed to make sure specific wp-admin pages include navigation that prioritizes the Calypso navigation experience.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-calypsoify/tree/v0.1.2" + }, + "time": "2024-07-08T14:48:05+00:00" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.4.4", + "version": "v0.4.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "d1336726251b3ab81692656eee92518e48d507e8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "0f76ba04e975ecb883d0d07ad0462091740c9943" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/d1336726251b3ab81692656eee92518e48d507e8", + "reference": "d1336726251b3ab81692656eee92518e48d507e8", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.2.0", "php": ">=7.0" }, "require-dev": { @@ -423,47 +386,35 @@ "src/" ] }, - "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": "Features used with classic themes", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-classic-theme-helper/tree/v0.4.4" + }, + "time": "2024-08-05T07:37:33+00:00" }, { "name": "automattic/jetpack-compat", - "version": "3.0.2", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "407594c9aaf0b3f8218f9141abbeed705f721389" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -480,26 +431,34 @@ "dev-trunk": "3.0.x-dev" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-compat/tree/v3.0.2" + }, + "time": "2024-04-25T07:24:07+00:00" }, { "name": "automattic/jetpack-connection", - "version": "2.11.3", + "version": "v2.11.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "601127eeb384008f49a1983dc3ba630eca82df08" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "48ed8b4dc8f1874c03d56a8c08d10b471ca7123a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/601127eeb384008f49a1983dc3ba630eca82df08", + "reference": "601127eeb384008f49a1983dc3ba630eca82df08", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-admin-ui": "^0.4.2", - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.2.0", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-roles": "^2.0.2", @@ -544,47 +503,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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v2.11.3" + }, + "time": "2024-08-01T11:55:48+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.3", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "25d5bfddedc6dbcf329c4d2e3a561f14a0f4241d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f5da87d3b7f80411b77aa58a7355733ea72295aa", + "reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -607,35 +554,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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.3" + }, + "time": "2024-05-29T09:44:58+00:00" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.3", + "version": "v2.1.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "f0551f2e7e83bd10b2d153c3f1bc69de422f1c0b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -657,29 +604,29 @@ "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.3" + }, + "time": "2024-04-08T18:32:53+00:00" }, { "name": "automattic/jetpack-google-analytics", - "version": "0.2.2", + "version": "v0.2.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-google-analytics.git", + "reference": "7361be2b8cc7c68617146d1af70fe068041130c6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "bddb5839fb1b4d200faad047506b6054fa3b4566" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-google-analytics/zipball/7361be2b8cc7c68617146d1af70fe068041130c6", + "reference": "7361be2b8cc7c68617146d1af70fe068041130c6", + "shasum": "" }, "require": { "automattic/jetpack-status": "^3.3.2", @@ -713,47 +660,35 @@ "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": "Set up Google Analytics without touching a line of code.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-google-analytics/tree/v0.2.2" + }, + "time": "2024-07-01T00:28:25+00:00" }, { "name": "automattic/jetpack-ip", - "version": "0.2.2", + "version": "v0.2.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "6a105bdda990df04fe2ee44e0458240cd7506cc7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -780,29 +715,29 @@ "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.2.2" + }, + "time": "2024-03-12T22:00:05+00:00" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.15", + "version": "v3.1.15", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "45bca499ada8518ebb7496a2ebe516559afe3bbc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "25bd2cc34b96eea4e69be33aa1520a6173a682ce" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/45bca499ada8518ebb7496a2ebe516559afe3bbc", + "reference": "45bca499ada8518ebb7496a2ebe516559afe3bbc", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", @@ -842,45 +777,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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v3.1.15" + }, + "time": "2024-08-08T07:50:21+00:00" }, { "name": "automattic/jetpack-logo", - "version": "2.0.3", + "version": "v2.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "5edc913ab10e222e95ef7f60073cc0ef4d90bdb4" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "ef062a4ec83d9687f7fab5ab2866105bf39c945e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/5edc913ab10e222e95ef7f60073cc0ef4d90bdb4", + "reference": "5edc913ab10e222e95ef7f60073cc0ef4d90bdb4", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -902,37 +827,37 @@ "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.3" + }, + "time": "2024-05-20T18:03:57+00:00" }, { "name": "automattic/jetpack-masterbar", - "version": "0.6.0", + "version": "v0.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-masterbar.git", + "reference": "d38241fd357b2efff913dc89c9ea4c75e91a4f27" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "2dc749704a28c4fbd86a6d5eae7a2299e54ac9f5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/d38241fd357b2efff913dc89c9ea4c75e91a4f27", + "reference": "d38241fd357b2efff913dc89c9ea4c75e91a4f27", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.2.0", "automattic/jetpack-blaze": "^0.22.3", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.11.2", "automattic/jetpack-device-detection": "^2.1.3", - "automattic/jetpack-jitm": "^3.1.15", + "automattic/jetpack-jitm": "^3.1.14", "automattic/jetpack-logo": "^2.0.3", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-status": "^3.3.2", @@ -968,42 +893,29 @@ "src/" ] }, - "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": [ - "pnpm run build-production", - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-masterbar/tree/v0.6.0" + }, + "time": "2024-07-29T17:13:00+00:00" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.54.1-alpha.1723130163", + "version": "v5.54.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "a8aec797903bc7328436264d1fbd7287174435c9" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "267cf11488051ee1429c3b7d9e8215bd77b9fedf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/a8aec797903bc7328436264d1fbd7287174435c9", + "reference": "a8aec797903bc7328436264d1fbd7287174435c9", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.0", @@ -1049,47 +961,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "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": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.54.1" + }, + "time": "2024-08-08T18:20:05+00:00" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.1", + "version": "v0.3.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "f7d8cb25d5fa404044af85b00097290205e73190" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1113,43 +1013,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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.1" + }, + "time": "2024-03-14T20:42:38+00:00" }, { "name": "automattic/jetpack-plans", - "version": "0.4.7", + "version": "v0.4.7", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "2fd5654d1c2d5dc04ac25e34a16fcd8d3bf41098" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.7.6", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", - "automattic/jetpack-status": "^3.3.2", + "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1172,48 +1066,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" - ], - "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.7" + }, + "time": "2024-05-06T17:33:52+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "a54e23528c5eea7db9d0159358e8d8df095dcc74" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^3.3.2", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1236,35 +1118,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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2" + }, + "time": "2024-04-25T07:24:30+00:00" }, { "name": "automattic/jetpack-roles", - "version": "2.0.2", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "1077bb92af10e0bac4d3b01fec3b99656b20e4bd" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1287,38 +1169,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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.2" + }, + "time": "2024-04-22T18:47:11+00:00" }, { "name": "automattic/jetpack-stats", - "version": "0.13.0", + "version": "v0.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "45cedc11f47c3e5de9313b6945192ab579ffcd40" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "38268d1f43da13304351777cc7a42e6b04d119d0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/45cedc11f47c3e5de9313b6945192ab579ffcd40", + "reference": "45cedc11f47c3e5de9313b6945192ab579ffcd40", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.10.0", "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-status": "^3.3.2", + "automattic/jetpack-status": "^3.3.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1345,40 +1227,34 @@ "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": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.13.0" + }, + "time": "2024-06-10T16:25:51+00:00" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.21.0", + "version": "v0.21.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "ef3cd95a3e8ea2a8e99b493196cde36662b092e0" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "2c278439ec2c6bd8f567ad6705e2a1301081c573" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/ef3cd95a3e8ea2a8e99b493196cde36662b092e0", + "reference": "ef3cd95a3e8ea2a8e99b493196cde36662b092e0", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.11.1", "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-jitm": "^3.1.15", + "automattic/jetpack-jitm": "^3.1.13", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.13.0", "automattic/jetpack-status": "^3.3.2", @@ -1409,48 +1285,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": "Stats Dashboard", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.21.0" + }, + "time": "2024-07-08T14:48:23+00:00" }, { "name": "automattic/jetpack-status", - "version": "3.3.2", + "version": "v3.3.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "5a57484666740d42666d18e6a52a23697c4c22ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "9cd2343143d91bc4ef3c90730240e64ed114e4d4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/5a57484666740d42666d18e6a52a23697c4c22ed", + "reference": "5a57484666740d42666d18e6a52a23697c4c22ed", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.3", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-ip": "^0.2.2", "automattic/jetpack-plans": "@dev", @@ -1482,29 +1346,29 @@ "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v3.3.2" + }, + "time": "2024-06-24T19:22:37+00:00" }, { "name": "automattic/jetpack-sync", - "version": "3.5.1", + "version": "v3.5.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "c6ae08cdf50045935344c4a360853c1d15431600" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "3ba5a777f9e7606c34723d8b746fc1f0fbe0f0b7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/c6ae08cdf50045935344c4a360853c1d15431600", + "reference": "c6ae08cdf50045935344c4a360853c1d15431600", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.11.3", @@ -1518,7 +1382,7 @@ "require-dev": { "automattic/jetpack-changelogger": "^4.2.5", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.18.1", + "automattic/jetpack-waf": "@dev", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1551,46 +1415,40 @@ "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": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v3.5.1" + }, + "time": "2024-08-08T07:50:16+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.13.0", + "version": "v0.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "414c789a7e98e764d46572a2c0134ccc393e7769" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "82eae609aec9fdf71714e6a4559b1ca89bb376e7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/414c789a7e98e764d46572a2c0134ccc393e7769", + "reference": "414c789a7e98e764d46572a2c0134ccc393e7769", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.11.3", - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-connection": "^2.8.5", + "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-plans": "^0.4.7", - "automattic/jetpack-status": "^3.3.2", - "automattic/jetpack-sync": "^3.5.1", + "automattic/jetpack-status": "^3.2.0", + "automattic/jetpack-sync": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/wordbless": "@dev", "php-mock/php-mock-phpunit": "^2.10", "yoast/phpunit-polyfills": "1.1.0" @@ -1618,27 +1476,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": "Runs plugin and (eventually) theme updates on a set schedule.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/scheduled-updates/tree/v0.13.0" + }, + "time": "2024-05-27T13:59:39+00:00" }, { "name": "scssphp/scssphp", @@ -1724,11 +1570,17 @@ "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.2.5", + "version": "v4.2.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "72c219fa6e61bdcd760a68e8ff968a4365593f48" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "708548f922dc821ab35c25275bd2155b27af2385" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/72c219fa6e61bdcd760a68e8ff968a4365593f48", + "reference": "72c219fa6e61bdcd760a68e8ff968a4365593f48", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1758,30 +1610,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" ], @@ -1792,9 +1625,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.5" + }, + "time": "2024-06-27T12:55:08+00:00" }, { "name": "doctrine/instantiator", @@ -4362,10 +4196,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "automattic/jetpack-mu-wpcom": 20, - "automattic/jetpack-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], diff --git a/mu-wpcom-plugin.php b/mu-wpcom-plugin.php index 1c56f384..8b8dd2ae 100644 --- a/mu-wpcom-plugin.php +++ b/mu-wpcom-plugin.php @@ -3,7 +3,7 @@ * * Plugin Name: WordPress.com Features * Description: Test plugin for the jetpack-mu-wpcom package - * Version: 2.5.5-alpha + * Version: 2.5.5 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index d204e724..619d22fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.5.5-alpha", + "version": "2.5.5", "description": "Test plugin for the jetpack-mu-wpcom package", "homepage": "https://jetpack.com", "bugs": { diff --git a/vendor/autoload.php b/vendor/autoload.php index f3f6170a..23f15b7b 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5::getLoader(); diff --git a/vendor/automattic/jetpack-a8c-mc-stats/composer.json b/vendor/automattic/jetpack-a8c-mc-stats/composer.json index aab04c07..27b72455 100644 --- a/vendor/automattic/jetpack-a8c-mc-stats/composer.json +++ b/vendor/automattic/jetpack-a8c-mc-stats/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-admin-ui/composer.json b/vendor/automattic/jetpack-admin-ui/composer.json index cdfe5ce5..bd8028f7 100644 --- a/vendor/automattic/jetpack-admin-ui/composer.json +++ b/vendor/automattic/jetpack-admin-ui/composer.json @@ -8,8 +8,8 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5", - "automattic/jetpack-logo": "^2.0.3", + "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master" }, "suggest": { diff --git a/vendor/automattic/jetpack-blaze/composer.json b/vendor/automattic/jetpack-blaze/composer.json index 0f6632e1..1ac16ab1 100644 --- a/vendor/automattic/jetpack-blaze/composer.json +++ b/vendor/automattic/jetpack-blaze/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.0", - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-assets": "^2.2.0", + "automattic/jetpack-connection": "^2.11.2", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-status": "^3.3.2", - "automattic/jetpack-sync": "^3.5.1" + "automattic/jetpack-sync": "^3.3.1" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-blocks/composer.json b/vendor/automattic/jetpack-blocks/composer.json index 4c0be89b..782e0af0 100644 --- a/vendor/automattic/jetpack-blocks/composer.json +++ b/vendor/automattic/jetpack-blocks/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-constants": "^2.0.3" + "automattic/jetpack-constants": "^2.0.2" }, "require-dev": { "automattic/wordbless": "dev-master", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.2.4" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-calypsoify/composer.json b/vendor/automattic/jetpack-calypsoify/composer.json index ce089615..00585cc9 100644 --- a/vendor/automattic/jetpack-calypsoify/composer.json +++ b/vendor/automattic/jetpack-calypsoify/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.1.13", "automattic/jetpack-status": "^3.3.2" }, "require-dev": { diff --git a/vendor/automattic/jetpack-classic-theme-helper/composer.json b/vendor/automattic/jetpack-classic-theme-helper/composer.json index 95750778..80959ebf 100644 --- a/vendor/automattic/jetpack-classic-theme-helper/composer.json +++ b/vendor/automattic/jetpack-classic-theme-helper/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.0" + "automattic/jetpack-assets": "^2.2.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-compat/composer.json b/vendor/automattic/jetpack-compat/composer.json index 65d4a052..6c93fcc9 100644 --- a/vendor/automattic/jetpack-compat/composer.json +++ b/vendor/automattic/jetpack-compat/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-connection/composer.json b/vendor/automattic/jetpack-connection/composer.json index 793e8a1c..163f5c27 100644 --- a/vendor/automattic/jetpack-connection/composer.json +++ b/vendor/automattic/jetpack-connection/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0", "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-admin-ui": "^0.4.2", - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.2.0", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-roles": "^2.0.2", "automattic/jetpack-status": "^3.3.2", diff --git a/vendor/automattic/jetpack-constants/composer.json b/vendor/automattic/jetpack-constants/composer.json index 53effd72..4d7147bf 100644 --- a/vendor/automattic/jetpack-constants/composer.json +++ b/vendor/automattic/jetpack-constants/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.2.4" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-device-detection/composer.json b/vendor/automattic/jetpack-device-detection/composer.json index 3322211b..12aa1e91 100644 --- a/vendor/automattic/jetpack-device-detection/composer.json +++ b/vendor/automattic/jetpack-device-detection/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.1.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-ip/composer.json b/vendor/automattic/jetpack-ip/composer.json index df2a87b5..bb4decf0 100644 --- a/vendor/automattic/jetpack-ip/composer.json +++ b/vendor/automattic/jetpack-ip/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-logo/composer.json b/vendor/automattic/jetpack-logo/composer.json index 17f1e5af..6bd8c453 100644 --- a/vendor/automattic/jetpack-logo/composer.json +++ b/vendor/automattic/jetpack-logo/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.2.4" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-masterbar/composer.json b/vendor/automattic/jetpack-masterbar/composer.json index 8c6e8d8d..086e5b83 100644 --- a/vendor/automattic/jetpack-masterbar/composer.json +++ b/vendor/automattic/jetpack-masterbar/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.2.0", "automattic/jetpack-blaze": "^0.22.3", "automattic/jetpack-compat": "^3.0.2", "automattic/jetpack-device-detection": "^2.1.3", - "automattic/jetpack-connection": "^2.11.3", - "automattic/jetpack-jitm": "^3.1.15", + "automattic/jetpack-connection": "^2.11.2", + "automattic/jetpack-jitm": "^3.1.14", "automattic/jetpack-logo": "^2.0.3", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-status": "^3.3.2" diff --git a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index 8f0a8cc9..a7becc47 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.54.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.54.1] - 2024-08-08 ### Fixed -- Load Scheduled_Updates for non-wpcom users +- Load Scheduled_Updates for non-wpcom users [#38772] ## [5.54.0] - 2024-08-08 ### Added @@ -1123,7 +1120,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.54.1-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.54.0...v5.54.1-alpha +[5.54.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.54.0...v5.54.1 [5.54.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.53.1...v5.54.0 [5.53.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.53.0...v5.53.1 [5.53.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.52.1...v5.53.0 diff --git a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index 424b3f37..7e72fb87 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.54.1-alpha'; + const PACKAGE_VERSION = '5.54.1'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/automattic/jetpack-password-checker/composer.json b/vendor/automattic/jetpack-password-checker/composer.json index 27155039..6bcf598d 100644 --- a/vendor/automattic/jetpack-password-checker/composer.json +++ b/vendor/automattic/jetpack-password-checker/composer.json @@ -7,7 +7,7 @@ "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, diff --git a/vendor/automattic/jetpack-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index af37ad44..2f814528 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.11.3" + "automattic/jetpack-connection": "^2.7.6" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5", - "automattic/jetpack-status": "^3.3.2", + "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/vendor/automattic/jetpack-redirect/composer.json b/vendor/automattic/jetpack-redirect/composer.json index 0e168500..271c7146 100644 --- a/vendor/automattic/jetpack-redirect/composer.json +++ b/vendor/automattic/jetpack-redirect/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-status": "^3.3.2" + "automattic/jetpack-status": "^3.0.0" }, "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-roles/composer.json b/vendor/automattic/jetpack-roles/composer.json index 4d189b1e..f0aacf96 100644 --- a/vendor/automattic/jetpack-roles/composer.json +++ b/vendor/automattic/jetpack-roles/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-stats-admin/composer.json b/vendor/automattic/jetpack-stats-admin/composer.json index 72544b0f..ee63e311 100644 --- a/vendor/automattic/jetpack-stats-admin/composer.json +++ b/vendor/automattic/jetpack-stats-admin/composer.json @@ -5,12 +5,12 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.11.1", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.13.0", "automattic/jetpack-status": "^3.3.2", - "automattic/jetpack-jitm": "^3.1.15" + "automattic/jetpack-jitm": "^3.1.13" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-stats/composer.json b/vendor/automattic/jetpack-stats/composer.json index 1ab4a1ac..669ccaa1 100644 --- a/vendor/automattic/jetpack-stats/composer.json +++ b/vendor/automattic/jetpack-stats/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.10.0", "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-status": "^3.3.2" + "automattic/jetpack-status": "^3.3.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/wordbless": "dev-master" }, "suggest": { diff --git a/vendor/automattic/jetpack-status/composer.json b/vendor/automattic/jetpack-status/composer.json index 8b921309..c4be073e 100644 --- a/vendor/automattic/jetpack-status/composer.json +++ b/vendor/automattic/jetpack-status/composer.json @@ -10,7 +10,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-plans": "@dev", "automattic/jetpack-ip": "^0.2.2" diff --git a/vendor/automattic/jetpack-sync/composer.json b/vendor/automattic/jetpack-sync/composer.json index 5f7b5f77..187afe4d 100644 --- a/vendor/automattic/jetpack-sync/composer.json +++ b/vendor/automattic/jetpack-sync/composer.json @@ -16,7 +16,7 @@ "automattic/jetpack-changelogger": "^4.2.5", "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.18.1", + "automattic/jetpack-waf": "@dev", "automattic/wordbless": "@dev" }, "suggest": { diff --git a/vendor/automattic/scheduled-updates/composer.json b/vendor/automattic/scheduled-updates/composer.json index 46a5204e..f513ca8c 100644 --- a/vendor/automattic/scheduled-updates/composer.json +++ b/vendor/automattic/scheduled-updates/composer.json @@ -5,15 +5,15 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-status": "^3.3.2", - "automattic/jetpack-sync": "^3.5.1", + "automattic/jetpack-status": "^3.2.0", + "automattic/jetpack-sync": "^3.0.0", "automattic/jetpack-plans": "^0.4.7", - "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-connection": "^2.11.3" + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-connection": "^2.8.5" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/wordbless": "@dev", "php-mock/php-mock-phpunit": "^2.10" }, diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 5d684d63..9afdc9bd 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5 { private static $loader; @@ -24,17 +24,17 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 88c2b0dd..7b615175 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -335,9 +335,9 @@ class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_plugin public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5_alpha::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_5::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 61476abd..c1a8ac6a 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,23 +2,30 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.1", + "version": "v2.0.1", "version_normalized": "2.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "bef63a019b5cb666605dab5781476f0adebe4140" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,44 +43,44 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.1" }, "install-path": "../automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.2", + "version": "v0.4.2", "version_normalized": "0.4.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "bf668a076006abdc9e49b65691529106fc604b09" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", - "automattic/jetpack-logo": "^2.0.3", + "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -95,37 +102,30 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.2" }, "install-path": "../automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.3.0", + "version": "v2.3.0", "version_normalized": "2.3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "02493a602255136051b750ca46fdce8bf4a49ab0" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "6c880c253755853047028c8f553160a9767e7ff2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/02493a602255136051b750ca46fdce8bf4a49ab0", + "reference": "02493a602255136051b750ca46fdce8bf4a49ab0", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.3", @@ -140,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-08T07:50:01+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -161,49 +162,39 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.3.0" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-blaze", - "version": "0.22.3", + "version": "v0.22.3", "version_normalized": "0.22.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "fe9bfb630fb0e8f05ae0853cef9ff9b7f1a4d2fe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "73ac7f2e3db095a2d67102cc4d7d82ba27f46247" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/fe9bfb630fb0e8f05ae0853cef9ff9b7f1a4d2fe", + "reference": "fe9bfb630fb0e8f05ae0853cef9ff9b7f1a4d2fe", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.0", - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-assets": "^2.2.0", + "automattic/jetpack-connection": "^2.11.2", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-status": "^3.3.2", - "automattic/jetpack-sync": "^3.5.1", + "automattic/jetpack-sync": "^3.3.1", "php": ">=7.0" }, "require-dev": { @@ -214,6 +205,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-07-26T04:04:42+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -235,54 +227,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "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": "Attract high-quality traffic to your site using Blaze.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blaze/tree/v0.22.3" }, "install-path": "../automattic/jetpack-blaze" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "6c06dd60028c547d07e1c4aae9abf12aee0e2ebe" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "eeae9181e8df63b63c2cbd062a07cdfc1e24952d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/6c06dd60028c547d07e1c4aae9abf12aee0e2ebe", + "reference": "6c06dd60028c547d07e1c4aae9abf12aee0e2ebe", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-constants": "^2.0.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/wordbless": "dev-master", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -290,6 +265,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-20T18:04:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -307,40 +283,33 @@ "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": "Register and manage blocks within a plugin. Used to manage block registration, enqueues, and more.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-blocks/tree/v2.0.4" }, "install-path": "../automattic/jetpack-blocks" }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.2", + "version": "v0.1.2", "version_normalized": "0.1.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-calypsoify.git", + "reference": "703b774e7101cf8c9342cc4bdfd510a092f4de91" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "a409d6b90b07813dc7e3e5e8d9f0cf7470c8db91" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-calypsoify/zipball/703b774e7101cf8c9342cc4bdfd510a092f4de91", + "reference": "703b774e7101cf8c9342cc4bdfd510a092f4de91", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.1.13", "automattic/jetpack-status": "^3.3.2", "php": ">=7.0" }, @@ -351,6 +320,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-07-08T14:48:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -372,40 +342,33 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Calypsoify is designed to make sure specific wp-admin pages include navigation that prioritizes the Calypso navigation experience.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-calypsoify/tree/v0.1.2" }, "install-path": "../automattic/jetpack-calypsoify" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.4.4", + "version": "v0.4.4", "version_normalized": "0.4.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "d1336726251b3ab81692656eee92518e48d507e8" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "0f76ba04e975ecb883d0d07ad0462091740c9943" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/d1336726251b3ab81692656eee92518e48d507e8", + "reference": "d1336726251b3ab81692656eee92518e48d507e8", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.2.0", "php": ">=7.0" }, "require-dev": { @@ -416,6 +379,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-05T07:37:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -437,53 +401,41 @@ "src/" ] }, - "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": "Features used with classic themes", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-classic-theme-helper/tree/v0.4.4" }, "install-path": "../automattic/jetpack-classic-theme-helper" }, { "name": "automattic/jetpack-compat", - "version": "3.0.2", + "version": "v3.0.2", "version_normalized": "3.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-compat.git", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "407594c9aaf0b3f8218f9141abbeed705f721389" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-compat/zipball/b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "reference": "b7c25cceadac59833ebd58e1877cb5b6b93b8fd5", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -497,28 +449,35 @@ } }, "installation-source": "dist", + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Compatibility layer with previous versions of Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-compat/tree/v3.0.2" }, "install-path": "../automattic/jetpack-compat" }, { "name": "automattic/jetpack-connection", - "version": "2.11.3", + "version": "v2.11.3", "version_normalized": "2.11.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "601127eeb384008f49a1983dc3ba630eca82df08" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "48ed8b4dc8f1874c03d56a8c08d10b471ca7123a" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/601127eeb384008f49a1983dc3ba630eca82df08", + "reference": "601127eeb384008f49a1983dc3ba630eca82df08", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", "automattic/jetpack-admin-ui": "^0.4.2", - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.2.0", "automattic/jetpack-constants": "^2.0.3", "automattic/jetpack-redirect": "^2.0.2", "automattic/jetpack-roles": "^2.0.2", @@ -534,6 +493,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-01T11:55:48+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -564,55 +524,43 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v2.11.3" }, "install-path": "../automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "25d5bfddedc6dbcf329c4d2e3a561f14a0f4241d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/f5da87d3b7f80411b77aa58a7355733ea72295aa", + "reference": "f5da87d3b7f80411b77aa58a7355733ea72295aa", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-29T09:44:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -630,42 +578,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": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.3" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.3", + "version": "v2.1.3", "version_normalized": "2.1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "f0551f2e7e83bd10b2d153c3f1bc69de422f1c0b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "reference": "178cb2d0215d7446743a1654b0964a1d4ddfca8a", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-08T18:32:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -683,31 +631,30 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-device-detection/tree/v2.1.3" }, "install-path": "../automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-google-analytics", - "version": "0.2.2", + "version": "v0.2.2", "version_normalized": "0.2.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-google-analytics.git", + "reference": "7361be2b8cc7c68617146d1af70fe068041130c6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "bddb5839fb1b4d200faad047506b6054fa3b4566" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-google-analytics/zipball/7361be2b8cc7c68617146d1af70fe068041130c6", + "reference": "7361be2b8cc7c68617146d1af70fe068041130c6", + "shasum": "" }, "require": { "automattic/jetpack-status": "^3.3.2", @@ -721,6 +668,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-07-01T00:28:25+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -742,55 +690,43 @@ "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": "Set up Google Analytics without touching a line of code.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-google-analytics/tree/v0.2.2" }, "install-path": "../automattic/jetpack-google-analytics" }, { "name": "automattic/jetpack-ip", - "version": "0.2.2", + "version": "v0.2.2", "version_normalized": "0.2.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "6a105bdda990df04fe2ee44e0458240cd7506cc7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-12T22:00:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -812,31 +748,30 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.2.2" }, "install-path": "../automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.15", + "version": "v3.1.15", "version_normalized": "3.1.15.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "45bca499ada8518ebb7496a2ebe516559afe3bbc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "25bd2cc34b96eea4e69be33aa1520a6173a682ce" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/45bca499ada8518ebb7496a2ebe516559afe3bbc", + "reference": "45bca499ada8518ebb7496a2ebe516559afe3bbc", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.1", @@ -856,6 +791,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-08T07:50:21+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -877,52 +813,42 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-jitm/tree/v3.1.15" }, "install-path": "../automattic/jetpack-jitm" }, { "name": "automattic/jetpack-logo", - "version": "2.0.3", + "version": "v2.0.3", "version_normalized": "2.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "5edc913ab10e222e95ef7f60073cc0ef4d90bdb4" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "ef062a4ec83d9687f7fab5ab2866105bf39c945e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/5edc913ab10e222e95ef7f60073cc0ef4d90bdb4", + "reference": "5edc913ab10e222e95ef7f60073cc0ef4d90bdb4", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-20T18:03:57+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -940,39 +866,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": "A logo for Jetpack", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.3" }, "install-path": "../automattic/jetpack-logo" }, { "name": "automattic/jetpack-masterbar", - "version": "0.6.0", + "version": "v0.6.0", "version_normalized": "0.6.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-masterbar.git", + "reference": "d38241fd357b2efff913dc89c9ea4c75e91a4f27" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "2dc749704a28c4fbd86a6d5eae7a2299e54ac9f5" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/d38241fd357b2efff913dc89c9ea4c75e91a4f27", + "reference": "d38241fd357b2efff913dc89c9ea4c75e91a4f27", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.3.0", + "automattic/jetpack-assets": "^2.2.0", "automattic/jetpack-blaze": "^0.22.3", "automattic/jetpack-compat": "^3.0.2", - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.11.2", "automattic/jetpack-device-detection": "^2.1.3", - "automattic/jetpack-jitm": "^3.1.15", + "automattic/jetpack-jitm": "^3.1.14", "automattic/jetpack-logo": "^2.0.3", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-status": "^3.3.2", @@ -988,6 +913,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-07-29T17:13:00+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1009,44 +935,30 @@ "src/" ] }, - "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": [ - "pnpm run build-production", - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-masterbar/tree/v0.6.0" }, "install-path": "../automattic/jetpack-masterbar" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.54.1-alpha.1723130163", - "version_normalized": "5.54.1.0-alpha1723130163", + "version": "v5.54.1", + "version_normalized": "5.54.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "a8aec797903bc7328436264d1fbd7287174435c9" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "267cf11488051ee1429c3b7d9e8215bd77b9fedf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/a8aec797903bc7328436264d1fbd7287174435c9", + "reference": "a8aec797903bc7328436264d1fbd7287174435c9", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.0", @@ -1072,6 +984,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-08T18:20:05+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -1093,55 +1006,43 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "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": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.54.1" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.1", + "version": "v0.3.1", "version_normalized": "0.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "f7d8cb25d5fa404044af85b00097290205e73190" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-03-14T20:42:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1160,51 +1061,45 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.1" }, "install-path": "../automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.7", + "version": "v0.4.7", "version_normalized": "0.4.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "2fd5654d1c2d5dc04ac25e34a16fcd8d3bf41098" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "reference": "ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.7.6", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", - "automattic/jetpack-status": "^3.3.2", + "automattic/jetpack-changelogger": "^4.2.3", + "automattic/jetpack-status": "^3.0.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-06T17:33:52+00:00", "type": "library", "extra": { "autotagger": true, @@ -1222,56 +1117,44 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-plans/tree/v0.4.7" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "a54e23528c5eea7db9d0159358e8d8df095dcc74" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "^3.3.2", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-25T07:24:30+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1289,43 +1172,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": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2" }, "install-path": "../automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.2", + "version": "v2.0.2", "version_normalized": "2.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "1077bb92af10e0bac4d3b01fec3b99656b20e4bd" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-04-22T18:47:11+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1343,46 +1226,46 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.2" }, "install-path": "../automattic/jetpack-roles" }, { "name": "automattic/jetpack-stats", - "version": "0.13.0", + "version": "v0.13.0", "version_normalized": "0.13.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "45cedc11f47c3e5de9313b6945192ab579ffcd40" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "38268d1f43da13304351777cc7a42e6b04d119d0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/45cedc11f47c3e5de9313b6945192ab579ffcd40", + "reference": "45cedc11f47c3e5de9313b6945192ab579ffcd40", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.10.0", "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-status": "^3.3.2", + "automattic/jetpack-status": "^3.3.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-10T16:25:51+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1404,42 +1287,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": "Collect valuable traffic stats and insights.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats/tree/v0.13.0" }, "install-path": "../automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.21.0", + "version": "v0.21.0", "version_normalized": "0.21.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "ef3cd95a3e8ea2a8e99b493196cde36662b092e0" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "2c278439ec2c6bd8f567ad6705e2a1301081c573" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/ef3cd95a3e8ea2a8e99b493196cde36662b092e0", + "reference": "ef3cd95a3e8ea2a8e99b493196cde36662b092e0", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.11.3", + "automattic/jetpack-connection": "^2.11.1", "automattic/jetpack-constants": "^2.0.3", - "automattic/jetpack-jitm": "^3.1.15", + "automattic/jetpack-jitm": "^3.1.13", "automattic/jetpack-plans": "^0.4.7", "automattic/jetpack-stats": "^0.13.0", "automattic/jetpack-status": "^3.3.2", @@ -1453,6 +1329,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-07-08T14:48:23+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1471,50 +1348,37 @@ "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": "Stats Dashboard", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-stats-admin/tree/v0.21.0" }, "install-path": "../automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "3.3.2", + "version": "v3.3.2", "version_normalized": "3.3.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "5a57484666740d42666d18e6a52a23697c4c22ed" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "9cd2343143d91bc4ef3c90730240e64ed114e4d4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/5a57484666740d42666d18e6a52a23697c4c22ed", + "reference": "5a57484666740d42666d18e6a52a23697c4c22ed", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.3", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/jetpack-connection": "@dev", "automattic/jetpack-ip": "^0.2.2", "automattic/jetpack-plans": "@dev", @@ -1524,6 +1388,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-06-24T19:22:37+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1547,31 +1412,30 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v3.3.2" }, "install-path": "../automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "3.5.1", + "version": "v3.5.1", "version_normalized": "3.5.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "c6ae08cdf50045935344c4a360853c1d15431600" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "3ba5a777f9e7606c34723d8b746fc1f0fbe0f0b7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/c6ae08cdf50045935344c4a360853c1d15431600", + "reference": "c6ae08cdf50045935344c4a360853c1d15431600", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^2.11.3", @@ -1585,13 +1449,14 @@ "require-dev": { "automattic/jetpack-changelogger": "^4.2.5", "automattic/jetpack-search": "@dev", - "automattic/jetpack-waf": "^0.18.1", + "automattic/jetpack-waf": "@dev", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-08-08T07:50:16+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1619,48 +1484,41 @@ "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": false + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v3.5.1" }, "install-path": "../automattic/jetpack-sync" }, { "name": "automattic/scheduled-updates", - "version": "0.13.0", + "version": "v0.13.0", "version_normalized": "0.13.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "414c789a7e98e764d46572a2c0134ccc393e7769" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "82eae609aec9fdf71714e6a4559b1ca89bb376e7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/414c789a7e98e764d46572a2c0134ccc393e7769", + "reference": "414c789a7e98e764d46572a2c0134ccc393e7769", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^2.11.3", - "automattic/jetpack-constants": "^2.0.3", + "automattic/jetpack-connection": "^2.8.5", + "automattic/jetpack-constants": "^2.0.2", "automattic/jetpack-plans": "^0.4.7", - "automattic/jetpack-status": "^3.3.2", - "automattic/jetpack-sync": "^3.5.1", + "automattic/jetpack-status": "^3.2.0", + "automattic/jetpack-sync": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.5", + "automattic/jetpack-changelogger": "^4.2.4", "automattic/wordbless": "@dev", "php-mock/php-mock-phpunit": "^2.10", "yoast/phpunit-polyfills": "1.1.0" @@ -1668,6 +1526,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-05-27T13:59:39+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -1689,26 +1548,13 @@ "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": "Runs plugin and (eventually) theme updates on a set schedule.", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/scheduled-updates/tree/v0.13.0" }, "install-path": "../automattic/scheduled-updates" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index edf48c12..1cfc86d7 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,153 +11,153 @@ ), 'versions' => array( 'automattic/jetpack-a8c-mc-stats' => array( - 'pretty_version' => '2.0.1', + 'pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', - 'reference' => 'bef63a019b5cb666605dab5781476f0adebe4140', + 'reference' => '64748d02bf646e6b000f79dc8e4ea127bbd8df14', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-admin-ui' => array( - 'pretty_version' => '0.4.2', + 'pretty_version' => 'v0.4.2', 'version' => '0.4.2.0', - 'reference' => 'bf668a076006abdc9e49b65691529106fc604b09', + 'reference' => 'cc7062363464f53bb3ae5745754f353c248d6278', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.3.0', + 'pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', - 'reference' => '6c880c253755853047028c8f553160a9767e7ff2', + 'reference' => '02493a602255136051b750ca46fdce8bf4a49ab0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blaze' => array( - 'pretty_version' => '0.22.3', + 'pretty_version' => 'v0.22.3', 'version' => '0.22.3.0', - 'reference' => '73ac7f2e3db095a2d67102cc4d7d82ba27f46247', + 'reference' => 'fe9bfb630fb0e8f05ae0853cef9ff9b7f1a4d2fe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blaze', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => 'eeae9181e8df63b63c2cbd062a07cdfc1e24952d', + 'reference' => '6c06dd60028c547d07e1c4aae9abf12aee0e2ebe', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-calypsoify' => array( - 'pretty_version' => '0.1.2', + 'pretty_version' => 'v0.1.2', 'version' => '0.1.2.0', - 'reference' => 'a409d6b90b07813dc7e3e5e8d9f0cf7470c8db91', + 'reference' => '703b774e7101cf8c9342cc4bdfd510a092f4de91', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-calypsoify', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-classic-theme-helper' => array( - 'pretty_version' => '0.4.4', + 'pretty_version' => 'v0.4.4', 'version' => '0.4.4.0', - 'reference' => '0f76ba04e975ecb883d0d07ad0462091740c9943', + 'reference' => 'd1336726251b3ab81692656eee92518e48d507e8', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-classic-theme-helper', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-compat' => array( - 'pretty_version' => '3.0.2', + 'pretty_version' => 'v3.0.2', 'version' => '3.0.2.0', - 'reference' => '407594c9aaf0b3f8218f9141abbeed705f721389', + 'reference' => 'b7c25cceadac59833ebd58e1877cb5b6b93b8fd5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '2.11.3', + 'pretty_version' => 'v2.11.3', 'version' => '2.11.3.0', - 'reference' => '48ed8b4dc8f1874c03d56a8c08d10b471ca7123a', + 'reference' => '601127eeb384008f49a1983dc3ba630eca82df08', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => '25d5bfddedc6dbcf329c4d2e3a561f14a0f4241d', + 'reference' => 'f5da87d3b7f80411b77aa58a7355733ea72295aa', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.3', + 'pretty_version' => 'v2.1.3', 'version' => '2.1.3.0', - 'reference' => 'f0551f2e7e83bd10b2d153c3f1bc69de422f1c0b', + 'reference' => '178cb2d0215d7446743a1654b0964a1d4ddfca8a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-google-analytics' => array( - 'pretty_version' => '0.2.2', + 'pretty_version' => 'v0.2.2', 'version' => '0.2.2.0', - 'reference' => 'bddb5839fb1b4d200faad047506b6054fa3b4566', + 'reference' => '7361be2b8cc7c68617146d1af70fe068041130c6', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-google-analytics', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.2.2', + 'pretty_version' => 'v0.2.2', 'version' => '0.2.2.0', - 'reference' => '6a105bdda990df04fe2ee44e0458240cd7506cc7', + 'reference' => 'b3efffb57901e236c3c1e7299b575563e1937013', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.15', + 'pretty_version' => 'v3.1.15', 'version' => '3.1.15.0', - 'reference' => '25bd2cc34b96eea4e69be33aa1520a6173a682ce', + 'reference' => '45bca499ada8518ebb7496a2ebe516559afe3bbc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.3', + 'pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', - 'reference' => 'ef062a4ec83d9687f7fab5ab2866105bf39c945e', + 'reference' => '5edc913ab10e222e95ef7f60073cc0ef4d90bdb4', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-masterbar' => array( - 'pretty_version' => '0.6.0', + 'pretty_version' => 'v0.6.0', 'version' => '0.6.0.0', - 'reference' => '2dc749704a28c4fbd86a6d5eae7a2299e54ac9f5', + 'reference' => 'd38241fd357b2efff913dc89c9ea4c75e91a4f27', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-masterbar', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.54.1-alpha.1723130163', - 'version' => '5.54.1.0-alpha1723130163', - 'reference' => '267cf11488051ee1429c3b7d9e8215bd77b9fedf', + 'pretty_version' => 'v5.54.1', + 'version' => '5.54.1.0', + 'reference' => 'a8aec797903bc7328436264d1fbd7287174435c9', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(), @@ -173,81 +173,81 @@ 'dev_requirement' => false, ), 'automattic/jetpack-password-checker' => array( - 'pretty_version' => '0.3.1', + 'pretty_version' => 'v0.3.1', 'version' => '0.3.1.0', - 'reference' => 'f7d8cb25d5fa404044af85b00097290205e73190', + 'reference' => 'd9be23791e6f38debeacbf74174903f223ddfd89', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.7', + 'pretty_version' => 'v0.4.7', 'version' => '0.4.7.0', - 'reference' => '2fd5654d1c2d5dc04ac25e34a16fcd8d3bf41098', + 'reference' => 'ae0e8d754c7e2ade0b7b1a7a24f9681ce40c9ca6', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => 'a54e23528c5eea7db9d0159358e8d8df095dcc74', + 'reference' => '7214fcd3684eb99178d6368c01f8778a182444cb', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.2', + 'pretty_version' => 'v2.0.2', 'version' => '2.0.2.0', - 'reference' => '1077bb92af10e0bac4d3b01fec3b99656b20e4bd', + 'reference' => '7d452c94509612e94e045b66bbfabee43fdf8728', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.13.0', + 'pretty_version' => 'v0.13.0', 'version' => '0.13.0.0', - 'reference' => '38268d1f43da13304351777cc7a42e6b04d119d0', + 'reference' => '45cedc11f47c3e5de9313b6945192ab579ffcd40', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.21.0', + 'pretty_version' => 'v0.21.0', 'version' => '0.21.0.0', - 'reference' => '2c278439ec2c6bd8f567ad6705e2a1301081c573', + 'reference' => 'ef3cd95a3e8ea2a8e99b493196cde36662b092e0', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '3.3.2', + 'pretty_version' => 'v3.3.2', 'version' => '3.3.2.0', - 'reference' => '9cd2343143d91bc4ef3c90730240e64ed114e4d4', + 'reference' => '5a57484666740d42666d18e6a52a23697c4c22ed', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.5.1', + 'pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', - 'reference' => '3ba5a777f9e7606c34723d8b746fc1f0fbe0f0b7', + 'reference' => 'c6ae08cdf50045935344c4a360853c1d15431600', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.13.0', + 'pretty_version' => 'v0.13.0', 'version' => '0.13.0.0', - 'reference' => '82eae609aec9fdf71714e6a4559b1ca89bb376e7', + 'reference' => '414c789a7e98e764d46572a2c0134ccc393e7769', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),