1
0
Fork 0

Merge pull request #1903 from jos101/patch-2

Enable php_openssl.dll in php.ini
pull/1907/head
Jordi Boggiano 2013-05-15 17:50:59 -07:00
commit 165190bb38
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ composer.phar:
C:\Users\username>cd C:\bin
C:\bin>php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
> **Note:** If the above fails due to file_get_contents, use the `http` url or enable php_openssl.dll in php.ini
Create a new `.bat` file alongside composer:
C:\bin>echo @php "%~dp0composer.phar" %*>composer.bat