From 43ccd951c3be190cf7b9870c694a904c91dd72c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:41:22 +0000 Subject: [PATCH] composer(deps-dev): update phpstan/extension-installer requirement Updates the requirements on [phpstan/extension-installer](https://github.com/phpstan/extension-installer) to permit the latest version. Updates `phpstan/extension-installer` to 1.4.2 - [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 dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e0d8d33..c34692e 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "infection/infection": "^0.29.0", "mimmi20/coding-standard": "^5.2.40", "nikic/php-parser": "^4.19.1 || ^5.0.2", - "phpstan/extension-installer": "^1.4.1", + "phpstan/extension-installer": "^1.4.2", "phpstan/phpstan": "^1.11.11", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0",