From d60baad6219c13604e70ac564fc7c6b837d52745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:49:44 -0700 Subject: [PATCH] build(deps-dev): update phpstan/phpstan requirement (#1906) 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.12.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.11.8...1.12.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... 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 2bc9bd079..baa4f2b77 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,7 @@ "require-dev": { "fig-r/psr2r-sniffer": "2.1.0", "overtrue/phplint": "9.3.1", - "phpstan/phpstan": "1.11.8", + "phpstan/phpstan": "1.12.0", "phpunit/phpunit": "11.3.0", "phpunit/php-code-coverage": "11.0.5", "rector/rector": "0.15.13",