From 45c325d3820f4db8331ff38067afb38cf71e1b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:30:25 +0000 Subject: [PATCH] Update yiisoft/yii-runner-http requirement from ^2.0 to ^3.0 Updates the requirements on [yiisoft/yii-runner-http](https://github.com/yiisoft/yii-runner-http) to permit the latest version. - [Release notes](https://github.com/yiisoft/yii-runner-http/releases) - [Changelog](https://github.com/yiisoft/yii-runner-http/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/yii-runner-http/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: yiisoft/yii-runner-http dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9fcf9aa..d588b16 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "yiisoft/yii-event": "^2.0", "yiisoft/yii-http": "^1.0", "yiisoft/yii-runner-console": "^2.0", - "yiisoft/yii-runner-http": "^2.0" + "yiisoft/yii-runner-http": "^3.0" }, "autoload": { "psr-4": {