From 6adb4626f837de78c994c1ff8d18c4f6cfddc1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 07:01:11 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.82 to 0.12.88 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.82...0.12.88) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 43761455ff4..1936b74a068 100644 --- a/composer.json +++ b/composer.json @@ -185,7 +185,7 @@ "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.4", "phpspec/phpspec": "^7.0", - "phpstan/phpstan": "0.12.82", + "phpstan/phpstan": "0.12.88", "phpstan/phpstan-doctrine": "0.12.33", "phpunit/phpunit": "^8.5", "psalm/plugin-mockery": "0.7.0",