From 1de9e70f3afbe447344f02c440dfaa94d4370dbc Mon Sep 17 00:00:00 2001 From: Thomas Ploch Date: Fri, 26 Jan 2024 14:18:37 +0100 Subject: [PATCH] [DEPS] Also allow v2.0 of `guzzlehttp/promises` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9c31353..cb16484 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "ext-curl": "*", "ext-json": "*", "guzzlehttp/guzzle": "^7.0", - "guzzlehttp/promises": "^1.4.0", + "guzzlehttp/promises": "^1.4.0|^2.0.0", "guzzlehttp/psr7": "^1.7|^2.1", "beberlei/assert": "~2.7|~3.0", "flix-tech/avro-php": "^5.0"