Skip to content

Commit 09eca38

Browse files
authored
Merge pull request #6731 from kenjis/add-composer-suggest
chore: add extensions in suggest in composer.json
2 parents fd911fe + ea293fa commit 09eca38

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

admin/framework/composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
},
2626
"suggest": {
2727
"ext-imagick": "If you use Image class ImageMagickHandler",
28+
"ext-gd": "If you use Image class GDHandler",
29+
"ext-exif": "If you run Image class tests",
2830
"ext-simplexml": "If you format XML",
2931
"ext-mysqli": "If you use MySQL",
3032
"ext-oci8": "If you use Oracle Database",

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
},
2929
"suggest": {
3030
"ext-imagick": "If you use Image class ImageMagickHandler",
31+
"ext-gd": "If you use Image class GDHandler",
32+
"ext-exif": "If you run Image class tests",
3133
"ext-simplexml": "If you format XML",
3234
"ext-mysqli": "If you use MySQL",
3335
"ext-oci8": "If you use Oracle Database",

0 commit comments

Comments
 (0)