From 22f1ef327502c203222779cb9c4e60a3b6f03122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:23:39 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 1.10.35 to 1.10.39 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.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.35...1.10.39) --- 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 16c776ce..a777774e 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "mockery/mockery": "^1.6.6", "php-stubs/wp-cli-stubs": "^2.8", "phpstan/phpdoc-parser": "^1.23.1", - "phpstan/phpstan": "1.10.35", + "phpstan/phpstan": "1.10.39", "phpunit/phpunit": "^9.6.10", "predis/predis": "^2.2.0", "squizlabs/php_codesniffer": "^3.7",