diff --git a/composer.json b/composer.json index 0afc489..bf715ef 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ext-curl": "*" }, "require-dev": { - "phpstan/phpstan": "2.1.17", + "phpstan/phpstan": "2.1.19", "phpunit/phpunit": "11.5.21", "rector/rector": "2.1.1", "symfony/http-client": "7.3.1", diff --git a/composer.lock b/composer.lock index f38977b..38c9f07 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": "df29bc754a6cbf63e22e5d0c7271e6eb", + "content-hash": "7ad16d1ce889a7b4a1a22fd572180a68", "packages": [], "packages-dev": [ { @@ -1330,16 +1330,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.17", + "version": "2.1.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "89b5ef665716fa2a52ecd2633f21007a6a349053" + "reference": "473a8c30e450d87099f76313edcbb90852f9afdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/89b5ef665716fa2a52ecd2633f21007a6a349053", - "reference": "89b5ef665716fa2a52ecd2633f21007a6a349053", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/473a8c30e450d87099f76313edcbb90852f9afdf", + "reference": "473a8c30e450d87099f76313edcbb90852f9afdf", "shasum": "" }, "require": { @@ -1384,7 +1384,7 @@ "type": "github" } ], - "time": "2025-05-21T20:55:28+00:00" + "time": "2025-07-21T19:58:24+00:00" }, { "name": "phpunit/php-code-coverage",