I\'m running WAMP on Windows 7 64 Bits. The PATH variable is set to c:\\wamp\\bin\\php\\php5.3.13\\
PATH
c:\\wamp\\bin\\php\\php5.3.13\\
I\'m trying to install S
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.