From 37de184ae7f5b5f93ccd74f1cb6a81d8c5e72beb Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 13 May 2016 11:48:47 +0100 Subject: [PATCH] Bumped our faker package version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ed0678..b858834 100644 --- a/README.md +++ b/README.md @@ -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" } } ```