From 7283d29130b4c2c3dade75838a611475d6e724cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 14:38:29 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.35 to ^0.12.36 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.35...0.12.36) 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 0eb2229..00b6121 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "adriansuter/php-autoload-override": "^1.2", "phpspec/prophecy": "^1.11", - "phpstan/phpstan": "^0.12.35", + "phpstan/phpstan": "^0.12.36", "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.5" },