Home Codingphp Could not open input file: composer.phar

Could not open input file: composer.phar

by Ben

If you, like me try to use the following command in using composer

 php composer.phar update friendsofsymfony/user-bundle

and get this error

 Could not open input file: composer.phar

You are probably using Windows command prompt to do the update.

Try this instead.

composer update friendsofsymfony/user-bundle

You may also like

Leave a Comment