add exif extension

This commit is contained in:
yuri
2018-07-30 15:50:17 +03:00
parent f8839518d5
commit f137298c49
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
"ext-mbstring": "*",
"ext-xml": "*",
"ext-curl": "*",
"ext-exif": "*",
"doctrine/dbal": "2.*",
"slim/slim": "2.6.2",
"mtdowling/cron-expression": "1.0.*",

View File

@@ -46,6 +46,7 @@ return array(
'mbstring',
'curl',
'xml',
'exif',
'max_execution_time' => 180,
'max_input_time' => 180,
'memory_limit' => '256M',