From 5895aab7c621ee622fbaf36ad36535fff227777b Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:06:58 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v2 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9c0fc2c..6d4021f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "guzzlehttp/guzzle": "^7.9.2" }, "require-dev": { - "phpstan/phpstan": "^1.12.10", + "phpstan/phpstan": "^2.0.2", "squizlabs/php_codesniffer": "^3.11.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 8277949..548689c 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": "124a3579e471a23cd5df8d47a7611f79", + "content-hash": "5c280f90a1c8af077dc3167b377e9453", "packages": [ { "name": "guzzlehttp/guzzle", @@ -765,20 +765,20 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.12.10", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071" + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fc463b5d0fe906dcf19689be692c65c50406a071", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6c98c7600fc717b2c78c11ef60040d5b1e359c82", + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -819,7 +819,7 @@ "type": "github" } ], - "time": "2024-11-11T15:37:09+00:00" + "time": "2024-11-17T14:17:00+00:00" }, { "name": "squizlabs/php_codesniffer",