Skip to content

Commit

Permalink
add filament dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-mills committed Jan 2, 2024
1 parent c1a7487 commit 35a6495
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
],
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
"filament/filament": "^3.0",
"illuminate/contracts": "^10.0",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit 35a6495

Please sign in to comment.