From 7e3ff45c4f5818a36699ee194150ca17cd74df38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:14:44 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan requirement from 2.0.4 to 2.1.0 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.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/2.0.4...2.1.0) --- 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 d04d0df77..71b94211a 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "require-dev": { "fig-r/psr2r-sniffer": "2.1.1", "overtrue/phplint": "9.5.5", - "phpstan/phpstan": "2.0.4", + "phpstan/phpstan": "2.1.0", "phpunit/phpunit": "11.5.2", "phpunit/php-code-coverage": "11.0.8", "rector/rector": "2.0.0",