From 890238863cffa06cc03ce726baee44e3c453b903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 07:25:34 +0000 Subject: [PATCH] Composer(deps): Update composer/installers requirement Updates the requirements on [composer/installers](https://github.com/composer/installers) to permit the latest version. - [Release notes](https://github.com/composer/installers/releases) - [Changelog](https://github.com/composer/installers/blob/main/CHANGELOG.md) - [Commits](https://github.com/composer/installers/compare/v1.0.12...v2.2.0) --- updated-dependencies: - dependency-name: composer/installers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2cbb82..9c868a0 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "require": { "php": ">=7.4|^8.0", "devgeniem/dustpress": ">=1.33.0", - "composer/installers": "^1.0.12" + "composer/installers": "^2.2.0" }, "require-dev": { "roave/security-advisories": "dev-latest",