From 53f8db2c5b10b5f473a8e3d890793390b162c707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:09:54 +0000 Subject: [PATCH] Update johnbillion/query-monitor requirement from ^3.12.3 to ^3.13.1 Updates the requirements on [johnbillion/query-monitor](https://github.com/johnbillion/query-monitor) to permit the latest version. - [Release notes](https://github.com/johnbillion/query-monitor/releases) - [Commits](https://github.com/johnbillion/query-monitor/compare/3.12.3...3.13.1) --- updated-dependencies: - dependency-name: johnbillion/query-monitor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a152ba..28a5f47 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ] }, "require": { - "johnbillion/query-monitor": "^3.12.3", + "johnbillion/query-monitor": "^3.13.1", "altis/dev-tools-command": "^0.7.2", "wp-phpunit/wp-phpunit": "6.2.2", "yoast/phpunit-polyfills": "^1.0.5",