diff --git a/composer.json b/composer.json index 95ae198..c4a1de7 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,13 @@ "illuminate/support": "^6.0 || ^7.0" }, "require-dev": { + "fzaninotto/faker": "^1.6.0", "orchestra/testbench": "^4.0 || ^5.0", "phpunit/phpunit": "^8.0 || ^9.0" }, + "suggest": { + "fzaninotto/faker": "^1.6.0" + }, "config": { "sort-packages": true },