From 818b63f028903cf763cd1a7af39d13a5975c06eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:07:39 +0000 Subject: [PATCH] build(deps): bump react/promise-stream from 1.6.0 to 1.7.0 Bumps [react/promise-stream](https://github.com/reactphp/promise-stream) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/reactphp/promise-stream/releases) - [Changelog](https://github.com/reactphp/promise-stream/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/reactphp/promise-stream/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: react/promise-stream dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 9e7dae4..59d562d 100644 --- a/composer.lock +++ b/composer.lock @@ -3183,16 +3183,16 @@ }, { "name": "react/promise-stream", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise-stream.git", - "reference": "87d1399a33926fd5ba28a7647346b71482787502" + "reference": "5c7ec3450f558deb779742e33967d837e2db7871" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/87d1399a33926fd5ba28a7647346b71482787502", - "reference": "87d1399a33926fd5ba28a7647346b71482787502", + "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/5c7ec3450f558deb779742e33967d837e2db7871", + "reference": "5c7ec3450f558deb779742e33967d837e2db7871", "shasum": "" }, "require": { @@ -3201,7 +3201,7 @@ "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6" }, "require-dev": { - "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -3250,7 +3250,7 @@ ], "support": { "issues": "https://github.com/reactphp/promise-stream/issues", - "source": "https://github.com/reactphp/promise-stream/tree/v1.6.0" + "source": "https://github.com/reactphp/promise-stream/tree/v1.7.0" }, "funding": [ { @@ -3258,7 +3258,7 @@ "type": "open_collective" } ], - "time": "2023-07-07T10:11:54+00:00" + "time": "2023-12-13T11:32:02+00:00" }, { "name": "react/promise-timer",