From 217004cc9c0f20fc113edced636f2e72945d3d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:25:19 +0000 Subject: [PATCH] Bump yiisoft/yii-view-renderer from 7.3.1 to 7.4.0 Bumps [yiisoft/yii-view-renderer](https://github.com/yiisoft/yii-view-renderer) from 7.3.1 to 7.4.0. - [Release notes](https://github.com/yiisoft/yii-view-renderer/releases) - [Changelog](https://github.com/yiisoft/yii-view-renderer/blob/master/CHANGELOG.md) - [Commits](https://github.com/yiisoft/yii-view-renderer/compare/7.3.1...7.4.0) --- updated-dependencies: - dependency-name: yiisoft/yii-view-renderer dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 57 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 21 deletions(-) diff --git a/composer.lock b/composer.lock index 0a490cb..8f3e7e6 100644 --- a/composer.lock +++ b/composer.lock @@ -3000,16 +3000,16 @@ }, { "name": "yiisoft/data-response", - "version": "2.1.2", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/yiisoft/data-response.git", - "reference": "8289c92e719a1698a047739318ca23bd973bf90c" + "reference": "6b8c7a94fe6908baea5a933b187c5dcb1af2a0b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/data-response/zipball/8289c92e719a1698a047739318ca23bd973bf90c", - "reference": "8289c92e719a1698a047739318ca23bd973bf90c", + "url": "https://api.github.com/repos/yiisoft/data-response/zipball/6b8c7a94fe6908baea5a933b187c5dcb1af2a0b8", + "reference": "6b8c7a94fe6908baea5a933b187c5dcb1af2a0b8", "shasum": "" }, "require": { @@ -3024,17 +3024,23 @@ "yiisoft/strings": "^2.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.9.1", + "friendsofphp/php-cs-fixer": "^3.92.5", "httpsoft/http-message": "^1.1.6", - "maglnet/composer-require-checker": "^4.7.1", "phpunit/phpunit": "^10.5.52", "rector/rector": "^2.1.4", "roave/infection-static-analysis-plugin": "^1.35", - "spatie/phpunit-watcher": "^1.24", "vimeo/psalm": "^5.26.1 || ^6.8.0", - "yiisoft/di": "^1.4" + "yiisoft/di": "^1.4", + "yiisoft/test-support": "^3.2" }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true, + "target-directory": "tools" + }, "config-plugin": { "di-web": "di-web.php", "params": "params.php" @@ -3077,7 +3083,7 @@ "type": "opencollective" } ], - "time": "2025-12-18T21:05:55+00:00" + "time": "2026-02-23T08:36:46+00:00" }, { "name": "yiisoft/db", @@ -6841,45 +6847,54 @@ }, { "name": "yiisoft/yii-view-renderer", - "version": "7.3.1", + "version": "7.4.0", "source": { "type": "git", "url": "https://github.com/yiisoft/yii-view-renderer.git", - "reference": "cf9c16d25a1eb2eee101abbf62ed37087e31a77c" + "reference": "ebd47ec16c90609470f2206a193bbe6b23e37763" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii-view-renderer/zipball/cf9c16d25a1eb2eee101abbf62ed37087e31a77c", - "reference": "cf9c16d25a1eb2eee101abbf62ed37087e31a77c", + "url": "https://api.github.com/repos/yiisoft/yii-view-renderer/zipball/ebd47ec16c90609470f2206a193bbe6b23e37763", + "reference": "ebd47ec16c90609470f2206a193bbe6b23e37763", "shasum": "" }, "require": { "php": "8.1 - 8.5", "psr/container": "^1.0 || ^2.0", + "psr/http-factory": "^1.1", + "psr/http-message": "^1.1 | ^2.0", "yiisoft/aliases": "^2.0 || ^3.0", "yiisoft/csrf": "^1.2 || ^2.0", - "yiisoft/data-response": "^1.0 || ^2.0", + "yiisoft/data-response": "^2.2", "yiisoft/friendly-exception": "^1.0", "yiisoft/html": "^2.5 || ^3.0", "yiisoft/strings": "^2.0", "yiisoft/view": "^12" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.9.1", + "friendsofphp/php-cs-fixer": "^3.94", "httpsoft/http-message": "^1.1.6", - "maglnet/composer-require-checker": "^4.7.1", "nyholm/psr7": "^1.8.2", - "phpunit/phpunit": "^10.5.45", - "rector/rector": "^2.0.10", + "phpunit/phpunit": "^10.5.63", + "rector/rector": "^2.3.8", "roave/infection-static-analysis-plugin": "^1.35", - "spatie/phpunit-watcher": "^1.24", - "vimeo/psalm": "^5.26.1 || ^6.9.6", - "yiisoft/di": "^1.3", + "spatie/phpunit-watcher": "^1.24.4", + "vimeo/psalm": "^5.26.1 || ^6.15.1", + "yiisoft/code-style": "^1.0", + "yiisoft/di": "^1.4.1", "yiisoft/psr-dummy-provider": "^1.0.2", - "yiisoft/test-support": "^3.0.2", + "yiisoft/test-support": "^3.2.0", "yiisoft/yii-debug": "dev-master" }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true, + "target-directory": "tools" + }, "config-plugin": { "di-web": "di-web.php", "params": "params.php", @@ -6923,7 +6938,7 @@ "type": "opencollective" } ], - "time": "2025-12-19T12:26:00+00:00" + "time": "2026-02-24T05:36:10+00:00" } ], "packages-dev": [