diff --git a/composer.json b/composer.json index a0ec980..2639f55 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "vitexsoftware/ease-core": "dev-main" }, "require-dev": { - "phpstan/phpstan": "2.1.46", + "phpstan/phpstan": "2.2.2", "phpunit/phpunit": "12.4.3" }, "license": "MIT", diff --git a/composer.lock b/composer.lock index 98dcf0c..3d5cf08 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": "c64aa05f95b34aa6713d98cc5e2a07ec", + "content-hash": "f2035a36ff0640fdc135449b423be82a", "packages": [ { "name": "hsp-dev/huawei-api", @@ -639,11 +639,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.46", + "version": "2.2.2", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25", - "reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5cc34d491a90e79c216d824f60fe21fd4d93bd6", + "reference": "e5cc34d491a90e79c216d824f60fe21fd4d93bd6", "shasum": "" }, "require": { @@ -666,6 +666,17 @@ "license": [ "MIT" ], + "authors": [ + { + "name": "Ondřej Mirtes" + }, + { + "name": "Markus Staab" + }, + { + "name": "Vincent Langlet" + } + ], "description": "PHPStan - PHP Static Analysis Tool", "keywords": [ "dev", @@ -688,7 +699,7 @@ "type": "github" } ], - "time": "2026-04-01T09:25:14+00:00" + "time": "2026-06-05T09:00:01+00:00" }, { "name": "phpunit/php-code-coverage",