diff --git a/REVISION.md b/REVISION.md index ac9bd6c..3a83d21 100644 --- a/REVISION.md +++ b/REVISION.md @@ -5,6 +5,12 @@ Revision history [![Build Status](https://scrutinizer-ci.com/g/mosbth/cimage/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/master) +v0.7.19* (2016-08-11) +------------------------------------- + +* Composer suggests ext-imagick and ext-curl. + + v0.7.18 (2016-08-09) ------------------------------------- diff --git a/composer.json b/composer.json index dc30c2e..3b3d72e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,9 @@ "ext-gd": "*" }, "suggest": { - "ext-exif": "*" + "ext-exif": "*", + "ext-curl": "*", + "ext-imagick": "*" }, "autoload": { "files": [ diff --git a/defines.php b/defines.php index 43d888b..c246da5 100644 --- a/defines.php +++ b/defines.php @@ -1,6 +1,6 @@