diff --git a/composer.json b/composer.json index 2824fa3..7626f6f 100644 --- a/composer.json +++ b/composer.json @@ -13,15 +13,15 @@ ], "require": { "php": "^7.1.3", - "illuminate/config": "^5.5|^6.0|^7.0", - "illuminate/support": "^5.5|^6.0|^7.0", - "illuminate/database": "^5.5|^6.0|^7.0" + "illuminate/config": "^5.5|^6.0|^7.0|^8.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0", + "illuminate/database": "^5.5|^6.0|^7.0|^8.0" }, "require-dev": { "adamwathan/faktory": "0.3.*", "friendsofphp/php-cs-fixer": "^2.5", "orchestra/testbench": "^3.0|^4.0", - "phpunit/phpunit": "^7.0|^8.0" + "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {