diff --git a/composer.json b/composer.json index 863d160..8460183 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.*|5.*|6.*|7.*", - "illuminate/config": "4.*|5.*|6.*|7.*", - "illuminate/translation": "4.*|5.*|6.*|7.*" + "illuminate/support": "4.*|5.*|6.*|7.*|8.*", + "illuminate/config": "4.*|5.*|6.*|7.*|8.*", + "illuminate/translation": "4.*|5.*|6.*|7.*|8.*" }, "require-dev": { "phpunit/phpunit": "4.0.*",