From 7a5881c638ee0767fcf4b0b6e5ee0e7873c1ffc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:08:56 +0000 Subject: [PATCH] [TASK] Update ssch/typo3-rector requirement from ^3.14.2 to ^3.14.3 Updates the requirements on [ssch/typo3-rector](https://github.com/sabbelasichon/typo3-rector) to permit the latest version. - [Release notes](https://github.com/sabbelasichon/typo3-rector/releases) - [Commits](https://github.com/sabbelasichon/typo3-rector/compare/v3.14.2...v3.14.3) --- updated-dependencies: - dependency-name: ssch/typo3-rector dependency-version: 3.14.3 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 d03628b..d3a7b98 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "a9f/typo3-fractor": "^0.5.11", "ergebnis/composer-normalize": "^2.52", "phpstan/phpstan": "^2.2.5", - "ssch/typo3-rector": "^3.14.2", + "ssch/typo3-rector": "^3.14.3", "symplify/easy-coding-standard": "^13.2", "typo3/cms-backend": "^14.1", "typo3/cms-filelist": "^14.1",