diff --git a/composer.json b/composer.json index 75c0c5a..ee59929 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/guzzle": "^7.9.2" }, "require-dev": { - "phpstan/phpstan": "^2.1.0", + "phpstan/phpstan": "^2.1.1", "squizlabs/php_codesniffer": "^3.11.2" }, "autoload": { diff --git a/composer.lock b/composer.lock index f013246..33c3ab9 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": "295a092bf2ed6f7e058d24bc3873b61a", + "content-hash": "a6ef9839ac74f309e84ee16b18e26cdd", "packages": [ { "name": "guzzlehttp/guzzle", @@ -765,16 +765,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927" + "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2392d360fdf54ea253aa6c68cad1d4ba2e54e927", - "reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", + "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", "shasum": "" }, "require": { @@ -819,7 +819,7 @@ "type": "github" } ], - "time": "2024-12-31T07:30:03+00:00" + "time": "2025-01-05T16:43:48+00:00" }, { "name": "squizlabs/php_codesniffer",