From 16e6040d01036a000e4278d98c2af8cfb53431a7 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Thu, 30 Jan 2020 17:12:40 +0100 Subject: [PATCH] Bump fzaninotto/faker version to support PHP 7.4 Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag. PRs related to version `^1.9.1`: * https://github.com/fzaninotto/Faker/pull/1748 * https://github.com/fzaninotto/Faker/pull/1843 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ed2dc55077..4ed8c09fe6f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "facade/ignition": "^1.4", - "fzaninotto/faker": "^1.4", + "fzaninotto/faker": "^1.9.1", "mockery/mockery": "^1.0", "nunomaduro/collision": "^3.0", "phpunit/phpunit": "^8.0"