diff --git a/composer.json b/composer.json index 30199db..80a11cc 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "datadog/php-datadogstatsd": "^1.3", - "illuminate/support": "^6.0" + "illuminate/support": "^7.0" }, "autoload": { "psr-4": { @@ -23,8 +23,8 @@ } }, "require-dev": { - "phpunit/phpunit": "^8.0", - "orchestra/testbench": "^4.0", + "phpunit/phpunit": "^9.0", + "orchestra/testbench": "^5.0", "mockery/mockery": "^1.2" }, "extra": {