From 88c45182357721a1254c58635d028ff88ef82e4e Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:05:05 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to ^1.11.4 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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",