From 8256715408a2d40e28dedb66cf8c79601c292ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:28:07 +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 c8195cb..50608d9 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.43.0", "friendsofphp/php-cs-fixer": "^3.62.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", "php-parallel-lint/php-parallel-lint": "^1.4",