diff --git a/composer.json b/composer.json index dfbe238..b5d32cd 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ext-curl": "*" }, "require-dev": { - "phpstan/phpstan": "2.1.22", + "phpstan/phpstan": "2.1.25", "phpunit/phpunit": "11.5.21", "rector/rector": "2.1.7", "symfony/http-client": "7.3.3", diff --git a/composer.lock b/composer.lock index 1bc3b40..c619c2a 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": "31d0e8c8025b49ec677d87c6f464b008", + "content-hash": "3fc48075a7cf89797829d17cc1682536", "packages": [], "packages-dev": [ { @@ -1330,16 +1330,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.22", + "version": "2.1.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" + "reference": "4087d28bd252895874e174d65e26b2c202ed893a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", - "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4087d28bd252895874e174d65e26b2c202ed893a", + "reference": "4087d28bd252895874e174d65e26b2c202ed893a", "shasum": "" }, "require": { @@ -1384,7 +1384,7 @@ "type": "github" } ], - "time": "2025-08-04T19:17:37+00:00" + "time": "2025-09-12T14:26:42+00:00" }, { "name": "phpunit/php-code-coverage",