I am trying to run composer update and I get the following errors:
composer update
Problem 1 - The requested PHP extension ext-zip * is missing from your sy
This worked for me
brew update brew install php@7.3 brew link php@7.3 brew link php@7.3 --force
Hope it helps