Skip to content

Commit

Permalink
make filament optional
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed Nov 7, 2024
1 parent 2d86a6b commit 9337d01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
"role": "Developer"
}
],
"suggest": {
"filament/filament": "^3.0-stable - Adds Filament admin panel integration"
},
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16",
"filament/filament": "^3.0-stable",
"illuminate/contracts": "^10.0||^11.0"
},
"require-dev": {
Expand Down

0 comments on commit 9337d01

Please sign in to comment.