From 202b830eafa76804a5b6bb070d9e3c74d661c67c Mon Sep 17 00:00:00 2001 From: wojsmol Date: Fri, 3 Dec 2021 02:57:46 +0100 Subject: [PATCH] Add php 8.1 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bc366571..f16652f1 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.3 || ^2", "wp-cli/extension-command": "^1.2 || ^2", - "wp-cli/media-command": "^1 || ^2", "wp-cli/import-command": "^1 || ^2", - "wp-cli/wp-cli-tests": "^3.0.11" + "wp-cli/media-command": "^1 || ^2", + "wp-cli/wp-cli-tests": "^3.1" }, "config": { "process-timeout": 7200,