From 96a00523073dfd0e3bc065e366e836e8289e1939 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 11:21:09 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.26 to ^0.12.27 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.26...0.12.27) 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 b26ecc1..e1c249a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "adriansuter/php-autoload-override": "^1.1", "phpspec/prophecy": "^1.10", - "phpstan/phpstan": "^0.12.26", + "phpstan/phpstan": "^0.12.27", "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.5" },