added custom provider for min username length for faker

This commit is contained in:
2023-03-24 08:59:15 +10:00
parent 7c9f901a7a
commit d11ac9240c
3 changed files with 27 additions and 6 deletions

View File

@@ -41,7 +41,8 @@
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
"Tests\\": "tests/",
"Faker\\": "faker/"
}
},
"scripts": {