Je suis vraiment nouveau sur MacOS, alors peut-être que c'est une question simple.
J'utilise High Sierra avec PHP 7.1 par défaut installé, j'ai également installé PHP 7.2 en cours d'exécution:
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.2
Quand je cours:
brew install composer
Je suis en train:
Error: No available formula with the name "composer"
==> Searching for a previously deleted formula...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
La question est de savoir comment installer composer via homebrew? (Peut-être que je devrais désinstaller PHP en quelque sorte, j'ai installé et installé PHP via homebrew?)