From a59a0b1baefaf21ebcd699a0562b361f821f6a19 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sun, 6 Sep 2020 21:36:20 +0300 Subject: [PATCH] Laravel 8.x --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index cb4889d..29a21e4 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,9 @@ } ], "require": { - "illuminate/database": "^6.2|^7.0", - "illuminate/support": "^6.2|^7.0" + "illuminate/database": "^6.2|^7.0|^8.0", + "illuminate/support": "^6.2|^7.0|^8.0", + "laravel/legacy-factories": "^1.0" }, "autoload": { "psr-4": { @@ -30,8 +31,8 @@ "test": "vendor/bin/phpunit" }, "require-dev": { - "orchestra/testbench": "^5.0", - "orchestra/database": "^5.0" + "orchestra/testbench": "^6.0", + "orchestra/database": "^6.0" }, "config": { "sort-packages": true