From 9fe9dc12c06807e5873f630f2ea8b7cc50937838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 10:07:53 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 1.9.4 to 1.9.14 (#76) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1a32f44..35564d9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "nette/tester": "2.4.3", - "phpstan/phpstan": "1.9.4", + "phpstan/phpstan": "1.9.14", "phpstan/phpstan-strict-rules": "1.4.4", "phpstan/phpstan-nette": "1.2.3", "nepada/phpstan-nette-tester": "1.0.0",