From 090eb7764789181ab8fb98da827e923ded2618e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:03:59 +0000 Subject: [PATCH] Bump composer/installers from 2.0.0 to 2.2.0 Bumps [composer/installers](https://github.com/composer/installers) from 2.0.0 to 2.2.0. - [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/v2.0.0...v2.2.0) --- updated-dependencies: - dependency-name: composer/installers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index dc125f5..fd95d87 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "composer/installers", - "version": "v2.0.0", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "5a546a8cc4607f38cfbd8e20b3de234e45b2110f" + "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/5a546a8cc4607f38cfbd8e20b3de234e45b2110f", - "reference": "5a546a8cc4607f38cfbd8e20b3de234e45b2110f", + "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35", + "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35", "shasum": "" }, "require": { @@ -37,7 +37,8 @@ "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "2.x-dev" - } + }, + "plugin-modifies-install-path": true }, "autoload": { "psr-4": { @@ -104,6 +105,7 @@ "magento", "majima", "mako", + "matomo", "mediawiki", "miaoxing", "modulework", @@ -131,7 +133,7 @@ ], "support": { "issues": "https://github.com/composer/installers/issues", - "source": "https://github.com/composer/installers/tree/v2.0.0" + "source": "https://github.com/composer/installers/tree/v2.2.0" }, "funding": [ { @@ -147,7 +149,7 @@ "type": "tidelift" } ], - "time": "2021-08-04T13:56:36+00:00" + "time": "2022-08-20T06:45:11+00:00" } ], "packages-dev": [ @@ -1489,5 +1491,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }