From 9920c30ce12244def5c7e38572c3bb81b7f712c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 11:20:00 +0200 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from ^1.4.0 to ^1.4.2 (#518) Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.4.0...1.4.2) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development ... Signed-off-by: dependabot[bot] 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 67889bf..e8c3b63 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.8.2", "phpstan/phpstan-phpunit": "^1.1.1", - "phpstan/phpstan-strict-rules": "^1.4.0", + "phpstan/phpstan-strict-rules": "^1.4.2", "phpunit/phpunit": "^8.5.29", "saschaegerer/phpstan-typo3": "^1.1.2", "seld/jsonlint": "^1.9.0",