From c52530c9c3a7813cbe7aaf575873217d07d48781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 06:07:56 +0000 Subject: [PATCH] [TASK] Update saschaegerer/phpstan-typo3 requirement (#1438) 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.10.1...1.10.2) --- 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 332e841..ee95cef 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", "phpunit/phpunit": "^9.6.20", - "saschaegerer/phpstan-typo3": "^1.10.1", + "saschaegerer/phpstan-typo3": "^1.10.2", "seld/jsonlint": "^1.11.0", "spaze/phpstan-disallowed-calls": "^3.4", "squizlabs/php_codesniffer": "^3.10.2",