From bd58fc4fc59804a5a32da8a4c8d227d20e1df156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:39:17 +0000 Subject: [PATCH] composer(deps-dev): update nunomaduro/larastan requirement Updates the requirements on [nunomaduro/larastan](https://github.com/larastan/larastan) to permit the latest version. - [Release notes](https://github.com/larastan/larastan/releases) - [Changelog](https://github.com/larastan/larastan/blob/2.x/RELEASE.md) - [Commits](https://github.com/larastan/larastan/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: nunomaduro/larastan 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 4ebb4c6..e192daf 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "statamic/cms": "^4.1" }, "require-dev": { - "nunomaduro/larastan": "^2.6", + "nunomaduro/larastan": "^2.7", "orchestra/testbench": "^7.32 | ^8.12", "phpunit/phpunit": "^9.5" },