From 7929ac82002eb17259f276249729e0697adec573 Mon Sep 17 00:00:00 2001 From: wojsmol Date: Fri, 3 Dec 2021 20:39:57 +0100 Subject: [PATCH] Add php 8.1 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c81d0c55..5b76a69b 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/export-command": "^1 || ^2", "wp-cli/extension-command": "^1.2 || ^2", - "wp-cli/wp-cli-tests": "^3.0.11" + "wp-cli/wp-cli-tests": "^3.1" }, "config": { "process-timeout": 7200,