From 9c86a35812f25279ef5a3e173e4cfa4007d2a15e Mon Sep 17 00:00:00 2001 From: wojsmol Date: Tue, 4 May 2021 21:14:40 +0200 Subject: [PATCH] Move wp-cli/wp-cli-tests to dev dependecies and update --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7bf973c4..8b87874d 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ "require": { "gettext/gettext": "^4.8", "mck89/peast": "^1.8", - "wp-cli/wp-cli": "^2.5", - "wp-cli/wp-cli-tests": "^3.0.7" + "wp-cli/wp-cli": "^2.5" }, "require-dev": { - "wp-cli/scaffold-command": "^1.2 || ^2" + "wp-cli/scaffold-command": "^1.2 || ^2", + "wp-cli/wp-cli-tests": "3.0.11" }, "config": { "process-timeout": 7200,