Composer install error - requires ext_curl when it's actually enabled

前端 未结 15 1021
遇见更好的自我
遇见更好的自我 2020-12-04 07:50

I\'m trying to install Facebook PHP SDK with Composer. This is what I get

$ composer install
Loading composer repositories with package information
Installin         


        
15条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-04 08:32

    According to https://github.com/composer/composer/issues/2119 you could extend your local composer.json to state that it provides the extension (which it doesn't really do - that's why you shouldn't publicly publish your package, only use it internally).

提交回复
热议问题