From f7cdd083e7d18b55141be047467f61aea854f7e2 Mon Sep 17 00:00:00 2001 From: Alexander Opitz <opitz.alexander@googlemail.com> Date: Mon, 6 Nov 2017 13:05:21 +0100 Subject: [PATCH] [TASK] Update typo3/cms-composer-installers Update the lock file to pull in the latest (1.4.5) release. This version is marked as PHP 7.2 compatible. composer command: composer update typo3/cms-composer-installers Releases: 8.7, master Resolves: #82898 Change-Id: I6c491ae7e93f656c01a9ef12d88969057b182ba7 Reviewed-on: https://review.typo3.org/54570 Reviewed-by: Helmut Hummel <typo3@helhum.io> Tested-by: Helmut Hummel <typo3@helhum.io> Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by: Stefan Neufeind <typo3.neufeind@speedpartner.de> --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index d61a519c5c22..544a11675431 100644 --- a/composer.lock +++ b/composer.lock @@ -1391,21 +1391,21 @@ }, { "name": "typo3/cms-composer-installers", - "version": "1.4.4", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/TYPO3/CmsComposerInstallers.git", - "reference": "6b891a8d5ffb9dec290d2a757bcb5f91c4d21dcb" + "reference": "0ef630f82f12aa611fb44a3e1e5491fc98b97e78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/6b891a8d5ffb9dec290d2a757bcb5f91c4d21dcb", - "reference": "6b891a8d5ffb9dec290d2a757bcb5f91c4d21dcb", + "url": "https://api.github.com/repos/TYPO3/CmsComposerInstallers/zipball/0ef630f82f12aa611fb44a3e1e5491fc98b97e78", + "reference": "0ef630f82f12aa611fb44a3e1e5491fc98b97e78", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0", - "php": ">=7.0.0 <7.2" + "php": ">=7.0.0 <7.3" }, "conflict": { "composer/installers": "<1.0.24 || >1.0.24" @@ -1456,7 +1456,7 @@ "installer", "typo3" ], - "time": "2017-10-16T23:04:29+00:00" + "time": "2017-11-06T11:44:16+00:00" }, { "name": "typo3fluid/fluid", -- GitLab