From 7628b3117a761c0e8bfa2214bc90856ec068c3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:25:01 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.82 to 0.12.100 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.9.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.82...0.12.100) --- 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..0f05b6f1013 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.100", "phpstan/phpstan-doctrine": "0.12.33", "phpunit/phpunit": "^8.5", "psalm/plugin-mockery": "0.7.0",