From d5de519c25b98117bc36b32c28c62462edcd9376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 12:01:02 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from 1.0.0 to 1.1.0 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.0.0...1.1.0) --- 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 6bb9c4b..22a3d9e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nette/tester": "2.4.1", "mockery/mockery": "1.4.4", "phpstan/phpstan": "1.2.0", - "phpstan/phpstan-strict-rules": "1.0.0", + "phpstan/phpstan-strict-rules": "1.1.0", "nepada/phpstan-nette-tester": "0.4.0", "spaze/phpstan-disallowed-calls": "2.1.0", "phpstan/phpstan-mockery": "1.0.0",