diff --git a/composer.json b/composer.json index 665c367..955d033 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/guzzle": "^7.8.1" }, "require-dev": { - "phpstan/phpstan": "^1.11.3", + "phpstan/phpstan": "^1.11.4", "squizlabs/php_codesniffer": "^3.10.1" }, "autoload": { diff --git a/composer.lock b/composer.lock index 09aa0db..b3d3fa5 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": "fc3137b7e7db3434f3a3d6dd6a00730c", + "content-hash": "087b0b8a54b54afbcb7c7d238b6360f5", "packages": [ { "name": "guzzlehttp/guzzle", @@ -764,16 +764,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.11.3", + "version": "1.11.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e64220a05c1209fc856d58e789c3b7a32c0bb9a5" + "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e64220a05c1209fc856d58e789c3b7a32c0bb9a5", - "reference": "e64220a05c1209fc856d58e789c3b7a32c0bb9a5", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9100a76ce8015b9aa7125b9171ae3a76887b6c82", + "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82", "shasum": "" }, "require": { @@ -818,7 +818,7 @@ "type": "github" } ], - "time": "2024-05-31T13:53:37+00:00" + "time": "2024-06-06T12:19:22+00:00" }, { "name": "squizlabs/php_codesniffer",