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