From 6bc96019b4216d470b6e3b3bd6e80032498ebe80 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 05:26:03 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.37 to ^0.12.40 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.37...0.12.40) 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 079f392..7f84f0f 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.37", + "phpstan/phpstan": "^0.12.40", "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.5" },