From 73c882648d649a1a0338ee979f8228b0a07d8aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:00:13 +0000 Subject: [PATCH] Update react/event-loop requirement from 1.4.0 to 1.5.0 Updates the requirements on [react/event-loop](https://github.com/reactphp/event-loop) to permit the latest version. - [Release notes](https://github.com/reactphp/event-loop/releases) - [Changelog](https://github.com/reactphp/event-loop/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/reactphp/event-loop/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: react/event-loop 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 d36051b..9a31bec 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=8.1.0", "ext-ardillo": "*", - "react/event-loop": "1.4.0" + "react/event-loop": "1.5.0" }, "require-dev": { "phpunit/phpunit": "^10.2",