From 502e0215eec5e5426063c1827f0e5f064b8c4cd1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:53:18 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.64 to ^0.12.70 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.64...0.12.70) 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 b85cc681e..c2ecd6315 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "jangregor/phpstan-prophecy": "^0.8.1", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^0.12.64", + "phpstan/phpstan": "^0.12.70", "phpunit/phpunit": "^8.5" }, "config": {