diff --git a/admin/framework/composer.json b/admin/framework/composer.json index b5deb1c9887e..486cdf6787ab 100644 --- a/admin/framework/composer.json +++ b/admin/framework/composer.json @@ -25,6 +25,8 @@ }, "suggest": { "ext-imagick": "If you use Image class ImageMagickHandler", + "ext-gd": "If you use Image class GDHandler", + "ext-exif": "If you run Image class tests", "ext-simplexml": "If you format XML", "ext-mysqli": "If you use MySQL", "ext-oci8": "If you use Oracle Database", diff --git a/composer.json b/composer.json index a2987e5d6f50..52d382d9d2cf 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,8 @@ }, "suggest": { "ext-imagick": "If you use Image class ImageMagickHandler", + "ext-gd": "If you use Image class GDHandler", + "ext-exif": "If you run Image class tests", "ext-simplexml": "If you format XML", "ext-mysqli": "If you use MySQL", "ext-oci8": "If you use Oracle Database",