From 3db2a7b9bbd2eeb3d0859cfe3f0d03384bd954c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:46:55 +0000 Subject: [PATCH] Update spatie/laravel-dashboard requirement from ^2.0 to ^3.1 Updates the requirements on [spatie/laravel-dashboard](https://github.com/spatie/laravel-dashboard) to permit the latest version. - [Release notes](https://github.com/spatie/laravel-dashboard/releases) - [Changelog](https://github.com/spatie/laravel-dashboard/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/laravel-dashboard/compare/2.0.0...3.1.0) --- updated-dependencies: - dependency-name: spatie/laravel-dashboard 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 9cbe171..1401812 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "illuminate/http": "^8.0", "illuminate/support": "^8.0", "nesbot/carbon": "^2.0", - "spatie/laravel-dashboard": "^2.0" + "spatie/laravel-dashboard": "^3.1" }, "require-dev": { "phpunit/phpunit": "^9.0"