Skip to content

Commit

Permalink
Bumped our faker package version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed May 13, 2016
1 parent fc98b8e commit 37de184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ In your composer.json, simply add `"league/factory-muffin": "^3.0"` to your `"re
}
```

[Faker](https://github.com/fzaninotto/Faker) support is provided by [Factory Muffin Faker](https://github.com/thephpleague/factory-muffin-faker). If you want to enable faker support, then you need to add `"league/factory-muffin-faker": "^1.0"` too:
[Faker](https://github.com/fzaninotto/Faker) support is provided by [Factory Muffin Faker](https://github.com/thephpleague/factory-muffin-faker). If you want to enable faker support, then you need to add `"league/factory-muffin-faker": "^2.0"` too:
```json
{
"require-dev": {
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^1.0"
"league/factory-muffin-faker": "^2.0"
}
}
```
Expand Down

0 comments on commit 37de184

Please sign in to comment.