From 4e4f98a3e54c7ac953a3aeea2af2a068f2e1e2cf Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 26 Dec 2017 14:55:13 +0100 Subject: [PATCH] Update composer.json and .lock files --- Changelog | 1 + composer.json | 3 ++- composer.lock | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 67e1e36c1..7b5d22fed 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2017-12-26 DariusIII + * Chg: Update composer.json and .lock files * Fix: Add back command removed by mistake to monitor.php * Chg: Update switch.php and add imdb and tv lookup settings to procesNfoFiles function call * Fix: Fix used groupBy query builder function syntax diff --git a/composer.json b/composer.json index c568b9d37..8dd89b8bf 100755 --- a/composer.json +++ b/composer.json @@ -70,7 +70,6 @@ "ext-gd": "*", "ext-hash": "*", "ext-iconv": "*", - "ext-imagick": "*", "ext-json": "*", "ext-mbstring": "*", "ext-mcrypt": "*", @@ -179,6 +178,8 @@ ] }, "suggest": { + "ext-gd": "to use GD library based image processing.", + "ext-imagick": "to use Imagick based image processing.", "ext-xdebug": "For developement work", "ext-yenc": "PHP7 yEnc decoding extension" }, diff --git a/composer.lock b/composer.lock index a369b793b..2e4d78f1f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "4e0be45ab10df9be2cf728e2ab94c760", + "content-hash": "43157b08e3dd4612bb8bb54fcdb1f977", "packages": [ { "name": "adrenth/thetvdb2", @@ -7877,7 +7877,6 @@ "ext-gd": "*", "ext-hash": "*", "ext-iconv": "*", - "ext-imagick": "*", "ext-json": "*", "ext-mbstring": "*", "ext-mcrypt": "*",