From d6d31fe711edc68ce96cc463d4a41a1660dda40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:28:17 +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.101) --- 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..f7393bd 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.101", "orchestra/testbench": "^8.8 || ^9.0", "phpstan/phpstan": "^1.10", "nunomaduro/collision": "^7.6 || ^8.0",