diff --git a/composer.json b/composer.json index f660dd6..75c6bef 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "phpgt/build": "^1.0" }, "require-dev": { - "phpstan/phpstan": "^v1.10", + "phpstan/phpstan": "^v2.1", "phpmd/phpmd": "^2.13", "squizlabs/php_codesniffer": "^3.7" }, diff --git a/composer.lock b/composer.lock index 81b2894..e15a05d 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": "7af3db8a87807f5835172f04485d4013", + "content-hash": "bce241e2d194adc4466bf39be7fa1a55", "packages": [ { "name": "composer/semver", @@ -1192,15 +1192,15 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.33", + "version": "2.1.42", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/37982d6fc7cbb746dda7773530cda557cdf119e1", - "reference": "37982d6fc7cbb746dda7773530cda557cdf119e1", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0", + "reference": "1279e1ce86ba768f0780c9d889852b4e02ff40d0", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1241,7 +1241,7 @@ "type": "github" } ], - "time": "2026-02-28T20:30:03+00:00" + "time": "2026-03-17T14:58:32+00:00" }, { "name": "psr/container",