Skip to content

Commit 8ad41a1

Browse files
authored
chore: Update filament/filament version requirement (#25)
Update composer to allow filament 5 install
1 parent 1c0659c commit 8ad41a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^8.1|^8.2|^8.3|^8.4",
25-
"filament/filament": "^4.0",
25+
"filament/filament": "^4.0|^5.0",
2626
"spatie/laravel-package-tools": "^1.15.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)