From 59e81f1e3000b23e48803033c909d6d453a7a3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:36:04 +0000 Subject: [PATCH] Composer(deps-dev): Update filament/filament requirement 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.2.21...v3.2.96) --- updated-dependencies: - dependency-name: filament/filament 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 e2c01bc..7138388 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "require-dev": { "phpunit/phpunit": "^10.5 || ^11", - "filament/filament": "v3.2.21", + "filament/filament": "v3.2.96", "orchestra/testbench": "^8.8 || ^9.0", "phpstan/phpstan": "^1.10", "nunomaduro/collision": "^7.6 || ^8.0",