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",