diff --git a/composer.json b/composer.json index 7b2ef48..5b8febd 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ "minimum-stability": "dev", "require": { "php": ">=7.2", - "illuminate/support": "^5|^6", - "illuminate/config": "^5|^6", - "illuminate/translation": "^5|^6" + "illuminate/support": "^5|^6|^7|^8", + "illuminate/config": "^5|^6|^7|^8", + "illuminate/translation": "^5|^6|^7|^8" }, "require-dev": { - "phpunit/phpunit": "^6.3", - "mockery/mockery": "^0.9.9" + "phpunit/phpunit": "^6.3|^8.5.8|^9.3.3", + "mockery/mockery": "^0.9.9|^1.3.1" }, "autoload": { "psr-4": {