diff --git a/composer.json b/composer.json index bc9c3f5..35363ff 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^6.2", - "illuminate/database": "6.*", - "illuminate/queue": "6.*" + "illuminate/support": "^7.0", + "illuminate/database": "^7.0", + "illuminate/queue": "^7.0" }, "require-dev": { "phpunit/phpunit": " ^7.0",