Skip to content

Commit

Permalink
set a fixed version of Filament to not screw up styles on updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani committed Apr 12, 2024
1 parent f27ecef commit 9dc7d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.1",
"filament/filament": "^3.2",
"filament/filament": "3.2.65",
"flowframe/laravel-trend": "^0.1.5|^0.2",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0",
Expand All @@ -31,7 +31,6 @@
"twig/twig": "^3.5.1"
},
"require-dev": {
"filament/upgrade": "^3.2",
"larastan/larastan": "^2.8",
"laravel/pint": "^1.7",
"nunomaduro/collision": "^7.0|^8.1",
Expand Down
2 changes: 1 addition & 1 deletion resources/dist/css/theme.css

Large diffs are not rendered by default.

0 comments on commit 9dc7d91

Please sign in to comment.