From 46d715d7693e727ab4445c466d5b50b8ad3f3d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Wed, 21 Sep 2016 18:57:48 +0200 Subject: [PATCH] composer: update docs about issues on macOS if installed by homebrew (#2987) --- packaging/language/composer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/language/composer.py b/packaging/language/composer.py index d5e6467e9c5..4c5f8518bee 100644 --- a/packaging/language/composer.py +++ b/packaging/language/composer.py @@ -103,6 +103,7 @@ requirements: - composer installed in bin path (recommended /usr/local/bin) notes: - Default options that are always appended in each execution are --no-ansi, --no-interaction and --no-progress if available. + - We received reports about issues on macOS if composer was installed by Homebrew. Please use the official install method to avoid it. ''' EXAMPLES = '''