diff --git a/composer.json b/composer.json index c8d1afe..8b6daf5 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "license": "MIT", "require": { "php": ">=7.1.3", - "illuminate/support": "5.6.*|5.7.*", - "illuminate/view": "5.6.*|5.7.*" + "illuminate/support": "5.6.*|5.7.*|5.8.*", + "illuminate/view": "5.6.*|5.7.*|5.8.*" }, "require-dev": { - "laravel/framework": "5.6.*|5.7.*", - "orchestra/testbench": "3.6.*|3.7.*", + "laravel/framework": "5.6.*|5.7.*|5.8.*", + "orchestra/testbench": "3.6.*|3.7.*|3.8.*", "phpunit/phpunit": "7.*", "php-coveralls/php-coveralls": "^1.0" },