From b3b7ddd0ba81e2726efb919bc1ef1b68005ab38d Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 25 Oct 2023 11:09:33 +0200 Subject: [PATCH] Release v2.9.0 --- composer.json | 2 +- composer.lock | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 2147cb6d..b043d678 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "wp-cli/shell-command": "^2", "wp-cli/super-admin-command": "^2", "wp-cli/widget-command": "^2", - "wp-cli/wp-cli": "dev-main" + "wp-cli/wp-cli": "^2.9.0" }, "require-dev": { "roave/security-advisories": "dev-latest", diff --git a/composer.lock b/composer.lock index 0e73d25c..1e257a1d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "19c0b98e0849ae494030376b093b0e67", + "content-hash": "569861710b43a30ec8d74d5d7e891bc5", "packages": [ { "name": "composer/ca-bundle", @@ -3631,16 +3631,16 @@ }, { "name": "wp-cli/wp-cli", - "version": "dev-main", + "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", - "reference": "4a908aa52673ac2cc308f2c6b1a16d429a625e6c" + "reference": "8a3befba2d947fbf5cc6d1941edf2dd99da4d4b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/4a908aa52673ac2cc308f2c6b1a16d429a625e6c", - "reference": "4a908aa52673ac2cc308f2c6b1a16d429a625e6c", + "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/8a3befba2d947fbf5cc6d1941edf2dd99da4d4b7", + "reference": "8a3befba2d947fbf5cc6d1941edf2dd99da4d4b7", "shasum": "" }, "require": { @@ -3663,7 +3663,6 @@ "ext-readline": "Include for a better --prompt implementation", "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates" }, - "default-branch": true, "bin": [ "bin/wp", "bin/wp.bat" @@ -3698,7 +3697,7 @@ "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, - "time": "2023-10-03T09:32:00+00:00" + "time": "2023-10-25T09:06:37+00:00" }, { "name": "wp-cli/wp-config-transformer", @@ -7146,7 +7145,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "wp-cli/wp-cli": 20, "roave/security-advisories": 20 }, "prefer-stable": true, @@ -7158,5 +7156,5 @@ "platform-overrides": { "php": "5.6" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }