From 1164b55af31eca18df166b16ccd9a360f5f3174e Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Wed, 12 Feb 2025 00:11:24 +0500 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to ^2.1.4 (#63) --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index e7ae7e0..45b1633 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/guzzle": "^7.9.2" }, "require-dev": { - "phpstan/phpstan": "^2.1.3", + "phpstan/phpstan": "^2.1.4", "squizlabs/php_codesniffer": "^3.11.3" }, "autoload": { diff --git a/composer.lock b/composer.lock index ddcc91b..31af07f 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": "a445f8795688048437a37cf8e98ba0e0", + "content-hash": "ce8db9011c57ff1f14576ea4826659fa", "packages": [ { "name": "guzzlehttp/guzzle", @@ -765,16 +765,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "2.1.3", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "64ae44e48214f3deebdaeebf2694297a10a2bea9" + "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/64ae44e48214f3deebdaeebf2694297a10a2bea9", - "reference": "64ae44e48214f3deebdaeebf2694297a10a2bea9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f99e18eb775dbaf6460c95fa0b65312da9c746a", + "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a", "shasum": "" }, "require": { @@ -819,7 +819,7 @@ "type": "github" } ], - "time": "2025-02-07T15:05:24+00:00" + "time": "2025-02-10T08:25:21+00:00" }, { "name": "squizlabs/php_codesniffer",