From de367071435adec2c0e6ea92a6a0754312d24278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 03:05:43 +0000 Subject: [PATCH] Update yiisoft/csrf requirement from ^1.2 to ^2.0 Updates the requirements on [yiisoft/csrf](https://github.com/yiisoft/csrf) to permit the latest version. - [Release notes](https://github.com/yiisoft/csrf/releases) - [Changelog](https://github.com/yiisoft/csrf/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/csrf/compare/1.2.0...2.0.0) --- updated-dependencies: - dependency-name: yiisoft/csrf 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 6806f5f..337e516 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^7.4|^8.0", "yiisoft/aliases": "^2.0", - "yiisoft/csrf": "^1.2", + "yiisoft/csrf": "^2.0", "yiisoft/data-response": "^1.0", "yiisoft/friendly-exception": "^1.0", "yiisoft/html": "^2.5",