Skip to content

Commit 2d8796a

Browse files
committed
Add mbstring dependency to appveyor configuration
1 parent 247d44c commit 2d8796a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ install:
1515
- echo date.timezone="UTC" >> php.ini
1616
- echo extension_dir=ext >> php.ini
1717
- echo extension=php_openssl.dll >> php.ini
18+
- echo extension=php_mbstring.dll >> php.ini
1819
- SET PATH=C:\tools\php71;%PATH%
1920
- cd c:\projects\static-ldp
2021
- php -r "readfile('http://getcomposer.org/installer');" | php

0 commit comments

Comments
 (0)