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
Command composer self-update will do the trick. For example:
composer self-update
goto cmd and jump into your project folder if in case c:\wamp\www\{yourprojectfolder} as your project
c:\wamp\www\{yourprojectfolder}
Run this cd c:\wamp\www\{yourprojectfolder}
cd c:\wamp\www\{yourprojectfolder}