From 146108714f61ae753b0d51bbf1f7ae199f60ea79 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 11:22:27 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.27 to ^0.12.28 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.27...0.12.28) 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 c538f5a..9000229 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "laminas/laminas-diactoros": "^2.3", "nyholm/psr7": "^1.3", "php-http/psr7-integration-tests": "dev-master", - "phpstan/phpstan": "^0.12.27", + "phpstan/phpstan": "^0.12.28", "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.5" },