From 8271aa839ae2ea8fa2782c25185573352469812c Mon Sep 17 00:00:00 2001 From: samiff Date: Tue, 13 Feb 2024 19:40:55 +0000 Subject: [PATCH] Updated package versions for automattic/jetpack-mu-wpcom-plugin Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7891800379 --- CHANGELOG.md | 7 +- composer.json | 5 +- composer.lock | 168 +++++++----------- mu-wpcom-plugin.php | 2 +- package.json | 2 +- vendor/autoload.php | 2 +- vendor/automattic/jetpack-assets/CHANGELOG.md | 9 +- .../jetpack-constants/composer.json | 2 +- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 9 +- .../automattic/jetpack-mu-wpcom/composer.json | 2 +- .../src/class-jetpack-mu-wpcom.php | 2 +- vendor/composer/autoload_real.php | 10 +- vendor/composer/autoload_static.php | 4 +- vendor/composer/installed.json | 113 +++++------- vendor/composer/installed.php | 16 +- 15 files changed, 144 insertions(+), 209 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6047b54e..d42d8b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 2.0.20-alpha - unreleased - -This is an alpha version! The changes listed here are not final. - +## 2.0.20 - 2024-02-13 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#35591] ## 2.0.19 - 2024-02-12 ### Changed diff --git a/composer.json b/composer.json index 4653bcfd..194b4d03 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-mu-wpcom": "^5.12.2-alpha" + "automattic/jetpack-mu-wpcom": "^5.12.2" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", @@ -23,6 +23,7 @@ "@composer phpunit" ] }, + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { @@ -37,6 +38,6 @@ ] }, "config": { - "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20_alpha" + "autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20" } } diff --git a/composer.lock b/composer.lock index 228b71e7..92303b97 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": "3770cca4491f78671158a4b798841a11", + "content-hash": "ab1f44c6d0d7e359edff71f437999883", "packages": [ { "name": "automattic/jetpack-assets", - "version": "2.1.1-alpha.1707769353", + "version": "v2.1.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "fc98a9524b79c58891b01a1507e5abe021fd8a37" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "5bf9da3a656b18b51e8d63745093ec320c5cb75e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/fc98a9524b79c58891b01a1507e5abe021fd8a37", + "reference": "fc98a9524b79c58891b01a1507e5abe021fd8a37", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.0", @@ -47,44 +53,35 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.1.1" + }, + "time": "2024-02-13T19:25:58+00:00" }, { "name": "automattic/jetpack-constants", - "version": "2.0.0", + "version": "v2.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "d1c6dfec3b3a157a67aec66d07929366c85a3f62" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/d4244e33d2d18902951af05ca5dbb689a23c9cdc", + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.0", + "automattic/jetpack-changelogger": "^4.0.0", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -107,32 +104,32 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.0" + }, + "time": "2023-11-20T20:02:28+00:00" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.12.2-alpha.1707770451", + "version": "v5.12.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "8a0259cb3cd6d40cf63d7c8b7549e9e1b2edcaca" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "08a8b53190b07baf711fd540035000a25b0b1468" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/8a0259cb3cd6d40cf63d7c8b7549e9e1b2edcaca", + "reference": "8a0259cb3cd6d40cf63d7c8b7549e9e1b2edcaca", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.1.1-alpha", + "automattic/jetpack-assets": "^2.1.1", "php": ">=7.0" }, "require-dev": { @@ -163,43 +160,31 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.12.2" + }, + "time": "2024-02-13T19:26:16+00:00" } ], "packages-dev": [ { "name": "automattic/jetpack-changelogger", - "version": "4.1.0", + "version": "v4.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "c6f2013bb78551ca0f6340ba38ea54c5f3e5254b" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "0019fd8b54a7843063fb00dec207f63a4e552b65" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/c6f2013bb78551ca0f6340ba38ea54c5f3e5254b", + "reference": "c6f2013bb78551ca0f6340ba38ea54c5f3e5254b", + "shasum": "" }, "require": { "php": ">=7.0", @@ -229,30 +214,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ], - "post-update-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -263,9 +229,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": false - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.1.0" + }, + "time": "2024-01-22T17:55:25+00:00" }, { "name": "doctrine/instantiator", @@ -2825,10 +2792,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 fc60cc33..a753a222 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.0.20-alpha + * Version: 2.0.20 * Author: Automattic * License: GPLv2 or later * Text Domain: jetpack-mu-wpcom-plugin diff --git a/package.json b/package.json index dad40100..c7c36dcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-mu-wpcom-plugin", - "version": "2.0.20-alpha", + "version": "2.0.20", "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 d2091d4f..50484ba3 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_0_20_alpha::getLoader(); +return ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20::getLoader(); diff --git a/vendor/automattic/jetpack-assets/CHANGELOG.md b/vendor/automattic/jetpack-assets/CHANGELOG.md index e15302bf..d64865c1 100644 --- a/vendor/automattic/jetpack-assets/CHANGELOG.md +++ b/vendor/automattic/jetpack-assets/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [2.1.1] - 2024-02-13 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#35608] ## [2.1.0] - 2024-02-05 ### Added @@ -410,7 +407,7 @@ This is an alpha version! The changes listed here are not final. - Statically access asset tools -[2.1.1-alpha]: https://github.com/Automattic/jetpack-assets/compare/v2.1.0...v2.1.1-alpha +[2.1.1]: https://github.com/Automattic/jetpack-assets/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/Automattic/jetpack-assets/compare/v2.0.4...v2.1.0 [2.0.4]: https://github.com/Automattic/jetpack-assets/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Automattic/jetpack-assets/compare/v2.0.2...v2.0.3 diff --git a/vendor/automattic/jetpack-constants/composer.json b/vendor/automattic/jetpack-constants/composer.json index 54fc2ea1..c564d57c 100644 --- a/vendor/automattic/jetpack-constants/composer.json +++ b/vendor/automattic/jetpack-constants/composer.json @@ -9,7 +9,7 @@ "require-dev": { "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^4.1.0" + "automattic/jetpack-changelogger": "^4.0.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index 86dcf873..51fa8c6e 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [5.12.2-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [5.12.2] - 2024-02-13 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#35608] ## [5.12.1] - 2024-02-12 ### Changed @@ -584,7 +581,7 @@ This is an alpha version! The changes listed here are not final. - Testing initial package release. -[5.12.2-alpha]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.12.1...v5.12.2-alpha +[5.12.2]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.12.1...v5.12.2 [5.12.1]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.12.0...v5.12.1 [5.12.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.11.0...v5.12.0 [5.11.0]: https://github.com/Automattic/jetpack-mu-wpcom/compare/v5.10.0...v5.11.0 diff --git a/vendor/automattic/jetpack-mu-wpcom/composer.json b/vendor/automattic/jetpack-mu-wpcom/composer.json index 9926118d..db9dc8a4 100644 --- a/vendor/automattic/jetpack-mu-wpcom/composer.json +++ b/vendor/automattic/jetpack-mu-wpcom/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.0", - "automattic/jetpack-assets": "^2.1.1-alpha" + "automattic/jetpack-assets": "^2.1.1" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", diff --git a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php index 62c4bdcd..a30c33e3 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php +++ b/vendor/automattic/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php @@ -13,7 +13,7 @@ * Jetpack_Mu_Wpcom main class. */ class Jetpack_Mu_Wpcom { - const PACKAGE_VERSION = '5.12.2-alpha'; + const PACKAGE_VERSION = '5.12.2'; const PKG_DIR = __DIR__ . '/../'; const BASE_DIR = __DIR__ . '/'; const BASE_FILE = __FILE__; diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index d8b9c69b..4a8a785d 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_0_20_alpha +class ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20 { 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_0_20_alpha', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20_alpha', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20_alpha::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20_alpha::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20::$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 4d023701..5789251b 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_0_20_alpha +class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20 { public static $files = array ( '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/..' . '/automattic/jetpack-assets/actions.php', @@ -32,7 +32,7 @@ class ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_plugin public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20_alpha::$classMap; + $loader->classMap = ComposerStaticInitd9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_0_20::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index ea69a7cb..c5ba48ae 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,12 +2,18 @@ "packages": [ { "name": "automattic/jetpack-assets", - "version": "2.1.1-alpha.1707769353", - "version_normalized": "2.1.1.0-alpha1707769353", + "version": "v2.1.1", + "version_normalized": "2.1.1.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "fc98a9524b79c58891b01a1507e5abe021fd8a37" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "5bf9da3a656b18b51e8d63745093ec320c5cb75e" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/fc98a9524b79c58891b01a1507e5abe021fd8a37", + "reference": "fc98a9524b79c58891b01a1507e5abe021fd8a37", + "shasum": "" }, "require": { "automattic/jetpack-constants": "^2.0.0", @@ -22,6 +28,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-02-13T19:25:58+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -43,52 +50,43 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.1.1" }, "install-path": "../automattic/jetpack-assets" }, { "name": "automattic/jetpack-constants", - "version": "2.0.0", + "version": "v2.0.0", "version_normalized": "2.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "d1c6dfec3b3a157a67aec66d07929366c85a3f62" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/d4244e33d2d18902951af05ca5dbb689a23c9cdc", + "reference": "d4244e33d2d18902951af05ca5dbb689a23c9cdc", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "^4.1.0", + "automattic/jetpack-changelogger": "^4.0.0", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2023-11-20T20:02:28+00:00", "type": "jetpack-library", "extra": { "autotagger": true, @@ -106,34 +104,33 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "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.0" }, "install-path": "../automattic/jetpack-constants" }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.12.2-alpha.1707770451", - "version_normalized": "5.12.2.0-alpha1707770451", + "version": "v5.12.2", + "version_normalized": "5.12.2.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-mu-wpcom.git", + "reference": "8a0259cb3cd6d40cf63d7c8b7549e9e1b2edcaca" + }, "dist": { - "type": "path", - "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "08a8b53190b07baf711fd540035000a25b0b1468" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-mu-wpcom/zipball/8a0259cb3cd6d40cf63d7c8b7549e9e1b2edcaca", + "reference": "8a0259cb3cd6d40cf63d7c8b7549e9e1b2edcaca", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "^2.1.1-alpha", + "automattic/jetpack-assets": "^2.1.1", "php": ">=7.0" }, "require-dev": { @@ -144,6 +141,7 @@ "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, + "time": "2024-02-13T19:26:16+00:00", "type": "jetpack-library", "extra": { "mirror-repo": "Automattic/jetpack-mu-wpcom", @@ -165,32 +163,13 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-production": [ - "pnpm run build-production-js" - ], - "build-development": [ - "pnpm run build-js" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Enhances your site with features powered by WordPress.com", - "transport-options": { - "relative": false + "support": { + "source": "https://github.com/Automattic/jetpack-mu-wpcom/tree/v5.12.2" }, "install-path": "../automattic/jetpack-mu-wpcom" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 96d77366..c6d04d45 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -11,27 +11,27 @@ ), 'versions' => array( 'automattic/jetpack-assets' => array( - 'pretty_version' => '2.1.1-alpha.1707769353', - 'version' => '2.1.1.0-alpha1707769353', - 'reference' => '5bf9da3a656b18b51e8d63745093ec320c5cb75e', + 'pretty_version' => 'v2.1.1', + 'version' => '2.1.1.0', + 'reference' => 'fc98a9524b79c58891b01a1507e5abe021fd8a37', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-assets', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-constants' => array( - 'pretty_version' => '2.0.0', + 'pretty_version' => 'v2.0.0', 'version' => '2.0.0.0', - 'reference' => 'd1c6dfec3b3a157a67aec66d07929366c85a3f62', + 'reference' => 'd4244e33d2d18902951af05ca5dbb689a23c9cdc', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-constants', 'aliases' => array(), 'dev_requirement' => false, ), 'automattic/jetpack-mu-wpcom' => array( - 'pretty_version' => '5.12.2-alpha.1707770451', - 'version' => '5.12.2.0-alpha1707770451', - 'reference' => '08a8b53190b07baf711fd540035000a25b0b1468', + 'pretty_version' => 'v5.12.2', + 'version' => '5.12.2.0', + 'reference' => '8a0259cb3cd6d40cf63d7c8b7549e9e1b2edcaca', 'type' => 'jetpack-library', 'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom', 'aliases' => array(),