From 0199c27b0f95d51e5b451235e825a1ed1df62adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:55:23 +0000 Subject: [PATCH] [TASK] Update helmich/typo3-typoscript-lint requirement (#1180) 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.0...v3.1.1) --- updated-dependencies: - dependency-name: helmich/typo3-typoscript-lint 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 b557ccc..47e07f2 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.42.0", "friendsofphp/php-cs-fixer": "^3.50.0", - "helmich/typo3-typoscript-lint": "^3.1.0", + "helmich/typo3-typoscript-lint": "^3.1.1", "php-coveralls/php-coveralls": "^2.7.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.59",