1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-01 22:00:31 +02:00

Add PHP extensions to the composer requirements

This commit is contained in:
Dmitry Lukashin
2016-01-14 15:49:47 +03:00
parent ad8f6c12ee
commit 6d3687d838

View File

@@ -18,7 +18,11 @@
"docs": "http://dbwebb.se/opensource/cimage" "docs": "http://dbwebb.se/opensource/cimage"
}, },
"require": { "require": {
"php": ">=5.3" "php": ">=5.3",
"ext-gd": "*"
},
"suggest": {
"ext-exif": "*"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [