From 57386f4c162a2ef3e4f93e1338a9ea334f8f87a1 Mon Sep 17 00:00:00 2001 From: Bader Almutairi Date: Mon, 2 Aug 2021 16:03:47 +0300 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 567fa17..9cdeedb 100755 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ }, "require-dev": { "doctrine/dbal": "^2.6|^3.0", - "fzaninotto/faker": "^1.6|^1.9", + "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0 || ^7.0 || ^8.0", "guzzlehttp/guzzle": "^6.5|^7.0", "mockery/mockery": "^1.4", - "orchestra/testbench": "^4.0|^5.0|^6.0", - "phpunit/phpunit": "^8.0|^9.0" + "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0 || ^6.0", + "phpunit/phpunit": "^9.3" }, "autoload": { "psr-4": {