From ed8212e6a73356136ead3b2e3db76313bb8480a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:09:12 +0000 Subject: [PATCH] Update dependency phpstan/extension-installer to v1.4.2 --- composer.json | 2 +- composer.lock | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index bb5b9b645..5b8057017 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,7 @@ "nunomaduro/collision": "8.1.1", "larastan/larastan": "2.9.7", "phan/phan": "5.4.3", - "phpstan/extension-installer": "1.4.1", + "phpstan/extension-installer": "1.4.2", "phpstan/phpstan": "1.11.4", "phpstan/phpstan-deprecation-rules": "1.2.0", "phpstan/phpstan-strict-rules": "1.6.0", diff --git a/composer.lock b/composer.lock index a3174c066..c790dfc28 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": "ee562d8c1972374035bd217b356fea28", + "content-hash": "27418a629a29e3cab497a41ef06019f6", "packages": [ { "name": "ans-group/laravel-health-check", @@ -12969,16 +12969,16 @@ }, { "name": "phpstan/extension-installer", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", - "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203" + "reference": "46c8219b3fb0deb3fc08301e8f0797d321d17dcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f6b87faf9fc7978eab2f7919a8760bc9f58f9203", - "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203", + "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/46c8219b3fb0deb3fc08301e8f0797d321d17dcd", + "reference": "46c8219b3fb0deb3fc08301e8f0797d321d17dcd", "shasum": "" }, "require": { @@ -13005,11 +13005,15 @@ "MIT" ], "description": "Composer plugin for automatic installation of PHPStan extensions", + "keywords": [ + "dev", + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/extension-installer/issues", - "source": "https://github.com/phpstan/extension-installer/tree/1.4.1" + "source": "https://github.com/phpstan/extension-installer/tree/1.4.2" }, - "time": "2024-06-10T08:20:49+00:00" + "time": "2024-08-26T07:38:00+00:00" }, { "name": "phpstan/phpdoc-parser",