From 66e997743c82f7ebbd46b8e80ed354a76c14d79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:59:52 +0000 Subject: [PATCH] Update yiisoft/yii-event requirement from ^1.0 to ^2.0 Updates the requirements on [yiisoft/yii-event](https://github.com/yiisoft/yii-event) to permit the latest version. - [Release notes](https://github.com/yiisoft/yii-event/releases) - [Changelog](https://github.com/yiisoft/yii-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/yii-event/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: yiisoft/yii-event 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 78c763d..d9e7474 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "roave/infection-static-analysis-plugin": "^1.18", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.22", - "yiisoft/yii-event": "^1.0", + "yiisoft/yii-event": "^2.0", "yiisoft/yii-console": "^1.0" }, "autoload": {