From c85d65f4200f32163c6d97dd9203b4130b1b7879 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 25 Nov 2019 11:55:23 +0000 Subject: [PATCH] Allow faker ^1.6 Closes #17 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a62d0b5..d1f9678 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=5.4.0", - "fzaninotto/faker" : "1.6.*|1.7.*|1.8.*" + "fzaninotto/faker" : "^1.6" }, "require-dev": { "phpunit/phpunit": "^4.8|^5.0"