From ce57713de3c3e32ad8ea77674cd318f87e1909a0 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Wed, 4 Nov 2020 10:20:59 +0100 Subject: [PATCH] Switch to the new Faker (#1059) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cea78dc5b..c26f3f4e2 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": "^7.3", - "fzaninotto/faker": "^1.6", + "fakerphp/faker": "^1.10", "myclabs/deep-copy": "^1.5.2", "sebastian/comparator": "^3.0 || ^4.0", "symfony/property-access": "^2.8 || ^3.4 || ^4.0 || ^5.0",