From 59720fc9153aa7bf1cc77efcf0f42d11a2d0e467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:53:12 +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.99) --- 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 8e659ae..095dab7 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.99", "orchestra/testbench": "^8.8 || ^9.0", "phpstan/phpstan": "^1.10", "nunomaduro/collision": "^7.6 || ^8.0",