Skip to content

Commit a1f4e91

Browse files
committed
upgrade to v1.7.6
1 parent 3ac8ce6 commit a1f4e91

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

composer.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/lfm.php

+12
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,16 @@
150150
'ppt' => 'fa-file-powerpoint-o',
151151
'pptx' => 'fa-file-powerpoint-o',
152152
],
153+
154+
/*
155+
|--------------------------------------------------------------------------
156+
| php.ini override
157+
|--------------------------------------------------------------------------
158+
*/
159+
// These values override your php.ini settings before uploading files
160+
// Set these to false to ingnore and apply your php.ini settings
161+
'php_ini_overrides' => [
162+
'memory_limit' => '256M'
163+
]
164+
153165
];

0 commit comments

Comments
 (0)