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": {