Skip to content

Commit

Permalink
AppVeyor - add mbstring
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Oct 28, 2017
1 parent 62571d5 commit a7486f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Expand Up @@ -28,6 +28,7 @@ install:
- echo extension_dir=ext >> php.ini
- echo extension=php_curl.dll >> php.ini
- echo extension=php_openssl.dll >> php.ini
- echo extension=php_mbstring.dll >> php.ini
- IF NOT EXIST C:\tools\composer.phar (cd C:\tools && appveyor DownloadFile https://getcomposer.org/download/1.4.1/composer.phar)
- cd C:\projects\php-cs-fixer
- php C:\tools\composer.phar global show hirak/prestissimo -q || php C:\tools\composer.phar global require hirak/prestissimo
Expand Down

0 comments on commit a7486f3

Please sign in to comment.