From e46b2e8836461e95cee1dde4702cd60010e0ab7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 09:01:45 +0000 Subject: [PATCH] :arrow_up: Update phpstan/phpstan requirement from ^0.12.58 to ^0.12.64 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.58...0.12.64) 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 f5ef898..7ad30e2 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "adriansuter/php-autoload-override": "^1.2", "phpspec/prophecy": "^1.12", - "phpstan/phpstan": "^0.12.58", + "phpstan/phpstan": "^0.12.64", "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.5" },