From 1499cec4b2b3c35cb9379ce233879a795ac8a219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 23:49:21 +0000 Subject: [PATCH] Update react/promise requirement from ^2.10 to ^3.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.10.0...v3.0.0) --- updated-dependencies: - dependency-name: react/promise dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d36051b..e18b456 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require-dev": { "phpunit/phpunit": "^10.2", "phpstan/phpstan": "^1.9", - "react/promise": "^2.10", + "react/promise": "^3.0", "vimeo/psalm": "^5.6" }, "autoload": {