From c0eb9e7e1f3bab7ec53c849cb2be0a36f63e0b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:34:11 +0000 Subject: [PATCH] Update filament/filament requirement from ^3.0||^4.0 to ^5.0.0 Updates the requirements on [filament/filament](https://github.com/filamentphp/filament) to permit the latest version. - [Release notes](https://github.com/filamentphp/filament/releases) - [Commits](https://github.com/filamentphp/filament/commits/v5.0.0) --- updated-dependencies: - dependency-name: filament/filament dependency-version: 5.0.0 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 d1dd983..ff11bc9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "spatie/laravel-package-tools": "^1.16", "illuminate/contracts": "^10.0||^11.0||^12.0", "illuminate/support": "^10.0||^11.0||^12.0", - "filament/filament": "^3.0||^4.0" + "filament/filament": "^5.0.0" }, "require-dev": { "laravel/pint": "^1.14",