From 00517a2724b78911114cc3f342e2f7d0048d2c66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 19:38:50 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.54 to ^0.12.58 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.54...0.12.58) 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 e89f2393b..3bfb11126 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "nyholm/psr7": "^1.3", "nyholm/psr7-server": "^1.0.1", "phpspec/prophecy": "^1.12", - "phpstan/phpstan": "^0.12.54", + "phpstan/phpstan": "^0.12.58", "phpunit/phpunit": "^8.5.13", "slim/http": "^1.2", "slim/psr7": "^1.3",