From 22b9235cb25aa76bd00434f37845349c34089bbf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 13:23:58 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.31 to ^0.12.32 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.31...0.12.32) 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 fabba816d..27b1143d6 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "nyholm/psr7": "^1.3", "nyholm/psr7-server": "^1.0.0", "phpspec/prophecy": "^1.10", - "phpstan/phpstan": "^0.12.31", + "phpstan/phpstan": "^0.12.32", "phpunit/phpunit": "^8.5", "slim/http": "^1.0", "slim/psr7": "^1.1",