Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Aug 8, 2018
1 parent 83cec6a commit cb85582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install:
- echo extension=php_pdo_pgsql.dll >> C:\tools\php71\php.ini
- echo extension=php_curl.dll >> C:\tools\php71\php.ini
- echo extension=php_fileinfo.dll >> C:\tools\php71\php.ini
- echo memory_limit = -1 >> C:\tools\php\php.ini
- echo memory_limit = -1 >> C:\tools\php71\php.ini
- php -r "readfile('http://getcomposer.org/installer');" | php
- php composer.phar install --dev --no-interaction -o

Expand Down

0 comments on commit cb85582

Please sign in to comment.