Skip to content

Commit 4bc32ea

Browse files
authored
Support for Filament 5 (Experimental) (#165)
Added Depenency Support for Filament ^5.0
2 parents c0d2789 + 3d3bc1c commit 4bc32ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.2",
25-
"filament/filament": "^4.0",
24+
"php": "^8.3",
25+
"filament/filament": "^4.0|^5.0",
2626
"nwidart/laravel-modules": "^11.0|^12.0",
2727
"spatie/laravel-package-tools": "^1.15.0"
2828
},

0 commit comments

Comments
 (0)