From 144e116fd7a9d827a5c03c4e45408e1e3863e95c Mon Sep 17 00:00:00 2001 From: hcdias Date: Tue, 10 Oct 2023 17:58:21 -0300 Subject: [PATCH] chore: add minor version to packages list --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" },