From 3d5bad19bd7340e52b10fa7d2ef6c05396df66af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:31:25 +0000 Subject: [PATCH] :arrow_up: Update react/promise requirement from ^2.9 to ^3.1 Updates the requirements on [react/promise](https://github.com/reactphp/promise) to permit the latest version. - [Release notes](https://github.com/reactphp/promise/releases) - [Changelog](https://github.com/reactphp/promise/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/reactphp/promise/compare/v2.9.0...v3.1.0) --- updated-dependencies: - dependency-name: react/promise dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6fcaa86..8c41e69 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "monolog/monolog": "^3.2", "ramsey/uuid": "^4.4", "react/event-loop": "^1.3", - "react/promise": "^2.9", + "react/promise": "^3.1", "rtckit/esl": "^0.8", "rtckit/react-esl": "^0.8", "rtckit/sip": "^0.7",