From fee233a50d21fc9c836fdc7a49fac0d0757370d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:07:51 +0200 Subject: [PATCH] Update phpstan/phpstan requirement from ^1.8.5 to ^1.8.6 (#588) 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.8.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.8.5...1.8.6) --- 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 8c51da8..be1a47e 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.5", + "phpstan/phpstan": "^1.8.6", "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^8.5.29",