From 4b6ba559df0a8b148b541987522797bfe7af927d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 13:19:02 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.74 to 0.12.81 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.74...0.12.81) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80eca1a..a54345e 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "lakion/mink-debug-extension": "^2.0.0", "phpspec/phpspec": "^7.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.74", + "phpstan/phpstan": "0.12.81", "phpstan/phpstan-doctrine": "0.12.31", "phpstan/phpstan-strict-rules": "^0.12.0", "phpstan/phpstan-webmozart-assert": "0.12.12",