From 5738e10dc91fa92d721965110c435ab65ccb7c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9ia=20Bohner?= Date: Tue, 20 Jan 2026 21:38:58 -0300 Subject: [PATCH] Add Filament 5 support --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f20d80..2a0445e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Provides an action to invite users from Filament users resource. Filament | Filament Invite | Documentation :--------|:-------------------|:-------------- -4.x | 2.x | Current +4.x/5.x | 2.x | Current 3.x | 1.x | [Check the docs](https://github.com/TappNetwork/Filament-Invite/tree/1.x) ## Installation diff --git a/composer.json b/composer.json index c9df2c1..950cf69 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^8.2", - "filament/filament": "^4.0", + "filament/filament": "^5.0|^4.0", "spatie/laravel-package-tools": "^1.15.0" }, "require-dev": {