From a19b63a8c432599f757ac019721b1862a2ea05ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:04:54 +0000 Subject: [PATCH] Update yiisoft/error-handler requirement || ^4.0 Updates the requirements on [yiisoft/error-handler](https://github.com/yiisoft/error-handler) to permit the latest version. Updates `yiisoft/error-handler` to 4.3.2 - [Release notes](https://github.com/yiisoft/error-handler/releases) - [Changelog](https://github.com/yiisoft/error-handler/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/error-handler/compare/3.0.0...4.3.2) --- updated-dependencies: - dependency-name: yiisoft/error-handler dependency-version: 4.3.2 dependency-type: direct:development dependency-group: composer-dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b0c26db..1017f5ae 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^5.26", "yiisoft/code-style": "^1.1", - "yiisoft/error-handler": "^3.0", + "yiisoft/error-handler": "^3.0 || ^4.0", "yiisoft/event-dispatcher": "^1.0", "yiisoft/log": "^2.0", "yiisoft/yii-console": "^2.0",