From 8a801c7280a908ac2e569f39632b7ae2526643d9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 18:27:49 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.11.19 to 0.12.4 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.11.19...0.12.4) 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 d56ed30..ffe473a 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "phpunit/phpunit": "^7.0", - "phpstan/phpstan": "0.12.3", + "phpstan/phpstan": "0.12.4", "friendsofphp/php-cs-fixer": "2.16.1", "maglnet/composer-require-checker": "^1.1.0 || ^2.0.0", "phpro/grumphp": "^0.16.0"