Skip to content

Commit

Permalink
closes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
ticktackk committed Mar 10, 2021
1 parent cebce41 commit 05ea439
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 41 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHANGELOG
- **New:** Seed for resource prefix (#51)
- **New:** Seed for thread prefix group (#52)
- **New:** Seed for resource prefix group (#53)
- **Change:** Switch to `fakerphp/faker` package (#54)

## 1.1.0 Alpha 4 (`1010014`)

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"vendor-dir": "_vendor"
},
"require": {
"fzaninotto/faker": "1.9.*",
"aalaap/faker-youtube": "^1.2",
"bluemmb/faker-picsum-photos-provider": "^1.0",
"ext-fileinfo": "*"
"ext-fileinfo": "*",
"fakerphp/faker": "^1.9",
"aalaap/faker-youtube": "^2.0",
"bluemmb/faker-picsum-photos-provider": "^2.0"
}
}
72 changes: 35 additions & 37 deletions composer.lock

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

0 comments on commit 05ea439

Please sign in to comment.