From 1470ca01e030f38e2c1788fd5420ab6411570992 Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:05:34 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to ^1.11.5 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 955d033..8137b9c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/guzzle": "^7.8.1" }, "require-dev": { - "phpstan/phpstan": "^1.11.4", + "phpstan/phpstan": "^1.11.5", "squizlabs/php_codesniffer": "^3.10.1" }, "autoload": { diff --git a/composer.lock b/composer.lock index b3d3fa5..7c4fc49 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": "087b0b8a54b54afbcb7c7d238b6360f5", + "content-hash": "aac189b706193311d294b0e493581355", "packages": [ { "name": "guzzlehttp/guzzle", @@ -764,16 +764,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.11.4", + "version": "1.11.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82" + "reference": "490f0ae1c92b082f154681d7849aee776a7c1443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9100a76ce8015b9aa7125b9171ae3a76887b6c82", - "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443", + "reference": "490f0ae1c92b082f154681d7849aee776a7c1443", "shasum": "" }, "require": { @@ -818,7 +818,7 @@ "type": "github" } ], - "time": "2024-06-06T12:19:22+00:00" + "time": "2024-06-17T15:10:54+00:00" }, { "name": "squizlabs/php_codesniffer",