From 8f1125417f17abf2d80a05ff62f536e7f0897645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 10:43:56 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.82 to 0.12.99 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.99) --- 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 10fa7aab3cc..c32e427ff0f 100644 --- a/composer.json +++ b/composer.json @@ -186,7 +186,7 @@ "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.4", "phpspec/phpspec": "^7.0", - "phpstan/phpstan": "0.12.82", + "phpstan/phpstan": "0.12.99", "phpstan/phpstan-doctrine": "0.12.33", "phpunit/phpunit": "^8.5", "psalm/plugin-mockery": "0.7.0",