diff --git a/composer.json b/composer.json index 697e048..c82e9cd 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ ], "require": { "php": "^7.2", - "illuminate/database": "~5.8.0" + "illuminate/database": ">=5" }, "require-dev": { "phpunit/phpunit": "^8.2", "orchestra/testbench": "^3.8", - "illuminate/http": "5.*", - "illuminate/database": "5.*" + "illuminate/http": ">=5", + "illuminate/database": ">=5" }, "autoload": { "psr-4": {