From 76684e6668047eb35040426fc0a2b7b755aaa3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 09:57:25 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from 1.4.5 to 1.5.1 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.5...1.5.1) --- 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 b2344e6..57a4cc8 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "nette/tester": "2.4.3", "mockery/mockery": "1.5.1", "phpstan/phpstan": "1.10.3", - "phpstan/phpstan-strict-rules": "1.4.5", + "phpstan/phpstan-strict-rules": "1.5.1", "phpstan/phpstan-nette": "1.2.3", "nepada/phpstan-nette-tester": "1.0.0", "spaze/phpstan-disallowed-calls": "2.11.6",