diff --git a/CHANGELOG.md b/CHANGELOG.md index f3afc812..cd93fc78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.6.1 - 2024-11-11 +### Changed +- Internal updates. + ## 2.6.0 - 2024-11-11 ### Added - Enable test coverage. [#39961] diff --git a/composer.json b/composer.json index 0143eab4..cfdfb844 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ "@composer phpunit" ] }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -36,6 +37,6 @@ "release-branch-prefix": "mu-wpcom" }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1" } } diff --git a/composer.lock b/composer.lock index 227f3f41..1926024d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,15 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2ef0f042845636347ba6929e88943189", + "content-hash": "57fe3fd7bd788201c2c2fba856a80a44", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.4", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "7e1977089599ad6b4b6de28f4257fb3a031f9147" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb", + "reference": "d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb", + "shasum": "" }, "require": { "php": ">=7.0" @@ -40,32 +46,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.4" + }, + "time": "2024-11-04T09:23:35+00:00" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.6", + "version": "v0.4.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "a7bef1b075e35e431c0112f97763df9c6196ae39" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "ae4c7fe9b6b1ebb9da14e983d5eba3e10f5700e2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/a7bef1b075e35e431c0112f97763df9c6196ae39", + "reference": "a7bef1b075e35e431c0112f97763df9c6196ae39", + "shasum": "" }, "require": { "php": ">=7.0" @@ -99,38 +102,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.6" + }, + "time": "2024-11-04T09:23:52+00:00" }, { "name": "automattic/jetpack-assets", - "version": "2.3.14", + "version": "v2.3.14", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ab5e8aa77869a2c64a72d94ba085c3db722c635a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "aa0d4482e861ec4ca34380036a3799ee47750d96" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ab5e8aa77869a2c64a72d94ba085c3db722c635a", + "reference": "ab5e8aa77869a2c64a72d94ba085c3db722c635a", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -165,42 +159,29 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "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.14" + }, + "time": "2024-11-11T01:46:36+00:00" }, { "name": "automattic/jetpack-blaze", - "version": "0.24.0", + "version": "v0.24.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "2bbb1f5937478ffdb022be6aeadba4456a3fe4ac" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "fda5d9eaae8681640f6f2ebeb68b3f875924e082" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/2bbb1f5937478ffdb022be6aeadba4456a3fe4ac", + "reference": "2bbb1f5937478ffdb022be6aeadba4456a3fe4ac", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -240,48 +221,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.24.0" + }, + "time": "2024-11-11T01:47:07+00:00" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.7", + "version": "v2.0.7", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "76aacb41c632befd7a75c6f8593eeb9bc160bc65" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "bc50a51a6772611281c2a1532498bdfd19861288" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/76aacb41c632befd7a75c6f8593eeb9bc160bc65", + "reference": "76aacb41c632befd7a75c6f8593eeb9bc160bc65", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -312,38 +274,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.7" + }, + "time": "2024-11-04T09:23:53+00:00" }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.9", + "version": "v0.1.9", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-calypsoify.git", + "reference": "746bc103b1192752517132bab5343e373b685ff3" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "6c420af51bfc85e22b005e6f4e7eb6446e6c91c8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-calypsoify/zipball/746bc103b1192752517132bab5343e373b685ff3", + "reference": "746bc103b1192752517132bab5343e373b685ff3", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -377,38 +330,29 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.9" + }, + "time": "2024-11-11T01:46:45+00:00" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.6.7", + "version": "v0.6.7", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "b7c287b8abecb096c03b1070742ff0696489068c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "f6c9703282e4534b91250bcee0c0a5970ab8f880" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/b7c287b8abecb096c03b1070742ff0696489068c", + "reference": "b7c287b8abecb096c03b1070742ff0696489068c", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -442,50 +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-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.6.7" + }, + "time": "2024-11-11T01:46:46+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": "def07c21ca6f32b4c51a80159f51cb76aa6bbe09" + "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.8" + "automattic/jetpack-changelogger": "^4.2.2" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -502,21 +431,29 @@ "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": "5.1.7", + "version": "v5.1.7", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "fbcde61a7e0ea8dc611958a538f5951be59f1331" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "6f89c35ca554f7a387c2681e7a446b6a2084b333" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/fbcde61a7e0ea8dc611958a538f5951be59f1331", + "reference": "fbcde61a7e0ea8dc611958a538f5951be59f1331", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -569,44 +506,29 @@ "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-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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/v5.1.7" + }, + "time": "2024-11-11T01:46:49+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.5", + "version": "v2.0.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "3e5fb4ddeedb3d09adf6cbb1969ea612ad790a54" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1", + "reference": "0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1", + "shasum": "" }, "require": { "php": ">=7.0" @@ -635,32 +557,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" + }, + "time": "2024-11-04T09:23:35+00:00" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.6", + "version": "v2.1.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "0396d15ef898b3ab27308a8b988a06c60860d912" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "4b25d907b19ee366a4527212201ef036d05306f3" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/0396d15ef898b3ab27308a8b988a06c60860d912", + "reference": "0396d15ef898b3ab27308a8b988a06c60860d912", + "shasum": "" }, "require": { "php": ">=7.0" @@ -688,32 +607,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.6" + }, + "time": "2024-11-04T09:23:40+00:00" }, { "name": "automattic/jetpack-google-analytics", - "version": "0.2.5", + "version": "v0.2.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-google-analytics.git", + "reference": "fd237ea30cde746e6f52cb4f30a2f2e4e22657cd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "d876f21c6950c71fa40a8ebf51118d940d59f92f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-google-analytics/zipball/fd237ea30cde746e6f52cb4f30a2f2e4e22657cd", + "reference": "fd237ea30cde746e6f52cb4f30a2f2e4e22657cd", + "shasum": "" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -747,44 +663,29 @@ "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-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" + }, + "time": "2024-11-11T01:46:25+00:00" }, { "name": "automattic/jetpack-ip", - "version": "0.3.1", + "version": "v0.3.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "8dece9fc0943bdbd0c9348744747206ab64faee7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd", + "reference": "28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd", + "shasum": "" }, "require": { "php": ">=7.0" @@ -817,32 +718,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.3.1" + }, + "time": "2024-11-04T09:23:32+00:00" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.29", + "version": "v3.1.29", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "7a064457952c5a775370b0cd6e010ff31cd55d66" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "1702d00f5252f923111944d93fa059811f35be9d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/7a064457952c5a775370b0cd6e010ff31cd55d66", + "reference": "7a064457952c5a775370b0cd6e010ff31cd55d66", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -882,42 +780,29 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.29" + }, + "time": "2024-11-11T01:47:04+00:00" }, { "name": "automattic/jetpack-logo", - "version": "2.0.5", + "version": "v2.0.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "717d2fc7e3c648d2723911d35bdfebc74efb8a31" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "a99d8d10698aa6e0a808ad7fdddef30a245e3384" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/717d2fc7e3c648d2723911d35bdfebc74efb8a31", + "reference": "717d2fc7e3c648d2723911d35bdfebc74efb8a31", + "shasum": "" }, "require": { "php": ">=7.0" @@ -945,32 +830,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" + }, + "time": "2024-11-04T09:23:37+00:00" }, { "name": "automattic/jetpack-masterbar", - "version": "0.9.9", + "version": "v0.9.9", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-masterbar.git", + "reference": "ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "ec90b558198849712cdf541ad5a0975e5fecc3d1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b", + "reference": "ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1014,46 +896,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-coverage": [ - "pnpm run build-production", - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.9.9" + }, + "time": "2024-11-11T01:47:13+00:00" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.66.0", + "version": "v5.66.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "a424d22b79bd8f7160643bd9446573162f36e0ff" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "1e4be6d1724ef4d61a68762ded2c51e665dbca77" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/a424d22b79bd8f7160643bd9446573162f36e0ff", + "reference": "a424d22b79bd8f7160643bd9446573162f36e0ff", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1099,44 +964,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.66.0" + }, + "time": "2024-11-11T01:47:16+00:00" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.3", + "version": "v0.3.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "1812a38452575e7c8c7c06affeeca776a367225f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "153e8641e27e84b1b74533e0f7cdc1072328865e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/1812a38452575e7c8c7c06affeeca776a367225f", + "reference": "1812a38452575e7c8c7c06affeeca776a367225f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1166,41 +1016,32 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.3" + }, + "time": "2024-11-04T09:23:39+00:00" }, { "name": "automattic/jetpack-plans", - "version": "0.4.13", + "version": "v0.4.13", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "1ebce989113f6cba00be09e07dd5b8c14999f4d7" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "eef52e0f3078dab49cafad7482001dae42a1332b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/1ebce989113f6cba00be09e07dd5b8c14999f4d7", + "reference": "1ebce989113f6cba00be09e07dd5b8c14999f4d7", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "php": ">=7.0" }, "require-dev": { @@ -1228,44 +1069,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.13" + }, + "time": "2024-11-04T09:24:31+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.5", + "version": "v2.0.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "844f02deba109e6d3f841267840628ae1d15e5bc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f", + "reference": "97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f", + "shasum": "" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -1295,32 +1121,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" + }, + "time": "2024-11-04T09:23:58+00:00" }, { "name": "automattic/jetpack-roles", - "version": "2.0.4", + "version": "v2.0.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "7bf1b57931ebf245438f6c93794cd0f3da40d1ea" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f", + "reference": "2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1349,35 +1172,32 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.4" + }, + "time": "2024-11-04T09:23:38+00:00" }, { "name": "automattic/jetpack-stats", - "version": "0.13.5", + "version": "v0.13.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "932c2150b6681651437ebcc455a90b51b7882fb1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "3cbee7a18d094aea73b73742ebe1366cc75cb4f0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/932c2150b6681651437ebcc455a90b51b7882fb1", + "reference": "932c2150b6681651437ebcc455a90b51b7882fb1", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-status": "^4.0.3", "php": ">=7.0" @@ -1410,38 +1230,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" + }, + "time": "2024-11-04T09:24:33+00:00" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.22.6", + "version": "v0.22.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "b4a110b47aae88d9b185747a768f7637cfb8638e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "c0a9ec08e91e8e86f7fc5c40908792b525f5b4b4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/b4a110b47aae88d9b185747a768f7637cfb8638e", + "reference": "b4a110b47aae88d9b185747a768f7637cfb8638e", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1477,44 +1288,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.22.6" + }, + "time": "2024-11-11T01:47:05+00:00" }, { "name": "automattic/jetpack-status", - "version": "4.0.3", + "version": "v4.0.3", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "a1a579c3c8ae4ee7a251f851997264f6e5f9deb1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "fe88c196f172f42019453d56cabc73646f0eb155" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/a1a579c3c8ae4ee7a251f851997264f6e5f9deb1", + "reference": "a1a579c3c8ae4ee7a251f851997264f6e5f9deb1", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -1553,32 +1349,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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/v4.0.3" + }, + "time": "2024-11-04T09:23:54+00:00" }, { "name": "automattic/jetpack-sync", - "version": "3.15.0", + "version": "v3.15.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "f4394203e14cdf70368038308963ba142d486968" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "f669f2b82ef1f1758ca546455751b71233d13759" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/f4394203e14cdf70368038308963ba142d486968", + "reference": "f4394203e14cdf70368038308963ba142d486968", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1625,38 +1418,29 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.15.0" + }, + "time": "2024-11-11T01:46:57+00:00" }, { "name": "automattic/scheduled-updates", - "version": "0.13.6", + "version": "v0.13.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "a461ace89b1a61e70335b5d571a233dd23fd9fb1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "04787628f0e96678e5a8ac610fefaef0d80b1aea" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/a461ace89b1a61e70335b5d571a233dd23fd9fb1", + "reference": "a461ace89b1a61e70335b5d571a233dd23fd9fb1", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1695,30 +1479,15 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.6" + }, + "time": "2024-11-11T01:47:00+00:00" }, { "name": "scssphp/scssphp", @@ -1804,11 +1573,17 @@ "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.2.8", + "version": "v4.2.8", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "81a4c2beba9df2b8f1907b52c4b71ce152067e2e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "2037a3cc7dc5d041fcd1a96aaa9623c7fbd9de0d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/81a4c2beba9df2b8f1907b52c4b71ce152067e2e", + "reference": "81a4c2beba9df2b8f1907b52c4b71ce152067e2e", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1838,33 +1613,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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" ], @@ -1875,9 +1628,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.8" + }, + "time": "2024-11-04T09:23:29+00:00" }, { "name": "doctrine/instantiator", @@ -4448,10 +4202,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 135f0324..d9309639 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.6.0 + * Version: 2.6.1 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index 151d37f3..b46cac42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.6.0", + "version": "2.6.1", "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 cada5bc5..9b8ecf76 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_6_0::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1::getLoader(); diff --git a/vendor/automattic/jetpack-compat/composer.json b/vendor/automattic/jetpack-compat/composer.json index 8bda784d..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.8" + "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-plans/composer.json b/vendor/automattic/jetpack-plans/composer.json index e54caf14..16bba045 100644 --- a/vendor/automattic/jetpack-plans/composer.json +++ b/vendor/automattic/jetpack-plans/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.7" + "automattic/jetpack-connection": "^5.1.6" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/vendor/automattic/jetpack-stats/composer.json b/vendor/automattic/jetpack-stats/composer.json index 723e86e4..271da4fd 100644 --- a/vendor/automattic/jetpack-stats/composer.json +++ b/vendor/automattic/jetpack-stats/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-status": "^4.0.3" }, diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 4dcd8053..df4b671c 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_6_0 +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1 { 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_6_0', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1::$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 9bbd464a..b63eb9ef 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_6_0 +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -340,9 +340,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_6_0::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_0::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_6_1::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 90c4a8ac..7387e08d 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "7e1977089599ad6b4b6de28f4257fb3a031f9147" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb", + "reference": "d1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb", + "shasum": "" }, "require": { "php": ">=7.0" @@ -19,6 +25,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -36,34 +43,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.4" }, "install-path": "../automattic/jetpack-a8c-mc-stats" }, { "name": "automattic/jetpack-admin-ui", - "version": "0.4.6", + "version": "v0.4.6", "version_normalized": "0.4.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "a7bef1b075e35e431c0112f97763df9c6196ae39" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "ae4c7fe9b6b1ebb9da14e983d5eba3e10f5700e2" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/a7bef1b075e35e431c0112f97763df9c6196ae39", + "reference": "a7bef1b075e35e431c0112f97763df9c6196ae39", + "shasum": "" }, "require": { "php": ">=7.0" @@ -77,6 +80,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:52+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -98,40 +102,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.6" }, "install-path": "../automattic/jetpack-admin-ui" }, { "name": "automattic/jetpack-assets", - "version": "2.3.14", + "version": "v2.3.14", "version_normalized": "2.3.14.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ab5e8aa77869a2c64a72d94ba085c3db722c635a" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "aa0d4482e861ec4ca34380036a3799ee47750d96" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ab5e8aa77869a2c64a72d94ba085c3db722c635a", + "reference": "ab5e8aa77869a2c64a72d94ba085c3db722c635a", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -146,6 +140,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:36+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -167,44 +162,30 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"", - "pnpm run test-coverage" - ], - "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.14" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-blaze", - "version": "0.24.0", + "version": "v0.24.0", "version_normalized": "0.24.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blaze.git", + "reference": "2bbb1f5937478ffdb022be6aeadba4456a3fe4ac" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "fda5d9eaae8681640f6f2ebeb68b3f875924e082" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blaze/zipball/2bbb1f5937478ffdb022be6aeadba4456a3fe4ac", + "reference": "2bbb1f5937478ffdb022be6aeadba4456a3fe4ac", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -224,6 +205,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:07+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -245,50 +227,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.24.0" }, "install-path": "../automattic/jetpack-blaze" }, { "name": "automattic/jetpack-blocks", - "version": "2.0.7", + "version": "v2.0.7", "version_normalized": "2.0.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-blocks.git", + "reference": "76aacb41c632befd7a75c6f8593eeb9bc160bc65" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "bc50a51a6772611281c2a1532498bdfd19861288" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-blocks/zipball/76aacb41c632befd7a75c6f8593eeb9bc160bc65", + "reference": "76aacb41c632befd7a75c6f8593eeb9bc160bc65", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -303,6 +265,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:53+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -320,40 +283,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.7" }, "install-path": "../automattic/jetpack-blocks" }, { "name": "automattic/jetpack-calypsoify", - "version": "0.1.9", + "version": "v0.1.9", "version_normalized": "0.1.9.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-calypsoify.git", + "reference": "746bc103b1192752517132bab5343e373b685ff3" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "6c420af51bfc85e22b005e6f4e7eb6446e6c91c8" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-calypsoify/zipball/746bc103b1192752517132bab5343e373b685ff3", + "reference": "746bc103b1192752517132bab5343e373b685ff3", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -367,6 +320,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:45+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -388,40 +342,30 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.9" }, "install-path": "../automattic/jetpack-calypsoify" }, { "name": "automattic/jetpack-classic-theme-helper", - "version": "0.6.7", + "version": "v0.6.7", "version_normalized": "0.6.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-classic-theme-helper.git", + "reference": "b7c287b8abecb096c03b1070742ff0696489068c" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "f6c9703282e4534b91250bcee0c0a5970ab8f880" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-classic-theme-helper/zipball/b7c287b8abecb096c03b1070742ff0696489068c", + "reference": "b7c287b8abecb096c03b1070742ff0696489068c", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -435,6 +379,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:46+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -456,56 +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-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.6.7" }, "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": "def07c21ca6f32b4c51a80159f51cb76aa6bbe09" + "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.8" + "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, @@ -519,23 +449,30 @@ } }, "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": "5.1.7", + "version": "v5.1.7", "version_normalized": "5.1.7.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "fbcde61a7e0ea8dc611958a538f5951be59f1331" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "6f89c35ca554f7a387c2681e7a446b6a2084b333" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/fbcde61a7e0ea8dc611958a538f5951be59f1331", + "reference": "fbcde61a7e0ea8dc611958a538f5951be59f1331", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -556,6 +493,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:49+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -589,46 +527,30 @@ "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-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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/v5.1.7" }, "install-path": "../automattic/jetpack-connection" }, { "name": "automattic/jetpack-constants", - "version": "2.0.5", + "version": "v2.0.5", "version_normalized": "2.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "3e5fb4ddeedb3d09adf6cbb1969ea612ad790a54" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1", + "reference": "0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1", + "shasum": "" }, "require": { "php": ">=7.0" @@ -641,6 +563,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:35+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -658,34 +581,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-device-detection", - "version": "2.1.6", + "version": "v2.1.6", "version_normalized": "2.1.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-device-detection.git", + "reference": "0396d15ef898b3ab27308a8b988a06c60860d912" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "4b25d907b19ee366a4527212201ef036d05306f3" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/0396d15ef898b3ab27308a8b988a06c60860d912", + "reference": "0396d15ef898b3ab27308a8b988a06c60860d912", + "shasum": "" }, "require": { "php": ">=7.0" @@ -697,6 +616,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:40+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -714,34 +634,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.6" }, "install-path": "../automattic/jetpack-device-detection" }, { "name": "automattic/jetpack-google-analytics", - "version": "0.2.5", + "version": "v0.2.5", "version_normalized": "0.2.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-google-analytics.git", + "reference": "fd237ea30cde746e6f52cb4f30a2f2e4e22657cd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "d876f21c6950c71fa40a8ebf51118d940d59f92f" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-google-analytics/zipball/fd237ea30cde746e6f52cb4f30a2f2e4e22657cd", + "reference": "fd237ea30cde746e6f52cb4f30a2f2e4e22657cd", + "shasum": "" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -755,6 +671,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:25+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -776,46 +693,30 @@ "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-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" }, "install-path": "../automattic/jetpack-google-analytics" }, { "name": "automattic/jetpack-ip", - "version": "0.3.1", + "version": "v0.3.1", "version_normalized": "0.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "8dece9fc0943bdbd0c9348744747206ab64faee7" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd", + "reference": "28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd", + "shasum": "" }, "require": { "php": ">=7.0" @@ -828,6 +729,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:32+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -849,34 +751,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.3.1" }, "install-path": "../automattic/jetpack-ip" }, { "name": "automattic/jetpack-jitm", - "version": "3.1.29", + "version": "v3.1.29", "version_normalized": "3.1.29.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-jitm.git", + "reference": "7a064457952c5a775370b0cd6e010ff31cd55d66" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "1702d00f5252f923111944d93fa059811f35be9d" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-jitm/zipball/7a064457952c5a775370b0cd6e010ff31cd55d66", + "reference": "7a064457952c5a775370b0cd6e010ff31cd55d66", + "shasum": "" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.4", @@ -896,6 +794,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:04+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -917,44 +816,30 @@ "src/" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.29" }, "install-path": "../automattic/jetpack-jitm" }, { "name": "automattic/jetpack-logo", - "version": "2.0.5", + "version": "v2.0.5", "version_normalized": "2.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "717d2fc7e3c648d2723911d35bdfebc74efb8a31" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "a99d8d10698aa6e0a808ad7fdddef30a245e3384" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/717d2fc7e3c648d2723911d35bdfebc74efb8a31", + "reference": "717d2fc7e3c648d2723911d35bdfebc74efb8a31", + "shasum": "" }, "require": { "php": ">=7.0" @@ -966,6 +851,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:37+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -983,34 +869,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" }, "install-path": "../automattic/jetpack-logo" }, { "name": "automattic/jetpack-masterbar", - "version": "0.9.9", + "version": "v0.9.9", "version_normalized": "0.9.9.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-masterbar.git", + "reference": "ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "ec90b558198849712cdf541ad5a0975e5fecc3d1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-masterbar/zipball/ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b", + "reference": "ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1034,6 +916,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:13+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1055,48 +938,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-coverage": [ - "pnpm run build-production", - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.9.9" }, "install-path": "../automattic/jetpack-masterbar" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.66.0", + "version": "v5.66.0", "version_normalized": "5.66.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "a424d22b79bd8f7160643bd9446573162f36e0ff" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "1e4be6d1724ef4d61a68762ded2c51e665dbca77" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/a424d22b79bd8f7160643bd9446573162f36e0ff", + "reference": "a424d22b79bd8f7160643bd9446573162f36e0ff", + "shasum": "" }, "require": { "automattic/jetpack-assets": "^2.3.14", @@ -1122,6 +987,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:16+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -1143,46 +1009,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.66.0" }, "install-path": "../automattic/jetpack-mu-wpcom" }, { "name": "automattic/jetpack-password-checker", - "version": "0.3.3", + "version": "v0.3.3", "version_normalized": "0.3.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "1812a38452575e7c8c7c06affeeca776a367225f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "153e8641e27e84b1b74533e0f7cdc1072328865e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/1812a38452575e7c8c7c06affeeca776a367225f", + "reference": "1812a38452575e7c8c7c06affeeca776a367225f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1195,6 +1045,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:39+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1213,43 +1064,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.3" }, "install-path": "../automattic/jetpack-password-checker" }, { "name": "automattic/jetpack-plans", - "version": "0.4.13", + "version": "v0.4.13", "version_normalized": "0.4.13.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plans.git", + "reference": "1ebce989113f6cba00be09e07dd5b8c14999f4d7" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "eef52e0f3078dab49cafad7482001dae42a1332b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plans/zipball/1ebce989113f6cba00be09e07dd5b8c14999f4d7", + "reference": "1ebce989113f6cba00be09e07dd5b8c14999f4d7", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "php": ">=7.0" }, "require-dev": { @@ -1261,6 +1102,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:31+00:00", "type": "library", "extra": { "autotagger": true, @@ -1278,46 +1120,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.13" }, "install-path": "../automattic/jetpack-plans" }, { "name": "automattic/jetpack-redirect", - "version": "2.0.5", + "version": "v2.0.5", "version_normalized": "2.0.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "844f02deba109e6d3f841267840628ae1d15e5bc" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f", + "reference": "97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f", + "shasum": "" }, "require": { "automattic/jetpack-status": "^4.0.3", @@ -1331,6 +1157,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1348,34 +1175,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" }, "install-path": "../automattic/jetpack-redirect" }, { "name": "automattic/jetpack-roles", - "version": "2.0.4", + "version": "v2.0.4", "version_normalized": "2.0.4.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "7bf1b57931ebf245438f6c93794cd0f3da40d1ea" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f", + "reference": "2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f", + "shasum": "" }, "require": { "php": ">=7.0" @@ -1388,6 +1211,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:38+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1405,37 +1229,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.4" }, "install-path": "../automattic/jetpack-roles" }, { "name": "automattic/jetpack-stats", - "version": "0.13.5", + "version": "v0.13.5", "version_normalized": "0.13.5.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats.git", + "reference": "932c2150b6681651437ebcc455a90b51b7882fb1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "3cbee7a18d094aea73b73742ebe1366cc75cb4f0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats/zipball/932c2150b6681651437ebcc455a90b51b7882fb1", + "reference": "932c2150b6681651437ebcc455a90b51b7882fb1", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "^5.1.7", + "automattic/jetpack-connection": "^5.1.6", "automattic/jetpack-constants": "^2.0.5", "automattic/jetpack-status": "^4.0.3", "php": ">=7.0" @@ -1448,6 +1268,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:24:33+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1469,40 +1290,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.5" }, "install-path": "../automattic/jetpack-stats" }, { "name": "automattic/jetpack-stats-admin", - "version": "0.22.6", + "version": "v0.22.6", "version_normalized": "0.22.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-stats-admin.git", + "reference": "b4a110b47aae88d9b185747a768f7637cfb8638e" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "c0a9ec08e91e8e86f7fc5c40908792b525f5b4b4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-stats-admin/zipball/b4a110b47aae88d9b185747a768f7637cfb8638e", + "reference": "b4a110b47aae88d9b185747a768f7637cfb8638e", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1521,6 +1332,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:05+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1539,46 +1351,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.22.6" }, "install-path": "../automattic/jetpack-stats-admin" }, { "name": "automattic/jetpack-status", - "version": "4.0.3", + "version": "v4.0.3", "version_normalized": "4.0.3.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "a1a579c3c8ae4ee7a251f851997264f6e5f9deb1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "fe88c196f172f42019453d56cabc73646f0eb155" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/a1a579c3c8ae4ee7a251f851997264f6e5f9deb1", + "reference": "a1a579c3c8ae4ee7a251f851997264f6e5f9deb1", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.5", @@ -1595,6 +1391,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-04T09:23:54+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1618,34 +1415,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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/v4.0.3" }, "install-path": "../automattic/jetpack-status" }, { "name": "automattic/jetpack-sync", - "version": "3.15.0", + "version": "v3.15.0", "version_normalized": "3.15.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "f4394203e14cdf70368038308963ba142d486968" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "f669f2b82ef1f1758ca546455751b71233d13759" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/f4394203e14cdf70368038308963ba142d486968", + "reference": "f4394203e14cdf70368038308963ba142d486968", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1666,6 +1459,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:46:57+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -1693,40 +1487,30 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.15.0" }, "install-path": "../automattic/jetpack-sync" }, { "name": "automattic/scheduled-updates", - "version": "0.13.6", + "version": "v0.13.6", "version_normalized": "0.13.6.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/scheduled-updates.git", + "reference": "a461ace89b1a61e70335b5d571a233dd23fd9fb1" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "04787628f0e96678e5a8ac610fefaef0d80b1aea" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/scheduled-updates/zipball/a461ace89b1a61e70335b5d571a233dd23fd9fb1", + "reference": "a461ace89b1a61e70335b5d571a233dd23fd9fb1", + "shasum": "" }, "require": { "automattic/jetpack-connection": "^5.1.7", @@ -1745,6 +1529,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-11-11T01:47:00+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/scheduled-updates", @@ -1766,29 +1551,13 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-coverage": [ - "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" - ], - "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.6" }, "install-path": "../automattic/scheduled-updates" }, diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index aaead2b2..72757421 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.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '7e1977089599ad6b4b6de28f4257fb3a031f9147', + 'reference' => 'd1d726e4962d4bf6f9c51d01e63d613c3a9dd0bb', '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.6', + 'pretty_version' => 'v0.4.6', 'version' => '0.4.6.0', - 'reference' => 'ae4c7fe9b6b1ebb9da14e983d5eba3e10f5700e2', + 'reference' => 'a7bef1b075e35e431c0112f97763df9c6196ae39', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.3.14', + 'pretty_version' => 'v2.3.14', 'version' => '2.3.14.0', - 'reference' => 'aa0d4482e861ec4ca34380036a3799ee47750d96', + 'reference' => 'ab5e8aa77869a2c64a72d94ba085c3db722c635a', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blaze' => array( - 'pretty_version' => '0.24.0', + 'pretty_version' => 'v0.24.0', 'version' => '0.24.0.0', - 'reference' => 'fda5d9eaae8681640f6f2ebeb68b3f875924e082', + 'reference' => '2bbb1f5937478ffdb022be6aeadba4456a3fe4ac', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blaze', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-blocks' => array( - 'pretty_version' => '2.0.7', + 'pretty_version' => 'v2.0.7', 'version' => '2.0.7.0', - 'reference' => 'bc50a51a6772611281c2a1532498bdfd19861288', + 'reference' => '76aacb41c632befd7a75c6f8593eeb9bc160bc65', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-blocks', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-calypsoify' => array( - 'pretty_version' => '0.1.9', + 'pretty_version' => 'v0.1.9', 'version' => '0.1.9.0', - 'reference' => '6c420af51bfc85e22b005e6f4e7eb6446e6c91c8', + 'reference' => '746bc103b1192752517132bab5343e373b685ff3', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-calypsoify', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-classic-theme-helper' => array( - 'pretty_version' => '0.6.7', + 'pretty_version' => 'v0.6.7', 'version' => '0.6.7.0', - 'reference' => 'f6c9703282e4534b91250bcee0c0a5970ab8f880', + 'reference' => 'b7c287b8abecb096c03b1070742ff0696489068c', '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' => 'def07c21ca6f32b4c51a80159f51cb76aa6bbe09', + 'reference' => 'b7c25cceadac59833ebd58e1877cb5b6b93b8fd5', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-compat', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-connection' => array( - 'pretty_version' => '5.1.7', + 'pretty_version' => 'v5.1.7', 'version' => '5.1.7.0', - 'reference' => '6f89c35ca554f7a387c2681e7a446b6a2084b333', + 'reference' => 'fbcde61a7e0ea8dc611958a538f5951be59f1331', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-connection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.5', + 'pretty_version' => 'v2.0.5', 'version' => '2.0.5.0', - 'reference' => '3e5fb4ddeedb3d09adf6cbb1969ea612ad790a54', + 'reference' => '0c2644d642b06ae2a31c561f5bfc6f74a4abc8f1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-device-detection' => array( - 'pretty_version' => '2.1.6', + 'pretty_version' => 'v2.1.6', 'version' => '2.1.6.0', - 'reference' => '4b25d907b19ee366a4527212201ef036d05306f3', + 'reference' => '0396d15ef898b3ab27308a8b988a06c60860d912', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-device-detection', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-google-analytics' => array( - 'pretty_version' => '0.2.5', + 'pretty_version' => 'v0.2.5', 'version' => '0.2.5.0', - 'reference' => 'd876f21c6950c71fa40a8ebf51118d940d59f92f', + 'reference' => 'fd237ea30cde746e6f52cb4f30a2f2e4e22657cd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-google-analytics', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-ip' => array( - 'pretty_version' => '0.3.1', + 'pretty_version' => 'v0.3.1', 'version' => '0.3.1.0', - 'reference' => '8dece9fc0943bdbd0c9348744747206ab64faee7', + 'reference' => '28e7d6915bfb2fc38825a4c0c8ae6a5184469ddd', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-ip', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-jitm' => array( - 'pretty_version' => '3.1.29', + 'pretty_version' => 'v3.1.29', 'version' => '3.1.29.0', - 'reference' => '1702d00f5252f923111944d93fa059811f35be9d', + 'reference' => '7a064457952c5a775370b0cd6e010ff31cd55d66', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-jitm', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-logo' => array( - 'pretty_version' => '2.0.5', + 'pretty_version' => 'v2.0.5', 'version' => '2.0.5.0', - 'reference' => 'a99d8d10698aa6e0a808ad7fdddef30a245e3384', + 'reference' => '717d2fc7e3c648d2723911d35bdfebc74efb8a31', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-logo', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-masterbar' => array( - 'pretty_version' => '0.9.9', + 'pretty_version' => 'v0.9.9', 'version' => '0.9.9.0', - 'reference' => 'ec90b558198849712cdf541ad5a0975e5fecc3d1', + 'reference' => 'ad9e2aecd4269a2f1aff6a057e4269e39e3ac83b', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-masterbar', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.66.0', + 'pretty_version' => 'v5.66.0', 'version' => '5.66.0.0', - 'reference' => '1e4be6d1724ef4d61a68762ded2c51e665dbca77', + 'reference' => 'a424d22b79bd8f7160643bd9446573162f36e0ff', '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.3', + 'pretty_version' => 'v0.3.3', 'version' => '0.3.3.0', - 'reference' => '153e8641e27e84b1b74533e0f7cdc1072328865e', + 'reference' => '1812a38452575e7c8c7c06affeeca776a367225f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-password-checker', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-plans' => array( - 'pretty_version' => '0.4.13', + 'pretty_version' => 'v0.4.13', 'version' => '0.4.13.0', - 'reference' => 'eef52e0f3078dab49cafad7482001dae42a1332b', + 'reference' => '1ebce989113f6cba00be09e07dd5b8c14999f4d7', 'type' => 'library', 'install_path' => __DIR__ . '/../automattic/jetpack-plans', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-redirect' => array( - 'pretty_version' => '2.0.5', + 'pretty_version' => 'v2.0.5', 'version' => '2.0.5.0', - 'reference' => '844f02deba109e6d3f841267840628ae1d15e5bc', + 'reference' => '97cd007c095ad3fce2d57e61a2ab6dc0e227ef1f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-redirect', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-roles' => array( - 'pretty_version' => '2.0.4', + 'pretty_version' => 'v2.0.4', 'version' => '2.0.4.0', - 'reference' => '7bf1b57931ebf245438f6c93794cd0f3da40d1ea', + 'reference' => '2fa5361ce8ff271cc4ecfac5be9b957ab0e9912f', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-roles', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats' => array( - 'pretty_version' => '0.13.5', + 'pretty_version' => 'v0.13.5', 'version' => '0.13.5.0', - 'reference' => '3cbee7a18d094aea73b73742ebe1366cc75cb4f0', + 'reference' => '932c2150b6681651437ebcc455a90b51b7882fb1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-stats-admin' => array( - 'pretty_version' => '0.22.6', + 'pretty_version' => 'v0.22.6', 'version' => '0.22.6.0', - 'reference' => 'c0a9ec08e91e8e86f7fc5c40908792b525f5b4b4', + 'reference' => 'b4a110b47aae88d9b185747a768f7637cfb8638e', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-stats-admin', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-status' => array( - 'pretty_version' => '4.0.3', + 'pretty_version' => 'v4.0.3', 'version' => '4.0.3.0', - 'reference' => 'fe88c196f172f42019453d56cabc73646f0eb155', + 'reference' => 'a1a579c3c8ae4ee7a251f851997264f6e5f9deb1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-status', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-sync' => array( - 'pretty_version' => '3.15.0', + 'pretty_version' => 'v3.15.0', 'version' => '3.15.0.0', - 'reference' => 'f669f2b82ef1f1758ca546455751b71233d13759', + 'reference' => 'f4394203e14cdf70368038308963ba142d486968', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-sync', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/scheduled-updates' => array( - 'pretty_version' => '0.13.6', + 'pretty_version' => 'v0.13.6', 'version' => '0.13.6.0', - 'reference' => '04787628f0e96678e5a8ac610fefaef0d80b1aea', + 'reference' => 'a461ace89b1a61e70335b5d571a233dd23fd9fb1', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/scheduled-updates', 'aliases' => array(),