diff --git a/composer.json b/composer.json index d01435d..4ee8003 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/guzzle": "^7.8.1" }, "require-dev": { - "phpstan/phpstan": "^1.10.60", + "phpstan/phpstan": "^1.10.62", "squizlabs/php_codesniffer": "^3.9.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index cf47427..08dc380 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": "36e3662abc615b3d11547bf58cfa0b8c", + "content-hash": "0eedf2e8060e86c058ec6a818c737319", "packages": [ { "name": "guzzlehttp/guzzle", @@ -764,16 +764,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.10.60", + "version": "1.10.62", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe" + "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/95dcea7d6c628a3f2f56d091d8a0219485a86bbe", - "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9", + "reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9", "shasum": "" }, "require": { @@ -822,7 +822,7 @@ "type": "tidelift" } ], - "time": "2024-03-07T13:30:19+00:00" + "time": "2024-03-13T12:27:20+00:00" }, { "name": "squizlabs/php_codesniffer",