aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-05-10 15:32:29 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-05-10 15:33:36 +0200
commit9306c2a368cc7c7da577b6199440f4abc907af7d (patch)
treee511f3bed1d6416f311dd1bab647a774c3342cfc /composer.json
parent6e67f41152ad025e74696e7140de0f9fb0d601de (diff)
downloadwallabag-9306c2a368cc7c7da577b6199440f4abc907af7d.tar.gz
wallabag-9306c2a368cc7c7da577b6199440f4abc907af7d.tar.zst
wallabag-9306c2a368cc7c7da577b6199440f4abc907af7d.zip
Use Imagick to keep GIF animation
If Imagick is available, GIF will be saved using it to keep animation. Otherwise the previous method will be used and the animation won't be kept.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index b28404e3..b1c144c7 100644
--- a/composer.json
+++ b/composer.json
@@ -103,6 +103,9 @@
103 "phpstan/phpstan-symfony": "^0.11.0", 103 "phpstan/phpstan-symfony": "^0.11.0",
104 "phpstan/phpstan-doctrine": "^0.11.0" 104 "phpstan/phpstan-doctrine": "^0.11.0"
105 }, 105 },
106 "suggest": {
107 "ext-imagick": "To keep GIF animation when downloading image is enabled"
108 },
106 "scripts": { 109 "scripts": {
107 "post-cmd": [ 110 "post-cmd": [
108 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", 111 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",