Skip to content

Commit

Permalink
use fakerphp/faker instead of fzaninotto/faker fc2blog#194
Browse files Browse the repository at this point in the history
  • Loading branch information
uzulla committed Mar 19, 2021
1 parent 8e130db commit ab81238
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"require-dev": {
"phpunit/phpunit": "^9.2",
"fzaninotto/faker": "dev-master",
"simplepie/simplepie": "^1.5",
"ramsey/uuid": "^4.1"
"ramsey/uuid": "^4.1",
"fakerphp/faker": "^1.13"
},
"autoload": {
"psr-4": {
Expand Down
40 changes: 17 additions & 23 deletions composer.lock

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

0 comments on commit ab81238

Please sign in to comment.