From 91f510707206d9543da9a0359b442fb82da7ffe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:58:01 +0000 Subject: [PATCH] build(deps-dev): Update inertiajs/inertia-laravel requirement Updates the requirements on [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) to permit the latest version. - [Release notes](https://github.com/inertiajs/inertia-laravel/releases) - [Changelog](https://github.com/inertiajs/inertia-laravel/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/inertiajs/inertia-laravel/compare/v2.0.0...v3.0.1) --- updated-dependencies: - dependency-name: inertiajs/inertia-laravel dependency-version: 3.0.1 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 c8d74cb..0ed9e2a 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "beyondcode/laravel-dump-server": "^2.1", "guzzlehttp/guzzle": "^7.9", "hkulekci/qdrant": "^0.5.8", - "inertiajs/inertia-laravel": "^2.0", + "inertiajs/inertia-laravel": "^3.0", "laravel/wayfinder": "^0.1.13", "league/event": "^3.0", "mockery/mockery": "^1.6",