From 59ef7319768d240725b45a443b0b7ac5100a6886 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Fri, 26 Oct 2018 15:33:28 +0200 Subject: [PATCH] Fix Composer version constraints --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7010fcf..0592a62 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "require": { "ext-json": "*", "wp-cli/checksum-command": "^2", - "wp-cli/core-command": "2", - "wp-cli/cron-command": "2", + "wp-cli/core-command": "^2", + "wp-cli/cron-command": "^2", "wp-cli/entity-command": "^2", "wp-cli/extension-command": "^2", "wp-cli/language-command": "^2",