Skip to content

Commit 5ef2366

Browse files
author
Cory Fowler
committed
updated the composer install command
1 parent 09ff377 commit 5ef2366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Content/install.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ IF EXIST composer.phar (
66
rm -f composer.phar
77
)
88

9-
curl -sS https://getcomposer.org/installer | php
9+
php -r "readfile('https://getcomposer.org/installer');" | php

0 commit comments

Comments
 (0)