1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-29 10:29:47 +02:00

Update composer.json and move ext-gd from required to suggested to ease installation where cli does not have all extensions installed.

This commit is contained in:
Mikael Roos
2020-05-06 09:06:46 +02:00
parent c563275ed5
commit 86737af69e
6 changed files with 21 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ $config = array(
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.20 (2017-11-06)");
define("CIMAGE_VERSION", "v0.7.22 (2020-05-06)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);

View File

@@ -38,7 +38,7 @@ $config = array(
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.20 (2017-11-06)");
define("CIMAGE_VERSION", "v0.7.22 (2020-05-06)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);

File diff suppressed because one or more lines are too long