From 8bbce88c228d7c99cd0ca67c306d158b2f0ff028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:04:17 +0000 Subject: [PATCH] chore(deps-dev): update phpstan/phpstan requirement 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.1.27...2.1.28) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.28 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 28c0881..9766be9 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpspec/phpspec": "7.6.0", "phpspec/prophecy": "1.22.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "2.1.27", + "phpstan/phpstan": "2.1.28", "phpstan/phpstan-symfony": "2.0.6", "rector/rector": "2.1.7", "symfony/twig-bridge": "^5.4 || ^6.4 || ^7.0",