Skip to content

Commit 87e7200

Browse files
Merge pull request #53 from bkielbasa/bugfix/missing-exif-in-composer
Add Exif extension to composer.json
2 parents 902923f + d6cb420 commit 87e7200

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"ext-gd": "*"
16+
"ext-gd": "*",
17+
"ext-exif": "*"
1718
},
1819
"autoload": {
1920
"classmap": ["src"]

0 commit comments

Comments
 (0)