Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
* move faker to dependencies
  • Loading branch information
ikhsan3adi committed Jul 6, 2024
1 parent df91b07 commit c3febc3
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 113 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.0",
"maatwebsite/excel": "^3.1"
"maatwebsite/excel": "^3.1",
"fakerphp/faker": "^1.23"
},
"require-dev": {
"fakerphp/faker": "^1.23",
"laravel-lang/common": "^6.3",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
Expand Down
Loading

0 comments on commit c3febc3

Please sign in to comment.