From 70c35ed92ff5be0708a96b1a18502a769fcec09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:07:37 +0000 Subject: [PATCH] Update filament/filament requirement from ^3.0-stable to ^4.1 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.1.0) --- updated-dependencies: - dependency-name: filament/filament dependency-version: 4.1.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 164a37a..7f59e7f 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "php": "^8.2", "spatie/laravel-package-tools": "^1.16", - "filament/filament": "^3.0-stable", + "filament/filament": "^4.1", "illuminate/contracts": "^10.0||^11.0||^12.0", "spatie/laravel-webhook-client": "^3.4" },