diff --git a/composer.json b/composer.json index bdc0731..83a312c 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,6 @@ "phpunit/phpunit": "~9|~10", "squizlabs/php_codesniffer": "3.13.2", "overtrue/phplint": "9.6.2", - "phpstan/phpstan": "1.12.28" + "phpstan/phpstan": "2.1.22" } } diff --git a/composer.lock b/composer.lock index 7edb5de..3a6db7d 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": "61043a0169c93bd3c109726a070c8a73", + "content-hash": "fe20513daf85783719d0d79a2758357e", "packages": [ { "name": "psr/log", @@ -389,20 +389,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.28", + "version": "2.1.22", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fcf8b71aeab4e1a1131d1783cef97b23a51b87a9" + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fcf8b71aeab4e1a1131d1783cef97b23a51b87a9", - "reference": "fcf8b71aeab4e1a1131d1783cef97b23a51b87a9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -443,7 +443,7 @@ "type": "github" } ], - "time": "2025-07-17T17:15:39+00:00" + "time": "2025-08-04T19:17:37+00:00" }, { "name": "phpunit/php-code-coverage",