Skip to content

Commit

Permalink
Remove migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Jun 13, 2024
1 parent 6ad0d2f commit 1622d1c
Show file tree
Hide file tree
Showing 2 changed files with 960 additions and 10 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@
"license": "MIT",
"require": {
"php": "^8.2",
"filament/filament": "^3.2",
"filament/filament": "*",
"guzzlehttp/guzzle": "^7.8",
"joelbutcher/socialstream": "*",
"laravel/framework": "^11.0",
"laravel/jetstream": "*",
"laravel/octane": "^2.3",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.5",
"spiral/roadrunner-cli": "^2.6.0",
"spiral/roadrunner-http":"^3.3.0",
"livewire/livewire": "^3.5"
"spiral/roadrunner-http": "^3.3.0",
"stephenjude/filament-jetstream": "*"
},
"require-dev": {
"fakerphp/faker": "^1.23",
Expand Down
Loading

0 comments on commit 1622d1c

Please sign in to comment.