diff --git a/projects/packages/sync/composer.json b/projects/packages/sync/composer.json index b66a143b9728f..2e081cd3169fa 100644 --- a/projects/packages/sync/composer.json +++ b/projects/packages/sync/composer.json @@ -58,7 +58,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "config": { diff --git a/projects/packages/sync/src/class-package-version.php b/projects/packages/sync/src/class-package-version.php index 4dc56b331a1fd..8c3d727a23dc6 100644 --- a/projects/packages/sync/src/class-package-version.php +++ b/projects/packages/sync/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.1.2'; + const PACKAGE_VERSION = '2.2.0-alpha'; const PACKAGE_SLUG = 'sync'; diff --git a/projects/plugins/backup/changelog/refactor-social-register-feature-settings b/projects/plugins/backup/changelog/refactor-social-register-feature-settings new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/backup/changelog/refactor-social-register-feature-settings @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/backup/composer.lock b/projects/plugins/backup/composer.lock index 98e282e7dba82..378f6174772e8 100644 --- a/projects/plugins/backup/composer.lock +++ b/projects/plugins/backup/composer.lock @@ -1347,7 +1347,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "3f6f169a99069651197b86e530b80fd96333d2c4" + "reference": "1336c2b2d1ca4b780142c047150ec14b00372167" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1379,7 +1379,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "autoload": { diff --git a/projects/plugins/jetpack/changelog/refactor-social-register-feature-settings#4 b/projects/plugins/jetpack/changelog/refactor-social-register-feature-settings#4 new file mode 100644 index 0000000000000..a1c1831fa1ef7 --- /dev/null +++ b/projects/plugins/jetpack/changelog/refactor-social-register-feature-settings#4 @@ -0,0 +1,5 @@ +Significance: patch +Type: other +Comment: Updated composer.lock. + + diff --git a/projects/plugins/jetpack/composer.lock b/projects/plugins/jetpack/composer.lock index 1ef8f216349c1..a67419920ffe1 100644 --- a/projects/plugins/jetpack/composer.lock +++ b/projects/plugins/jetpack/composer.lock @@ -36,13 +36,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", "transport-options": { "relative": true @@ -81,15 +89,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Provides an interface to the WP.com A/B tests.", "transport-options": { "relative": true @@ -129,17 +149,33 @@ "textdomain": "jetpack-action-bar" }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "build-production": [ "pnpm run build-production" ], - "build-development": [ "pnpm run build" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "An easy way for visitors to follow, like, and comment on your site.", "transport-options": { "relative": true @@ -181,15 +217,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Generic Jetpack wp-admin UI elements", "transport-options": { "relative": true @@ -201,7 +249,7 @@ "dist": { "type": "path", "url": "../../packages/assets", - "reference": "335ee318534ab58327f45abc5da1748a76dd531d" + "reference": "1f713fb83a98dab43f325fe71331d40f9ca47334" }, "require": { "automattic/jetpack-constants": "@dev", @@ -210,7 +258,7 @@ "require-dev": { "automattic/jetpack-changelogger": "@dev", "brain/monkey": "2.6.1", - "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", + "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -229,17 +277,33 @@ } }, "autoload": { - "files": [ "actions.php" ], - "classmap": [ "src/" ] + "files": [ + "actions.php" + ], + "classmap": [ + "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" ] + "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" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Asset management utilities for Jetpack ecosystem packages", "transport-options": { "relative": true @@ -277,18 +341,33 @@ } }, "autoload": { - "classmap": [ "src/AutoloadGenerator.php" ], + "classmap": [ + "src/AutoloadGenerator.php" + ], "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" } }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Creates a custom autoloader for a plugin or theme.", - "keywords": [ "autoload", "autoloader", "composer", "jetpack", "plugin", "wordpress" ], + "keywords": [ + "autoload", + "autoloader", + "composer", + "jetpack", + "plugin", + "wordpress" + ], "transport-options": { "relative": true } @@ -337,20 +416,43 @@ } }, "autoload": { - "files": [ "actions.php" ], - "classmap": [ "src/" ] + "files": [ + "actions.php" + ], + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-js": [ "pnpm run test" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "build-development": [ "pnpm run build" ], - "build-production": [ "pnpm run build-production-concurrently" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-js": [ + "pnpm run test" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "pnpm run build-production-concurrently" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Tools to assist with backing up Jetpack sites.", "transport-options": { "relative": true @@ -398,18 +500,37 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "build-production": [ "pnpm run build-production" ], - "build-development": [ "pnpm run build" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Attract high-quality traffic to your site using Blaze.", "transport-options": { "relative": true @@ -448,15 +569,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "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": true @@ -494,17 +627,33 @@ "textdomain": "jetpack-boost-core" }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "build-production": [ "echo 'Add your build step to composer.json, please!'" ], - "build-development": [ "echo 'Add your build step to composer.json, please!'" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-production": [ + "echo 'Add your build step to composer.json, please!'" + ], + "build-development": [ + "echo 'Add your build step to composer.json, please!'" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Core functionality for boost and relevant packages to depend on", "transport-options": { "relative": true @@ -546,7 +695,9 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "autoload-dev": { "psr-4": { @@ -554,14 +705,28 @@ } }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "build-production": [ "echo 'Add your build step to composer.json, please!'" ], - "build-development": [ "echo 'Add your build step to composer.json, please!'" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-production": [ + "echo 'Add your build step to composer.json, please!'" + ], + "build-development": [ + "echo 'Add your build step to composer.json, please!'" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "A package that handles the API to generate the speed score.", "transport-options": { "relative": true @@ -597,10 +762,16 @@ } }, "autoload": { - "files": [ "functions.php" ], - "classmap": [ "legacy" ] + "files": [ + "functions.php" + ], + "classmap": [ + "legacy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Compatibility layer with previous versions of Jetpack", "transport-options": { "relative": true @@ -637,15 +808,28 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.", - "keywords": [ "composer", "i18n", "jetpack", "plugin" ], + "keywords": [ + "composer", + "i18n", + "jetpack", + "plugin" + ], "transport-options": { "relative": true } @@ -680,9 +864,13 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", "transport-options": { "relative": true @@ -694,7 +882,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "4f8e17d95c9b8b02be47085199719093a03a2c45" + "reference": "4fd8bc081e357da1c38738db38da5e8750db3535" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -726,21 +914,39 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "2.1.x-dev" } }, "autoload": { - "classmap": [ "legacy", "src/", "src/webhooks" ] + "classmap": [ + "legacy", + "src/", + "src/webhooks" + ] }, "scripts": { - "build-production": [ "pnpm run build-production" ], - "build-development": [ "pnpm run build" ], - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "test-php": [ "@composer phpunit" ] - }, - "license": [ "GPL-2.0-or-later" ], + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Everything needed to connect to the Jetpack infrastructure", "transport-options": { "relative": true @@ -777,13 +983,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "A wrapper for defining constants in a more testable way.", "transport-options": { "relative": true @@ -819,13 +1033,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "A way to detect device types based on User-Agent header.", "transport-options": { "relative": true @@ -861,13 +1083,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Jetpack Error - a wrapper around WP_Error.", "transport-options": { "relative": true @@ -879,7 +1109,7 @@ "dist": { "type": "path", "url": "../../packages/forms", - "reference": "9c826efa8b5ffdc968f6aee498109afa32da111a" + "reference": "4518ccb0a77e821a6fc9c9a5723cd235aa59ef60" }, "require": { "automattic/jetpack-assets": "@dev", @@ -905,7 +1135,7 @@ "link-template": "https://github.com/automattic/jetpack-forms/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.24.x-dev" + "dev-trunk": "0.25.x-dev" }, "textdomain": "jetpack-forms", "version-constants": { @@ -913,18 +1143,37 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "build-production": [ "pnpm run build-production" ], - "build-development": [ "pnpm run build" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Jetpack Forms", "transport-options": { "relative": true @@ -962,13 +1211,21 @@ "textdomain": "jetpack-google-fonts-provider" }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "WordPress Webfonts provider for Google Fonts", "transport-options": { "relative": true @@ -980,7 +1237,7 @@ "dist": { "type": "path", "url": "../../packages/identity-crisis", - "reference": "9be1d2458361ba5bb8505c48071c11261bf9044a" + "reference": "e7f53dc4d861086ba733fc32571824c19350b9ca" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1010,22 +1267,41 @@ "link-template": "https://github.com/Automattic/jetpack-identity-crisis/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.12.x-dev" + "dev-trunk": "0.14.x-dev" } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "build-development": [ "pnpm run build" ], - "build-production": [ "NODE_ENV='production' pnpm run build" ], - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] - }, - "license": [ "GPL-2.0-or-later" ], + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "NODE_ENV='production' pnpm run build" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Identity Crisis.", "transport-options": { "relative": true @@ -1068,17 +1344,33 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "build-production": [ "pnpm run build-production" ], - "build-development": [ "pnpm run build" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Serve images through Jetpack's powerful CDN", "transport-options": { "relative": true @@ -1120,17 +1412,33 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "build-production": [ "echo 'Add your build step to composer.json, please!'" ], - "build-development": [ "echo 'Add your build step to composer.json, please!'" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-production": [ + "echo 'Add your build step to composer.json, please!'" + ], + "build-development": [ + "echo 'Add your build step to composer.json, please!'" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Set of REST API routes used in WPCOM Unified Importer.", "transport-options": { "relative": true @@ -1171,13 +1479,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Utilities for working with IP addresses.", "transport-options": { "relative": true @@ -1225,16 +1541,31 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "build-production": [ "pnpm run build-production" ], - "build-development": [ "pnpm run build" ], - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Just in time messages for Jetpack", "transport-options": { "relative": true @@ -1273,15 +1604,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Everything needed to manage Jetpack licenses client-side.", "transport-options": { "relative": true @@ -1317,13 +1660,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "A logo for Jetpack", "transport-options": { "relative": true @@ -1335,7 +1686,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c6e86b2596c29ab1d0ad6afb91854324e324537" + "reference": "3b915a71708fa11091e035d006b975201def6bb8" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -1367,27 +1718,52 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.0.x-dev" + "dev-trunk": "4.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" } }, "autoload": { - "classmap": [ "src/", "src/products" ] + "classmap": [ + "src/", + "src/products" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "test-js": [ "pnpm run test" ], - "test-js-watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run test --watch" ], - "build-development": [ "pnpm run build" ], - "build-production": [ "NODE_ENV=production pnpm run build" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "test-js": [ + "pnpm run test" + ], + "test-js-watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run test --watch" + ], + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "NODE_ENV=production pnpm run build" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "transport-options": { "relative": true @@ -1425,15 +1801,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Password Checker.", "transport-options": { "relative": true @@ -1472,17 +1860,33 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "build-production": [ "echo 'Add your build step to composer.json, please!'" ], - "build-development": [ "echo 'Add your build step to composer.json, please!'" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "build-production": [ + "echo 'Add your build step to composer.json, please!'" + ], + "build-development": [ + "echo 'Add your build step to composer.json, please!'" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Fetch information about Jetpack Plans from wpcom", "transport-options": { "relative": true @@ -1520,13 +1924,21 @@ "textdomain": "jetpack-plugins-installer" }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Handle installation of plugins from WP.org", "transport-options": { "relative": true @@ -1568,15 +1980,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Enhance the classic view of the Admin section of your WordPress site", "transport-options": { "relative": true @@ -1620,19 +2044,40 @@ } }, "autoload": { - "classmap": [ "src/" ], - "files": [ "src/social-image-generator/utilities.php" ] + "classmap": [ + "src/" + ], + "files": [ + "src/social-image-generator/utilities.php" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "build-development": [ "pnpm run build" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ], - "build-production": [ "pnpm run build-production-concurrently" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "build-development": [ + "pnpm run build" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ], + "build-production": [ + "pnpm run build-production-concurrently" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "transport-options": { "relative": true @@ -1670,13 +2115,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", "transport-options": { "relative": true @@ -1713,13 +2166,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Utilities, related with user roles and capabilities.", "transport-options": { "relative": true @@ -1766,20 +2227,44 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "build": [ "Composer\\Config::disableProcessTimeout", "pnpm run build" ], - "build-development": [ "pnpm run build-development" ], - "build-production": [ "pnpm run build-production" ], - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-js": [ "pnpm run test" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] - }, - "license": [ "GPL-2.0-or-later" ], + "build": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run build" + ], + "build-development": [ + "pnpm run build-development" + ], + "build-production": [ + "pnpm run build-production" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-js": [ + "pnpm run test" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Tools to assist with enabling cloud search for Jetpack sites.", "transport-options": { "relative": true @@ -1791,7 +2276,7 @@ "dist": { "type": "path", "url": "../../packages/stats", - "reference": "6921a7b466843848f50a84dca877f03e2b3de645" + "reference": "42f8cbf459a7aa8ad59218370eddd4177b1d0316" }, "require": { "automattic/jetpack-assets": "@dev", @@ -1816,20 +2301,32 @@ "link-template": "https://github.com/Automattic/jetpack-stats/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.7.x-dev" + "dev-trunk": "0.8.x-dev" }, "textdomain": "jetpack-stats" }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Collect valuable traffic stats and insights.", "transport-options": { "relative": true @@ -1873,17 +2370,33 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "build-production": [ "echo 'Add your build step to composer.json, please!'" ], - "build-development": [ "echo 'Add your build step to composer.json, please!'" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "build-production": [ + "echo 'Add your build step to composer.json, please!'" + ], + "build-development": [ + "echo 'Add your build step to composer.json, please!'" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Stats Dashboard", "transport-options": { "relative": true @@ -1922,13 +2435,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", "transport-options": { "relative": true @@ -1940,7 +2461,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "3f6f169a99069651197b86e530b80fd96333d2c4" + "reference": "1336c2b2d1ca4b780142c047150ec14b00372167" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1972,19 +2493,31 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", "transport-options": { "relative": true @@ -2030,19 +2563,40 @@ "textdomain": "jetpack-videopress-pkg" }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "test-js": [ "pnpm run test" ], - "build-production": [ "NODE_ENV=production BABEL_ENV=production pnpm run build" ], - "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" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "test-js": [ + "pnpm run test" + ], + "build-production": [ + "NODE_ENV=production BABEL_ENV=production pnpm run build" + ], + "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" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "VideoPress package", "transport-options": { "relative": true @@ -2085,23 +2639,35 @@ } }, "autoload": { - "files": [ "cli.php" ], - "classmap": [ "src/" ] + "files": [ + "cli.php" + ], + "classmap": [ + "src/" + ] }, "scripts": { "phpunit": [ "./vendor/phpunit/phpunit/phpunit --configuration tests/php/integration/phpunit.xml.dist --colors=always", "./vendor/phpunit/phpunit/phpunit --configuration tests/php/unit/phpunit.xml.dist --colors=always" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], "test-coverage-html": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/integration/phpunit.xml.dist", "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-html ./coverage --configuration tests/php/unit/phpunit.xml.dist" ], - "test-php": [ "@composer phpunit" ] + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Tools to assist with the Jetpack Web Application Firewall", "transport-options": { "relative": true @@ -2146,18 +2712,38 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "build": [ "Composer\\Config::disableProcessTimeout", "pnpm run build" ], - "build-development": [ "pnpm run build-development" ], - "build-production": [ "pnpm run build-production" ], - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-js": [ "pnpm run test" ], - "test-php": [ "@composer phpunit" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] - }, - "license": [ "GPL-2.0-or-later" ], + "build": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run build" + ], + "build-development": [ + "pnpm run build-development" + ], + "build-production": [ + "pnpm run build-production" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-js": [ + "pnpm run test" + ], + "test-php": [ + "@composer phpunit" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Earn income by allowing Jetpack to display high quality ads.", "transport-options": { "relative": true @@ -2195,7 +2781,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "Apache-2.0" ], + "license": [ + "Apache-2.0" + ], "authors": [ { "name": "Matt Sanford", @@ -2219,7 +2807,12 @@ ], "description": "A library of PHP classes that provide auto-linking and extraction of usernames, lists, hashtags and URLs from tweets.", "homepage": "https://github.com/nojimage/twitter-text-php", - "keywords": [ "autolink", "extract", "text", "twitter" ], + "keywords": [ + "autolink", + "extract", + "text", + "twitter" + ], "support": { "issues": "https://github.com/nojimage/twitter-text-php/issues", "source": "https://github.com/nojimage/twitter-text-php/tree/v3.1.2" @@ -2260,7 +2853,9 @@ "ext-iconv": "Can be used as fallback when ext-mbstring is not available", "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" }, - "bin": [ "bin/pscss" ], + "bin": [ + "bin/pscss" + ], "type": "library", "extra": { "bamarni-bin": { @@ -2274,7 +2869,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Anthon Pang", @@ -2289,7 +2886,13 @@ ], "description": "scssphp is a compiler for SCSS written in PHP.", "homepage": "http://scssphp.github.io/scssphp/", - "keywords": [ "css", "less", "sass", "scss", "stylesheet" ], + "keywords": [ + "css", + "less", + "sass", + "scss", + "stylesheet" + ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", "source": "https://github.com/scssphp/scssphp/tree/v1.12.0" @@ -2322,10 +2925,14 @@ }, "type": "library", "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "Apache-2.0" ], + "license": [ + "Apache-2.0" + ], "authors": [ { "name": "Ori Livneh", @@ -2334,7 +2941,10 @@ ], "description": "An implementation of the Aho-Corasick string matching algorithm.", "homepage": "https://gerrit.wikimedia.org/g/AhoCorasick", - "keywords": [ "ahocorasick", "matcher" ], + "keywords": [ + "ahocorasick", + "matcher" + ], "support": { "source": "https://github.com/wikimedia/AhoCorasick/tree/v1.0.1" }, @@ -2364,7 +2974,9 @@ }, "type": "library", "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Ignas Rudaitis", @@ -2394,7 +3006,7 @@ "dist": { "type": "path", "url": "../../packages/changelogger", - "reference": "28b3a05e274c08410b266fa803ed73520d5c2874" + "reference": "a3fe745d83642d741dffe5e1884cc53c65fd056b" }, "require": { "php": ">=7.0", @@ -2402,10 +3014,12 @@ "symfony/process": "^3.4 || ^4.4 || ^5.2 || ^6.0" }, "require-dev": { - "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", + "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0", "yoast/phpunit-polyfills": "1.1.0" }, - "bin": [ "bin/changelogger" ], + "bin": [ + "bin/changelogger" + ], "type": "project", "extra": { "autotagger": true, @@ -2433,8 +3047,12 @@ } }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], + "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; }" ], @@ -2442,9 +3060,16 @@ "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", - "keywords": [ "changelog", "cli", "dev", "keepachangelog" ], + "keywords": [ + "changelog", + "cli", + "dev", + "keepachangelog" + ], "transport-options": { "relative": true } @@ -2483,7 +3108,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Marco Pivetta", @@ -2493,7 +3120,10 @@ ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ "constructor", "instantiate" ], + "keywords": [ + "constructor", + "instantiate" + ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/2.0.0" @@ -2544,7 +3174,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "John Kary", @@ -2553,7 +3185,11 @@ ], "description": "Find and report on slow tests in your PHPUnit test suite", "homepage": "https://github.com/johnkary/phpunit-speedtrap", - "keywords": [ "phpunit", "profile", "slow" ], + "keywords": [ + "phpunit", + "profile", + "slow" + ], "support": { "issues": "https://github.com/johnkary/phpunit-speedtrap/issues", "source": "https://github.com/johnkary/phpunit-speedtrap/tree/v4.0.1" @@ -2588,15 +3224,25 @@ }, "type": "library", "autoload": { - "files": [ "src/DeepCopy/deep_copy.php" ], + "files": [ + "src/DeepCopy/deep_copy.php" + ], "psr-4": { "DeepCopy\\": "src/DeepCopy/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "description": "Create deep copies (clones) of your objects", - "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" @@ -2631,7 +3277,9 @@ "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, - "bin": [ "bin/php-parse" ], + "bin": [ + "bin/php-parse" + ], "type": "library", "extra": { "branch-alias": { @@ -2644,14 +3292,19 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", - "keywords": [ "parser", "php" ], + "keywords": [ + "parser", + "php" + ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" @@ -2686,10 +3339,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Arne Blankerts", @@ -2733,10 +3390,14 @@ }, "type": "library", "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Arne Blankerts", @@ -2804,10 +3465,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2817,7 +3482,11 @@ ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ "coverage", "testing", "xunit" ], + "keywords": [ + "coverage", + "testing", + "xunit" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", @@ -2858,10 +3527,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2871,7 +3544,10 @@ ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ "filesystem", "iterator" ], + "keywords": [ + "filesystem", + "iterator" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" @@ -2915,10 +3591,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2928,7 +3608,9 @@ ], "description": "Invoke callables with a timeout", "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ "process" ], + "keywords": [ + "process" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" @@ -2968,10 +3650,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2981,7 +3667,9 @@ ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ "template" ], + "keywords": [ + "template" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" @@ -3021,10 +3709,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3034,7 +3726,9 @@ ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ "timer" ], + "keywords": [ + "timer" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" @@ -3094,7 +3788,9 @@ "ext-soap": "To be able to generate mocks based on WSDL files", "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, - "bin": [ "phpunit" ], + "bin": [ + "phpunit" + ], "type": "library", "extra": { "branch-alias": { @@ -3102,11 +3798,17 @@ } }, "autoload": { - "files": [ "src/Framework/Assert/Functions.php" ], - "classmap": [ "src/" ] + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3116,7 +3818,11 @@ ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", - "keywords": [ "phpunit", "testing", "xunit" ], + "keywords": [ + "phpunit", + "testing", + "xunit" + ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", @@ -3167,7 +3873,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "PHP-FIG", @@ -3176,7 +3884,13 @@ ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", - "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/2.0.2" @@ -3210,10 +3924,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3262,10 +3980,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3314,10 +4036,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3367,10 +4093,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3391,7 +4121,11 @@ ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ "comparator", "compare", "equality" ], + "keywords": [ + "comparator", + "compare", + "equality" + ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" @@ -3432,10 +4166,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3485,10 +4223,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3501,7 +4243,12 @@ ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ "diff", "udiff", "unidiff", "unified diff" ], + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" @@ -3544,10 +4291,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3556,7 +4307,11 @@ ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ "Xdebug", "environment", "hhvm" ], + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" @@ -3598,10 +4353,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3626,7 +4385,10 @@ ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ "export", "exporter" ], + "keywords": [ + "export", + "exporter" + ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" @@ -3672,10 +4434,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3684,7 +4450,9 @@ ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ "global state" ], + "keywords": [ + "global state" + ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" @@ -3725,10 +4493,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3779,10 +4551,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3830,10 +4606,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3881,10 +4661,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3940,10 +4724,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3991,10 +4779,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -4040,10 +4832,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -4110,10 +4906,14 @@ "psr-4": { "Symfony\\Component\\Console\\": "" }, - "exclude-from-classmap": [ "/Tests/" ] + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Fabien Potencier", @@ -4126,7 +4926,12 @@ ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", - "keywords": [ "cli", "command-line", "console", "terminal" ], + "keywords": [ + "cli", + "command-line", + "console", + "terminal" + ], "support": { "source": "https://github.com/symfony/console/tree/v6.3.8" }, @@ -4174,10 +4979,14 @@ } }, "autoload": { - "files": [ "function.php" ] + "files": [ + "function.php" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -4243,13 +5052,17 @@ } }, "autoload": { - "files": [ "bootstrap.php" ], + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Gert de Pagter", @@ -4262,7 +5075,12 @@ ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", - "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, @@ -4313,13 +5131,17 @@ } }, "autoload": { - "files": [ "bootstrap.php" ], + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -4332,7 +5154,14 @@ ], "description": "Symfony polyfill for intl's grapheme_* functions", "homepage": "https://symfony.com", - "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], + "keywords": [ + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" + ], "support": { "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" }, @@ -4383,14 +5212,20 @@ } }, "autoload": { - "files": [ "bootstrap.php" ], + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, - "classmap": [ "Resources/stubs" ] + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -4403,7 +5238,14 @@ ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", - "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], "support": { "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" }, @@ -4457,13 +5299,17 @@ } }, "autoload": { - "files": [ "bootstrap.php" ], + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -4476,7 +5322,13 @@ ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", - "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" }, @@ -4518,10 +5370,14 @@ "psr-4": { "Symfony\\Component\\Process\\": "" }, - "exclude-from-classmap": [ "/Tests/" ] + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Fabien Potencier", @@ -4588,10 +5444,14 @@ "psr-4": { "Symfony\\Contracts\\Service\\": "" }, - "exclude-from-classmap": [ "/Test/" ] + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -4664,14 +5524,20 @@ }, "type": "library", "autoload": { - "files": [ "Resources/functions.php" ], + "files": [ + "Resources/functions.php" + ], "psr-4": { "Symfony\\Component\\String\\": "" }, - "exclude-from-classmap": [ "/Tests/" ] + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -4684,7 +5550,14 @@ ], "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", - "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], "support": { "source": "https://github.com/symfony/string/tree/v6.3.8" }, @@ -4726,10 +5599,14 @@ }, "type": "library", "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Arne Blankerts", @@ -4778,10 +5655,14 @@ } }, "autoload": { - "files": [ "phpunitpolyfills-autoload.php" ] + "files": [ + "phpunitpolyfills-autoload.php" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Team Yoast", @@ -4795,7 +5676,11 @@ ], "description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests", "homepage": "https://github.com/Yoast/PHPUnit-Polyfills", - "keywords": [ "phpunit", "polyfill", "testing" ], + "keywords": [ + "phpunit", + "polyfill", + "testing" + ], "support": { "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues", "source": "https://github.com/Yoast/PHPUnit-Polyfills" diff --git a/projects/plugins/migration/changelog/refactor-social-register-feature-settings b/projects/plugins/migration/changelog/refactor-social-register-feature-settings new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/migration/changelog/refactor-social-register-feature-settings @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/migration/composer.lock b/projects/plugins/migration/composer.lock index fca27786e437e..b4594147424a7 100644 --- a/projects/plugins/migration/composer.lock +++ b/projects/plugins/migration/composer.lock @@ -1347,7 +1347,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "3f6f169a99069651197b86e530b80fd96333d2c4" + "reference": "1336c2b2d1ca4b780142c047150ec14b00372167" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1379,7 +1379,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "autoload": { diff --git a/projects/plugins/protect/changelog/refactor-social-register-feature-settings b/projects/plugins/protect/changelog/refactor-social-register-feature-settings new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/protect/changelog/refactor-social-register-feature-settings @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index d5a8fd616f62f..51463f0669ae0 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -1261,7 +1261,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "3f6f169a99069651197b86e530b80fd96333d2c4" + "reference": "1336c2b2d1ca4b780142c047150ec14b00372167" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1293,7 +1293,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "autoload": { diff --git a/projects/plugins/search/changelog/refactor-social-register-feature-settings b/projects/plugins/search/changelog/refactor-social-register-feature-settings new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/search/changelog/refactor-social-register-feature-settings @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index 3ba86d378d609..6566f6f33c0d9 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -1407,7 +1407,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "3f6f169a99069651197b86e530b80fd96333d2c4" + "reference": "1336c2b2d1ca4b780142c047150ec14b00372167" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1439,7 +1439,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "autoload": { diff --git a/projects/plugins/social/changelog/refactor-social-register-feature-settings#4 b/projects/plugins/social/changelog/refactor-social-register-feature-settings#4 new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/social/changelog/refactor-social-register-feature-settings#4 @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/social/composer.json b/projects/plugins/social/composer.json index 2fd83330c1c0d..e48a880db9789 100644 --- a/projects/plugins/social/composer.json +++ b/projects/plugins/social/composer.json @@ -81,6 +81,6 @@ "automattic/jetpack-autoloader": true, "automattic/jetpack-composer-plugin": true }, - "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ3_0_1_alpha" + "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_socialⓥ4_0_0_alpha" } } diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index 0aa4673a5d5fd..ff4039a0ed5f3 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -36,13 +36,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", "transport-options": { "relative": true @@ -84,15 +92,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Generic Jetpack wp-admin UI elements", "transport-options": { "relative": true @@ -104,7 +124,7 @@ "dist": { "type": "path", "url": "../../packages/assets", - "reference": "335ee318534ab58327f45abc5da1748a76dd531d" + "reference": "1f713fb83a98dab43f325fe71331d40f9ca47334" }, "require": { "automattic/jetpack-constants": "@dev", @@ -113,7 +133,7 @@ "require-dev": { "automattic/jetpack-changelogger": "@dev", "brain/monkey": "2.6.1", - "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", + "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -132,17 +152,33 @@ } }, "autoload": { - "files": [ "actions.php" ], - "classmap": [ "src/" ] + "files": [ + "actions.php" + ], + "classmap": [ + "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" ] + "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" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Asset management utilities for Jetpack ecosystem packages", "transport-options": { "relative": true @@ -180,18 +216,33 @@ } }, "autoload": { - "classmap": [ "src/AutoloadGenerator.php" ], + "classmap": [ + "src/AutoloadGenerator.php" + ], "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" } }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Creates a custom autoloader for a plugin or theme.", - "keywords": [ "autoload", "autoloader", "composer", "jetpack", "plugin", "wordpress" ], + "keywords": [ + "autoload", + "autoloader", + "composer", + "jetpack", + "plugin", + "wordpress" + ], "transport-options": { "relative": true } @@ -227,15 +278,28 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.", - "keywords": [ "composer", "i18n", "jetpack", "plugin" ], + "keywords": [ + "composer", + "i18n", + "jetpack", + "plugin" + ], "transport-options": { "relative": true } @@ -270,9 +334,13 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", "transport-options": { "relative": true @@ -284,7 +352,7 @@ "dist": { "type": "path", "url": "../../packages/connection", - "reference": "4f8e17d95c9b8b02be47085199719093a03a2c45" + "reference": "4fd8bc081e357da1c38738db38da5e8750db3535" }, "require": { "automattic/jetpack-a8c-mc-stats": "@dev", @@ -316,21 +384,39 @@ "link-template": "https://github.com/Automattic/jetpack-connection/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.0.x-dev" + "dev-trunk": "2.1.x-dev" } }, "autoload": { - "classmap": [ "legacy", "src/", "src/webhooks" ] + "classmap": [ + "legacy", + "src/", + "src/webhooks" + ] }, "scripts": { - "build-production": [ "pnpm run build-production" ], - "build-development": [ "pnpm run build" ], - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "test-php": [ "@composer phpunit" ] - }, - "license": [ "GPL-2.0-or-later" ], + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "test-php": [ + "@composer phpunit" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Everything needed to connect to the Jetpack infrastructure", "transport-options": { "relative": true @@ -367,13 +453,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "A wrapper for defining constants in a more testable way.", "transport-options": { "relative": true @@ -409,13 +503,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "A way to detect device types based on User-Agent header.", "transport-options": { "relative": true @@ -427,7 +529,7 @@ "dist": { "type": "path", "url": "../../packages/identity-crisis", - "reference": "9be1d2458361ba5bb8505c48071c11261bf9044a" + "reference": "e7f53dc4d861086ba733fc32571824c19350b9ca" }, "require": { "automattic/jetpack-assets": "@dev", @@ -457,22 +559,41 @@ "link-template": "https://github.com/Automattic/jetpack-identity-crisis/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "0.12.x-dev" + "dev-trunk": "0.14.x-dev" } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "build-development": [ "pnpm run build" ], - "build-production": [ "NODE_ENV='production' pnpm run build" ], - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] - }, - "license": [ "GPL-2.0-or-later" ], + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "NODE_ENV='production' pnpm run build" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Identity Crisis.", "transport-options": { "relative": true @@ -513,13 +634,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Utilities for working with IP addresses.", "transport-options": { "relative": true @@ -567,16 +696,31 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "build-production": [ "pnpm run build-production" ], - "build-development": [ "pnpm run build" ], - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ] + "build-production": [ + "pnpm run build-production" + ], + "build-development": [ + "pnpm run build" + ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Just in time messages for Jetpack", "transport-options": { "relative": true @@ -615,15 +759,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Everything needed to manage Jetpack licenses client-side.", "transport-options": { "relative": true @@ -659,13 +815,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "A logo for Jetpack", "transport-options": { "relative": true @@ -677,7 +841,7 @@ "dist": { "type": "path", "url": "../../packages/my-jetpack", - "reference": "0c6e86b2596c29ab1d0ad6afb91854324e324537" + "reference": "3b915a71708fa11091e035d006b975201def6bb8" }, "require": { "automattic/jetpack-admin-ui": "@dev", @@ -709,27 +873,52 @@ "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}" }, "branch-alias": { - "dev-trunk": "4.0.x-dev" + "dev-trunk": "4.1.x-dev" }, "version-constants": { "::PACKAGE_VERSION": "src/class-initializer.php" } }, "autoload": { - "classmap": [ "src/", "src/products" ] + "classmap": [ + "src/", + "src/products" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "test-js": [ "pnpm run test" ], - "test-js-watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run test --watch" ], - "build-development": [ "pnpm run build" ], - "build-production": [ "NODE_ENV=production pnpm run build" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "test-js": [ + "pnpm run test" + ], + "test-js-watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run test --watch" + ], + "build-development": [ + "pnpm run build" + ], + "build-production": [ + "NODE_ENV=production pnpm run build" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "transport-options": { "relative": true @@ -767,15 +956,27 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Password Checker.", "transport-options": { "relative": true @@ -814,17 +1015,33 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "build-production": [ "echo 'Add your build step to composer.json, please!'" ], - "build-development": [ "echo 'Add your build step to composer.json, please!'" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "build-production": [ + "echo 'Add your build step to composer.json, please!'" + ], + "build-development": [ + "echo 'Add your build step to composer.json, please!'" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Fetch information about Jetpack Plans from wpcom", "transport-options": { "relative": true @@ -862,13 +1079,21 @@ "textdomain": "jetpack-plugins-installer" }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Handle installation of plugins from WP.org", "transport-options": { "relative": true @@ -912,19 +1137,40 @@ } }, "autoload": { - "classmap": [ "src/" ], - "files": [ "src/social-image-generator/utilities.php" ] + "classmap": [ + "src/" + ], + "files": [ + "src/social-image-generator/utilities.php" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "build-development": [ "pnpm run build" ], - "watch": [ "Composer\\Config::disableProcessTimeout", "pnpm run watch" ], - "build-production": [ "pnpm run build-production-concurrently" ] - }, - "license": [ "GPL-2.0-or-later" ], + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "build-development": [ + "pnpm run build" + ], + "watch": [ + "Composer\\Config::disableProcessTimeout", + "pnpm run watch" + ], + "build-production": [ + "pnpm run build-production-concurrently" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], "description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.", "transport-options": { "relative": true @@ -962,13 +1208,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", "transport-options": { "relative": true @@ -1005,13 +1259,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Utilities, related with user roles and capabilities.", "transport-options": { "relative": true @@ -1050,13 +1312,21 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", "transport-options": { "relative": true @@ -1068,7 +1338,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "3f6f169a99069651197b86e530b80fd96333d2c4" + "reference": "1336c2b2d1ca4b780142c047150ec14b00372167" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1100,19 +1370,31 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], - "post-install-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ], - "post-update-cmd": [ "WorDBless\\Composer\\InstallDropin::copy" ] + "phpunit": [ + "./vendor/phpunit/phpunit/phpunit --colors=always" + ], + "test-php": [ + "@composer phpunit" + ], + "post-install-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ], + "post-update-cmd": [ + "WorDBless\\Composer\\InstallDropin::copy" + ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", "transport-options": { "relative": true @@ -1142,7 +1424,9 @@ }, "type": "library", "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Ignas Rudaitis", @@ -1172,7 +1456,7 @@ "dist": { "type": "path", "url": "../../packages/changelogger", - "reference": "28b3a05e274c08410b266fa803ed73520d5c2874" + "reference": "a3fe745d83642d741dffe5e1884cc53c65fd056b" }, "require": { "php": ">=7.0", @@ -1180,10 +1464,12 @@ "symfony/process": "^3.4 || ^4.4 || ^5.2 || ^6.0" }, "require-dev": { - "wikimedia/testing-access-wrapper": "^1.0 || ^2.0", + "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0", "yoast/phpunit-polyfills": "1.1.0" }, - "bin": [ "bin/changelogger" ], + "bin": [ + "bin/changelogger" + ], "type": "project", "extra": { "autotagger": true, @@ -1211,8 +1497,12 @@ } }, "scripts": { - "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], - "test-php": [ "@composer phpunit" ], + "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; }" ], @@ -1220,9 +1510,16 @@ "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" ] }, - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "description": "Jetpack Changelogger tool. Allows for managing changelogs by dropping change files into a changelog directory with each PR.", - "keywords": [ "changelog", "cli", "dev", "keepachangelog" ], + "keywords": [ + "changelog", + "cli", + "dev", + "keepachangelog" + ], "transport-options": { "relative": true } @@ -1257,7 +1554,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "authors": [ { "name": "Automattic Inc." @@ -1302,13 +1601,17 @@ } }, "autoload": { - "files": [ "inc/api.php" ], + "files": [ + "inc/api.php" + ], "psr-4": { "Brain\\Monkey\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Giuseppe Mazzapica", @@ -1370,7 +1673,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Marco Pivetta", @@ -1380,7 +1685,10 @@ ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ "constructor", "instantiate" ], + "keywords": [ + "constructor", + "instantiate" + ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/2.0.0" @@ -1434,12 +1742,18 @@ } }, "autoload": { - "classmap": [ "hamcrest" ] + "classmap": [ + "hamcrest" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "description": "This is the PHP port of Hamcrest Matchers", - "keywords": [ "test" ], + "keywords": [ + "test" + ], "support": { "issues": "https://github.com/hamcrest/hamcrest-php/issues", "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1" @@ -1476,13 +1790,18 @@ }, "type": "library", "autoload": { - "files": [ "library/helpers.php", "library/Mockery.php" ], + "files": [ + "library/helpers.php", + "library/Mockery.php" + ], "psr-4": { "Mockery\\": "library/Mockery" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Pádraic Brady", @@ -1554,15 +1873,25 @@ }, "type": "library", "autoload": { - "files": [ "src/DeepCopy/deep_copy.php" ], + "files": [ + "src/DeepCopy/deep_copy.php" + ], "psr-4": { "DeepCopy\\": "src/DeepCopy/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "description": "Create deep copies (clones) of your objects", - "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" @@ -1597,7 +1926,9 @@ "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, - "bin": [ "bin/php-parse" ], + "bin": [ + "bin/php-parse" + ], "type": "library", "extra": { "branch-alias": { @@ -1610,14 +1941,19 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", - "keywords": [ "parser", "php" ], + "keywords": [ + "parser", + "php" + ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" @@ -1652,10 +1988,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Arne Blankerts", @@ -1699,10 +2039,14 @@ }, "type": "library", "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Arne Blankerts", @@ -1770,10 +2114,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -1783,7 +2131,11 @@ ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", - "keywords": [ "coverage", "testing", "xunit" ], + "keywords": [ + "coverage", + "testing", + "xunit" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", @@ -1824,10 +2176,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -1837,7 +2193,10 @@ ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", - "keywords": [ "filesystem", "iterator" ], + "keywords": [ + "filesystem", + "iterator" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" @@ -1881,10 +2240,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -1894,7 +2257,9 @@ ], "description": "Invoke callables with a timeout", "homepage": "https://github.com/sebastianbergmann/php-invoker/", - "keywords": [ "process" ], + "keywords": [ + "process" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" @@ -1934,10 +2299,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -1947,7 +2316,9 @@ ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", - "keywords": [ "template" ], + "keywords": [ + "template" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" @@ -1987,10 +2358,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2000,7 +2375,9 @@ ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", - "keywords": [ "timer" ], + "keywords": [ + "timer" + ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" @@ -2060,7 +2437,9 @@ "ext-soap": "To be able to generate mocks based on WSDL files", "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, - "bin": [ "phpunit" ], + "bin": [ + "phpunit" + ], "type": "library", "extra": { "branch-alias": { @@ -2068,11 +2447,17 @@ } }, "autoload": { - "files": [ "src/Framework/Assert/Functions.php" ], - "classmap": [ "src/" ] + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2082,7 +2467,11 @@ ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", - "keywords": [ "phpunit", "testing", "xunit" ], + "keywords": [ + "phpunit", + "testing", + "xunit" + ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", @@ -2133,7 +2522,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "PHP-FIG", @@ -2142,7 +2533,13 @@ ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", - "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/2.0.2" @@ -2169,10 +2566,17 @@ }, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT", "GPL-2.0-or-later" ], + "license": [ + "MIT", + "GPL-2.0-or-later" + ], "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org/", - "keywords": [ "blog", "cms", "wordpress" ], + "keywords": [ + "blog", + "cms", + "wordpress" + ], "support": { "issues": "https://github.com/roots/wordpress/issues", "source": "https://github.com/roots/wordpress/tree/6.4.1" @@ -2223,7 +2627,9 @@ } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "authors": [ { "name": "John P. Bloch", @@ -2235,7 +2641,9 @@ } ], "description": "A custom installer to handle deploying WordPress with composer", - "keywords": [ "wordpress" ], + "keywords": [ + "wordpress" + ], "support": { "issues": "https://github.com/roots/wordpress-core-installer/issues", "source": "https://github.com/roots/wordpress-core-installer/tree/master" @@ -2289,7 +2697,9 @@ }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", - "license": [ "GPL-2.0-or-later" ], + "license": [ + "GPL-2.0-or-later" + ], "authors": [ { "name": "WordPress Community", @@ -2298,7 +2708,11 @@ ], "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org/", - "keywords": [ "blog", "cms", "wordpress" ], + "keywords": [ + "blog", + "cms", + "wordpress" + ], "support": { "docs": "https://developer.wordpress.org/", "forum": "https://wordpress.org/support/", @@ -2343,10 +2757,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2395,10 +2813,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2447,10 +2869,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2500,10 +2926,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2524,7 +2954,11 @@ ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", - "keywords": [ "comparator", "compare", "equality" ], + "keywords": [ + "comparator", + "compare", + "equality" + ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" @@ -2565,10 +2999,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2618,10 +3056,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2634,7 +3076,12 @@ ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ "diff", "udiff", "unidiff", "unified diff" ], + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" @@ -2677,10 +3124,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2689,7 +3140,11 @@ ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", - "keywords": [ "Xdebug", "environment", "hhvm" ], + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" @@ -2731,10 +3186,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2759,7 +3218,10 @@ ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "https://www.github.com/sebastianbergmann/exporter", - "keywords": [ "export", "exporter" ], + "keywords": [ + "export", + "exporter" + ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" @@ -2805,10 +3267,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2817,7 +3283,9 @@ ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", - "keywords": [ "global state" ], + "keywords": [ + "global state" + ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" @@ -2858,10 +3326,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2912,10 +3384,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -2963,10 +3439,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3014,10 +3494,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3073,10 +3557,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3124,10 +3612,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3173,10 +3665,14 @@ } }, "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Sebastian Bergmann", @@ -3243,10 +3739,14 @@ "psr-4": { "Symfony\\Component\\Console\\": "" }, - "exclude-from-classmap": [ "/Tests/" ] + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Fabien Potencier", @@ -3259,7 +3759,12 @@ ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", - "keywords": [ "cli", "command-line", "console", "terminal" ], + "keywords": [ + "cli", + "command-line", + "console", + "terminal" + ], "support": { "source": "https://github.com/symfony/console/tree/v6.3.8" }, @@ -3307,10 +3812,14 @@ } }, "autoload": { - "files": [ "function.php" ] + "files": [ + "function.php" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -3376,13 +3885,17 @@ } }, "autoload": { - "files": [ "bootstrap.php" ], + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Gert de Pagter", @@ -3395,7 +3908,12 @@ ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", - "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, @@ -3446,13 +3964,17 @@ } }, "autoload": { - "files": [ "bootstrap.php" ], + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -3465,7 +3987,14 @@ ], "description": "Symfony polyfill for intl's grapheme_* functions", "homepage": "https://symfony.com", - "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], + "keywords": [ + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" + ], "support": { "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" }, @@ -3516,14 +4045,20 @@ } }, "autoload": { - "files": [ "bootstrap.php" ], + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, - "classmap": [ "Resources/stubs" ] + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -3536,7 +4071,14 @@ ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", - "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], "support": { "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" }, @@ -3590,13 +4132,17 @@ } }, "autoload": { - "files": [ "bootstrap.php" ], + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -3609,7 +4155,13 @@ ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", - "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" }, @@ -3651,10 +4203,14 @@ "psr-4": { "Symfony\\Component\\Process\\": "" }, - "exclude-from-classmap": [ "/Tests/" ] + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Fabien Potencier", @@ -3721,10 +4277,14 @@ "psr-4": { "Symfony\\Contracts\\Service\\": "" }, - "exclude-from-classmap": [ "/Test/" ] + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -3797,14 +4357,20 @@ }, "type": "library", "autoload": { - "files": [ "Resources/functions.php" ], + "files": [ + "Resources/functions.php" + ], "psr-4": { "Symfony\\Component\\String\\": "" }, - "exclude-from-classmap": [ "/Tests/" ] + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "MIT" ], + "license": [ + "MIT" + ], "authors": [ { "name": "Nicolas Grekas", @@ -3817,7 +4383,14 @@ ], "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", - "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], "support": { "source": "https://github.com/symfony/string/tree/v6.3.8" }, @@ -3859,10 +4432,14 @@ }, "type": "library", "autoload": { - "classmap": [ "src/" ] + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Arne Blankerts", @@ -3911,10 +4488,14 @@ } }, "autoload": { - "files": [ "phpunitpolyfills-autoload.php" ] + "files": [ + "phpunitpolyfills-autoload.php" + ] }, "notification-url": "https://packagist.org/downloads/", - "license": [ "BSD-3-Clause" ], + "license": [ + "BSD-3-Clause" + ], "authors": [ { "name": "Team Yoast", @@ -3928,7 +4509,11 @@ ], "description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests", "homepage": "https://github.com/Yoast/PHPUnit-Polyfills", - "keywords": [ "phpunit", "polyfill", "testing" ], + "keywords": [ + "phpunit", + "polyfill", + "testing" + ], "support": { "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues", "source": "https://github.com/Yoast/PHPUnit-Polyfills" diff --git a/projects/plugins/social/jetpack-social.php b/projects/plugins/social/jetpack-social.php index f6f47d8b60e0f..dbc756f18ab9d 100644 --- a/projects/plugins/social/jetpack-social.php +++ b/projects/plugins/social/jetpack-social.php @@ -4,7 +4,7 @@ * Plugin Name: Jetpack Social * Plugin URI: https://wordpress.org/plugins/jetpack-social * Description: Share your site’s posts on several social media networks automatically when you publish a new post. - * Version: 3.0.1-alpha + * Version: 4.0.0-alpha * Author: Automattic - Jetpack Social team * Author URI: https://jetpack.com/social/ * License: GPLv2 or later diff --git a/projects/plugins/starter-plugin/changelog/refactor-social-register-feature-settings b/projects/plugins/starter-plugin/changelog/refactor-social-register-feature-settings new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/starter-plugin/changelog/refactor-social-register-feature-settings @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/starter-plugin/composer.lock b/projects/plugins/starter-plugin/composer.lock index b1c0d2bf4821b..56805a4f6640d 100644 --- a/projects/plugins/starter-plugin/composer.lock +++ b/projects/plugins/starter-plugin/composer.lock @@ -1261,7 +1261,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "3f6f169a99069651197b86e530b80fd96333d2c4" + "reference": "1336c2b2d1ca4b780142c047150ec14b00372167" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1293,7 +1293,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "autoload": { diff --git a/projects/plugins/videopress/changelog/refactor-social-register-feature-settings b/projects/plugins/videopress/changelog/refactor-social-register-feature-settings new file mode 100644 index 0000000000000..9aa70e3ec1f75 --- /dev/null +++ b/projects/plugins/videopress/changelog/refactor-social-register-feature-settings @@ -0,0 +1,5 @@ +Significance: patch +Type: changed +Comment: Updated composer.lock. + + diff --git a/projects/plugins/videopress/composer.lock b/projects/plugins/videopress/composer.lock index f2aab5fc11a13..eea75c9b6b918 100644 --- a/projects/plugins/videopress/composer.lock +++ b/projects/plugins/videopress/composer.lock @@ -1261,7 +1261,7 @@ "dist": { "type": "path", "url": "../../packages/sync", - "reference": "3f6f169a99069651197b86e530b80fd96333d2c4" + "reference": "1336c2b2d1ca4b780142c047150ec14b00372167" }, "require": { "automattic/jetpack-connection": "@dev", @@ -1293,7 +1293,7 @@ "link-template": "https://github.com/Automattic/jetpack-sync/compare/v${old}...v${new}" }, "branch-alias": { - "dev-trunk": "2.1.x-dev" + "dev-trunk": "2.2.x-dev" } }, "autoload": {