From 6ac2d91572bcdd12cc01c032d18ee83c13a193a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 06:02:19 +0000 Subject: [PATCH] Update phpstan/extension-installer requirement from ^1.2.0 to ^1.3.0 (#815) 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.2.0...1.3.0) --- 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 a4cdd0a..94538d2 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "friendsofphp/php-cs-fixer": "^3.14.1", "helmich/typo3-typoscript-lint": "^3.1.0", "php-coveralls/php-coveralls": "^2.5.3", - "phpstan/extension-installer": "^1.2.0", + "phpstan/extension-installer": "^1.3.0", "phpstan/phpstan": "^1.10.13", "phpstan/phpstan-phpunit": "^1.3.11", "phpstan/phpstan-strict-rules": "^1.5.1",