diff --git a/composer.json b/composer.json index 3701eb7..62ef06e 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "react/child-process": "^0.6.2", "react/event-loop": "^1.2", "react/promise": "^2.8", - "react/promise-stream": "^1.2", + "react/promise-stream": "^1.7.0", "react/promise-timer": "^1.6", "react/socket": "^1.9", "symfony/polyfill-php81": "^1.23", diff --git a/composer.lock b/composer.lock index 4bb6f14..f916468 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": "a76a0f583714723beee2d4f5434312b5", + "content-hash": "51a92f05fdd671435486c0bf5ef46509", "packages": [ { "name": "cakephp/core", @@ -756,16 +756,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": { @@ -774,7 +774,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": { @@ -823,7 +823,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": [ { @@ -831,7 +831,7 @@ "type": "open_collective" } ], - "time": "2023-07-07T10:11:54+00:00" + "time": "2023-12-13T11:32:02+00:00" }, { "name": "react/promise-timer",