From e7b6e6575721d06565ece3a758b2c5c0bcf4a494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 06:02:38 +0000 Subject: [PATCH] Update saschaegerer/phpstan-typo3 requirement from ^1.8.2 to ^1.8.3 (#783) 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.8.2...1.8.3) --- 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 d7e9cc4..b11b7c6 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpstan/phpstan-phpunit": "^1.3.11", "phpstan/phpstan-strict-rules": "^1.5.0", "phpunit/phpunit": "^9.6.6", - "saschaegerer/phpstan-typo3": "^1.8.2", + "saschaegerer/phpstan-typo3": "^1.8.3", "sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.1.2", "seld/jsonlint": "^1.9.0", "squizlabs/php_codesniffer": "^3.7.2",