diff --git a/composer.json b/composer.json index 6e68715f..9957beb8 100644 --- a/composer.json +++ b/composer.json @@ -9,10 +9,10 @@ "require": { "ext-rdkafka": ">=4.0", "ext-json": "*", - "guzzlehttp/guzzle": "^6.5.0 || ^7.0", - "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0", - "illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0", - "illuminate/config": "^5.5 || ^6.0 || ^7.0 || ^8.0", + "guzzlehttp/guzzle": "^6.5.0 || ^7.0.0", + "illuminate/support": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "illuminate/console": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "illuminate/config": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "php": ">=7.4", "wikimedia/avro": "^1.9.0" },