From 81e6d6e671989b1f19bf86ec340b777e30e4b795 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 25 Nov 2024 00:22:31 +0100 Subject: [PATCH] Require `wp-cli/wp-cli` v2.12 For improved PHP 8.4 compatibility. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7403426..28e2e39 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ }, "require": { "php": "^5.6 || ^7 || ^8", - "wp-cli/wp-cli": "^2.11", "wp-cli/package-command": "^2", - "wp-cli/scaffold-command": "^2" + "wp-cli/scaffold-command": "^2", + "wp-cli/wp-cli": "^2.12" }, "require-dev": { "wp-cli/wp-cli-tests": "^4"