From ffeab369fe3631d2a076ef9744f0ee2dcab2238c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kri=C5=A1s=20Andrejevs?= <57944366+kandrejevs2@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:39:27 +0200 Subject: [PATCH] [DEPS] Add `guzzlehttp/promises` ^2.0.0 as alternate version (#80) * Add guzzlehttp promises ^2.0.0 as alternate version * Use correct version OR comparison --------- Co-authored-by: Thomas Ploch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7ede28..15fddc4 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php": "^7.3|^8.0", "beberlei/assert": "^2.9.9|~3.0", "flix-tech/confluent-schema-registry-api": "^8.0", - "guzzlehttp/promises": "^1.4.0", + "guzzlehttp/promises": "^1.4.0|^2.0.0", "flix-tech/avro-php": "^5.0", "widmogrod/php-functional": "^6.0" },