From 621850a7017cf66019232823c971831b7245ec87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 07:40:26 +0000 Subject: [PATCH] Update react/promise requirement from ^2.7.1 to ^3.0.0 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.7.1...v3.0.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 6658ba6..b15d4a0 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Port of Facebook's dataloader to PHP", "keywords": ["batch loading", "dataloader", "graphql"], "require": { - "react/promise": "^2.7.1", + "react/promise": "^3.0.0", "react/event-loop": "^1.1.1", "php": "^7.4.0|^8.0" },