From 0799bffc829d27d84e36d3de9324cb69c7eee27f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 10:08:14 +0100 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.9.0 to ^1.9.1 (#675) 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/1.9.0...1.9.1) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f808c61..a8931a2 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpspec/prophecy": "^1.15.0", "phpspec/prophecy-phpunit": "2.0.1", "phpstan/extension-installer": "^1.2.0", - "phpstan/phpstan": "^1.9.0", + "phpstan/phpstan": "^1.9.1", "phpstan/phpstan-phpunit": "^1.2.2", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^9.5.26",