From dfbde101b7198dce77fa01597c4cee37963f495d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 10:42:06 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.94 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.94...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 52e617acd0..fccb17f20b 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "lchrusciel/api-test-case": "^5.0", "phpspec/phpspec": "^7.0", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.94", + "phpstan/phpstan": "0.12.100", "phpstan/phpstan-doctrine": "0.12.42", "phpstan/phpstan-webmozart-assert": "0.12.12", "phpunit/phpunit": "^8.5",