From aa4afbf49f80857002c22fd4063872dea5da688b Mon Sep 17 00:00:00 2001 From: Daum Date: Thu, 30 Apr 2015 15:30:01 -0400 Subject: [PATCH] Updated AuthHelper to pass a null for maximum attempts to the IOInterface instead of false so an exception is not thrown by Symfony Question class. --- src/Composer/Util/AuthHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Util/AuthHelper.php b/src/Composer/Util/AuthHelper.php index 4accba716..72b23ba22 100644 --- a/src/Composer/Util/AuthHelper.php +++ b/src/Composer/Util/AuthHelper.php @@ -45,7 +45,7 @@ class AuthHelper } throw new \RuntimeException('Please answer (y)es or (n)o'); }, - false, + null, 'y' );