From d8c325c96f7d5daa2e4430e0dd6835d1c63c0a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:33:39 +0300 Subject: [PATCH] Update tightenco/duster requirement from ^2.7 to ^3.0 (#56) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84a7195..735c038 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,6 @@ "prefer-stable": true, "require-dev": { "phpstan/phpstan": "^1.10", - "tightenco/duster": "^2.7" + "tightenco/duster": "^3.0" } }