From b551f7d8d1d456c83cbf9f2aaa48689e24c09180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:22:22 +0000 Subject: [PATCH] [TASK] Update helmich/typo3-typoscript-lint requirement Updates the requirements on [helmich/typo3-typoscript-lint](https://github.com/martin-helmich/typo3-typoscript-lint) to permit the latest version. - [Release notes](https://github.com/martin-helmich/typo3-typoscript-lint/releases) - [Commits](https://github.com/martin-helmich/typo3-typoscript-lint/compare/v3.1.1...v3.2.1) --- updated-dependencies: - dependency-name: helmich/typo3-typoscript-lint 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 4808cce3..745288d0 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.43.0", "friendsofphp/php-cs-fixer": "^3.60.0", - "helmich/typo3-typoscript-lint": "^3.1.1", + "helmich/typo3-typoscript-lint": "^3.2.1", "icanhazstring/composer-unused": "^0.8.11", "php-coveralls/php-coveralls": "^2.7.0", "phpstan/extension-installer": "^1.4.1",