From 2e415fa22f3cb3baea03e5b5959dafa62b0d6233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:38:28 +0000 Subject: [PATCH] Update yiisoft/aliases requirement from ^2.0 to ^3.1 Updates the requirements on [yiisoft/aliases](https://github.com/yiisoft/aliases) to permit the latest version. - [Release notes](https://github.com/yiisoft/aliases/releases) - [Changelog](https://github.com/yiisoft/aliases/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/aliases/compare/2.0.0...3.1.1) --- updated-dependencies: - dependency-name: yiisoft/aliases dependency-version: 3.1.1 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 584c31f58..eebb9bbda 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpunit/phpunit": "^10.5.58", "rector/rector": "^2.2.3", "spatie/phpunit-watcher": "^1.24", - "yiisoft/aliases": "^2.0", + "yiisoft/aliases": "^3.1", "yiisoft/arrays": "^3.2", "yiisoft/db-mssql": "^2.0", "yiisoft/db-mysql": "^2.0",