From b73334c65cfa190d669d7051825a16ee84b1cca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 03:36:59 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.80 to ^0.12.85 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.80...0.12.85) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56c82fa9c..ebde4b9a5 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ "nyholm/psr7": "^1.4", "nyholm/psr7-server": "^1.0.1", "phpspec/prophecy": "^1.12", - "phpstan/phpstan": "^0.12.80", + "phpstan/phpstan": "^0.12.85", "phpunit/phpunit": "^8.5.13 || ^9.3.8", "slim/http": "^1.2", "slim/psr7": "^1.3",