Edit: A Windows installer is installed on the Composer download site, which will install Composer worldwide, so you won’t need composer.phar anymore. Install it from here , and then simply run the “installation linker” from the directory in which you have composer.json .
(original answer below)
I myself have not experienced this, but I think it should work:
Download composer.phar and put it in the same directory as your composer.json .
cd to the directory in which you have composer.json :
cd some \ directory
Finally, run the composer:
php composer.phar install
user2629998
source share