From 22cc035d36b640a82b3c23bd35df722dd99f4589 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 11:24:35 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.25 to ^0.12.26 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.25...0.12.26) 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 99ddc109c..cf87b345b 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "nyholm/psr7": "^1.3", "nyholm/psr7-server": "^0.4.1", "phpspec/prophecy": "^1.10", - "phpstan/phpstan": "^0.12.25", + "phpstan/phpstan": "^0.12.26", "phpunit/phpunit": "^8.5", "slim/http": "^1.0", "slim/psr7": "^1.1",