From 8d296f666c4f2aa64f2568538311089c78c69ad8 Mon Sep 17 00:00:00 2001 From: Mehmet Aydin Bahadir Date: Sat, 26 Sep 2020 18:50:37 +0200 Subject: [PATCH] Laravel 8 Support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c24fccb..8a1628a 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|^7.0" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^7.4", - "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0", + "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0|^6.0", "fzaninotto/faker": "^1.8", "scrutinizer/ocular": "^1.5" },