File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ build: false
44clone_folder : C:\projects\static-ldp
55
66init :
7- - SET PATH=C:\Program Files\OpenSSL;C:\tools\php ;%PATH%
7+ - SET PATH=C:\Program Files\OpenSSL;C:\tools\php71 ;%PATH%
88 - SET COMPOSER_NO_INTERACTION=1
99
1010install :
1111 - ps : Set-Service wuauserv -StartupType Manual
1212 - cinst -y OpenSSL.Light
1313 - cinst -y php
14- - cd c:\tools\php
14+ - cd c:\tools\php71
1515 - copy php.ini-production php.ini
1616 - echo date.timezone="UTC" >> php.ini
1717 - echo extension=php_curl.dll >> php.ini
1818 - echo extension_dir=ext >> php.ini
19- - echo extension=php_fileinfo.dll >> php.ini
2019 - echo extension=php_openssl.dll >> php.ini
2120 - echo extension=php_mbstring.dll >> php.ini
21+ - echo extension=php_fileinfo.dll >> php.ini
2222 - cd c:\projects\static-ldp
2323 - php -r "readfile('http://getcomposer.org/installer');" | php
2424 - php composer.phar install --prefer-source --no-interaction
You can’t perform that action at this time.
0 commit comments