From 5958d6d117a203c1e1c3f218886d3ca965b19265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:13:38 +0000 Subject: [PATCH] Update saschaegerer/phpstan-typo3 requirement from ^1.9.0 to ^1.9.1 (#1019) Updates the requirements on [saschaegerer/phpstan-typo3](https://github.com/sascha-egerer/phpstan-typo3) to permit the latest version. - [Release notes](https://github.com/sascha-egerer/phpstan-typo3/releases) - [Commits](https://github.com/sascha-egerer/phpstan-typo3/compare/1.9.0...1.9.1) --- updated-dependencies: - dependency-name: saschaegerer/phpstan-typo3 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 9fc44ce..9a51138 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2", "phpunit/phpunit": "^9.6.13", - "saschaegerer/phpstan-typo3": "^1.9.0", + "saschaegerer/phpstan-typo3": "^1.9.1", "seld/jsonlint": "^1.10.0", "squizlabs/php_codesniffer": "^3.7.2", "symfony/yaml": "^5.3.6 || ^6.2.0",