From 4cfda3eecee730c340aba948b1cafee25f9737f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 03:04:28 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.64 to ^0.12.71 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.64...0.12.71) 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 acea2b8..e03354c 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.5.13 || ^9.3.8", - "phpstan/phpstan": "^0.12.70", + "phpstan/phpstan": "^0.12.71", "psr/http-factory": "^1.0", "squizlabs/php_codesniffer": "^3.5", "weirdan/prophecy-shim": "^1.0 || ^2.0.2"