From 5b286f76a1c4032fe7f8fe63bb1734359b09a610 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 04:15:51 +0000 Subject: [PATCH] Update phpstan/extension-installer requirement from ^1.0 to ^1.1 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.0...1.1.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e7ce344..b55afb9 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "infection/infection": "^0.20.1", "nyholm/psr7": "^1.2", "php-http/curl-client": "^2.1", - "phpstan/extension-installer": "^1.0", + "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "0.12.81", "phpstan/phpstan-phpunit": "0.12.18", "phpstan/phpstan-strict-rules": "0.12.9",