From d051fa7a5dcaa5fb1e05e672945a179195f5fd9f Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Thu, 11 Apr 2024 11:57:46 +0200 Subject: [PATCH] Forward compatibility with Promise v3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c3f0f4..d8f087e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "react/child-process": "^0.6.3", "react/event-loop": "^1.2", "react/stream": "^1.2", - "react/promise": "^2.0 || ^1.0" + "react/promise": "^3.0 || ^2.0 || ^1.0" }, "require-dev": { "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"