Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Fatal error: Uncaught exception PharException with message manifest

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

like image 453
Jethik Avatar asked Jan 16 '23 09:01

Jethik


1 Answers

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

like image 114
Seldaek Avatar answered Jan 17 '23 23:01

Seldaek