From bd518ac6c3527d9f79c575395c5f47af5b8ced9a Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Mon, 4 Dec 2017 18:27:27 +0100
Subject: [PATCH] [TASK] Update typo3/cms-composer-installers from 1.3.1 to
 1.3.2

The update brings patches for PHP 7.2 compatibility.

Change-Id: Ibdfc231cd336511e0327eae485003d818fd1cc1e
Resolves: #83222
Releases: 7.6
Reviewed-on: https://review.typo3.org/54930
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 composer.lock | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/composer.lock b/composer.lock
index bbaff024e5fb..7213555809a7 100644
--- a/composer.lock
+++ b/composer.lock
@@ -773,20 +773,21 @@
         },
         {
             "name": "typo3/cms-composer-installers",
-            "version": "1.3.1",
+            "version": "1.3.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/TYPO3/CmsComposerInstallers.git",
-                "reference": "cb25a053cdba0fcc43a9f56f5e086f77eed6b916"
+                "reference": "98fec6f650016c437b29e56487dd349ed062af93"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/cb25a053cdba0fcc43a9f56f5e086f77eed6b916",
-                "reference": "cb25a053cdba0fcc43a9f56f5e086f77eed6b916",
+                "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/98fec6f650016c437b29e56487dd349ed062af93",
+                "reference": "98fec6f650016c437b29e56487dd349ed062af93",
                 "shasum": ""
             },
             "require": {
-                "composer-plugin-api": "^1.0.0"
+                "composer-plugin-api": "^1.0.0",
+                "php": ">=5.5 <7.3"
             },
             "conflict": {
                 "composer/installers": "<1.0.24 || >1.0.24"
@@ -837,7 +838,7 @@
                 "installer",
                 "typo3"
             ],
-            "time": "2016-07-05T09:38:42+00:00"
+            "time": "2017-12-04T15:30:33+00:00"
         }
     ],
     "packages-dev": [
-- 
GitLab