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