From 7631aaf0c8b39397013f628922a7014e30709d60 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 11:54:55 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.23 to ^0.12.25 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.23...0.12.25) 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 9973dfbe..631cbfbb 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require-dev": { "jangregor/phpstan-prophecy": "^0.6.2", - "phpstan/phpstan": "^0.12.23", + "phpstan/phpstan": "^0.12.25", "phpunit/phpunit": "^8.5" }, "config": {