From 0ee0e7405413e862860c590e7d1a3499385dfd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 09:58:01 +0000 Subject: [PATCH] composer(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.83...0.12.84) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ec9dbb..2904663 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "mimmi20/coding-standard": "^2.1.3", "pepakriz/phpstan-exception-rules": "^0.11.6", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^0.12.83", + "phpstan/phpstan": "^0.12.84", "phpstan/phpstan-deprecation-rules": "^0.12.6", "phpstan/phpstan-phpunit": "^0.12.18", "phpunit/phpunit": "^9.5.4"