From 6c483b98f594277535e609fcc5d913f514d8f733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:13:18 +0000 Subject: [PATCH] Update yiisoft/view requirement from ^9.0 to ^10.0 Updates the requirements on [yiisoft/view](https://github.com/yiisoft/view) to permit the latest version. - [Release notes](https://github.com/yiisoft/view/releases) - [Changelog](https://github.com/yiisoft/view/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/view/compare/9.0.0...10.0.0) --- updated-dependencies: - dependency-name: yiisoft/view 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 6d02030..0d20dcf 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "yiisoft/friendly-exception": "^1.0", "yiisoft/html": "^2.5|^3.0", "yiisoft/strings": "^2.0", - "yiisoft/view": "^9.0" + "yiisoft/view": "^10.0" }, "require-dev": { "httpsoft/http-message": "^1.0",