PHP Fatal error: Uncaught exception PharException with message manifest

岁酱吖の 提交于 2019-12-23 15:20:13

问题


while trying to install composer.phar through command line , got an error

 PHP Fatal error: Uncaught exception 'PharException' with message manifest cannot be larger than 100 mb in phar

please support me to solve this problem, i am trying to installing symfony2.1


回答1:


It appears you got a corrupted phar for some reason. Try downloading a new one from https://getcomposer.org/download/ - if the CLI instructions do not work out for you you can just download the last snapshot by hand from https://getcomposer.org/composer.phar



来源:https://stackoverflow.com/questions/12799154/php-fatal-error-uncaught-exception-pharexception-with-message-manifest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!