From 455db27c1e1260c2b4c1fb271a30bd869b77cfa5 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 8 Aug 2024 05:03:13 +0200 Subject: [PATCH 1/2] Lock framework version to 2.11.0 --- composer.json | 2 +- composer.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 63a363ac..0a990d7f 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,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.11.0" }, "require-dev": { "roave/security-advisories": "dev-latest", diff --git a/composer.lock b/composer.lock index 1ed5090f..967758a5 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": "20b6ef48f73980588abfc984b166f01a", + "content-hash": "60a6803ee1aa3ccf4f304fb188193aaa", "packages": [ { "name": "composer/ca-bundle", @@ -3658,7 +3658,7 @@ }, { "name": "wp-cli/wp-cli", - "version": "dev-main", + "version": "v2.11.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", @@ -3690,7 +3690,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" @@ -7367,7 +7366,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "wp-cli/wp-cli": 20, "roave/security-advisories": 20 }, "prefer-stable": true, From 769854e58fd36d99d669eafbe8b2b06678c9439e Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 8 Aug 2024 05:06:36 +0200 Subject: [PATCH 2/2] Fix wrong tag --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 967758a5..fba0a8d6 100644 --- a/composer.lock +++ b/composer.lock @@ -3662,12 +3662,12 @@ "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", - "reference": "d5142f0ef48c3bc1fee1e9c2df9dbefd4b5cc21a" + "reference": "53f0df112901fcf95099d0f501912a209429b6a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/d5142f0ef48c3bc1fee1e9c2df9dbefd4b5cc21a", - "reference": "d5142f0ef48c3bc1fee1e9c2df9dbefd4b5cc21a", + "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/53f0df112901fcf95099d0f501912a209429b6a9", + "reference": "53f0df112901fcf95099d0f501912a209429b6a9", "shasum": "" }, "require": { @@ -3724,7 +3724,7 @@ "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, - "time": "2024-08-06T13:40:39+00:00" + "time": "2024-08-08T03:04:55+00:00" }, { "name": "wp-cli/wp-config-transformer",