From 7ef4d559f400d660bc11adb5ac6ba9061621580d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:06:42 +0000 Subject: [PATCH] Update glpi-project/phpstan-glpi requirement Updates the requirements on [glpi-project/phpstan-glpi](https://github.com/glpi-project/phpstan-glpi) to permit the latest version. Updates `glpi-project/phpstan-glpi` to 1.3.0 - [Release notes](https://github.com/glpi-project/phpstan-glpi/releases) - [Commits](https://github.com/glpi-project/phpstan-glpi/compare/1.1.0...1.3.0) --- updated-dependencies: - dependency-name: glpi-project/phpstan-glpi dependency-version: 1.3.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6c7142a..dbc0bbe 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "friendsofphp/php-cs-fixer": "^3.95", "glpi-project/tools": "^0.8", "php-parallel-lint/php-parallel-lint": "^1.4", - "glpi-project/phpstan-glpi": "^1.1", + "glpi-project/phpstan-glpi": "^1.3", "phpunit/phpunit": "^11.5" }, "config": {