From 44bad01be2040c391659af0e9d884c7a782aa52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 21:30:07 +0000 Subject: [PATCH] Bump the composer-dev-dependencies group with 2 updates Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) and [yiisoft/error-handler](https://github.com/yiisoft/error-handler) to permit the latest version. Updates `rector/rector` to 2.5.4 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.2.0...2.5.4) 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: rector/rector dependency-version: 2.5.4 dependency-type: direct:development dependency-group: composer-dev-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3c63d6850..124951ae4 100644 --- a/composer.json +++ b/composer.json @@ -50,11 +50,11 @@ "maglnet/composer-require-checker": "^4.2", "nyholm/psr7": "^1.3", "phpunit/phpunit": "^10.5", - "rector/rector": "^1.2", + "rector/rector": "^1.2 || ^2.0", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^5.26", - "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",