Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jsonapi command #4045

Merged
merged 10 commits into from
Apr 21, 2019
Prev Previous commit
Next Next commit
Add fileinfo extension to appveyor.yml
  • Loading branch information
weitzman committed Apr 21, 2019
commit acf4defae74eb27ecbbe29df4a20468fdea9362e
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ install:
- echo extension=php_pdo_sqlite.dll >> php.ini
- echo extension=php_pgsql.dll >> php.ini
- echo extension=php_gd2.dll >> php.ini
- echo extension=php_fileinfo.dll >> php.ini
- SET PATH=C:\tools\php71;%PATH%
#Install Composer
- cd %APPVEYOR_BUILD_FOLDER%
Expand Down