From 8aaa44f806c5938f15d95e6323f0d07f096f7bc4 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Wed, 22 Jul 2020 17:23:50 +0200 Subject: [PATCH] swiss address faker requires at least v1.6.0 https://github.com/fzaninotto/Faker/releases/tag/v1.6.0 https://github.com/fzaninotto/Faker/pull/739 https://github.com/fzaninotto/Faker/pull/739/commits/54b9e410f957142c3d9b40067a92068facea545b --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 95ae198..c4a1de7 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,13 @@ "illuminate/support": "^6.0 || ^7.0" }, "require-dev": { + "fzaninotto/faker": "^1.6.0", "orchestra/testbench": "^4.0 || ^5.0", "phpunit/phpunit": "^8.0 || ^9.0" }, + "suggest": { + "fzaninotto/faker": "^1.6.0" + }, "config": { "sort-packages": true },