From cbc340d4a9a3c316e42426d301f3f3dbb3d8f1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 10:09:12 -0600 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.81 to 0.12.82 (#80) 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.81...0.12.82) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d09645c..09e706a 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.0", - "phpstan/phpstan": "0.12.81", + "phpstan/phpstan": "0.12.82", "friendsofphp/php-cs-fixer": "2.18.4", "maglnet/composer-require-checker": "^1.1.0 || ^2.0.0", "phpro/grumphp-shim": "^0.22.0 || ^1.1"