From deaff1bf1a38e30498a0b85d1b9aa2eba26b5145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:03:47 +0000 Subject: [PATCH] Update yiisoft/yii-console requirement from ^1.0 to ^2.0 Updates the requirements on [yiisoft/yii-console](https://github.com/yiisoft/yii-console) to permit the latest version. - [Release notes](https://github.com/yiisoft/yii-console/releases) - [Changelog](https://github.com/yiisoft/yii-console/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/yii-console/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: yiisoft/yii-console 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..fec7c8f 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.22", "yiisoft/yii-event": "^1.0", - "yiisoft/yii-console": "^1.0" + "yiisoft/yii-console": "^2.0" }, "autoload": { "psr-4": {