From 2f22567edeecd7b2c0dace0b19969fa4b3005fac Mon Sep 17 00:00:00 2001 From: Mike Little Date: Wed, 13 May 2026 16:47:06 +0100 Subject: [PATCH] Bump query-monitor floor to ^3.20.4 Raises the johnbillion/query-monitor constraint floor so installs pick up the latest 3.20.x patch releases by default. v26 stays on the 3.x line; master is on ^4.0.6. Co-Authored-By: Claude Opus 4.7 (1M context) (cherry picked from commit 0948db74556fe619e6ab098220cdffb7c13e6948) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07f4c2c..a156267 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ] }, "require": { - "johnbillion/query-monitor": "^3.20.2", + "johnbillion/query-monitor": "^3.20.4", "altis/dev-tools-command": "^0.8.2", "wp-phpunit/wp-phpunit": "6.8.1", "yoast/phpunit-polyfills": "^4.0.0",