From ac5275e830c538266d97cfc7b11bc27f08a7e9b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:35:30 +0000 Subject: [PATCH] Update dependency react/async to v4 --- composer.json | 2 +- composer.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index d585f5fa0ed..e96d5f4256e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/php-8-stubs": "0.3.84", "phpstan/phpdoc-parser": "1.27.0", "psr/http-message": "^1.1", - "react/async": "^3", + "react/async": "^4", "react/child-process": "^0.6.4", "react/dns": "^1.10", "react/event-loop": "^1.2", diff --git a/composer.lock b/composer.lock index 08049e3d11e..b384da47c49 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "38485b389031a9c268331edd9a7eaff7", + "content-hash": "8935861ffa9da1c3ca46cac3a12c8f53", "packages": [ { "name": "clue/ndjson-react", @@ -2397,31 +2397,35 @@ }, { "name": "react/async", - "version": "v3.0.0", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/reactphp/async.git", - "reference": "3c3b812be77aec14bf8300b052ba589c9a5bc95b" + "reference": "7c3738e837b38c9513af44398b8c1b2b1be1fbbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/async/zipball/3c3b812be77aec14bf8300b052ba589c9a5bc95b", - "reference": "3c3b812be77aec14bf8300b052ba589c9a5bc95b", + "url": "https://api.github.com/repos/reactphp/async/zipball/7c3738e837b38c9513af44398b8c1b2b1be1fbbc", + "reference": "7c3738e837b38c9513af44398b8c1b2b1be1fbbc", "shasum": "" }, "require": { - "php": ">=7.1", + "php": ">=8.1", "react/event-loop": "^1.2", "react/promise": "^3.0 || ^2.8 || ^1.2.1" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^7.5" + "phpstan/phpstan": "1.10.39", + "phpunit/phpunit": "^9.6" }, "type": "library", "autoload": { "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "React\\Async\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2449,26 +2453,22 @@ "homepage": "https://cboden.dev/" } ], - "description": "Async utilities for ReactPHP", + "description": "Async utilities and fibers for ReactPHP", "keywords": [ "async", "reactphp" ], "support": { "issues": "https://github.com/reactphp/async/issues", - "source": "https://github.com/reactphp/async/tree/v3.0.0" + "source": "https://github.com/reactphp/async/tree/v4.2.0" }, "funding": [ { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2022-07-11T14:17:23+00:00" + "time": "2023-11-22T16:43:46+00:00" }, { "name": "react/cache",