From 1b0b936cf6c3e0c744de1a457aa73e6ebcae9539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 17:21:55 +0200 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.8.6 to ^1.8.7 (#603) 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.8.6...1.8.7) --- 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 cfe61fd..116144f 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "php-coveralls/php-coveralls": "^2.5.3", "phpspec/prophecy": "^1.15.0", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^1.8.6", + "phpstan/phpstan": "^1.8.7", "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^8.5.30",