From 02bc8933b2c1e4a1a0e975abe6b3f9fb630f12c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:19:37 +0000 Subject: [PATCH] [TASK] Update phpstan/extension-installer requirement (#1436) 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.1...1.4.2) --- 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 42f606e..504419f 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "php-coveralls/php-coveralls": "^2.7.0", "php-parallel-lint/php-parallel-lint": "^1.4", "phpmd/phpmd": "^2.15.0", - "phpstan/extension-installer": "^1.4.1", + "phpstan/extension-installer": "^1.4.2", "phpstan/phpstan": "^1.11.11", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0",