diff --git a/composer.json b/composer.json index 8028a2f..5c87579 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "ergebnis/composer-normalize": "^2.41", "ergebnis/phpunit-slow-test-detector": "^2.7", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^2.0", + "phpstan/phpstan": "^2.2", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-doctrine": "^2.0", "phpstan/phpstan-phpunit": "^2.0", diff --git a/composer.lock b/composer.lock index 5daa4ea..1297bc5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d84a921ecc832a189a074413c7eaf99f", + "content-hash": "98e6ec60cb11c12eb15c61e98158d503", "packages": [ { "name": "api-platform/core", @@ -12657,11 +12657,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.54", + "version": "2.2.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8be50c3992107dc837b17da4d140fbbdf9a5c5bd", - "reference": "8be50c3992107dc837b17da4d140fbbdf9a5c5bd", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dea9c8f2d25cc849391042b71e429c1a4bf82660", + "reference": "dea9c8f2d25cc849391042b71e429c1a4bf82660", "shasum": "" }, "require": { @@ -12684,6 +12684,17 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Ondřej Mirtes" + }, + { + "name": "Markus Staab" + }, + { + "name": "Vincent Langlet" + } + ], "description": "PHPStan - PHP Static Analysis Tool", "keywords": [ "dev", @@ -12706,7 +12717,7 @@ "type": "github" } ], - "time": "2026-04-29T13:31:09+00:00" + "time": "2026-05-28T14:44:12+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",