From 30fb90bbe886122f06ea3409386e94ad5a8f583c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 14:33:22 +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 4511899418e..cf4071a51bf 100644 --- a/composer.json +++ b/composer.json @@ -197,7 +197,7 @@ "mockery/mockery": "^1.4", "phparkitect/phparkitect": "^0.2.9", "phpspec/phpspec": "^7.1", - "phpstan/phpstan": "0.12.96", + "phpstan/phpstan": "0.12.99", "phpstan/phpstan-doctrine": "0.12.33", "phpunit/phpunit": "^8.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0",