From b414f27e89959b92f81951d6f02fc246756ba87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:20:21 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 1.10.67 to 1.12.9 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/2.0.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.67...1.12.9) --- 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 b701143b..c6b9e6dd 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "php-stubs/wp-cli-stubs": "^2.8", "phpstan/extension-installer": "^1.3", "phpstan/phpdoc-parser": "^1.23.1", - "phpstan/phpstan": "1.10.67", + "phpstan/phpstan": "1.12.9", "phpunit/phpunit": "^9.3.3 || ^10.0.7 || ^11.0", "rector/rector": "^1.0", "spatie/ray": "^1.41",