Skip to content

Commit

Permalink
feat: add fakerphp/faker and update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgrzeski committed Nov 26, 2024
1 parent b98e6dc commit dd5afcd
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 7 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"laravel/tinker": "^2.9"
},
"require-dev": {
"laravel/pint": "^1.13",
"icehouse-ventures/laravel-chartjs": "^4.0",
"barryvdh/laravel-dompdf": "^v3.0.0",
"cknow/laravel-money": "^v8.1.0",
"fakerphp/faker": "^1.24",
"icehouse-ventures/laravel-chartjs": "^4.0",
"laravel/pint": "^1.13",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "v8.1",
"phpunit/phpunit": "^11.0.1"
Expand All @@ -25,7 +26,8 @@
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
"Database\\Seeders\\": "database/seeders/",
"App\\Enums\\": "app/Enums/"
}
},
"autoload-dev": {
Expand Down
71 changes: 67 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd5afcd

Please sign in to comment.