Skip to content

Commit c650c62

Browse files
authored
Merge pull request #34 from TappNetwork/filament5_upgrade
Add Filament 5 support
2 parents 0a19245 + 5738e10 commit c650c62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Provides an action to invite users from Filament users resource.
1111

1212
Filament | Filament Invite | Documentation
1313
:--------|:-------------------|:--------------
14-
4.x | 2.x | Current
14+
4.x/5.x | 2.x | Current
1515
3.x | 1.x | [Check the docs](https://github.com/TappNetwork/Filament-Invite/tree/1.x)
1616

1717
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"filament/filament": "^4.0",
20+
"filament/filament": "^5.0|^4.0",
2121
"spatie/laravel-package-tools": "^1.15.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)