From 9ddfd8ffe83d1b92f9366a4633240c4a97a262be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:15:35 +0000 Subject: [PATCH] Bump wp-cli/extension-command from 2.2.0 to 2.3.0 Bumps [wp-cli/extension-command](https://github.com/wp-cli/extension-command) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/wp-cli/extension-command/releases) - [Commits](https://github.com/wp-cli/extension-command/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: wp-cli/extension-command dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index bf53b2b4..e4258aad 100644 --- a/composer.lock +++ b/composer.lock @@ -3667,16 +3667,16 @@ }, { "name": "wp-cli/extension-command", - "version": "v2.2.0", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/wp-cli/extension-command.git", - "reference": "cf68e1f3244a0a9557dd8cf4cc9fb03779b14678" + "reference": "a8725c304e4836df00827d97ffc17de12f0ad1f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/cf68e1f3244a0a9557dd8cf4cc9fb03779b14678", - "reference": "cf68e1f3244a0a9557dd8cf4cc9fb03779b14678", + "url": "https://api.github.com/repos/wp-cli/extension-command/zipball/a8725c304e4836df00827d97ffc17de12f0ad1f5", + "reference": "a8725c304e4836df00827d97ffc17de12f0ad1f5", "shasum": "" }, "require": { @@ -3700,14 +3700,21 @@ "plugin delete", "plugin get", "plugin install", + "plugin install-dependencies", + "plugin is-active", "plugin is-installed", "plugin list", "plugin path", "plugin search", "plugin status", + "plugin check-update", "plugin toggle", "plugin uninstall", "plugin update", + "plugin auto-updates", + "plugin auto-updates disable", + "plugin auto-updates enable", + "plugin auto-updates status", "theme", "theme activate", "theme delete", @@ -3715,6 +3722,7 @@ "theme enable", "theme get", "theme install", + "theme is-active", "theme is-installed", "theme list", "theme mod", @@ -3724,8 +3732,13 @@ "theme path", "theme search", "theme status", + "theme check-update", "theme update", - "theme mod list" + "theme mod list", + "theme auto-updates", + "theme auto-updates disable", + "theme auto-updates enable", + "theme auto-updates status" ], "branch-alias": { "dev-main": "2.x-dev" @@ -3759,9 +3772,9 @@ "homepage": "https://github.com/wp-cli/extension-command", "support": { "issues": "https://github.com/wp-cli/extension-command/issues", - "source": "https://github.com/wp-cli/extension-command/tree/v2.2.0" + "source": "https://github.com/wp-cli/extension-command/tree/v2.3.0" }, - "time": "2025-09-04T12:33:20+00:00" + "time": "2026-03-09T20:12:09+00:00" }, { "name": "wp-cli/i18n-command",