815
If you, like me try to use the following command in using composer
1 | php composer.phar update friendsofsymfony /user-bundle |
and get this error
1 | Could not open input file : composer.phar |
You are probably using Windows command prompt to do the update.
Try this instead.
1 | composer update friendsofsymfony /user-bundle |