diff --git a/composer.json b/composer.json index 38e0f00..06548da 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "psr/http-client": "^1.0.2" }, "require-dev": { - "phpstan/phpstan": "^1.10.41", + "phpstan/phpstan": "^1.10.42", "phpunit/phpunit": "^10.4.2" }, "scripts": { diff --git a/composer.lock b/composer.lock index 664fa70..4974fd5 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": "e6e45002606045627bd705e7851951d8", + "content-hash": "7982c15d2c0cb9a7a9de9d4ffeacf901", "packages": [ { "name": "nyholm/psr7", @@ -474,16 +474,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.41", + "version": "1.10.42", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c6174523c2a69231df55bdc65b61655e72876d76" + "reference": "fc2316508de5453140b5cb3d3f8683a33e92f26a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6174523c2a69231df55bdc65b61655e72876d76", - "reference": "c6174523c2a69231df55bdc65b61655e72876d76", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fc2316508de5453140b5cb3d3f8683a33e92f26a", + "reference": "fc2316508de5453140b5cb3d3f8683a33e92f26a", "shasum": "" }, "require": { @@ -532,7 +532,7 @@ "type": "tidelift" } ], - "time": "2023-11-05T12:57:57+00:00" + "time": "2023-11-17T15:26:57+00:00" }, { "name": "phpunit/php-code-coverage",