diff --git a/composer.json b/composer.json index 5c2bd1d..21443d5 100755 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ "require": { "php": "^7.1", "guzzlehttp/guzzle": "^6.3", - "illuminate/support": "5.7.* || 5.8.* || ^6.0", + "illuminate/support": "5.7.* || 5.8.* || ^6.0 || ^7.0", "ramsey/uuid": "^3.8", "rxnet/eventstore-client": "^3.0.2" }, "require-dev": { - "orchestra/testbench": "^4.0", + "orchestra/testbench": "^5.1", "phpunit/phpunit": "^8.0", "timacdonald/log-fake": "^1.4" },