Moved faker out of dev reqs for seeding

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-23 17:28:00 +01:00
parent de6206ce78
commit dce9060820
2 changed files with 65 additions and 65 deletions

View File

@@ -39,6 +39,7 @@
"eduardokum/laravel-mail-auto-embed": "^2.0",
"enshrined/svg-sanitize": "^0.15.0",
"erusev/parsedown": "^1.7",
"fakerphp/faker": "^1.24",
"guzzlehttp/guzzle": "^7.0.1",
"intervention/image": "^2.5",
"javiereguiluz/easyslugger": "^1.0",
@@ -82,7 +83,6 @@
"ext-exif": "*"
},
"require-dev": {
"fakerphp/faker": "^1.16",
"larastan/larastan": "^2.9",
"mockery/mockery": "^1.4",
"nunomaduro/phpinsights": "^2.11",