diff --git a/composer.json b/composer.json index ac69b7d..22767a2 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ }, "require": { "php": "^7.2", - "illuminate/database": "6.*", - "illuminate/support": "6.*" + "illuminate/database": "7.*", + "illuminate/support": "7.*" }, "require-dev": { - "orchestra/testbench": "~4.0" + "orchestra/testbench": "~5.0" }, "scripts": { "test": "vendor/bin/phpunit"