diff --git a/composer.json b/composer.json index 84533b2..f2680e8 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,11 @@ "require": { "php": "^7.1.3", "konekt/enum": "^2.0.2 || ^3.0.0", - "illuminate/database": "5.*|6.*|7.*" + "illuminate/database": "5.*|6.*|7.*|8.*" }, "require-dev": { "phpunit/phpunit": "6.3 - 7.5|~8.0", - "illuminate/events": "5.*|6.*|7.*", + "illuminate/events": "5.*|6.*|7.*|8.*", "ocramius/package-versions": "^1.2" }, "autoload": {