From 351c73a84917472a4c8e54798590ee425d760af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 10:37:14 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.82 to 0.12.98 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.82...0.12.98) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eb36a951e53..84b88fe5829 100644 --- a/composer.json +++ b/composer.json @@ -185,7 +185,7 @@ "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.4", "phpspec/phpspec": "^7.0", - "phpstan/phpstan": "0.12.82", + "phpstan/phpstan": "0.12.98", "phpstan/phpstan-doctrine": "0.12.33", "phpunit/phpunit": "^8.5", "psalm/plugin-mockery": "0.7.0",