From 4f3f0efcf5fb0bd8b98ecfde2847edd1d562cf75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 05:55:47 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan requirement 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.81...0.12.85) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b165ceb33..d060c64a5 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "marc-mabe/php-enum": "~3.0", "mockery/mockery": "~1.2", "phpstan/extension-installer": "1.1.0", - "phpstan/phpstan": "0.12.81", + "phpstan/phpstan": "0.12.85", "phpstan/phpstan-deprecation-rules": "0.12.6", "phpstan/phpstan-nette": "0.12.16", "phpstan/phpstan-mockery": "0.12.13",