From a7718062c0e8bc5a82d79007e5d35f233e32dd4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:19:27 +0000 Subject: [PATCH] Update larastan/larastan requirement from ^2.9 to ^3.0 Updates the requirements on [larastan/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/3.x/RELEASE.md) - [Commits](https://github.com/larastan/larastan/compare/v2.9.0...v3.0.0) --- updated-dependencies: - dependency-name: larastan/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 49d2278..34779c7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "saloonphp/saloon": "^3.0" }, "require-dev": { - "larastan/larastan": "^2.9", + "larastan/larastan": "^3.0", "laravel/pint": "^1.0", "pestphp/pest": "^3.0", "nunomaduro/collision": "^8.0"