From 73a9042020eaa4301a8dadeb77d24713c98add8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 18:08:56 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from 1.3.0 to 1.4.3 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.3.0...1.4.3) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfb9f8a..b3e9846 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "nette/tester": "2.4.2", "phpstan/phpstan": "1.8.3", "phpstan/phpstan-nette": "1.0.0", - "phpstan/phpstan-strict-rules": "1.3.0", + "phpstan/phpstan-strict-rules": "1.4.3", "spaze/phpstan-disallowed-calls": "2.5.0", "shipmonk/phpstan-rules": "1.1.1", "nette/di": "^3.0.6@dev",