diff --git a/composer.json b/composer.json index 8427d7f..554c860 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ "require": { "php": "^8.0", "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "laravel/socialite": "~5.0" + "laravel/socialite": "^5.2" }, "require-dev": { "mockery/mockery": "^1.2", - "phpunit/phpunit": "^6.0 || ^9.0" + "phpunit/phpunit": "^9.0" }, "config": { "sort-packages": true