From 22598ef7892a70cd17b759b53b81f53536d4cb31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 05:26:41 +0000 Subject: [PATCH] [TASK] Update phpstan/extension-installer requirement (#1449) Updates the requirements on [phpstan/extension-installer](https://github.com/phpstan/extension-installer) to permit the latest version. - [Release notes](https://github.com/phpstan/extension-installer/releases) - [Commits](https://github.com/phpstan/extension-installer/compare/1.4.2...1.4.3) --- updated-dependencies: - dependency-name: phpstan/extension-installer dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7311709..6fca41d 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "icanhazstring/composer-unused": "^0.8.11", "php-parallel-lint/php-parallel-lint": "^1.4", "phpmd/phpmd": "^2.15.0", - "phpstan/extension-installer": "^1.4.2", + "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^1.12.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0",