From 02fb9c131d2254e09106d5413fc5275028913aeb Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Fri, 6 Dec 2019 09:58:59 +0000 Subject: [PATCH] require latest QM as a minimum --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a6877f..39b520c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ] }, "require": { - "johnbillion/query-monitor": "~3.3", + "johnbillion/query-monitor": "^3.5.2", "altis/dev-tools-command": "^0.2.0", "wp-phpunit/wp-phpunit": "5.3.0", "phpunit/phpunit": "^7.1.4"