From 9c3b83cc9884e2666d77a7f767478004f90667bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:08:17 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.74 to 0.12.77 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.74...0.12.77) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e0537a..9f8be2a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.0", - "phpstan/phpstan": "0.12.74", + "phpstan/phpstan": "0.12.77", "friendsofphp/php-cs-fixer": "2.18.2", "maglnet/composer-require-checker": "^1.1.0 || ^2.0.0", "phpro/grumphp-shim": "^0.22.0 || ^1.1"