php composer.phar update does not work with Symfony install php composer.phar update does not work with Symfony install symfony symfony

php composer.phar update does not work with Symfony install


Command composer self-update will do the trick.
For example:

  1. goto cmd and jump into your project folder if in case
    c:\wamp\www\{yourprojectfolder}
    as your project

  2. Run this
    cd c:\wamp\www\{yourprojectfolder}

  3. Use this
    composer self-update


You should try this instead:

composer.phar update

Why would php be aware of your $PATH variable?

Plus, I think $PATH is only used by your shell when dealing with the first word of your command line.


You should logout and then login or restart in order to changes in path becomes available.