From 2f3374626ebae363de76e422a0e5a5150e4e5bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:36:27 +0000 Subject: [PATCH] chore(deps): update filament/filament requirement from ^4.0 to ^5.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/compare/v4.0.0...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 4ab059c..a847e8c 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.3", - "filament/filament": "^4.0", + "filament/filament": "^5.0", "illuminate/contracts": "^11.0||^12.0", "phiki/phiki": "^2.0", "spatie/laravel-package-tools": "^1.16"