From 189a4c4113c6b95185041487270b58aa5a8bb488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:36:39 +0000 Subject: [PATCH] build(deps): update filament/filament requirement from ^3.0 to ^4.4 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/compare/v3.0.0...v4.4.0) --- updated-dependencies: - dependency-name: filament/filament dependency-version: 4.4.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 7368a5d..0f88c5e 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", "livewire/livewire": "^3.0", - "filament/filament": "^3.0", + "filament/filament": "^4.4", "laradumps/laradumps": "^4.0" }, "require-dev": {