From 8266f2c2884ae5b11f4a860f6fb9ef03464455ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 19:15:00 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan-strict-rules requirement 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.5.0...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 8902d61..1e4f445 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "nette/tester": "2.4.3", "mockery/mockery": "1.5.1", "phpstan/phpstan": "1.10.10", - "phpstan/phpstan-strict-rules": "1.5.0", + "phpstan/phpstan-strict-rules": "1.5.1", "phpstan/phpstan-nette": "1.2.3", "phpstan/phpstan-mockery": "1.1.1", "nepada/phpstan-nette-tester": "1.0.0",