From b7d303a65e5c26ba0c98b202f1445a4002696599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 12:55:27 +0000 Subject: [PATCH] [TASK] Update ssch/typo3-rector requirement from ^2.5.0 to ^2.6.0 (#1319) 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/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: ssch/typo3-rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e043e5d..f3e118e 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "seld/jsonlint": "^1.10.2", "spaze/phpstan-disallowed-calls": "^3.4", "squizlabs/php_codesniffer": "^3.9.2", - "ssch/typo3-rector": "^2.5.0", + "ssch/typo3-rector": "^2.6.0", "ssch/typo3-rector-testing-framework": "^2.0.1", "symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/translation": "^5.4 || ^6.4 || ^7.0",