From e3a8f326503eb7c0aafd01b157e0743eb405f801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 07:50:35 +0000 Subject: [PATCH] Update tightenco/duster requirement from ^2.7 to ^3.0 Updates the requirements on [tightenco/duster](https://github.com/tighten/duster) to permit the latest version. - [Release notes](https://github.com/tighten/duster/releases) - [Changelog](https://github.com/tighten/duster/blob/3.x/RELEASE.md) - [Commits](https://github.com/tighten/duster/compare/v2.7.0...v3.0.1) --- updated-dependencies: - dependency-name: tightenco/duster dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d05b1cd..60122bc 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,6 @@ "prefer-stable": true, "require-dev": { "phpstan/phpstan": "^1.10", - "tightenco/duster": "^2.7" + "tightenco/duster": "^3.0" } }