From 274e348895a1331a6d2537d97756e7b09f072b70 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Thu, 23 Jul 2020 03:03:44 +0530 Subject: [PATCH] Use default packagist mirror for old PHP --- src/scripts/win32.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scripts/win32.ps1 b/src/scripts/win32.ps1 index ba7803a4..ef1c48b6 100644 --- a/src/scripts/win32.ps1 +++ b/src/scripts/win32.ps1 @@ -139,10 +139,6 @@ Function Edit-ComposerConfig() { if (Test-Path env:COMPOSER_TOKEN) { composer -q global config github-oauth.github.com $env:COMPOSER_TOKEN } - # TODO: Remove after composer 2.0 update, fixes peer fingerprint error - if ($version -lt 5.6) { - composer -q global config repos.packagist composer https://repo-ca-bhs-1.packagist.org - } } Function Add-Tool() {