diff --git a/composer.json b/composer.json index f0e35143..0297d819 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "php": "^7.2.5|^8.0", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", - "guzzlehttp/guzzle": "^6.3", + "guzzlehttp/guzzle": "^6.3.1|^7.0.1", "laravel/framework": "^7.29", "laravel/tinker": "^2.5" }, @@ -20,7 +20,7 @@ "fakerphp/faker": "^1.9.1", "mockery/mockery": "^1.3.1", "nunomaduro/collision": "^4.1", - "phpunit/phpunit": "^8.5.8|^9.3.3", + "phpunit/phpunit": "^8.5.8|^9.3.3" }, "config": { "optimize-autoloader": true,