Skip to content

Commit

Permalink
Migrate to fakerphp/faker
Browse files Browse the repository at this point in the history
  • Loading branch information
ottaviano committed Jul 21, 2022
1 parent 81b2e39 commit 8ead3fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Tests](https://github.com/ottaviano/faker-gravatar/actions/workflows/tests.yaml/badge.svg?branch=master)](https://github.com/ottaviano/faker-gravatar/actions/workflows/tests.yaml)
[![Latest Version](https://img.shields.io/github/release/ottaviano/faker-gravatar.svg?style=flat-square)](https://github.com/ottaviano/faker-gravatar/releases)

It is [Gravatar](https://en.gravatar.com/site/implement/images/) image provider for [fzaninotto/Faker](https://github.com/fzaninotto/Faker)
It is [Gravatar](https://en.gravatar.com/site/implement/images/) image provider for ~~[fzaninotto/Faker](https://github.com/fzaninotto/Faker)~~ [fakerphp/faker](https://github.com/fakerphp/faker)

Here are some examples of generated avatars:

Expand Down
18 changes: 14 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"license": "MIT",
"description": "Faker Gravatar image provider",
"type": "library",
"keywords": ["faker", "fixtures", "data", "gravatar", "image", "avatar"],
"keywords": [
"faker",
"fixtures",
"data",
"gravatar",
"image",
"avatar"
],
"authors": [
{
"name": "Dimitri Gritsajuk",
Expand All @@ -14,9 +21,9 @@
"php": "^7.1|^8.0"
},
"require-dev": {
"fzaninotto/faker": "^1.5",
"phpunit/phpunit": "^9.5",
"ext-curl": "*"
"ext-curl": "*",
"fakerphp/faker": "^1.20",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand All @@ -27,5 +34,8 @@
"psr-4": {
"Test\\Ottaviano\\Faker\\": "tests/"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 8ead3fc

Please sign in to comment.