From d8c323ed8b55169d25a11fa2800379225575fd4b Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:11:08 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to ^1.12.2 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index fc05154..48b5563 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/guzzle": "^7.9.2" }, "require-dev": { - "phpstan/phpstan": "^1.12.0", + "phpstan/phpstan": "^1.12.2", "squizlabs/php_codesniffer": "^3.10.2" }, "autoload": { diff --git a/composer.lock b/composer.lock index 77854e5..399fb7d 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": "7756934a520691e3ce26b7e4e6937d2d", + "content-hash": "a53db388efccc87d8e8ab0f1f17d7251", "packages": [ { "name": "guzzlehttp/guzzle", @@ -763,16 +763,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.0", + "version": "1.12.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "384af967d35b2162f69526c7276acadce534d0e1" + "reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/384af967d35b2162f69526c7276acadce534d0e1", - "reference": "384af967d35b2162f69526c7276acadce534d0e1", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0ca1c7bb55fca8fe6448f16fff0f311ccec960a1", + "reference": "0ca1c7bb55fca8fe6448f16fff0f311ccec960a1", "shasum": "" }, "require": { @@ -817,7 +817,7 @@ "type": "github" } ], - "time": "2024-08-27T09:18:05+00:00" + "time": "2024-09-05T16:09:28+00:00" }, { "name": "squizlabs/php_codesniffer",