From 4f3c2dba6f2da12e7d0c73486134a7cb1bfa45bb Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Tue, 14 Apr 2026 12:39:23 +0200 Subject: [PATCH] Try Windows workaround --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29aeb5d9..37f7ccec 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/extension-command": "^1.2 || ^2", - "wp-cli/wp-cli-tests": "^5" + "wp-cli/wp-cli-tests": "dev-fix/realpath" }, "config": { "process-timeout": 7200,