मैं वास्तव में मैकओएस के लिए नया हूं इसलिए शायद यह आसान सवाल है।
मैं डिफ़ॉल्ट PHP 7.1 स्थापित के साथ हाई सिएरा का उपयोग कर रहा हूँ, मैंने भी PHP 7.2 स्थापित किया है:
curl -s http://php-osx.liip.ch/install.sh | bash -s 7.2
जब मैं चलता हूं:
brew install composer
मैं ला रहा हूँ:
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.
सवाल यह है कि होमब्रे के माध्यम से संगीतकार कैसे स्थापित किया जाए? (शायद मुझे किसी तरह PHP की स्थापना रद्द करनी चाहिए और होमब्रेव के माध्यम से PHP स्थापित करना चाहिए?)