From 525f42e82bdcfadfd1163bcbd4c60d3c3b1d5b62 Mon Sep 17 00:00:00 2001 From: aydinbahadir Date: Fri, 18 Oct 2019 21:55:02 +0200 Subject: [PATCH] Laravel 6 Support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2ded311..11f495a 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ ], "require": { "php": "^7.1.3", - "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" }, "require-dev": { "phpunit/phpunit": "^7.4", - "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|~4.0.0", + "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0", "fzaninotto/faker": "^1.8", "scrutinizer/ocular": "^1.5" },