From de9804c8974d36a250b0059be141292021ff02bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Andr=C3=A9=20Vullioud?= Date: Mon, 16 Oct 2017 16:59:40 +0200 Subject: [PATCH] Update Faker to 1.7 (#3174) a lot of improvements from 1.4 like : Language specific formatters https://github.com/fzaninotto/Faker#language-specific-formatters a new formats. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4cc28d1d..75108b4c4 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "wikimedia/composer-merge-plugin": "dev-master" }, "require-dev": { - "fzaninotto/faker": "~1.4", + "fzaninotto/faker": "~1.7", "phpunit/phpunit": "~5.7", "phpunit/phpunit-selenium": "~1.2" },