From 210b8113e6dbeab7de752b26614eec2b01080fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 19:09:53 +0000 Subject: [PATCH] Update digitalcz/streams requirement from ^0.2.1 to ^0.2.1 || ^0.3.0 Updates the requirements on [digitalcz/streams](https://github.com/digitalcz/streams) to permit the latest version. - [Release notes](https://github.com/digitalcz/streams/releases) - [Changelog](https://github.com/digitalcz/streams/blob/0.x/CHANGELOG.md) - [Commits](https://github.com/digitalcz/streams/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: digitalcz/streams 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 d8fc2e1..7b586d4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ ], "require": { "php": "^8.1", - "digitalcz/streams": "^0.2.1", + "digitalcz/streams": "^0.2.1 || ^0.3.0", "phpoffice/phpspreadsheet": "^1.27" }, "require-dev": {