From 4951aa1864da7830312793c4660fb29ff62b5811 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Tue, 27 Jul 2021 21:41:31 +0100 Subject: [PATCH] Support Laravel 8 installation by switching to new faker package name --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 13db1de..e524f5a 100644 --- a/composer.json +++ b/composer.json @@ -7,8 +7,8 @@ "license": "LGPL-3.0-only", "require": { "php": "^7.1||^8.0", - "guzzlehttp/guzzle": "^6.0 || ^7.0", - "fzaninotto/faker": "^1.6", + "guzzlehttp/guzzle": "^6.0||^7.0", + "fakerphp/faker": "^1.9.1", "ext-json": "*" }, "require-dev": {