install ext-zip for Mac

后端 未结 10 1908
野性不改
野性不改 2020-11-29 02:00

I am trying to run composer update and I get the following errors:

Problem 1
    - The requested PHP extension ext-zip * is missing from your sy         


        
10条回答
  •  情深已故
    2020-11-29 02:08

    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

提交回复
热议问题