diff --git a/bin/wkhtmltoimage32.exe b/bin/wkhtmltoimage32.exe new file mode 100644 index 0000000..c759264 Binary files /dev/null and b/bin/wkhtmltoimage32.exe differ diff --git a/bin/wkhtmltoimage64.exe b/bin/wkhtmltoimage64.exe new file mode 100644 index 0000000..5d8d9f1 Binary files /dev/null and b/bin/wkhtmltoimage64.exe differ diff --git a/bin/wkhtmltopdf32.exe b/bin/wkhtmltopdf32.exe index 99efddc..d8dcd5d 100644 Binary files a/bin/wkhtmltopdf32.exe and b/bin/wkhtmltopdf32.exe differ diff --git a/bin/wkhtmltopdf64.exe b/bin/wkhtmltopdf64.exe index a327374..d651532 100644 Binary files a/bin/wkhtmltopdf64.exe and b/bin/wkhtmltopdf64.exe differ diff --git a/composer.json b/composer.json index 4a0cb5f..5c9fb6e 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,9 @@ "minimum-stability": "stable", "bin": [ "bin/wkhtmltopdf32.exe", - "bin/wkhtmltopdf64.exe" + "bin/wkhtmltoimage32.exe", + "bin/wkhtmltopdf64.exe", + "bin/wkhtmltoimage64.exe" ], "require": { },