From 44c49532b3689f4cfa7810130bfa3ccab84497f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:27:26 +0000 Subject: [PATCH] Update ssch/typo3-rector requirement from ^2.3.1 to ^2.3.2 (#526) 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.3.1...v2.3.2) --- 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 f478c7f..2279d37 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpunit/phpunit": "^9.6.18", "saschaegerer/phpstan-typo3": "^1.10.0", "squizlabs/php_codesniffer": "^3.9.1", - "ssch/typo3-rector": "^2.3.1", + "ssch/typo3-rector": "^2.3.2", "ssch/typo3-rector-testing-framework": "^2.0.1", "symfony/routing": "^5.4.26 || ^6.3.5 || ^7.0.0", "symfony/yaml": "^5.4.30 || ^6.3.7 || ^7.0.0",