From 69ec1b1983cf41ee81084f23b74e383c798d58f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:22:22 +0000 Subject: [PATCH] Update altis/dev-tools-command requirement from ^0.8.0 to ^0.8.1 Updates the requirements on [altis/dev-tools-command](https://github.com/humanmade/altis-dev-tools-command) to permit the latest version. - [Release notes](https://github.com/humanmade/altis-dev-tools-command/releases) - [Commits](https://github.com/humanmade/altis-dev-tools-command/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: altis/dev-tools-command 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 e39e125..62afb27 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require": { "johnbillion/query-monitor": "^3.16.3", - "altis/dev-tools-command": "^0.8.0", + "altis/dev-tools-command": "^0.8.1", "wp-phpunit/wp-phpunit": "6.6.1", "yoast/phpunit-polyfills": "^2.0.1", "phpunit/phpunit": "~9.6",